Class TargetHttpsProxiesScopedList.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<TargetHttpsProxiesScopedList.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<TargetHttpsProxiesScopedList.Builder>
      • getDefaultInstanceForType

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

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

        public TargetHttpsProxiesScopedList 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<TargetHttpsProxiesScopedList.Builder>
      • mergeFrom

        public TargetHttpsProxiesScopedList.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<TargetHttpsProxiesScopedList.Builder>
        Throws:
        IOException
      • setTargetHttpsProxies

        public TargetHttpsProxiesScopedList.Builder setTargetHttpsProxies​(int index,
                                                                          TargetHttpsProxy value)
         A list of TargetHttpsProxies contained in this scope.
         
        repeated .google.cloud.compute.v1.TargetHttpsProxy target_https_proxies = 366607882;
      • addTargetHttpsProxies

        public TargetHttpsProxiesScopedList.Builder addTargetHttpsProxies​(int index,
                                                                          TargetHttpsProxy value)
         A list of TargetHttpsProxies contained in this scope.
         
        repeated .google.cloud.compute.v1.TargetHttpsProxy target_https_proxies = 366607882;
      • clearTargetHttpsProxies

        public TargetHttpsProxiesScopedList.Builder clearTargetHttpsProxies()
         A list of TargetHttpsProxies contained in this scope.
         
        repeated .google.cloud.compute.v1.TargetHttpsProxy target_https_proxies = 366607882;
      • removeTargetHttpsProxies

        public TargetHttpsProxiesScopedList.Builder removeTargetHttpsProxies​(int index)
         A list of TargetHttpsProxies contained in this scope.
         
        repeated .google.cloud.compute.v1.TargetHttpsProxy target_https_proxies = 366607882;
      • getTargetHttpsProxiesBuilder

        public TargetHttpsProxy.Builder getTargetHttpsProxiesBuilder​(int index)
         A list of TargetHttpsProxies contained in this scope.
         
        repeated .google.cloud.compute.v1.TargetHttpsProxy target_https_proxies = 366607882;
      • addTargetHttpsProxiesBuilder

        public TargetHttpsProxy.Builder addTargetHttpsProxiesBuilder()
         A list of TargetHttpsProxies contained in this scope.
         
        repeated .google.cloud.compute.v1.TargetHttpsProxy target_https_proxies = 366607882;
      • addTargetHttpsProxiesBuilder

        public TargetHttpsProxy.Builder addTargetHttpsProxiesBuilder​(int index)
         A list of TargetHttpsProxies contained in this scope.
         
        repeated .google.cloud.compute.v1.TargetHttpsProxy target_https_proxies = 366607882;
      • getTargetHttpsProxiesBuilderList

        public List<TargetHttpsProxy.Builder> getTargetHttpsProxiesBuilderList()
         A list of TargetHttpsProxies contained in this scope.
         
        repeated .google.cloud.compute.v1.TargetHttpsProxy target_https_proxies = 366607882;
      • 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 TargetHttpsProxiesScopedListOrBuilder
        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 TargetHttpsProxiesScopedListOrBuilder
        Returns:
        The warning.
      • setWarning

        public TargetHttpsProxiesScopedList.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 TargetHttpsProxiesScopedList.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 TargetHttpsProxiesScopedList.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 TargetHttpsProxiesScopedList.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;