Class ClusterNetworking.Builder (0.71.0)
Stay organized with collections
Save and categorize content based on your preferences.
- 0.75.0 (latest)
- 0.73.0
- 0.72.0
- 0.71.0
- 0.70.0
- 0.69.0
- 0.67.0
- 0.65.0
- 0.64.0
- 0.61.0
- 0.60.0
- 0.59.0
- 0.57.0
- 0.56.0
- 0.55.0
- 0.54.0
- 0.53.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.49.0
- 0.48.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.0
- 0.1.0
publicstaticfinalclass ClusterNetworking.BuilderextendsGeneratedMessageV3.Builder<ClusterNetworking.Builder>implementsClusterNetworkingOrBuilderCluster-wide networking configuration.
Protobuf type google.cloud.edgecontainer.v1.ClusterNetworking
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ClusterNetworking.BuilderImplements
ClusterNetworkingOrBuilderInherited Members
Static Methods
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllClusterIpv4CidrBlocks(Iterable<String> values)
publicClusterNetworking.BuilderaddAllClusterIpv4CidrBlocks(Iterable<String>values)Required. All pods in the cluster are assigned an RFC1918 IPv4 address from these blocks. Only a single block is supported. This field cannot be changed after creation.
repeated string cluster_ipv4_cidr_blocks = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<String>The clusterIpv4CidrBlocks to add. |
| Returns | |
|---|---|
| Type | Description |
ClusterNetworking.Builder |
This builder for chaining. |
addAllServicesIpv4CidrBlocks(Iterable<String> values)
publicClusterNetworking.BuilderaddAllServicesIpv4CidrBlocks(Iterable<String>values)Required. All services in the cluster are assigned an RFC1918 IPv4 address from these blocks. Only a single block is supported. This field cannot be changed after creation.
repeated string services_ipv4_cidr_blocks = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<String>The servicesIpv4CidrBlocks to add. |
| Returns | |
|---|---|
| Type | Description |
ClusterNetworking.Builder |
This builder for chaining. |
addClusterIpv4CidrBlocks(String value)
publicClusterNetworking.BuilderaddClusterIpv4CidrBlocks(Stringvalue)Required. All pods in the cluster are assigned an RFC1918 IPv4 address from these blocks. Only a single block is supported. This field cannot be changed after creation.
repeated string cluster_ipv4_cidr_blocks = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
String The clusterIpv4CidrBlocks to add. |
| Returns | |
|---|---|
| Type | Description |
ClusterNetworking.Builder |
This builder for chaining. |
addClusterIpv4CidrBlocksBytes(ByteString value)
publicClusterNetworking.BuilderaddClusterIpv4CidrBlocksBytes(ByteStringvalue)Required. All pods in the cluster are assigned an RFC1918 IPv4 address from these blocks. Only a single block is supported. This field cannot be changed after creation.
repeated string cluster_ipv4_cidr_blocks = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteString The bytes of the clusterIpv4CidrBlocks to add. |
| Returns | |
|---|---|
| Type | Description |
ClusterNetworking.Builder |
This builder for chaining. |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
publicClusterNetworking.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
ClusterNetworking.Builder |
|
addServicesIpv4CidrBlocks(String value)
publicClusterNetworking.BuilderaddServicesIpv4CidrBlocks(Stringvalue)Required. All services in the cluster are assigned an RFC1918 IPv4 address from these blocks. Only a single block is supported. This field cannot be changed after creation.
repeated string services_ipv4_cidr_blocks = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
String The servicesIpv4CidrBlocks to add. |
| Returns | |
|---|---|
| Type | Description |
ClusterNetworking.Builder |
This builder for chaining. |
addServicesIpv4CidrBlocksBytes(ByteString value)
publicClusterNetworking.BuilderaddServicesIpv4CidrBlocksBytes(ByteStringvalue)Required. All services in the cluster are assigned an RFC1918 IPv4 address from these blocks. Only a single block is supported. This field cannot be changed after creation.
repeated string services_ipv4_cidr_blocks = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteString The bytes of the servicesIpv4CidrBlocks to add. |
| Returns | |
|---|---|
| Type | Description |
ClusterNetworking.Builder |
This builder for chaining. |
build()
publicClusterNetworkingbuild()| Returns | |
|---|---|
| Type | Description |
ClusterNetworking |
|
buildPartial()
publicClusterNetworkingbuildPartial()| Returns | |
|---|---|
| Type | Description |
ClusterNetworking |
|
clear()
publicClusterNetworking.Builderclear()| Returns | |
|---|---|
| Type | Description |
ClusterNetworking.Builder |
|
clearClusterIpv4CidrBlocks()
publicClusterNetworking.BuilderclearClusterIpv4CidrBlocks()Required. All pods in the cluster are assigned an RFC1918 IPv4 address from these blocks. Only a single block is supported. This field cannot be changed after creation.
repeated string cluster_ipv4_cidr_blocks = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ClusterNetworking.Builder |
This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
publicClusterNetworking.BuilderclearField(Descriptors.FieldDescriptorfield)| Parameter | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
| Returns | |
|---|---|
| Type | Description |
ClusterNetworking.Builder |
|
clearOneof(Descriptors.OneofDescriptor oneof)
publicClusterNetworking.BuilderclearOneof(Descriptors.OneofDescriptoroneof)| Parameter | |
|---|---|
| Name | Description |
oneof |
OneofDescriptor |
| Returns | |
|---|---|
| Type | Description |
ClusterNetworking.Builder |
|
clearServicesIpv4CidrBlocks()
publicClusterNetworking.BuilderclearServicesIpv4CidrBlocks()Required. All services in the cluster are assigned an RFC1918 IPv4 address from these blocks. Only a single block is supported. This field cannot be changed after creation.
repeated string services_ipv4_cidr_blocks = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ClusterNetworking.Builder |
This builder for chaining. |
clone()
publicClusterNetworking.Builderclone()| Returns | |
|---|---|
| Type | Description |
ClusterNetworking.Builder |
|
getClusterIpv4CidrBlocks(int index)
publicStringgetClusterIpv4CidrBlocks(intindex)Required. All pods in the cluster are assigned an RFC1918 IPv4 address from these blocks. Only a single block is supported. This field cannot be changed after creation.
repeated string cluster_ipv4_cidr_blocks = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
int The index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The clusterIpv4CidrBlocks at the given index. |
getClusterIpv4CidrBlocksBytes(int index)
publicByteStringgetClusterIpv4CidrBlocksBytes(intindex)Required. All pods in the cluster are assigned an RFC1918 IPv4 address from these blocks. Only a single block is supported. This field cannot be changed after creation.
repeated string cluster_ipv4_cidr_blocks = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
int The index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the clusterIpv4CidrBlocks at the given index. |
getClusterIpv4CidrBlocksCount()
publicintgetClusterIpv4CidrBlocksCount()Required. All pods in the cluster are assigned an RFC1918 IPv4 address from these blocks. Only a single block is supported. This field cannot be changed after creation.
repeated string cluster_ipv4_cidr_blocks = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
The count of clusterIpv4CidrBlocks. |
getClusterIpv4CidrBlocksList()
publicProtocolStringListgetClusterIpv4CidrBlocksList()Required. All pods in the cluster are assigned an RFC1918 IPv4 address from these blocks. Only a single block is supported. This field cannot be changed after creation.
repeated string cluster_ipv4_cidr_blocks = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ProtocolStringList |
A list containing the clusterIpv4CidrBlocks. |
getDefaultInstanceForType()
publicClusterNetworkinggetDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ClusterNetworking |
|
getDescriptorForType()
publicDescriptors.DescriptorgetDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getServicesIpv4CidrBlocks(int index)
publicStringgetServicesIpv4CidrBlocks(intindex)Required. All services in the cluster are assigned an RFC1918 IPv4 address from these blocks. Only a single block is supported. This field cannot be changed after creation.
repeated string services_ipv4_cidr_blocks = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
int The index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The servicesIpv4CidrBlocks at the given index. |
getServicesIpv4CidrBlocksBytes(int index)
publicByteStringgetServicesIpv4CidrBlocksBytes(intindex)Required. All services in the cluster are assigned an RFC1918 IPv4 address from these blocks. Only a single block is supported. This field cannot be changed after creation.
repeated string services_ipv4_cidr_blocks = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
int The index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the servicesIpv4CidrBlocks at the given index. |
getServicesIpv4CidrBlocksCount()
publicintgetServicesIpv4CidrBlocksCount()Required. All services in the cluster are assigned an RFC1918 IPv4 address from these blocks. Only a single block is supported. This field cannot be changed after creation.
repeated string services_ipv4_cidr_blocks = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
The count of servicesIpv4CidrBlocks. |
getServicesIpv4CidrBlocksList()
publicProtocolStringListgetServicesIpv4CidrBlocksList()Required. All services in the cluster are assigned an RFC1918 IPv4 address from these blocks. Only a single block is supported. This field cannot be changed after creation.
repeated string services_ipv4_cidr_blocks = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ProtocolStringList |
A list containing the servicesIpv4CidrBlocks. |
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
publicfinalbooleanisInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ClusterNetworking other)
publicClusterNetworking.BuildermergeFrom(ClusterNetworkingother)| Parameter | |
|---|---|
| Name | Description |
other |
ClusterNetworking |
| Returns | |
|---|---|
| Type | Description |
ClusterNetworking.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
publicClusterNetworking.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ClusterNetworking.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
publicClusterNetworking.BuildermergeFrom(Messageother)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ClusterNetworking.Builder |
|
mergeUnknownFields(UnknownFieldSet unknownFields)
publicfinalClusterNetworking.BuildermergeUnknownFields(UnknownFieldSetunknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
ClusterNetworking.Builder |
|
setClusterIpv4CidrBlocks(int index, String value)
publicClusterNetworking.BuildersetClusterIpv4CidrBlocks(intindex,Stringvalue)Required. All pods in the cluster are assigned an RFC1918 IPv4 address from these blocks. Only a single block is supported. This field cannot be changed after creation.
repeated string cluster_ipv4_cidr_blocks = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameters | |
|---|---|
| Name | Description |
index |
int The index to set the value at. |
value |
String The clusterIpv4CidrBlocks to set. |
| Returns | |
|---|---|
| Type | Description |
ClusterNetworking.Builder |
This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
publicClusterNetworking.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
ClusterNetworking.Builder |
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
publicClusterNetworking.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
ClusterNetworking.Builder |
|
setServicesIpv4CidrBlocks(int index, String value)
publicClusterNetworking.BuildersetServicesIpv4CidrBlocks(intindex,Stringvalue)Required. All services in the cluster are assigned an RFC1918 IPv4 address from these blocks. Only a single block is supported. This field cannot be changed after creation.
repeated string services_ipv4_cidr_blocks = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameters | |
|---|---|
| Name | Description |
index |
int The index to set the value at. |
value |
String The servicesIpv4CidrBlocks to set. |
| Returns | |
|---|---|
| Type | Description |
ClusterNetworking.Builder |
This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
publicfinalClusterNetworking.BuildersetUnknownFields(UnknownFieldSetunknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
ClusterNetworking.Builder |
|