- 0.73.0 (latest)
- 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
public static final class ClusterNetworking.Builder extends GeneratedMessageV3.Builder<ClusterNetworking.Builder> implements ClusterNetworkingOrBuilderCluster-wide networking configuration.
Protobuf type google.cloud.edgecontainer.v1.ClusterNetworking
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ClusterNetworking.BuilderImplements
ClusterNetworkingOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllClusterIpv4CidrBlocks(Iterable<String> values)
public ClusterNetworking.Builder addAllClusterIpv4CidrBlocks(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)
public ClusterNetworking.Builder addAllServicesIpv4CidrBlocks(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)
public ClusterNetworking.Builder addClusterIpv4CidrBlocks(String value)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 |
StringThe clusterIpv4CidrBlocks to add. |
| Returns | |
|---|---|
| Type | Description |
ClusterNetworking.Builder |
This builder for chaining. |
addClusterIpv4CidrBlocksBytes(ByteString value)
public ClusterNetworking.Builder addClusterIpv4CidrBlocksBytes(ByteString value)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 |
ByteStringThe bytes of the clusterIpv4CidrBlocks to add. |
| Returns | |
|---|---|
| Type | Description |
ClusterNetworking.Builder |
This builder for chaining. |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ClusterNetworking.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
ClusterNetworking.Builder |
|
addServicesIpv4CidrBlocks(String value)
public ClusterNetworking.Builder addServicesIpv4CidrBlocks(String value)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 |
StringThe servicesIpv4CidrBlocks to add. |
| Returns | |
|---|---|
| Type | Description |
ClusterNetworking.Builder |
This builder for chaining. |
addServicesIpv4CidrBlocksBytes(ByteString value)
public ClusterNetworking.Builder addServicesIpv4CidrBlocksBytes(ByteString value)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 |
ByteStringThe bytes of the servicesIpv4CidrBlocks to add. |
| Returns | |
|---|---|
| Type | Description |
ClusterNetworking.Builder |
This builder for chaining. |
build()
public ClusterNetworking build()| Returns | |
|---|---|
| Type | Description |
ClusterNetworking |
|
buildPartial()
public ClusterNetworking buildPartial()| Returns | |
|---|---|
| Type | Description |
ClusterNetworking |
|
clear()
public ClusterNetworking.Builder clear()| Returns | |
|---|---|
| Type | Description |
ClusterNetworking.Builder |
|
clearClusterIpv4CidrBlocks()
public ClusterNetworking.Builder clearClusterIpv4CidrBlocks()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)
public ClusterNetworking.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
| Returns | |
|---|---|
| Type | Description |
ClusterNetworking.Builder |
|
clearOneof(Descriptors.OneofDescriptor oneof)
public ClusterNetworking.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description |
oneof |
OneofDescriptor |
| Returns | |
|---|---|
| Type | Description |
ClusterNetworking.Builder |
|
clearServicesIpv4CidrBlocks()
public ClusterNetworking.Builder clearServicesIpv4CidrBlocks()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()
public ClusterNetworking.Builder clone()| Returns | |
|---|---|
| Type | Description |
ClusterNetworking.Builder |
|
getClusterIpv4CidrBlocks(int index)
public String getClusterIpv4CidrBlocks(int index)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 |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The clusterIpv4CidrBlocks at the given index. |
getClusterIpv4CidrBlocksBytes(int index)
public ByteString getClusterIpv4CidrBlocksBytes(int index)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 |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the clusterIpv4CidrBlocks at the given index. |
getClusterIpv4CidrBlocksCount()
public int getClusterIpv4CidrBlocksCount()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()
public ProtocolStringList getClusterIpv4CidrBlocksList()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()
public ClusterNetworking getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ClusterNetworking |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getServicesIpv4CidrBlocks(int index)
public String getServicesIpv4CidrBlocks(int index)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 |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The servicesIpv4CidrBlocks at the given index. |
getServicesIpv4CidrBlocksBytes(int index)
public ByteString getServicesIpv4CidrBlocksBytes(int index)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 |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the servicesIpv4CidrBlocks at the given index. |
getServicesIpv4CidrBlocksCount()
public int getServicesIpv4CidrBlocksCount()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()
public ProtocolStringList getServicesIpv4CidrBlocksList()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()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ClusterNetworking other)
public ClusterNetworking.Builder mergeFrom(ClusterNetworking other)| Parameter | |
|---|---|
| Name | Description |
other |
ClusterNetworking |
| Returns | |
|---|---|
| Type | Description |
ClusterNetworking.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ClusterNetworking.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ClusterNetworking.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ClusterNetworking.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ClusterNetworking.Builder |
|
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ClusterNetworking.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
ClusterNetworking.Builder |
|
setClusterIpv4CidrBlocks(int index, String value)
public ClusterNetworking.Builder setClusterIpv4CidrBlocks(int index, String value)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 |
intThe index to set the value at. |
value |
StringThe clusterIpv4CidrBlocks to set. |
| Returns | |
|---|---|
| Type | Description |
ClusterNetworking.Builder |
This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public ClusterNetworking.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
ClusterNetworking.Builder |
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ClusterNetworking.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
ClusterNetworking.Builder |
|
setServicesIpv4CidrBlocks(int index, String value)
public ClusterNetworking.Builder setServicesIpv4CidrBlocks(int index, String value)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 |
intThe index to set the value at. |
value |
StringThe servicesIpv4CidrBlocks to set. |
| Returns | |
|---|---|
| Type | Description |
ClusterNetworking.Builder |
This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final ClusterNetworking.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
ClusterNetworking.Builder |
|