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

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

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

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

        public TargetTcpProxiesScopedList.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<TargetTcpProxiesScopedList.Builder>
        Throws:
        IOException
      • setTargetTcpProxies

        public TargetTcpProxiesScopedList.Builder setTargetTcpProxies​(int index,
                                                                      TargetTcpProxy value)
         A list of TargetTcpProxies contained in this scope.
         
        repeated .google.cloud.compute.v1.TargetTcpProxy target_tcp_proxies = 262056832;
      • addTargetTcpProxies

        public TargetTcpProxiesScopedList.Builder addTargetTcpProxies​(TargetTcpProxy value)
         A list of TargetTcpProxies contained in this scope.
         
        repeated .google.cloud.compute.v1.TargetTcpProxy target_tcp_proxies = 262056832;
      • addTargetTcpProxies

        public TargetTcpProxiesScopedList.Builder addTargetTcpProxies​(int index,
                                                                      TargetTcpProxy value)
         A list of TargetTcpProxies contained in this scope.
         
        repeated .google.cloud.compute.v1.TargetTcpProxy target_tcp_proxies = 262056832;
      • clearTargetTcpProxies

        public TargetTcpProxiesScopedList.Builder clearTargetTcpProxies()
         A list of TargetTcpProxies contained in this scope.
         
        repeated .google.cloud.compute.v1.TargetTcpProxy target_tcp_proxies = 262056832;
      • removeTargetTcpProxies

        public TargetTcpProxiesScopedList.Builder removeTargetTcpProxies​(int index)
         A list of TargetTcpProxies contained in this scope.
         
        repeated .google.cloud.compute.v1.TargetTcpProxy target_tcp_proxies = 262056832;
      • getTargetTcpProxiesBuilder

        public TargetTcpProxy.Builder getTargetTcpProxiesBuilder​(int index)
         A list of TargetTcpProxies contained in this scope.
         
        repeated .google.cloud.compute.v1.TargetTcpProxy target_tcp_proxies = 262056832;
      • addTargetTcpProxiesBuilder

        public TargetTcpProxy.Builder addTargetTcpProxiesBuilder()
         A list of TargetTcpProxies contained in this scope.
         
        repeated .google.cloud.compute.v1.TargetTcpProxy target_tcp_proxies = 262056832;
      • addTargetTcpProxiesBuilder

        public TargetTcpProxy.Builder addTargetTcpProxiesBuilder​(int index)
         A list of TargetTcpProxies contained in this scope.
         
        repeated .google.cloud.compute.v1.TargetTcpProxy target_tcp_proxies = 262056832;
      • getTargetTcpProxiesBuilderList

        public List<TargetTcpProxy.Builder> getTargetTcpProxiesBuilderList()
         A list of TargetTcpProxies contained in this scope.
         
        repeated .google.cloud.compute.v1.TargetTcpProxy target_tcp_proxies = 262056832;
      • 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 TargetTcpProxiesScopedListOrBuilder
        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 TargetTcpProxiesScopedListOrBuilder
        Returns:
        The warning.
      • setWarning

        public TargetTcpProxiesScopedList.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 TargetTcpProxiesScopedList.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 TargetTcpProxiesScopedList.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 TargetTcpProxiesScopedList.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;
      • setUnknownFields

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

        public final TargetTcpProxiesScopedList.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<TargetTcpProxiesScopedList.Builder>