Class StandardManagementConfig.Builder (0.5.0)

public static final class StandardManagementConfig.Builder extends GeneratedMessageV3.Builder<StandardManagementConfig.Builder> implements StandardManagementConfigOrBuilder

Configuration of the standard (GKE) cluster management.

Protobuf type google.cloud.telcoautomation.v1alpha1.StandardManagementConfig

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public StandardManagementConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
StandardManagementConfig.Builder
Overrides

build()

public StandardManagementConfig build()
Returns
TypeDescription
StandardManagementConfig

buildPartial()

public StandardManagementConfig buildPartial()
Returns
TypeDescription
StandardManagementConfig

clear()

public StandardManagementConfig.Builder clear()
Returns
TypeDescription
StandardManagementConfig.Builder
Overrides

clearClusterCidrBlock()

public StandardManagementConfig.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
TypeDescription
StandardManagementConfig.Builder

This builder for chaining.

clearClusterNamedRange()

public StandardManagementConfig.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
TypeDescription
StandardManagementConfig.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public StandardManagementConfig.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
StandardManagementConfig.Builder
Overrides

clearMasterAuthorizedNetworksConfig()

public StandardManagementConfig.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.v1alpha1.MasterAuthorizedNetworksConfig master_authorized_networks_config = 8 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
StandardManagementConfig.Builder

clearMasterIpv4CidrBlock()

public StandardManagementConfig.Builder clearMasterIpv4CidrBlock()

Optional. The /28 network that the masters will use. It should be free within the network.

string master_ipv4_cidr_block = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
StandardManagementConfig.Builder

This builder for chaining.

clearNetwork()

public StandardManagementConfig.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
TypeDescription
StandardManagementConfig.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public StandardManagementConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
StandardManagementConfig.Builder
Overrides

clearServicesCidrBlock()

public StandardManagementConfig.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
TypeDescription
StandardManagementConfig.Builder

This builder for chaining.

clearServicesNamedRange()

public StandardManagementConfig.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
TypeDescription
StandardManagementConfig.Builder

This builder for chaining.

clearSubnet()

public StandardManagementConfig.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
TypeDescription
StandardManagementConfig.Builder

This builder for chaining.

clone()

public StandardManagementConfig.Builder clone()
Returns
TypeDescription
StandardManagementConfig.Builder
Overrides

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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for clusterNamedRange.

getDefaultInstanceForType()

public StandardManagementConfig getDefaultInstanceForType()
Returns
TypeDescription
StandardManagementConfig

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

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.v1alpha1.MasterAuthorizedNetworksConfig master_authorized_networks_config = 8 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
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.v1alpha1.MasterAuthorizedNetworksConfig master_authorized_networks_config = 8 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
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.v1alpha1.MasterAuthorizedNetworksConfig master_authorized_networks_config = 8 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
MasterAuthorizedNetworksConfigOrBuilder

getMasterIpv4CidrBlock()

public String getMasterIpv4CidrBlock()

Optional. The /28 network that the masters will use. It should be free within the network.

string master_ipv4_cidr_block = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The masterIpv4CidrBlock.

getMasterIpv4CidrBlockBytes()

public ByteString getMasterIpv4CidrBlockBytes()

Optional. The /28 network that the masters will use. It should be free within the network.

string master_ipv4_cidr_block = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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.v1alpha1.MasterAuthorizedNetworksConfig master_authorized_networks_config = 8 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

Whether the masterAuthorizedNetworksConfig field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(StandardManagementConfig other)

public StandardManagementConfig.Builder mergeFrom(StandardManagementConfig other)
Parameter
NameDescription
otherStandardManagementConfig
Returns
TypeDescription
StandardManagementConfig.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public StandardManagementConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
StandardManagementConfig.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public StandardManagementConfig.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
StandardManagementConfig.Builder
Overrides

mergeMasterAuthorizedNetworksConfig(MasterAuthorizedNetworksConfig value)

public StandardManagementConfig.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.v1alpha1.MasterAuthorizedNetworksConfig master_authorized_networks_config = 8 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueMasterAuthorizedNetworksConfig
Returns
TypeDescription
StandardManagementConfig.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final StandardManagementConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
StandardManagementConfig.Builder
Overrides

setClusterCidrBlock(String value)

public StandardManagementConfig.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
NameDescription
valueString

The clusterCidrBlock to set.

Returns
TypeDescription
StandardManagementConfig.Builder

This builder for chaining.

setClusterCidrBlockBytes(ByteString value)

public StandardManagementConfig.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
NameDescription
valueByteString

The bytes for clusterCidrBlock to set.

Returns
TypeDescription
StandardManagementConfig.Builder

This builder for chaining.

setClusterNamedRange(String value)

public StandardManagementConfig.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
NameDescription
valueString

The clusterNamedRange to set.

Returns
TypeDescription
StandardManagementConfig.Builder

This builder for chaining.

setClusterNamedRangeBytes(ByteString value)

public StandardManagementConfig.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
NameDescription
valueByteString

The bytes for clusterNamedRange to set.

Returns
TypeDescription
StandardManagementConfig.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public StandardManagementConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
StandardManagementConfig.Builder
Overrides

setMasterAuthorizedNetworksConfig(MasterAuthorizedNetworksConfig value)

public StandardManagementConfig.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.v1alpha1.MasterAuthorizedNetworksConfig master_authorized_networks_config = 8 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueMasterAuthorizedNetworksConfig
Returns
TypeDescription
StandardManagementConfig.Builder

setMasterAuthorizedNetworksConfig(MasterAuthorizedNetworksConfig.Builder builderForValue)

public StandardManagementConfig.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.v1alpha1.MasterAuthorizedNetworksConfig master_authorized_networks_config = 8 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
builderForValueMasterAuthorizedNetworksConfig.Builder
Returns
TypeDescription
StandardManagementConfig.Builder

setMasterIpv4CidrBlock(String value)

public StandardManagementConfig.Builder setMasterIpv4CidrBlock(String value)

Optional. The /28 network that the masters will use. It should be free within the network.

string master_ipv4_cidr_block = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueString

The masterIpv4CidrBlock to set.

Returns
TypeDescription
StandardManagementConfig.Builder

This builder for chaining.

setMasterIpv4CidrBlockBytes(ByteString value)

public StandardManagementConfig.Builder setMasterIpv4CidrBlockBytes(ByteString value)

Optional. The /28 network that the masters will use. It should be free within the network.

string master_ipv4_cidr_block = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueByteString

The bytes for masterIpv4CidrBlock to set.

Returns
TypeDescription
StandardManagementConfig.Builder

This builder for chaining.

setNetwork(String value)

public StandardManagementConfig.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
NameDescription
valueString

The network to set.

Returns
TypeDescription
StandardManagementConfig.Builder

This builder for chaining.

setNetworkBytes(ByteString value)

public StandardManagementConfig.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
NameDescription
valueByteString

The bytes for network to set.

Returns
TypeDescription
StandardManagementConfig.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public StandardManagementConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
StandardManagementConfig.Builder
Overrides

setServicesCidrBlock(String value)

public StandardManagementConfig.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
NameDescription
valueString

The servicesCidrBlock to set.

Returns
TypeDescription
StandardManagementConfig.Builder

This builder for chaining.

setServicesCidrBlockBytes(ByteString value)

public StandardManagementConfig.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
NameDescription
valueByteString

The bytes for servicesCidrBlock to set.

Returns
TypeDescription
StandardManagementConfig.Builder

This builder for chaining.

setServicesNamedRange(String value)

public StandardManagementConfig.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
NameDescription
valueString

The servicesNamedRange to set.

Returns
TypeDescription
StandardManagementConfig.Builder

This builder for chaining.

setServicesNamedRangeBytes(ByteString value)

public StandardManagementConfig.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
NameDescription
valueByteString

The bytes for servicesNamedRange to set.

Returns
TypeDescription
StandardManagementConfig.Builder

This builder for chaining.

setSubnet(String value)

public StandardManagementConfig.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
NameDescription
valueString

The subnet to set.

Returns
TypeDescription
StandardManagementConfig.Builder

This builder for chaining.

setSubnetBytes(ByteString value)

public StandardManagementConfig.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
NameDescription
valueByteString

The bytes for subnet to set.

Returns
TypeDescription
StandardManagementConfig.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final StandardManagementConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
StandardManagementConfig.Builder
Overrides