Class TargetHttpProxiesScopedList.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<TargetHttpProxiesScopedList.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<TargetHttpProxiesScopedList.Builder>
      • getDefaultInstanceForType

        public TargetHttpProxiesScopedList getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public TargetHttpProxiesScopedList build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public TargetHttpProxiesScopedList buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<TargetHttpProxiesScopedList.Builder>
      • mergeFrom

        public TargetHttpProxiesScopedList.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                             com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                      throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<TargetHttpProxiesScopedList.Builder>
        Throws:
        IOException
      • setTargetHttpProxies

        public TargetHttpProxiesScopedList.Builder setTargetHttpProxies​(int index,
                                                                        TargetHttpProxy value)
         A list of TargetHttpProxies contained in this scope.
         
        repeated .google.cloud.compute.v1.TargetHttpProxy target_http_proxies = 162147011;
      • addTargetHttpProxies

        public TargetHttpProxiesScopedList.Builder addTargetHttpProxies​(TargetHttpProxy value)
         A list of TargetHttpProxies contained in this scope.
         
        repeated .google.cloud.compute.v1.TargetHttpProxy target_http_proxies = 162147011;
      • addTargetHttpProxies

        public TargetHttpProxiesScopedList.Builder addTargetHttpProxies​(int index,
                                                                        TargetHttpProxy value)
         A list of TargetHttpProxies contained in this scope.
         
        repeated .google.cloud.compute.v1.TargetHttpProxy target_http_proxies = 162147011;
      • clearTargetHttpProxies

        public TargetHttpProxiesScopedList.Builder clearTargetHttpProxies()
         A list of TargetHttpProxies contained in this scope.
         
        repeated .google.cloud.compute.v1.TargetHttpProxy target_http_proxies = 162147011;
      • removeTargetHttpProxies

        public TargetHttpProxiesScopedList.Builder removeTargetHttpProxies​(int index)
         A list of TargetHttpProxies contained in this scope.
         
        repeated .google.cloud.compute.v1.TargetHttpProxy target_http_proxies = 162147011;
      • getTargetHttpProxiesBuilder

        public TargetHttpProxy.Builder getTargetHttpProxiesBuilder​(int index)
         A list of TargetHttpProxies contained in this scope.
         
        repeated .google.cloud.compute.v1.TargetHttpProxy target_http_proxies = 162147011;
      • addTargetHttpProxiesBuilder

        public TargetHttpProxy.Builder addTargetHttpProxiesBuilder()
         A list of TargetHttpProxies contained in this scope.
         
        repeated .google.cloud.compute.v1.TargetHttpProxy target_http_proxies = 162147011;
      • addTargetHttpProxiesBuilder

        public TargetHttpProxy.Builder addTargetHttpProxiesBuilder​(int index)
         A list of TargetHttpProxies contained in this scope.
         
        repeated .google.cloud.compute.v1.TargetHttpProxy target_http_proxies = 162147011;
      • getTargetHttpProxiesBuilderList

        public List<TargetHttpProxy.Builder> getTargetHttpProxiesBuilderList()
         A list of TargetHttpProxies contained in this scope.
         
        repeated .google.cloud.compute.v1.TargetHttpProxy target_http_proxies = 162147011;
      • hasWarning

        public boolean hasWarning()
         Informational warning which replaces the list of backend services when the list is empty.
         
        optional .google.cloud.compute.v1.Warning warning = 50704284;
        Specified by:
        hasWarning in interface TargetHttpProxiesScopedListOrBuilder
        Returns:
        Whether the warning field is set.
      • getWarning

        public Warning getWarning()
         Informational warning which replaces the list of backend services when the list is empty.
         
        optional .google.cloud.compute.v1.Warning warning = 50704284;
        Specified by:
        getWarning in interface TargetHttpProxiesScopedListOrBuilder
        Returns:
        The warning.
      • setWarning

        public TargetHttpProxiesScopedList.Builder setWarning​(Warning value)
         Informational warning which replaces the list of backend services when the list is empty.
         
        optional .google.cloud.compute.v1.Warning warning = 50704284;
      • setWarning

        public TargetHttpProxiesScopedList.Builder setWarning​(Warning.Builder builderForValue)
         Informational warning which replaces the list of backend services when the list is empty.
         
        optional .google.cloud.compute.v1.Warning warning = 50704284;
      • mergeWarning

        public TargetHttpProxiesScopedList.Builder mergeWarning​(Warning value)
         Informational warning which replaces the list of backend services when the list is empty.
         
        optional .google.cloud.compute.v1.Warning warning = 50704284;
      • clearWarning

        public TargetHttpProxiesScopedList.Builder clearWarning()
         Informational warning which replaces the list of backend services when the list is empty.
         
        optional .google.cloud.compute.v1.Warning warning = 50704284;
      • getWarningBuilder

        public Warning.Builder getWarningBuilder()
         Informational warning which replaces the list of backend services when the list is empty.
         
        optional .google.cloud.compute.v1.Warning warning = 50704284;
      • mergeUnknownFields

        public final TargetHttpProxiesScopedList.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<TargetHttpProxiesScopedList.Builder>