Class AdditionalIPRangesConfig (2.79.0) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 2.79.0keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   final   class  AdditionalIPRangesConfig   extends   GeneratedMessageV3   implements   AdditionalIPRangesConfigOrBuilder  
   AdditionalIPRangesConfig is the configuration for individual additional
 subnetwork attached to the cluster
 Protobuf type google.container.v1beta1.AdditionalIPRangesConfig
    Inherited Members 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT) 
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int) 
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>) 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int) 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Fields
   
  POD_IPV4_RANGE_NAMES_FIELD_NUMBER 
  
    
public   static   final   int   POD_IPV4_RANGE_NAMES_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  SUBNETWORK_FIELD_NUMBER 
  
    
public   static   final   int   SUBNETWORK_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  Static Methods
   
  getDefaultInstance() 
  
    
public   static   AdditionalIPRangesConfig   getDefaultInstance ()  
  
  getDescriptor() 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
  
  newBuilder() 
  
    
public   static   AdditionalIPRangesConfig . Builder   newBuilder ()  
  
  newBuilder(AdditionalIPRangesConfig prototype) 
  
    
public   static   AdditionalIPRangesConfig . Builder   newBuilder ( AdditionalIPRangesConfig   prototype )  
  
  
  
    
public   static   AdditionalIPRangesConfig   parseDelimitedFrom ( InputStream   input )  
  
  
  
  
    
public   static   AdditionalIPRangesConfig   parseDelimitedFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(byte[] data) 
  
    
public   static   AdditionalIPRangesConfig   parseFrom ( byte []   data )  
  
    
      
        Parameter  
      
        Name Description  
      
        databyte [] 
     
  
  
  
  parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   AdditionalIPRangesConfig   parseFrom ( byte []   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(ByteString data) 
  
    
public   static   AdditionalIPRangesConfig   parseFrom ( ByteString   data )  
  
  
  
  parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   AdditionalIPRangesConfig   parseFrom ( ByteString   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   AdditionalIPRangesConfig   parseFrom ( CodedInputStream   input )  
  
  
  
  
    
public   static   AdditionalIPRangesConfig   parseFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   AdditionalIPRangesConfig   parseFrom ( InputStream   input )  
  
  
  
  
    
public   static   AdditionalIPRangesConfig   parseFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(ByteBuffer data) 
  
    
public   static   AdditionalIPRangesConfig   parseFrom ( ByteBuffer   data )  
  
  
  
  parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   AdditionalIPRangesConfig   parseFrom ( ByteBuffer   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parser() 
  
    
public   static   Parser<AdditionalIPRangesConfig>   parser ()  
  
  Methods
   
  equals(Object obj) 
  
    
public   boolean   equals ( Object   obj )  
  
    
      
        Parameter  
      
        Name Description  
      
        objObject  
     
  
  
  Overrides 
  
  getDefaultInstanceForType() 
  
    
public   AdditionalIPRangesConfig   getDefaultInstanceForType ()  
  
  getParserForType() 
  
    
public   Parser<AdditionalIPRangesConfig>   getParserForType ()  
  
  Overrides 
  
  getPodIpv4RangeNames(int index) 
  
    
public   String   getPodIpv4RangeNames ( int   index )  
   List of secondary ranges names within this subnetwork that can be used for
 pod IPs.
 Example1: gke-pod-range1
 Example2: gke-pod-range1,gke-pod-range2
 repeated string pod_ipv4_range_names = 2;
    
      
        Parameter  
      
        Name Description  
      
        indexint The index of the element to return.
 
     
  
  
    
      
        Returns  
      
        Type Description  
      
        String The podIpv4RangeNames at the given index.
 
     
  
  getPodIpv4RangeNamesBytes(int index) 
  
    
public   ByteString   getPodIpv4RangeNamesBytes ( int   index )  
   List of secondary ranges names within this subnetwork that can be used for
 pod IPs.
 Example1: gke-pod-range1
 Example2: gke-pod-range1,gke-pod-range2
 repeated string pod_ipv4_range_names = 2;
    
      
        Parameter  
      
        Name Description  
      
        indexint The index of the value to return.
 
     
  
  
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes of the podIpv4RangeNames at the given index.
 
     
  
  getPodIpv4RangeNamesCount() 
  
    
public   int   getPodIpv4RangeNamesCount ()  
   List of secondary ranges names within this subnetwork that can be used for
 pod IPs.
 Example1: gke-pod-range1
 Example2: gke-pod-range1,gke-pod-range2
 repeated string pod_ipv4_range_names = 2;
    
      
        Returns  
      
        Type Description  
      
        int The count of podIpv4RangeNames.
 
     
  
  getPodIpv4RangeNamesList() 
  
    
public   ProtocolStringList   getPodIpv4RangeNamesList ()  
   List of secondary ranges names within this subnetwork that can be used for
 pod IPs.
 Example1: gke-pod-range1
 Example2: gke-pod-range1,gke-pod-range2
 repeated string pod_ipv4_range_names = 2;
getSerializedSize() 
  
    
public   int   getSerializedSize ()  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  getSubnetwork() 
  
    
public   String   getSubnetwork ()  
   Name of the subnetwork. This can be the full path of the subnetwork or
 just the name.
 Example1: my-subnet
 Example2: projects/gke-project/regions/us-central1/subnetworks/my-subnet
 string subnetwork = 1;
    
      
        Returns  
      
        Type Description  
      
        String The subnetwork.
 
     
  
  getSubnetworkBytes() 
  
    
public   ByteString   getSubnetworkBytes ()  
   Name of the subnetwork. This can be the full path of the subnetwork or
 just the name.
 Example1: my-subnet
 Example2: projects/gke-project/regions/us-central1/subnetworks/my-subnet
 string subnetwork = 1;
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes for subnetwork.
 
     
  
  hashCode() 
  
  
    
      
        Returns  
      
        Type Description  
      
        int  
     
  
  Overrides 
  
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  
  Overrides 
  
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
  
  Overrides 
  
  newBuilderForType() 
  
    
public   AdditionalIPRangesConfig . Builder   newBuilderForType ()  
  
  newBuilderForType(GeneratedMessageV3.BuilderParent parent) 
  
    
protected   AdditionalIPRangesConfig . Builder   newBuilderForType ( GeneratedMessageV3 . BuilderParent   parent )  
  
  
  Overrides 
  
  newInstance(GeneratedMessageV3.UnusedPrivateParameter unused) 
  
    
protected   Object   newInstance ( GeneratedMessageV3 . UnusedPrivateParameter   unused )  
  
  
    
      
        Returns  
      
        Type Description  
      
        Object  
     
  
  Overrides 
  
  toBuilder() 
  
    
public   AdditionalIPRangesConfig . Builder   toBuilder ()  
  
  writeTo(CodedOutputStream output) 
  
    
public   void   writeTo ( CodedOutputStream   output )  
  
  Overrides 
  
  
 
     
    
  
  
  
     
  
    
    
      
       
    
    
  
  
 
  Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
  Last updated 2025-10-28 UTC.
 
 
  
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-28 UTC."],[],[]]