Class Cluster.NetworkConfig.Builder (0.32.0)

public static final class Cluster.NetworkConfig.Builder extends GeneratedMessageV3.Builder<Cluster.NetworkConfig.Builder> implements Cluster.NetworkConfigOrBuilder

Metadata related to network configuration.

Protobuf type google.cloud.alloydb.v1.Cluster.NetworkConfig

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public Cluster.NetworkConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
Cluster.NetworkConfig.Builder
Overrides

build()

public Cluster.NetworkConfig build()
Returns
Type Description
Cluster.NetworkConfig

buildPartial()

public Cluster.NetworkConfig buildPartial()
Returns
Type Description
Cluster.NetworkConfig

clear()

public Cluster.NetworkConfig.Builder clear()
Returns
Type Description
Cluster.NetworkConfig.Builder
Overrides

clearAllocatedIpRange()

public Cluster.NetworkConfig.Builder clearAllocatedIpRange()

Optional. Name of the allocated IP range for the private IP AlloyDB cluster, for example: "google-managed-services-default". If set, the instance IPs for this cluster will be created in the allocated range. The range name must comply with RFC 1035. Specifically, the name must be 1-63 characters long and match the regular expression a-z?. Field name is intended to be consistent with Cloud SQL.

string allocated_ip_range = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Cluster.NetworkConfig.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public Cluster.NetworkConfig.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
Cluster.NetworkConfig.Builder
Overrides

clearNetwork()

public Cluster.NetworkConfig.Builder clearNetwork()

Required. The resource link for the VPC network in which cluster resources are created and from which they are accessible via Private IP. The network must belong to the same project as the cluster. It is specified in the form: "projects/{project_number}/global/networks/{network_id}". This is required to create a cluster.

string network = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
Cluster.NetworkConfig.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public Cluster.NetworkConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
Cluster.NetworkConfig.Builder
Overrides

clone()

public Cluster.NetworkConfig.Builder clone()
Returns
Type Description
Cluster.NetworkConfig.Builder
Overrides

getAllocatedIpRange()

public String getAllocatedIpRange()

Optional. Name of the allocated IP range for the private IP AlloyDB cluster, for example: "google-managed-services-default". If set, the instance IPs for this cluster will be created in the allocated range. The range name must comply with RFC 1035. Specifically, the name must be 1-63 characters long and match the regular expression a-z?. Field name is intended to be consistent with Cloud SQL.

string allocated_ip_range = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The allocatedIpRange.

getAllocatedIpRangeBytes()

public ByteString getAllocatedIpRangeBytes()

Optional. Name of the allocated IP range for the private IP AlloyDB cluster, for example: "google-managed-services-default". If set, the instance IPs for this cluster will be created in the allocated range. The range name must comply with RFC 1035. Specifically, the name must be 1-63 characters long and match the regular expression a-z?. Field name is intended to be consistent with Cloud SQL.

string allocated_ip_range = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for allocatedIpRange.

getDefaultInstanceForType()

public Cluster.NetworkConfig getDefaultInstanceForType()
Returns
Type Description
Cluster.NetworkConfig

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getNetwork()

public String getNetwork()

Required. The resource link for the VPC network in which cluster resources are created and from which they are accessible via Private IP. The network must belong to the same project as the cluster. It is specified in the form: "projects/{project_number}/global/networks/{network_id}". This is required to create a cluster.

string network = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The network.

getNetworkBytes()

public ByteString getNetworkBytes()

Required. The resource link for the VPC network in which cluster resources are created and from which they are accessible via Private IP. The network must belong to the same project as the cluster. It is specified in the form: "projects/{project_number}/global/networks/{network_id}". This is required to create a cluster.

string network = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for network.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(Cluster.NetworkConfig other)

public Cluster.NetworkConfig.Builder mergeFrom(Cluster.NetworkConfig other)
Parameter
Name Description
other Cluster.NetworkConfig
Returns
Type Description
Cluster.NetworkConfig.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Cluster.NetworkConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Cluster.NetworkConfig.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public Cluster.NetworkConfig.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
Cluster.NetworkConfig.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final Cluster.NetworkConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
Cluster.NetworkConfig.Builder
Overrides

setAllocatedIpRange(String value)

public Cluster.NetworkConfig.Builder setAllocatedIpRange(String value)

Optional. Name of the allocated IP range for the private IP AlloyDB cluster, for example: "google-managed-services-default". If set, the instance IPs for this cluster will be created in the allocated range. The range name must comply with RFC 1035. Specifically, the name must be 1-63 characters long and match the regular expression a-z?. Field name is intended to be consistent with Cloud SQL.

string allocated_ip_range = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value String

The allocatedIpRange to set.

Returns
Type Description
Cluster.NetworkConfig.Builder

This builder for chaining.

setAllocatedIpRangeBytes(ByteString value)

public Cluster.NetworkConfig.Builder setAllocatedIpRangeBytes(ByteString value)

Optional. Name of the allocated IP range for the private IP AlloyDB cluster, for example: "google-managed-services-default". If set, the instance IPs for this cluster will be created in the allocated range. The range name must comply with RFC 1035. Specifically, the name must be 1-63 characters long and match the regular expression a-z?. Field name is intended to be consistent with Cloud SQL.

string allocated_ip_range = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value ByteString

The bytes for allocatedIpRange to set.

Returns
Type Description
Cluster.NetworkConfig.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public Cluster.NetworkConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
Cluster.NetworkConfig.Builder
Overrides

setNetwork(String value)

public Cluster.NetworkConfig.Builder setNetwork(String value)

Required. The resource link for the VPC network in which cluster resources are created and from which they are accessible via Private IP. The network must belong to the same project as the cluster. It is specified in the form: "projects/{project_number}/global/networks/{network_id}". This is required to create a cluster.

string network = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The network to set.

Returns
Type Description
Cluster.NetworkConfig.Builder

This builder for chaining.

setNetworkBytes(ByteString value)

public Cluster.NetworkConfig.Builder setNetworkBytes(ByteString value)

Required. The resource link for the VPC network in which cluster resources are created and from which they are accessible via Private IP. The network must belong to the same project as the cluster. It is specified in the form: "projects/{project_number}/global/networks/{network_id}". This is required to create a cluster.

string network = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for network to set.

Returns
Type Description
Cluster.NetworkConfig.Builder

This builder for chaining.

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

public Cluster.NetworkConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
Cluster.NetworkConfig.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final Cluster.NetworkConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
Cluster.NetworkConfig.Builder
Overrides