public final class AdditionalIPRangesConfig extends GeneratedMessage 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.GeneratedMessage.<ContainingT,T>newFileScopedGeneratedExtension(java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ContainingT,T>newMessageScopedGeneratedExtension(com.google.protobuf.Message,int,java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessage.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessage.<V>serializeBooleanMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Boolean,V>,com.google.protobuf.MapEntry<java.lang.Boolean,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeIntegerMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Integer,V>,com.google.protobuf.MapEntry<java.lang.Integer,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeLongMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Long,V>,com.google.protobuf.MapEntry<java.lang.Long,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeStringMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.String,V>,com.google.protobuf.MapEntry<java.lang.String,V>,int)
com.google.protobuf.GeneratedMessage.canUseUnsafe()
com.google.protobuf.GeneratedMessage.emptyBooleanList()
com.google.protobuf.GeneratedMessage.emptyDoubleList()
com.google.protobuf.GeneratedMessage.emptyFloatList()
com.google.protobuf.GeneratedMessage.emptyIntList()
com.google.protobuf.GeneratedMessage.emptyLongList()
com.google.protobuf.GeneratedMessage.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.isStringEmpty(java.lang.Object)
com.google.protobuf.GeneratedMessage.mergeFromAndMakeImmutableInternal(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)
com.google.protobuf.GeneratedMessage.newInstance(com.google.protobuf.GeneratedMessage.UnusedPrivateParameter)
com.google.protobuf.GeneratedMessage.parseUnknownFieldProto3(com.google.protobuf.CodedInputStream,com.google.protobuf.UnknownFieldSet.Builder,com.google.protobuf.ExtensionRegistryLite,int)
Static Fields
POD_IPV4_RANGE_NAMES_FIELD_NUMBER
public static final int POD_IPV4_RANGE_NAMES_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
STATUS_FIELD_NUMBER
public static final int STATUS_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 |
data |
byte[]
|
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 |
obj |
Object
|
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 |
index |
int
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 |
index |
int
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
getStatus()
public AdditionalIPRangesConfig.Status getStatus()
Draining status of the additional subnet.
.google.container.v1beta1.AdditionalIPRangesConfig.Status status = 3;
getStatusValue()
public int getStatusValue()
Draining status of the additional subnet.
.google.container.v1beta1.AdditionalIPRangesConfig.Status status = 3;
| Returns |
| Type |
Description |
int |
The enum numeric value on the wire for status.
|
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 GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public AdditionalIPRangesConfig.Builder newBuilderForType()
newBuilderForType(AbstractMessage.BuilderParent parent)
protected AdditionalIPRangesConfig.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
toBuilder()
public AdditionalIPRangesConfig.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides