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

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

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

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

        public AdditionalPodRangesConfig.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                                  int index,
                                                                  Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<AdditionalPodRangesConfig.Builder>
      • isInitialized

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

        public AdditionalPodRangesConfig.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<AdditionalPodRangesConfig.Builder>
        Throws:
        IOException
      • getPodRangeNamesList

        public com.google.protobuf.ProtocolStringList getPodRangeNamesList()
         Name for pod secondary ipv4 range which has the actual range defined ahead.
         
        repeated string pod_range_names = 1;
        Specified by:
        getPodRangeNamesList in interface AdditionalPodRangesConfigOrBuilder
        Returns:
        A list containing the podRangeNames.
      • getPodRangeNamesCount

        public int getPodRangeNamesCount()
         Name for pod secondary ipv4 range which has the actual range defined ahead.
         
        repeated string pod_range_names = 1;
        Specified by:
        getPodRangeNamesCount in interface AdditionalPodRangesConfigOrBuilder
        Returns:
        The count of podRangeNames.
      • getPodRangeNames

        public String getPodRangeNames​(int index)
         Name for pod secondary ipv4 range which has the actual range defined ahead.
         
        repeated string pod_range_names = 1;
        Specified by:
        getPodRangeNames in interface AdditionalPodRangesConfigOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The podRangeNames at the given index.
      • getPodRangeNamesBytes

        public com.google.protobuf.ByteString getPodRangeNamesBytes​(int index)
         Name for pod secondary ipv4 range which has the actual range defined ahead.
         
        repeated string pod_range_names = 1;
        Specified by:
        getPodRangeNamesBytes in interface AdditionalPodRangesConfigOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the podRangeNames at the given index.
      • setPodRangeNames

        public AdditionalPodRangesConfig.Builder setPodRangeNames​(int index,
                                                                  String value)
         Name for pod secondary ipv4 range which has the actual range defined ahead.
         
        repeated string pod_range_names = 1;
        Parameters:
        index - The index to set the value at.
        value - The podRangeNames to set.
        Returns:
        This builder for chaining.
      • addPodRangeNames

        public AdditionalPodRangesConfig.Builder addPodRangeNames​(String value)
         Name for pod secondary ipv4 range which has the actual range defined ahead.
         
        repeated string pod_range_names = 1;
        Parameters:
        value - The podRangeNames to add.
        Returns:
        This builder for chaining.
      • addAllPodRangeNames

        public AdditionalPodRangesConfig.Builder addAllPodRangeNames​(Iterable<String> values)
         Name for pod secondary ipv4 range which has the actual range defined ahead.
         
        repeated string pod_range_names = 1;
        Parameters:
        values - The podRangeNames to add.
        Returns:
        This builder for chaining.
      • clearPodRangeNames

        public AdditionalPodRangesConfig.Builder clearPodRangeNames()
         Name for pod secondary ipv4 range which has the actual range defined ahead.
         
        repeated string pod_range_names = 1;
        Returns:
        This builder for chaining.
      • addPodRangeNamesBytes

        public AdditionalPodRangesConfig.Builder addPodRangeNamesBytes​(com.google.protobuf.ByteString value)
         Name for pod secondary ipv4 range which has the actual range defined ahead.
         
        repeated string pod_range_names = 1;
        Parameters:
        value - The bytes of the podRangeNames to add.
        Returns:
        This builder for chaining.
      • getPodRangeInfoCount

        public int getPodRangeInfoCount()
         Output only. [Output only] Information for additional pod range.
         
        repeated .google.container.v1beta1.RangeInfo pod_range_info = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getPodRangeInfoCount in interface AdditionalPodRangesConfigOrBuilder
      • getPodRangeInfo

        public RangeInfo getPodRangeInfo​(int index)
         Output only. [Output only] Information for additional pod range.
         
        repeated .google.container.v1beta1.RangeInfo pod_range_info = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getPodRangeInfo in interface AdditionalPodRangesConfigOrBuilder
      • setPodRangeInfo

        public AdditionalPodRangesConfig.Builder setPodRangeInfo​(int index,
                                                                 RangeInfo value)
         Output only. [Output only] Information for additional pod range.
         
        repeated .google.container.v1beta1.RangeInfo pod_range_info = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setPodRangeInfo

        public AdditionalPodRangesConfig.Builder setPodRangeInfo​(int index,
                                                                 RangeInfo.Builder builderForValue)
         Output only. [Output only] Information for additional pod range.
         
        repeated .google.container.v1beta1.RangeInfo pod_range_info = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • addPodRangeInfo

        public AdditionalPodRangesConfig.Builder addPodRangeInfo​(RangeInfo value)
         Output only. [Output only] Information for additional pod range.
         
        repeated .google.container.v1beta1.RangeInfo pod_range_info = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • addPodRangeInfo

        public AdditionalPodRangesConfig.Builder addPodRangeInfo​(int index,
                                                                 RangeInfo value)
         Output only. [Output only] Information for additional pod range.
         
        repeated .google.container.v1beta1.RangeInfo pod_range_info = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • addPodRangeInfo

        public AdditionalPodRangesConfig.Builder addPodRangeInfo​(RangeInfo.Builder builderForValue)
         Output only. [Output only] Information for additional pod range.
         
        repeated .google.container.v1beta1.RangeInfo pod_range_info = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • addPodRangeInfo

        public AdditionalPodRangesConfig.Builder addPodRangeInfo​(int index,
                                                                 RangeInfo.Builder builderForValue)
         Output only. [Output only] Information for additional pod range.
         
        repeated .google.container.v1beta1.RangeInfo pod_range_info = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • addAllPodRangeInfo

        public AdditionalPodRangesConfig.Builder addAllPodRangeInfo​(Iterable<? extends RangeInfo> values)
         Output only. [Output only] Information for additional pod range.
         
        repeated .google.container.v1beta1.RangeInfo pod_range_info = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearPodRangeInfo

        public AdditionalPodRangesConfig.Builder clearPodRangeInfo()
         Output only. [Output only] Information for additional pod range.
         
        repeated .google.container.v1beta1.RangeInfo pod_range_info = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • removePodRangeInfo

        public AdditionalPodRangesConfig.Builder removePodRangeInfo​(int index)
         Output only. [Output only] Information for additional pod range.
         
        repeated .google.container.v1beta1.RangeInfo pod_range_info = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getPodRangeInfoBuilder

        public RangeInfo.Builder getPodRangeInfoBuilder​(int index)
         Output only. [Output only] Information for additional pod range.
         
        repeated .google.container.v1beta1.RangeInfo pod_range_info = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • addPodRangeInfoBuilder

        public RangeInfo.Builder addPodRangeInfoBuilder()
         Output only. [Output only] Information for additional pod range.
         
        repeated .google.container.v1beta1.RangeInfo pod_range_info = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • addPodRangeInfoBuilder

        public RangeInfo.Builder addPodRangeInfoBuilder​(int index)
         Output only. [Output only] Information for additional pod range.
         
        repeated .google.container.v1beta1.RangeInfo pod_range_info = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getPodRangeInfoBuilderList

        public List<RangeInfo.Builder> getPodRangeInfoBuilderList()
         Output only. [Output only] Information for additional pod range.
         
        repeated .google.container.v1beta1.RangeInfo pod_range_info = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setUnknownFields

        public final AdditionalPodRangesConfig.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<AdditionalPodRangesConfig.Builder>
      • mergeUnknownFields

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