public static final class FullManagementConfig.Builder extends GeneratedMessageV3.Builder<FullManagementConfig.Builder> implements FullManagementConfigOrBuilder
Configuration of the full (Autopilot) cluster management
Protobuf type google.cloud.telcoautomation.v1.FullManagementConfig
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > FullManagementConfig.BuilderImplements
FullManagementConfigOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public FullManagementConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
FullManagementConfig.Builder |
build()
public FullManagementConfig build()
Returns | |
---|---|
Type | Description |
FullManagementConfig |
buildPartial()
public FullManagementConfig buildPartial()
Returns | |
---|---|
Type | Description |
FullManagementConfig |
clear()
public FullManagementConfig.Builder clear()
Returns | |
---|---|
Type | Description |
FullManagementConfig.Builder |
clearClusterCidrBlock()
public FullManagementConfig.Builder clearClusterCidrBlock()
Optional. The IP address range for the cluster pod IPs. Set to blank to have a range chosen with the default size. Set to /netmask (e.g. /14) to have a range chosen with a specific netmask. Set to a CIDR notation (e.g. 10.96.0.0/14) from the RFC-1918 private networks (e.g. 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16) to pick a specific range to use.
string cluster_cidr_block = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
FullManagementConfig.Builder |
This builder for chaining. |
clearClusterNamedRange()
public FullManagementConfig.Builder clearClusterNamedRange()
Optional. The name of the existing secondary range in the cluster's subnetwork to use for pod IP addresses. Alternatively, cluster_cidr_block can be used to automatically create a GKE-managed one.
string cluster_named_range = 6 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
FullManagementConfig.Builder |
This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public FullManagementConfig.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
FullManagementConfig.Builder |
clearMasterAuthorizedNetworksConfig()
public FullManagementConfig.Builder clearMasterAuthorizedNetworksConfig()
Optional. Master Authorized Network that supports multiple CIDR blocks. Allows access to the k8s master from multiple blocks. It cannot be set at the same time with the field man_block.
.google.cloud.telcoautomation.v1.MasterAuthorizedNetworksConfig master_authorized_networks_config = 8 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
FullManagementConfig.Builder |
clearMasterIpv4CidrBlock()
public FullManagementConfig.Builder clearMasterIpv4CidrBlock()
Optional. The /28 network that the masters will use.
string master_ipv4_cidr_block = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
FullManagementConfig.Builder |
This builder for chaining. |
clearNetwork()
public FullManagementConfig.Builder clearNetwork()
Optional. Name of the VPC Network to put the GKE cluster and nodes in. The VPC will be created if it doesn't exist.
string network = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
FullManagementConfig.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public FullManagementConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
FullManagementConfig.Builder |
clearServicesCidrBlock()
public FullManagementConfig.Builder clearServicesCidrBlock()
Optional. The IP address range for the cluster service IPs. Set to blank to have a range chosen with the default size. Set to /netmask (e.g. /14) to have a range chosen with a specific netmask. Set to a CIDR notation (e.g. 10.96.0.0/14) from the RFC-1918 private networks (e.g. 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16) to pick a specific range to use.
string services_cidr_block = 5 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
FullManagementConfig.Builder |
This builder for chaining. |
clearServicesNamedRange()
public FullManagementConfig.Builder clearServicesNamedRange()
Optional. The name of the existing secondary range in the cluster's subnetwork to use for service ClusterIPs. Alternatively, services_cidr_block can be used to automatically create a GKE-managed one.
string services_named_range = 7 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
FullManagementConfig.Builder |
This builder for chaining. |
clearSubnet()
public FullManagementConfig.Builder clearSubnet()
Optional. Specifies the subnet that the interface will be part of. Network key must be specified and the subnet must be a subnetwork of the specified network.
string subnet = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
FullManagementConfig.Builder |
This builder for chaining. |
clone()
public FullManagementConfig.Builder clone()
Returns | |
---|---|
Type | Description |
FullManagementConfig.Builder |
getClusterCidrBlock()
public String getClusterCidrBlock()
Optional. The IP address range for the cluster pod IPs. Set to blank to have a range chosen with the default size. Set to /netmask (e.g. /14) to have a range chosen with a specific netmask. Set to a CIDR notation (e.g. 10.96.0.0/14) from the RFC-1918 private networks (e.g. 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16) to pick a specific range to use.
string cluster_cidr_block = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The clusterCidrBlock. |
getClusterCidrBlockBytes()
public ByteString getClusterCidrBlockBytes()
Optional. The IP address range for the cluster pod IPs. Set to blank to have a range chosen with the default size. Set to /netmask (e.g. /14) to have a range chosen with a specific netmask. Set to a CIDR notation (e.g. 10.96.0.0/14) from the RFC-1918 private networks (e.g. 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16) to pick a specific range to use.
string cluster_cidr_block = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for clusterCidrBlock. |
getClusterNamedRange()
public String getClusterNamedRange()
Optional. The name of the existing secondary range in the cluster's subnetwork to use for pod IP addresses. Alternatively, cluster_cidr_block can be used to automatically create a GKE-managed one.
string cluster_named_range = 6 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The clusterNamedRange. |
getClusterNamedRangeBytes()
public ByteString getClusterNamedRangeBytes()
Optional. The name of the existing secondary range in the cluster's subnetwork to use for pod IP addresses. Alternatively, cluster_cidr_block can be used to automatically create a GKE-managed one.
string cluster_named_range = 6 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for clusterNamedRange. |
getDefaultInstanceForType()
public FullManagementConfig getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
FullManagementConfig |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getMasterAuthorizedNetworksConfig()
public MasterAuthorizedNetworksConfig getMasterAuthorizedNetworksConfig()
Optional. Master Authorized Network that supports multiple CIDR blocks. Allows access to the k8s master from multiple blocks. It cannot be set at the same time with the field man_block.
.google.cloud.telcoautomation.v1.MasterAuthorizedNetworksConfig master_authorized_networks_config = 8 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
MasterAuthorizedNetworksConfig |
The masterAuthorizedNetworksConfig. |
getMasterAuthorizedNetworksConfigBuilder()
public MasterAuthorizedNetworksConfig.Builder getMasterAuthorizedNetworksConfigBuilder()
Optional. Master Authorized Network that supports multiple CIDR blocks. Allows access to the k8s master from multiple blocks. It cannot be set at the same time with the field man_block.
.google.cloud.telcoautomation.v1.MasterAuthorizedNetworksConfig master_authorized_networks_config = 8 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
MasterAuthorizedNetworksConfig.Builder |
getMasterAuthorizedNetworksConfigOrBuilder()
public MasterAuthorizedNetworksConfigOrBuilder getMasterAuthorizedNetworksConfigOrBuilder()
Optional. Master Authorized Network that supports multiple CIDR blocks. Allows access to the k8s master from multiple blocks. It cannot be set at the same time with the field man_block.
.google.cloud.telcoautomation.v1.MasterAuthorizedNetworksConfig master_authorized_networks_config = 8 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
MasterAuthorizedNetworksConfigOrBuilder |
getMasterIpv4CidrBlock()
public String getMasterIpv4CidrBlock()
Optional. The /28 network that the masters will use.
string master_ipv4_cidr_block = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The masterIpv4CidrBlock. |
getMasterIpv4CidrBlockBytes()
public ByteString getMasterIpv4CidrBlockBytes()
Optional. The /28 network that the masters will use.
string master_ipv4_cidr_block = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for masterIpv4CidrBlock. |
getNetwork()
public String getNetwork()
Optional. Name of the VPC Network to put the GKE cluster and nodes in. The VPC will be created if it doesn't exist.
string network = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The network. |
getNetworkBytes()
public ByteString getNetworkBytes()
Optional. Name of the VPC Network to put the GKE cluster and nodes in. The VPC will be created if it doesn't exist.
string network = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for network. |
getServicesCidrBlock()
public String getServicesCidrBlock()
Optional. The IP address range for the cluster service IPs. Set to blank to have a range chosen with the default size. Set to /netmask (e.g. /14) to have a range chosen with a specific netmask. Set to a CIDR notation (e.g. 10.96.0.0/14) from the RFC-1918 private networks (e.g. 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16) to pick a specific range to use.
string services_cidr_block = 5 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The servicesCidrBlock. |
getServicesCidrBlockBytes()
public ByteString getServicesCidrBlockBytes()
Optional. The IP address range for the cluster service IPs. Set to blank to have a range chosen with the default size. Set to /netmask (e.g. /14) to have a range chosen with a specific netmask. Set to a CIDR notation (e.g. 10.96.0.0/14) from the RFC-1918 private networks (e.g. 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16) to pick a specific range to use.
string services_cidr_block = 5 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for servicesCidrBlock. |
getServicesNamedRange()
public String getServicesNamedRange()
Optional. The name of the existing secondary range in the cluster's subnetwork to use for service ClusterIPs. Alternatively, services_cidr_block can be used to automatically create a GKE-managed one.
string services_named_range = 7 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The servicesNamedRange. |
getServicesNamedRangeBytes()
public ByteString getServicesNamedRangeBytes()
Optional. The name of the existing secondary range in the cluster's subnetwork to use for service ClusterIPs. Alternatively, services_cidr_block can be used to automatically create a GKE-managed one.
string services_named_range = 7 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for servicesNamedRange. |
getSubnet()
public String getSubnet()
Optional. Specifies the subnet that the interface will be part of. Network key must be specified and the subnet must be a subnetwork of the specified network.
string subnet = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The subnet. |
getSubnetBytes()
public ByteString getSubnetBytes()
Optional. Specifies the subnet that the interface will be part of. Network key must be specified and the subnet must be a subnetwork of the specified network.
string subnet = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for subnet. |
hasMasterAuthorizedNetworksConfig()
public boolean hasMasterAuthorizedNetworksConfig()
Optional. Master Authorized Network that supports multiple CIDR blocks. Allows access to the k8s master from multiple blocks. It cannot be set at the same time with the field man_block.
.google.cloud.telcoautomation.v1.MasterAuthorizedNetworksConfig master_authorized_networks_config = 8 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
Whether the masterAuthorizedNetworksConfig field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(FullManagementConfig other)
public FullManagementConfig.Builder mergeFrom(FullManagementConfig other)
Parameter | |
---|---|
Name | Description |
other |
FullManagementConfig |
Returns | |
---|---|
Type | Description |
FullManagementConfig.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public FullManagementConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
FullManagementConfig.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public FullManagementConfig.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
FullManagementConfig.Builder |
mergeMasterAuthorizedNetworksConfig(MasterAuthorizedNetworksConfig value)
public FullManagementConfig.Builder mergeMasterAuthorizedNetworksConfig(MasterAuthorizedNetworksConfig value)
Optional. Master Authorized Network that supports multiple CIDR blocks. Allows access to the k8s master from multiple blocks. It cannot be set at the same time with the field man_block.
.google.cloud.telcoautomation.v1.MasterAuthorizedNetworksConfig master_authorized_networks_config = 8 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
MasterAuthorizedNetworksConfig |
Returns | |
---|---|
Type | Description |
FullManagementConfig.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final FullManagementConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
FullManagementConfig.Builder |
setClusterCidrBlock(String value)
public FullManagementConfig.Builder setClusterCidrBlock(String value)
Optional. The IP address range for the cluster pod IPs. Set to blank to have a range chosen with the default size. Set to /netmask (e.g. /14) to have a range chosen with a specific netmask. Set to a CIDR notation (e.g. 10.96.0.0/14) from the RFC-1918 private networks (e.g. 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16) to pick a specific range to use.
string cluster_cidr_block = 4 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
String The clusterCidrBlock to set. |
Returns | |
---|---|
Type | Description |
FullManagementConfig.Builder |
This builder for chaining. |
setClusterCidrBlockBytes(ByteString value)
public FullManagementConfig.Builder setClusterCidrBlockBytes(ByteString value)
Optional. The IP address range for the cluster pod IPs. Set to blank to have a range chosen with the default size. Set to /netmask (e.g. /14) to have a range chosen with a specific netmask. Set to a CIDR notation (e.g. 10.96.0.0/14) from the RFC-1918 private networks (e.g. 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16) to pick a specific range to use.
string cluster_cidr_block = 4 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for clusterCidrBlock to set. |
Returns | |
---|---|
Type | Description |
FullManagementConfig.Builder |
This builder for chaining. |
setClusterNamedRange(String value)
public FullManagementConfig.Builder setClusterNamedRange(String value)
Optional. The name of the existing secondary range in the cluster's subnetwork to use for pod IP addresses. Alternatively, cluster_cidr_block can be used to automatically create a GKE-managed one.
string cluster_named_range = 6 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
String The clusterNamedRange to set. |
Returns | |
---|---|
Type | Description |
FullManagementConfig.Builder |
This builder for chaining. |
setClusterNamedRangeBytes(ByteString value)
public FullManagementConfig.Builder setClusterNamedRangeBytes(ByteString value)
Optional. The name of the existing secondary range in the cluster's subnetwork to use for pod IP addresses. Alternatively, cluster_cidr_block can be used to automatically create a GKE-managed one.
string cluster_named_range = 6 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for clusterNamedRange to set. |
Returns | |
---|---|
Type | Description |
FullManagementConfig.Builder |
This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public FullManagementConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
FullManagementConfig.Builder |
setMasterAuthorizedNetworksConfig(MasterAuthorizedNetworksConfig value)
public FullManagementConfig.Builder setMasterAuthorizedNetworksConfig(MasterAuthorizedNetworksConfig value)
Optional. Master Authorized Network that supports multiple CIDR blocks. Allows access to the k8s master from multiple blocks. It cannot be set at the same time with the field man_block.
.google.cloud.telcoautomation.v1.MasterAuthorizedNetworksConfig master_authorized_networks_config = 8 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
MasterAuthorizedNetworksConfig |
Returns | |
---|---|
Type | Description |
FullManagementConfig.Builder |
setMasterAuthorizedNetworksConfig(MasterAuthorizedNetworksConfig.Builder builderForValue)
public FullManagementConfig.Builder setMasterAuthorizedNetworksConfig(MasterAuthorizedNetworksConfig.Builder builderForValue)
Optional. Master Authorized Network that supports multiple CIDR blocks. Allows access to the k8s master from multiple blocks. It cannot be set at the same time with the field man_block.
.google.cloud.telcoautomation.v1.MasterAuthorizedNetworksConfig master_authorized_networks_config = 8 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
builderForValue |
MasterAuthorizedNetworksConfig.Builder |
Returns | |
---|---|
Type | Description |
FullManagementConfig.Builder |
setMasterIpv4CidrBlock(String value)
public FullManagementConfig.Builder setMasterIpv4CidrBlock(String value)
Optional. The /28 network that the masters will use.
string master_ipv4_cidr_block = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
String The masterIpv4CidrBlock to set. |
Returns | |
---|---|
Type | Description |
FullManagementConfig.Builder |
This builder for chaining. |
setMasterIpv4CidrBlockBytes(ByteString value)
public FullManagementConfig.Builder setMasterIpv4CidrBlockBytes(ByteString value)
Optional. The /28 network that the masters will use.
string master_ipv4_cidr_block = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for masterIpv4CidrBlock to set. |
Returns | |
---|---|
Type | Description |
FullManagementConfig.Builder |
This builder for chaining. |
setNetwork(String value)
public FullManagementConfig.Builder setNetwork(String value)
Optional. Name of the VPC Network to put the GKE cluster and nodes in. The VPC will be created if it doesn't exist.
string network = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
String The network to set. |
Returns | |
---|---|
Type | Description |
FullManagementConfig.Builder |
This builder for chaining. |
setNetworkBytes(ByteString value)
public FullManagementConfig.Builder setNetworkBytes(ByteString value)
Optional. Name of the VPC Network to put the GKE cluster and nodes in. The VPC will be created if it doesn't exist.
string network = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for network to set. |
Returns | |
---|---|
Type | Description |
FullManagementConfig.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public FullManagementConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
FullManagementConfig.Builder |
setServicesCidrBlock(String value)
public FullManagementConfig.Builder setServicesCidrBlock(String value)
Optional. The IP address range for the cluster service IPs. Set to blank to have a range chosen with the default size. Set to /netmask (e.g. /14) to have a range chosen with a specific netmask. Set to a CIDR notation (e.g. 10.96.0.0/14) from the RFC-1918 private networks (e.g. 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16) to pick a specific range to use.
string services_cidr_block = 5 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
String The servicesCidrBlock to set. |
Returns | |
---|---|
Type | Description |
FullManagementConfig.Builder |
This builder for chaining. |
setServicesCidrBlockBytes(ByteString value)
public FullManagementConfig.Builder setServicesCidrBlockBytes(ByteString value)
Optional. The IP address range for the cluster service IPs. Set to blank to have a range chosen with the default size. Set to /netmask (e.g. /14) to have a range chosen with a specific netmask. Set to a CIDR notation (e.g. 10.96.0.0/14) from the RFC-1918 private networks (e.g. 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16) to pick a specific range to use.
string services_cidr_block = 5 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for servicesCidrBlock to set. |
Returns | |
---|---|
Type | Description |
FullManagementConfig.Builder |
This builder for chaining. |
setServicesNamedRange(String value)
public FullManagementConfig.Builder setServicesNamedRange(String value)
Optional. The name of the existing secondary range in the cluster's subnetwork to use for service ClusterIPs. Alternatively, services_cidr_block can be used to automatically create a GKE-managed one.
string services_named_range = 7 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
String The servicesNamedRange to set. |
Returns | |
---|---|
Type | Description |
FullManagementConfig.Builder |
This builder for chaining. |
setServicesNamedRangeBytes(ByteString value)
public FullManagementConfig.Builder setServicesNamedRangeBytes(ByteString value)
Optional. The name of the existing secondary range in the cluster's subnetwork to use for service ClusterIPs. Alternatively, services_cidr_block can be used to automatically create a GKE-managed one.
string services_named_range = 7 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for servicesNamedRange to set. |
Returns | |
---|---|
Type | Description |
FullManagementConfig.Builder |
This builder for chaining. |
setSubnet(String value)
public FullManagementConfig.Builder setSubnet(String value)
Optional. Specifies the subnet that the interface will be part of. Network key must be specified and the subnet must be a subnetwork of the specified network.
string subnet = 2 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
String The subnet to set. |
Returns | |
---|---|
Type | Description |
FullManagementConfig.Builder |
This builder for chaining. |
setSubnetBytes(ByteString value)
public FullManagementConfig.Builder setSubnetBytes(ByteString value)
Optional. Specifies the subnet that the interface will be part of. Network key must be specified and the subnet must be a subnetwork of the specified network.
string subnet = 2 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for subnet to set. |
Returns | |
---|---|
Type | Description |
FullManagementConfig.Builder |
This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final FullManagementConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
FullManagementConfig.Builder |