- 0.72.0 (latest)
- 0.71.0
- 0.70.0
- 0.69.0
- 0.67.0
- 0.65.0
- 0.64.0
- 0.63.0
- 0.62.0
- 0.61.0
- 0.59.0
- 0.57.0
- 0.56.0
- 0.53.0
- 0.52.0
- 0.51.0
- 0.49.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.0
- 0.1.0
public static final class Cluster.NetworkConfig.Builder extends GeneratedMessage.Builder<Cluster.NetworkConfig.Builder> implements Cluster.NetworkConfigOrBuilderMetadata related to network configuration.
Protobuf type google.cloud.alloydb.v1alpha.Cluster.NetworkConfig
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > Cluster.NetworkConfig.BuilderImplements
Cluster.NetworkConfigOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
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 |
|
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. |
clearNetwork()
public Cluster.NetworkConfig.Builder clearNetwork() Optional. 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) = OPTIONAL, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
Cluster.NetworkConfig.Builder |
This builder for chaining. |
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 |
|
getNetwork()
public String getNetwork() Optional. 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) = OPTIONAL, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The network. |
getNetworkBytes()
public ByteString getNetworkBytes() Optional. 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) = OPTIONAL, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for network. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
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 |
|
| 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 |
|
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 |
StringThe 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 |
ByteStringThe bytes for allocatedIpRange to set. |
| Returns | |
|---|---|
| Type | Description |
Cluster.NetworkConfig.Builder |
This builder for chaining. |
setNetwork(String value)
public Cluster.NetworkConfig.Builder setNetwork(String value) Optional. 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) = OPTIONAL, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe network to set. |
| Returns | |
|---|---|
| Type | Description |
Cluster.NetworkConfig.Builder |
This builder for chaining. |
setNetworkBytes(ByteString value)
public Cluster.NetworkConfig.Builder setNetworkBytes(ByteString value) Optional. 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) = OPTIONAL, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for network to set. |
| Returns | |
|---|---|
| Type | Description |
Cluster.NetworkConfig.Builder |
This builder for chaining. |