public static final class Instance.Builder extends GeneratedMessageV3.Builder<Instance.Builder> implements InstanceOrBuilder
An Instance is a computing unit that an end customer can connect to. It's the main unit of computing resources in AlloyDB.
Protobuf type google.cloud.alloydb.v1alpha.Instance
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Instance.BuilderImplements
InstanceOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addAllNodes(Iterable<? extends Instance.Node> values)
public Instance.Builder addAllNodes(Iterable<? extends Instance.Node> values)
Output only. List of available read-only VMs in this instance, including the standby for a PRIMARY instance.
repeated .google.cloud.alloydb.v1alpha.Instance.Node nodes = 20 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
values |
Iterable<? extends com.google.cloud.alloydb.v1alpha.Instance.Node> |
Type | Description |
Instance.Builder |
addNodes(Instance.Node value)
public Instance.Builder addNodes(Instance.Node value)
Output only. List of available read-only VMs in this instance, including the standby for a PRIMARY instance.
repeated .google.cloud.alloydb.v1alpha.Instance.Node nodes = 20 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value |
Instance.Node |
Type | Description |
Instance.Builder |
addNodes(Instance.Node.Builder builderForValue)
public Instance.Builder addNodes(Instance.Node.Builder builderForValue)
Output only. List of available read-only VMs in this instance, including the standby for a PRIMARY instance.
repeated .google.cloud.alloydb.v1alpha.Instance.Node nodes = 20 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
builderForValue |
Instance.Node.Builder |
Type | Description |
Instance.Builder |
addNodes(int index, Instance.Node value)
public Instance.Builder addNodes(int index, Instance.Node value)
Output only. List of available read-only VMs in this instance, including the standby for a PRIMARY instance.
repeated .google.cloud.alloydb.v1alpha.Instance.Node nodes = 20 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
index |
int |
value |
Instance.Node |
Type | Description |
Instance.Builder |
addNodes(int index, Instance.Node.Builder builderForValue)
public Instance.Builder addNodes(int index, Instance.Node.Builder builderForValue)
Output only. List of available read-only VMs in this instance, including the standby for a PRIMARY instance.
repeated .google.cloud.alloydb.v1alpha.Instance.Node nodes = 20 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
index |
int |
builderForValue |
Instance.Node.Builder |
Type | Description |
Instance.Builder |
addNodesBuilder()
public Instance.Node.Builder addNodesBuilder()
Output only. List of available read-only VMs in this instance, including the standby for a PRIMARY instance.
repeated .google.cloud.alloydb.v1alpha.Instance.Node nodes = 20 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
Instance.Node.Builder |
addNodesBuilder(int index)
public Instance.Node.Builder addNodesBuilder(int index)
Output only. List of available read-only VMs in this instance, including the standby for a PRIMARY instance.
repeated .google.cloud.alloydb.v1alpha.Instance.Node nodes = 20 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
index |
int |
Type | Description |
Instance.Node.Builder |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Instance.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field |
FieldDescriptor |
value |
Object |
Type | Description |
Instance.Builder |
build()
public Instance build()
Type | Description |
Instance |
buildPartial()
public Instance buildPartial()
Type | Description |
Instance |
clear()
public Instance.Builder clear()
Type | Description |
Instance.Builder |
clearAnnotations()
public Instance.Builder clearAnnotations()
Type | Description |
Instance.Builder |
clearAvailabilityType()
public Instance.Builder clearAvailabilityType()
Availability type of an Instance. Defaults to REGIONAL for both primary and read instances. Note that primary and read instances can have different availability types.
.google.cloud.alloydb.v1alpha.Instance.AvailabilityType availability_type = 11;
Type | Description |
Instance.Builder |
This builder for chaining. |
clearCreateTime()
public Instance.Builder clearCreateTime()
Output only. Create time stamp
.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
Instance.Builder |
clearDatabaseFlags()
public Instance.Builder clearDatabaseFlags()
Type | Description |
Instance.Builder |
clearDeleteTime()
public Instance.Builder clearDeleteTime()
Output only. Delete time stamp
.google.protobuf.Timestamp delete_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
Instance.Builder |
clearDisplayName()
public Instance.Builder clearDisplayName()
User-settable and human-readable display name for the Instance.
string display_name = 2;
Type | Description |
Instance.Builder |
This builder for chaining. |
clearEtag()
public Instance.Builder clearEtag()
For Resource freshness validation (https://google.aip.dev/154)
string etag = 17;
Type | Description |
Instance.Builder |
This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public Instance.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field |
FieldDescriptor |
Type | Description |
Instance.Builder |
clearGceZone()
public Instance.Builder clearGceZone()
The Compute Engine zone that the instance should serve from, per https://cloud.google.com/compute/docs/regions-zones This can ONLY be specified for ZONAL instances. If present for a REGIONAL instance, an error will be thrown. If this is absent for a ZONAL instance, instance is created in a random zone with available capacity.
string gce_zone = 12;
Type | Description |
Instance.Builder |
This builder for chaining. |
clearInstanceType()
public Instance.Builder clearInstanceType()
Required. The type of the instance. Specified at creation time.
.google.cloud.alloydb.v1alpha.Instance.InstanceType instance_type = 9 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
Instance.Builder |
This builder for chaining. |
clearIpAddress()
public Instance.Builder clearIpAddress()
Output only. The IP address for the Instance. This is the connection endpoint for an end-user application.
string ip_address = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
Instance.Builder |
This builder for chaining. |
clearLabels()
public Instance.Builder clearLabels()
Type | Description |
Instance.Builder |
clearMachineConfig()
public Instance.Builder clearMachineConfig()
Configurations for the machines that host the underlying database engine.
.google.cloud.alloydb.v1alpha.Instance.MachineConfig machine_config = 10;
Type | Description |
Instance.Builder |
clearName()
public Instance.Builder clearName()
Output only. The name of the instance resource with the format:
- projects/{project}/locations/{region}/clusters/{cluster_id}/instances/{instance_id}
where the cluster and instance ID segments should satisfy the regex
expression
a-z?
, e.g. 1-63 characters of lowercase letters, numbers, and dashes, starting with a letter, and ending with a letter or number. For more details see https://google.aip.dev/122. The prefix of the instance resource name is the name of the parent resource: - projects/{project}/locations/{region}/clusters/{cluster_id}
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
Instance.Builder |
This builder for chaining. |
clearNodes()
public Instance.Builder clearNodes()
Output only. List of available read-only VMs in this instance, including the standby for a PRIMARY instance.
repeated .google.cloud.alloydb.v1alpha.Instance.Node nodes = 20 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
Instance.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public Instance.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof |
OneofDescriptor |
Type | Description |
Instance.Builder |
clearQueryInsightsConfig()
public Instance.Builder clearQueryInsightsConfig()
Configuration for query insights.
.google.cloud.alloydb.v1alpha.Instance.QueryInsightsInstanceConfig query_insights_config = 21;
Type | Description |
Instance.Builder |
clearReadPoolConfig()
public Instance.Builder clearReadPoolConfig()
Read pool specific config.
.google.cloud.alloydb.v1alpha.Instance.ReadPoolConfig read_pool_config = 14;
Type | Description |
Instance.Builder |
clearReconciling()
public Instance.Builder clearReconciling()
Output only. Reconciling (https://google.aip.dev/128#reconciliation). Set to true if the current state of Instance does not match the user's intended state, and the service is actively updating the resource to reconcile them. This can happen due to user-triggered updates or system actions like failover or maintenance.
bool reconciling = 16 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
Instance.Builder |
This builder for chaining. |
clearState()
public Instance.Builder clearState()
Output only. The current serving state of the instance.
.google.cloud.alloydb.v1alpha.Instance.State state = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
Instance.Builder |
This builder for chaining. |
clearUid()
public Instance.Builder clearUid()
Output only. The system-generated UID of the resource. The UID is assigned when the resource is created, and it is retained until it is deleted.
string uid = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
Instance.Builder |
This builder for chaining. |
clearUpdateTime()
public Instance.Builder clearUpdateTime()
Output only. Update time stamp
.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
Instance.Builder |
clearWritableNode()
public Instance.Builder clearWritableNode()
Output only. This is set for the read-write VM of the PRIMARY instance only.
.google.cloud.alloydb.v1alpha.Instance.Node writable_node = 19 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
Instance.Builder |
clone()
public Instance.Builder clone()
Type | Description |
Instance.Builder |
containsAnnotations(String key)
public boolean containsAnnotations(String key)
Annotations to allow client tools to store small amount of arbitrary data. This is distinct from labels. https://google.aip.dev/128
map<string, string> annotations = 18;
Name | Description |
key |
String |
Type | Description |
boolean |
containsDatabaseFlags(String key)
public boolean containsDatabaseFlags(String key)
Database flags. Set at instance level.
- They are copied from primary instance on read instance creation.
- Read instances can set new or override existing flags that are relevant for reads, e.g. for enabling columnar cache on a read instance. Flags set on read instance may or may not be present on primary. This is a list of "key": "value" pairs. "key": The name of the flag. These flags are passed at instance setup time, so include both server options and system variables for Postgres. Flags are specified with underscores, not hyphens. "value": The value of the flag. Booleans are set to on for true and off for false. This field must be omitted if the flag doesn't take a value.
map<string, string> database_flags = 13;
Name | Description |
key |
String |
Type | Description |
boolean |
containsLabels(String key)
public boolean containsLabels(String key)
Labels as key value pairs
map<string, string> labels = 7;
Name | Description |
key |
String |
Type | Description |
boolean |
getAnnotations()
public Map<String,String> getAnnotations()
Use #getAnnotationsMap() instead.
Type | Description |
Map<String,String> |
getAnnotationsCount()
public int getAnnotationsCount()
Annotations to allow client tools to store small amount of arbitrary data. This is distinct from labels. https://google.aip.dev/128
map<string, string> annotations = 18;
Type | Description |
int |
getAnnotationsMap()
public Map<String,String> getAnnotationsMap()
Annotations to allow client tools to store small amount of arbitrary data. This is distinct from labels. https://google.aip.dev/128
map<string, string> annotations = 18;
Type | Description |
Map<String,String> |
getAnnotationsOrDefault(String key, String defaultValue)
public String getAnnotationsOrDefault(String key, String defaultValue)
Annotations to allow client tools to store small amount of arbitrary data. This is distinct from labels. https://google.aip.dev/128
map<string, string> annotations = 18;
Name | Description |
key |
String |
defaultValue |
String |
Type | Description |
String |
getAnnotationsOrThrow(String key)
public String getAnnotationsOrThrow(String key)
Annotations to allow client tools to store small amount of arbitrary data. This is distinct from labels. https://google.aip.dev/128
map<string, string> annotations = 18;
Name | Description |
key |
String |
Type | Description |
String |
getAvailabilityType()
public Instance.AvailabilityType getAvailabilityType()
Availability type of an Instance. Defaults to REGIONAL for both primary and read instances. Note that primary and read instances can have different availability types.
.google.cloud.alloydb.v1alpha.Instance.AvailabilityType availability_type = 11;
Type | Description |
Instance.AvailabilityType |
The availabilityType. |
getAvailabilityTypeValue()
public int getAvailabilityTypeValue()
Availability type of an Instance. Defaults to REGIONAL for both primary and read instances. Note that primary and read instances can have different availability types.
.google.cloud.alloydb.v1alpha.Instance.AvailabilityType availability_type = 11;
Type | Description |
int |
The enum numeric value on the wire for availabilityType. |
getCreateTime()
public Timestamp getCreateTime()
Output only. Create time stamp
.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
Timestamp |
The createTime. |
getCreateTimeBuilder()
public Timestamp.Builder getCreateTimeBuilder()
Output only. Create time stamp
.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
Builder |
getCreateTimeOrBuilder()
public TimestampOrBuilder getCreateTimeOrBuilder()
Output only. Create time stamp
.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
TimestampOrBuilder |
getDatabaseFlags()
public Map<String,String> getDatabaseFlags()
Use #getDatabaseFlagsMap() instead.
Type | Description |
Map<String,String> |
getDatabaseFlagsCount()
public int getDatabaseFlagsCount()
Database flags. Set at instance level.
- They are copied from primary instance on read instance creation.
- Read instances can set new or override existing flags that are relevant for reads, e.g. for enabling columnar cache on a read instance. Flags set on read instance may or may not be present on primary. This is a list of "key": "value" pairs. "key": The name of the flag. These flags are passed at instance setup time, so include both server options and system variables for Postgres. Flags are specified with underscores, not hyphens. "value": The value of the flag. Booleans are set to on for true and off for false. This field must be omitted if the flag doesn't take a value.
map<string, string> database_flags = 13;
Type | Description |
int |
getDatabaseFlagsMap()
public Map<String,String> getDatabaseFlagsMap()
Database flags. Set at instance level.
- They are copied from primary instance on read instance creation.
- Read instances can set new or override existing flags that are relevant for reads, e.g. for enabling columnar cache on a read instance. Flags set on read instance may or may not be present on primary. This is a list of "key": "value" pairs. "key": The name of the flag. These flags are passed at instance setup time, so include both server options and system variables for Postgres. Flags are specified with underscores, not hyphens. "value": The value of the flag. Booleans are set to on for true and off for false. This field must be omitted if the flag doesn't take a value.
map<string, string> database_flags = 13;
Type | Description |
Map<String,String> |
getDatabaseFlagsOrDefault(String key, String defaultValue)
public String getDatabaseFlagsOrDefault(String key, String defaultValue)
Database flags. Set at instance level.
- They are copied from primary instance on read instance creation.
- Read instances can set new or override existing flags that are relevant for reads, e.g. for enabling columnar cache on a read instance. Flags set on read instance may or may not be present on primary. This is a list of "key": "value" pairs. "key": The name of the flag. These flags are passed at instance setup time, so include both server options and system variables for Postgres. Flags are specified with underscores, not hyphens. "value": The value of the flag. Booleans are set to on for true and off for false. This field must be omitted if the flag doesn't take a value.
map<string, string> database_flags = 13;
Name | Description |
key |
String |
defaultValue |
String |
Type | Description |
String |
getDatabaseFlagsOrThrow(String key)
public String getDatabaseFlagsOrThrow(String key)
Database flags. Set at instance level.
- They are copied from primary instance on read instance creation.
- Read instances can set new or override existing flags that are relevant for reads, e.g. for enabling columnar cache on a read instance. Flags set on read instance may or may not be present on primary. This is a list of "key": "value" pairs. "key": The name of the flag. These flags are passed at instance setup time, so include both server options and system variables for Postgres. Flags are specified with underscores, not hyphens. "value": The value of the flag. Booleans are set to on for true and off for false. This field must be omitted if the flag doesn't take a value.
map<string, string> database_flags = 13;
Name | Description |
key |
String |
Type | Description |
String |
getDefaultInstanceForType()
public Instance getDefaultInstanceForType()
Type | Description |
Instance |
getDeleteTime()
public Timestamp getDeleteTime()
Output only. Delete time stamp
.google.protobuf.Timestamp delete_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
Timestamp |
The deleteTime. |
getDeleteTimeBuilder()
public Timestamp.Builder getDeleteTimeBuilder()
Output only. Delete time stamp
.google.protobuf.Timestamp delete_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
Builder |
getDeleteTimeOrBuilder()
public TimestampOrBuilder getDeleteTimeOrBuilder()
Output only. Delete time stamp
.google.protobuf.Timestamp delete_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
TimestampOrBuilder |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getDisplayName()
public String getDisplayName()
User-settable and human-readable display name for the Instance.
string display_name = 2;
Type | Description |
String |
The displayName. |
getDisplayNameBytes()
public ByteString getDisplayNameBytes()
User-settable and human-readable display name for the Instance.
string display_name = 2;
Type | Description |
ByteString |
The bytes for displayName. |
getEtag()
public String getEtag()
For Resource freshness validation (https://google.aip.dev/154)
string etag = 17;
Type | Description |
String |
The etag. |
getEtagBytes()
public ByteString getEtagBytes()
For Resource freshness validation (https://google.aip.dev/154)
string etag = 17;
Type | Description |
ByteString |
The bytes for etag. |
getGceZone()
public String getGceZone()
The Compute Engine zone that the instance should serve from, per https://cloud.google.com/compute/docs/regions-zones This can ONLY be specified for ZONAL instances. If present for a REGIONAL instance, an error will be thrown. If this is absent for a ZONAL instance, instance is created in a random zone with available capacity.
string gce_zone = 12;
Type | Description |
String |
The gceZone. |
getGceZoneBytes()
public ByteString getGceZoneBytes()
The Compute Engine zone that the instance should serve from, per https://cloud.google.com/compute/docs/regions-zones This can ONLY be specified for ZONAL instances. If present for a REGIONAL instance, an error will be thrown. If this is absent for a ZONAL instance, instance is created in a random zone with available capacity.
string gce_zone = 12;
Type | Description |
ByteString |
The bytes for gceZone. |
getInstanceType()
public Instance.InstanceType getInstanceType()
Required. The type of the instance. Specified at creation time.
.google.cloud.alloydb.v1alpha.Instance.InstanceType instance_type = 9 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
Instance.InstanceType |
The instanceType. |
getInstanceTypeValue()
public int getInstanceTypeValue()
Required. The type of the instance. Specified at creation time.
.google.cloud.alloydb.v1alpha.Instance.InstanceType instance_type = 9 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
int |
The enum numeric value on the wire for instanceType. |
getIpAddress()
public String getIpAddress()
Output only. The IP address for the Instance. This is the connection endpoint for an end-user application.
string ip_address = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
String |
The ipAddress. |
getIpAddressBytes()
public ByteString getIpAddressBytes()
Output only. The IP address for the Instance. This is the connection endpoint for an end-user application.
string ip_address = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
ByteString |
The bytes for ipAddress. |
getLabels()
public Map<String,String> getLabels()
Use #getLabelsMap() instead.
Type | Description |
Map<String,String> |
getLabelsCount()
public int getLabelsCount()
Labels as key value pairs
map<string, string> labels = 7;
Type | Description |
int |
getLabelsMap()
public Map<String,String> getLabelsMap()
Labels as key value pairs
map<string, string> labels = 7;
Type | Description |
Map<String,String> |
getLabelsOrDefault(String key, String defaultValue)
public String getLabelsOrDefault(String key, String defaultValue)
Labels as key value pairs
map<string, string> labels = 7;
Name | Description |
key |
String |
defaultValue |
String |
Type | Description |
String |
getLabelsOrThrow(String key)
public String getLabelsOrThrow(String key)
Labels as key value pairs
map<string, string> labels = 7;
Name | Description |
key |
String |
Type | Description |
String |
getMachineConfig()
public Instance.MachineConfig getMachineConfig()
Configurations for the machines that host the underlying database engine.
.google.cloud.alloydb.v1alpha.Instance.MachineConfig machine_config = 10;
Type | Description |
Instance.MachineConfig |
The machineConfig. |
getMachineConfigBuilder()
public Instance.MachineConfig.Builder getMachineConfigBuilder()
Configurations for the machines that host the underlying database engine.
.google.cloud.alloydb.v1alpha.Instance.MachineConfig machine_config = 10;
Type | Description |
Instance.MachineConfig.Builder |
getMachineConfigOrBuilder()
public Instance.MachineConfigOrBuilder getMachineConfigOrBuilder()
Configurations for the machines that host the underlying database engine.
.google.cloud.alloydb.v1alpha.Instance.MachineConfig machine_config = 10;
Type | Description |
Instance.MachineConfigOrBuilder |
getMutableAnnotations()
public Map<String,String> getMutableAnnotations()
Use alternate mutation accessors instead.
Type | Description |
Map<String,String> |
getMutableDatabaseFlags()
public Map<String,String> getMutableDatabaseFlags()
Use alternate mutation accessors instead.
Type | Description |
Map<String,String> |
getMutableLabels()
public Map<String,String> getMutableLabels()
Use alternate mutation accessors instead.
Type | Description |
Map<String,String> |
getName()
public String getName()
Output only. The name of the instance resource with the format:
- projects/{project}/locations/{region}/clusters/{cluster_id}/instances/{instance_id}
where the cluster and instance ID segments should satisfy the regex
expression
a-z?
, e.g. 1-63 characters of lowercase letters, numbers, and dashes, starting with a letter, and ending with a letter or number. For more details see https://google.aip.dev/122. The prefix of the instance resource name is the name of the parent resource: - projects/{project}/locations/{region}/clusters/{cluster_id}
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes()
Output only. The name of the instance resource with the format:
- projects/{project}/locations/{region}/clusters/{cluster_id}/instances/{instance_id}
where the cluster and instance ID segments should satisfy the regex
expression
a-z?
, e.g. 1-63 characters of lowercase letters, numbers, and dashes, starting with a letter, and ending with a letter or number. For more details see https://google.aip.dev/122. The prefix of the instance resource name is the name of the parent resource: - projects/{project}/locations/{region}/clusters/{cluster_id}
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
ByteString |
The bytes for name. |
getNodes(int index)
public Instance.Node getNodes(int index)
Output only. List of available read-only VMs in this instance, including the standby for a PRIMARY instance.
repeated .google.cloud.alloydb.v1alpha.Instance.Node nodes = 20 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
index |
int |
Type | Description |
Instance.Node |
getNodesBuilder(int index)
public Instance.Node.Builder getNodesBuilder(int index)
Output only. List of available read-only VMs in this instance, including the standby for a PRIMARY instance.
repeated .google.cloud.alloydb.v1alpha.Instance.Node nodes = 20 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
index |
int |
Type | Description |
Instance.Node.Builder |
getNodesBuilderList()
public List<Instance.Node.Builder> getNodesBuilderList()
Output only. List of available read-only VMs in this instance, including the standby for a PRIMARY instance.
repeated .google.cloud.alloydb.v1alpha.Instance.Node nodes = 20 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
List<Builder> |
getNodesCount()
public int getNodesCount()
Output only. List of available read-only VMs in this instance, including the standby for a PRIMARY instance.
repeated .google.cloud.alloydb.v1alpha.Instance.Node nodes = 20 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
int |
getNodesList()
public List<Instance.Node> getNodesList()
Output only. List of available read-only VMs in this instance, including the standby for a PRIMARY instance.
repeated .google.cloud.alloydb.v1alpha.Instance.Node nodes = 20 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
List<Node> |
getNodesOrBuilder(int index)
public Instance.NodeOrBuilder getNodesOrBuilder(int index)
Output only. List of available read-only VMs in this instance, including the standby for a PRIMARY instance.
repeated .google.cloud.alloydb.v1alpha.Instance.Node nodes = 20 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
index |
int |
Type | Description |
Instance.NodeOrBuilder |
getNodesOrBuilderList()
public List<? extends Instance.NodeOrBuilder> getNodesOrBuilderList()
Output only. List of available read-only VMs in this instance, including the standby for a PRIMARY instance.
repeated .google.cloud.alloydb.v1alpha.Instance.Node nodes = 20 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
List<? extends com.google.cloud.alloydb.v1alpha.Instance.NodeOrBuilder> |
getQueryInsightsConfig()
public Instance.QueryInsightsInstanceConfig getQueryInsightsConfig()
Configuration for query insights.
.google.cloud.alloydb.v1alpha.Instance.QueryInsightsInstanceConfig query_insights_config = 21;
Type | Description |
Instance.QueryInsightsInstanceConfig |
The queryInsightsConfig. |
getQueryInsightsConfigBuilder()
public Instance.QueryInsightsInstanceConfig.Builder getQueryInsightsConfigBuilder()
Configuration for query insights.
.google.cloud.alloydb.v1alpha.Instance.QueryInsightsInstanceConfig query_insights_config = 21;
Type | Description |
Instance.QueryInsightsInstanceConfig.Builder |
getQueryInsightsConfigOrBuilder()
public Instance.QueryInsightsInstanceConfigOrBuilder getQueryInsightsConfigOrBuilder()
Configuration for query insights.
.google.cloud.alloydb.v1alpha.Instance.QueryInsightsInstanceConfig query_insights_config = 21;
Type | Description |
Instance.QueryInsightsInstanceConfigOrBuilder |
getReadPoolConfig()
public Instance.ReadPoolConfig getReadPoolConfig()
Read pool specific config.
.google.cloud.alloydb.v1alpha.Instance.ReadPoolConfig read_pool_config = 14;
Type | Description |
Instance.ReadPoolConfig |
The readPoolConfig. |
getReadPoolConfigBuilder()
public Instance.ReadPoolConfig.Builder getReadPoolConfigBuilder()
Read pool specific config.
.google.cloud.alloydb.v1alpha.Instance.ReadPoolConfig read_pool_config = 14;
Type | Description |
Instance.ReadPoolConfig.Builder |
getReadPoolConfigOrBuilder()
public Instance.ReadPoolConfigOrBuilder getReadPoolConfigOrBuilder()
Read pool specific config.
.google.cloud.alloydb.v1alpha.Instance.ReadPoolConfig read_pool_config = 14;
Type | Description |
Instance.ReadPoolConfigOrBuilder |
getReconciling()
public boolean getReconciling()
Output only. Reconciling (https://google.aip.dev/128#reconciliation). Set to true if the current state of Instance does not match the user's intended state, and the service is actively updating the resource to reconcile them. This can happen due to user-triggered updates or system actions like failover or maintenance.
bool reconciling = 16 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
boolean |
The reconciling. |
getState()
public Instance.State getState()
Output only. The current serving state of the instance.
.google.cloud.alloydb.v1alpha.Instance.State state = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
Instance.State |
The state. |
getStateValue()
public int getStateValue()
Output only. The current serving state of the instance.
.google.cloud.alloydb.v1alpha.Instance.State state = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
int |
The enum numeric value on the wire for state. |
getUid()
public String getUid()
Output only. The system-generated UID of the resource. The UID is assigned when the resource is created, and it is retained until it is deleted.
string uid = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
String |
The uid. |
getUidBytes()
public ByteString getUidBytes()
Output only. The system-generated UID of the resource. The UID is assigned when the resource is created, and it is retained until it is deleted.
string uid = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
ByteString |
The bytes for uid. |
getUpdateTime()
public Timestamp getUpdateTime()
Output only. Update time stamp
.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
Timestamp |
The updateTime. |
getUpdateTimeBuilder()
public Timestamp.Builder getUpdateTimeBuilder()
Output only. Update time stamp
.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
Builder |
getUpdateTimeOrBuilder()
public TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. Update time stamp
.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
TimestampOrBuilder |
getWritableNode()
public Instance.Node getWritableNode()
Output only. This is set for the read-write VM of the PRIMARY instance only.
.google.cloud.alloydb.v1alpha.Instance.Node writable_node = 19 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
Instance.Node |
The writableNode. |
getWritableNodeBuilder()
public Instance.Node.Builder getWritableNodeBuilder()
Output only. This is set for the read-write VM of the PRIMARY instance only.
.google.cloud.alloydb.v1alpha.Instance.Node writable_node = 19 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
Instance.Node.Builder |
getWritableNodeOrBuilder()
public Instance.NodeOrBuilder getWritableNodeOrBuilder()
Output only. This is set for the read-write VM of the PRIMARY instance only.
.google.cloud.alloydb.v1alpha.Instance.Node writable_node = 19 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
Instance.NodeOrBuilder |
hasCreateTime()
public boolean hasCreateTime()
Output only. Create time stamp
.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
boolean |
Whether the createTime field is set. |
hasDeleteTime()
public boolean hasDeleteTime()
Output only. Delete time stamp
.google.protobuf.Timestamp delete_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
boolean |
Whether the deleteTime field is set. |
hasMachineConfig()
public boolean hasMachineConfig()
Configurations for the machines that host the underlying database engine.
.google.cloud.alloydb.v1alpha.Instance.MachineConfig machine_config = 10;
Type | Description |
boolean |
Whether the machineConfig field is set. |
hasQueryInsightsConfig()
public boolean hasQueryInsightsConfig()
Configuration for query insights.
.google.cloud.alloydb.v1alpha.Instance.QueryInsightsInstanceConfig query_insights_config = 21;
Type | Description |
boolean |
Whether the queryInsightsConfig field is set. |
hasReadPoolConfig()
public boolean hasReadPoolConfig()
Read pool specific config.
.google.cloud.alloydb.v1alpha.Instance.ReadPoolConfig read_pool_config = 14;
Type | Description |
boolean |
Whether the readPoolConfig field is set. |
hasUpdateTime()
public boolean hasUpdateTime()
Output only. Update time stamp
.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
boolean |
Whether the updateTime field is set. |
hasWritableNode()
public boolean hasWritableNode()
Output only. This is set for the read-write VM of the PRIMARY instance only.
.google.cloud.alloydb.v1alpha.Instance.Node writable_node = 19 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
boolean |
Whether the writableNode field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
internalGetMapField(int number)
protected MapField internalGetMapField(int number)
Name | Description |
number |
int |
Type | Description |
MapField |
internalGetMutableMapField(int number)
protected MapField internalGetMutableMapField(int number)
Name | Description |
number |
int |
Type | Description |
MapField |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeCreateTime(Timestamp value)
public Instance.Builder mergeCreateTime(Timestamp value)
Output only. Create time stamp
.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value |
Timestamp |
Type | Description |
Instance.Builder |
mergeDeleteTime(Timestamp value)
public Instance.Builder mergeDeleteTime(Timestamp value)
Output only. Delete time stamp
.google.protobuf.Timestamp delete_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value |
Timestamp |
Type | Description |
Instance.Builder |
mergeFrom(Instance other)
public Instance.Builder mergeFrom(Instance other)
Name | Description |
other |
Instance |
Type | Description |
Instance.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Instance.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Type | Description |
Instance.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public Instance.Builder mergeFrom(Message other)
Name | Description |
other |
Message |
Type | Description |
Instance.Builder |
mergeMachineConfig(Instance.MachineConfig value)
public Instance.Builder mergeMachineConfig(Instance.MachineConfig value)
Configurations for the machines that host the underlying database engine.
.google.cloud.alloydb.v1alpha.Instance.MachineConfig machine_config = 10;
Name | Description |
value |
Instance.MachineConfig |
Type | Description |
Instance.Builder |
mergeQueryInsightsConfig(Instance.QueryInsightsInstanceConfig value)
public Instance.Builder mergeQueryInsightsConfig(Instance.QueryInsightsInstanceConfig value)
Configuration for query insights.
.google.cloud.alloydb.v1alpha.Instance.QueryInsightsInstanceConfig query_insights_config = 21;
Name | Description |
value |
Instance.QueryInsightsInstanceConfig |
Type | Description |
Instance.Builder |
mergeReadPoolConfig(Instance.ReadPoolConfig value)
public Instance.Builder mergeReadPoolConfig(Instance.ReadPoolConfig value)
Read pool specific config.
.google.cloud.alloydb.v1alpha.Instance.ReadPoolConfig read_pool_config = 14;
Name | Description |
value |
Instance.ReadPoolConfig |
Type | Description |
Instance.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Instance.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields |
UnknownFieldSet |
Type | Description |
Instance.Builder |
mergeUpdateTime(Timestamp value)
public Instance.Builder mergeUpdateTime(Timestamp value)
Output only. Update time stamp
.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value |
Timestamp |
Type | Description |
Instance.Builder |
mergeWritableNode(Instance.Node value)
public Instance.Builder mergeWritableNode(Instance.Node value)
Output only. This is set for the read-write VM of the PRIMARY instance only.
.google.cloud.alloydb.v1alpha.Instance.Node writable_node = 19 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value |
Instance.Node |
Type | Description |
Instance.Builder |
putAllAnnotations(Map<String,String> values)
public Instance.Builder putAllAnnotations(Map<String,String> values)
Annotations to allow client tools to store small amount of arbitrary data. This is distinct from labels. https://google.aip.dev/128
map<string, string> annotations = 18;
Name | Description |
values |
Map<String,String> |
Type | Description |
Instance.Builder |
putAllDatabaseFlags(Map<String,String> values)
public Instance.Builder putAllDatabaseFlags(Map<String,String> values)
Database flags. Set at instance level.
- They are copied from primary instance on read instance creation.
- Read instances can set new or override existing flags that are relevant for reads, e.g. for enabling columnar cache on a read instance. Flags set on read instance may or may not be present on primary. This is a list of "key": "value" pairs. "key": The name of the flag. These flags are passed at instance setup time, so include both server options and system variables for Postgres. Flags are specified with underscores, not hyphens. "value": The value of the flag. Booleans are set to on for true and off for false. This field must be omitted if the flag doesn't take a value.
map<string, string> database_flags = 13;
Name | Description |
values |
Map<String,String> |
Type | Description |
Instance.Builder |
putAllLabels(Map<String,String> values)
public Instance.Builder putAllLabels(Map<String,String> values)
Labels as key value pairs
map<string, string> labels = 7;
Name | Description |
values |
Map<String,String> |
Type | Description |
Instance.Builder |
putAnnotations(String key, String value)
public Instance.Builder putAnnotations(String key, String value)
Annotations to allow client tools to store small amount of arbitrary data. This is distinct from labels. https://google.aip.dev/128
map<string, string> annotations = 18;
Name | Description |
key |
String |
value |
String |
Type | Description |
Instance.Builder |
putDatabaseFlags(String key, String value)
public Instance.Builder putDatabaseFlags(String key, String value)
Database flags. Set at instance level.
- They are copied from primary instance on read instance creation.
- Read instances can set new or override existing flags that are relevant for reads, e.g. for enabling columnar cache on a read instance. Flags set on read instance may or may not be present on primary. This is a list of "key": "value" pairs. "key": The name of the flag. These flags are passed at instance setup time, so include both server options and system variables for Postgres. Flags are specified with underscores, not hyphens. "value": The value of the flag. Booleans are set to on for true and off for false. This field must be omitted if the flag doesn't take a value.
map<string, string> database_flags = 13;
Name | Description |
key |
String |
value |
String |
Type | Description |
Instance.Builder |
putLabels(String key, String value)
public Instance.Builder putLabels(String key, String value)
Labels as key value pairs
map<string, string> labels = 7;
Name | Description |
key |
String |
value |
String |
Type | Description |
Instance.Builder |
removeAnnotations(String key)
public Instance.Builder removeAnnotations(String key)
Annotations to allow client tools to store small amount of arbitrary data. This is distinct from labels. https://google.aip.dev/128
map<string, string> annotations = 18;
Name | Description |
key |
String |
Type | Description |
Instance.Builder |
removeDatabaseFlags(String key)
public Instance.Builder removeDatabaseFlags(String key)
Database flags. Set at instance level.
- They are copied from primary instance on read instance creation.
- Read instances can set new or override existing flags that are relevant for reads, e.g. for enabling columnar cache on a read instance. Flags set on read instance may or may not be present on primary. This is a list of "key": "value" pairs. "key": The name of the flag. These flags are passed at instance setup time, so include both server options and system variables for Postgres. Flags are specified with underscores, not hyphens. "value": The value of the flag. Booleans are set to on for true and off for false. This field must be omitted if the flag doesn't take a value.
map<string, string> database_flags = 13;
Name | Description |
key |
String |
Type | Description |
Instance.Builder |
removeLabels(String key)
public Instance.Builder removeLabels(String key)
Labels as key value pairs
map<string, string> labels = 7;
Name | Description |
key |
String |
Type | Description |
Instance.Builder |
removeNodes(int index)
public Instance.Builder removeNodes(int index)
Output only. List of available read-only VMs in this instance, including the standby for a PRIMARY instance.
repeated .google.cloud.alloydb.v1alpha.Instance.Node nodes = 20 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
index |
int |
Type | Description |
Instance.Builder |
setAvailabilityType(Instance.AvailabilityType value)
public Instance.Builder setAvailabilityType(Instance.AvailabilityType value)
Availability type of an Instance. Defaults to REGIONAL for both primary and read instances. Note that primary and read instances can have different availability types.
.google.cloud.alloydb.v1alpha.Instance.AvailabilityType availability_type = 11;
Name | Description |
value |
Instance.AvailabilityType The availabilityType to set. |
Type | Description |
Instance.Builder |
This builder for chaining. |
setAvailabilityTypeValue(int value)
public Instance.Builder setAvailabilityTypeValue(int value)
Availability type of an Instance. Defaults to REGIONAL for both primary and read instances. Note that primary and read instances can have different availability types.
.google.cloud.alloydb.v1alpha.Instance.AvailabilityType availability_type = 11;
Name | Description |
value |
int The enum numeric value on the wire for availabilityType to set. |
Type | Description |
Instance.Builder |
This builder for chaining. |
setCreateTime(Timestamp value)
public Instance.Builder setCreateTime(Timestamp value)
Output only. Create time stamp
.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value |
Timestamp |
Type | Description |
Instance.Builder |
setCreateTime(Timestamp.Builder builderForValue)
public Instance.Builder setCreateTime(Timestamp.Builder builderForValue)
Output only. Create time stamp
.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
builderForValue |
Builder |
Type | Description |
Instance.Builder |
setDeleteTime(Timestamp value)
public Instance.Builder setDeleteTime(Timestamp value)
Output only. Delete time stamp
.google.protobuf.Timestamp delete_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value |
Timestamp |
Type | Description |
Instance.Builder |
setDeleteTime(Timestamp.Builder builderForValue)
public Instance.Builder setDeleteTime(Timestamp.Builder builderForValue)
Output only. Delete time stamp
.google.protobuf.Timestamp delete_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
builderForValue |
Builder |
Type | Description |
Instance.Builder |
setDisplayName(String value)
public Instance.Builder setDisplayName(String value)
User-settable and human-readable display name for the Instance.
string display_name = 2;
Name | Description |
value |
String The displayName to set. |
Type | Description |
Instance.Builder |
This builder for chaining. |
setDisplayNameBytes(ByteString value)
public Instance.Builder setDisplayNameBytes(ByteString value)
User-settable and human-readable display name for the Instance.
string display_name = 2;
Name | Description |
value |
ByteString The bytes for displayName to set. |
Type | Description |
Instance.Builder |
This builder for chaining. |
setEtag(String value)
public Instance.Builder setEtag(String value)
For Resource freshness validation (https://google.aip.dev/154)
string etag = 17;
Name | Description |
value |
String The etag to set. |
Type | Description |
Instance.Builder |
This builder for chaining. |
setEtagBytes(ByteString value)
public Instance.Builder setEtagBytes(ByteString value)
For Resource freshness validation (https://google.aip.dev/154)
string etag = 17;
Name | Description |
value |
ByteString The bytes for etag to set. |
Type | Description |
Instance.Builder |
This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public Instance.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field |
FieldDescriptor |
value |
Object |
Type | Description |
Instance.Builder |
setGceZone(String value)
public Instance.Builder setGceZone(String value)
The Compute Engine zone that the instance should serve from, per https://cloud.google.com/compute/docs/regions-zones This can ONLY be specified for ZONAL instances. If present for a REGIONAL instance, an error will be thrown. If this is absent for a ZONAL instance, instance is created in a random zone with available capacity.
string gce_zone = 12;
Name | Description |
value |
String The gceZone to set. |
Type | Description |
Instance.Builder |
This builder for chaining. |
setGceZoneBytes(ByteString value)
public Instance.Builder setGceZoneBytes(ByteString value)
The Compute Engine zone that the instance should serve from, per https://cloud.google.com/compute/docs/regions-zones This can ONLY be specified for ZONAL instances. If present for a REGIONAL instance, an error will be thrown. If this is absent for a ZONAL instance, instance is created in a random zone with available capacity.
string gce_zone = 12;
Name | Description |
value |
ByteString The bytes for gceZone to set. |
Type | Description |
Instance.Builder |
This builder for chaining. |
setInstanceType(Instance.InstanceType value)
public Instance.Builder setInstanceType(Instance.InstanceType value)
Required. The type of the instance. Specified at creation time.
.google.cloud.alloydb.v1alpha.Instance.InstanceType instance_type = 9 [(.google.api.field_behavior) = REQUIRED];
Name | Description |
value |
Instance.InstanceType The instanceType to set. |
Type | Description |
Instance.Builder |
This builder for chaining. |
setInstanceTypeValue(int value)
public Instance.Builder setInstanceTypeValue(int value)
Required. The type of the instance. Specified at creation time.
.google.cloud.alloydb.v1alpha.Instance.InstanceType instance_type = 9 [(.google.api.field_behavior) = REQUIRED];
Name | Description |
value |
int The enum numeric value on the wire for instanceType to set. |
Type | Description |
Instance.Builder |
This builder for chaining. |
setIpAddress(String value)
public Instance.Builder setIpAddress(String value)
Output only. The IP address for the Instance. This is the connection endpoint for an end-user application.
string ip_address = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value |
String The ipAddress to set. |
Type | Description |
Instance.Builder |
This builder for chaining. |
setIpAddressBytes(ByteString value)
public Instance.Builder setIpAddressBytes(ByteString value)
Output only. The IP address for the Instance. This is the connection endpoint for an end-user application.
string ip_address = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value |
ByteString The bytes for ipAddress to set. |
Type | Description |
Instance.Builder |
This builder for chaining. |
setMachineConfig(Instance.MachineConfig value)
public Instance.Builder setMachineConfig(Instance.MachineConfig value)
Configurations for the machines that host the underlying database engine.
.google.cloud.alloydb.v1alpha.Instance.MachineConfig machine_config = 10;
Name | Description |
value |
Instance.MachineConfig |
Type | Description |
Instance.Builder |
setMachineConfig(Instance.MachineConfig.Builder builderForValue)
public Instance.Builder setMachineConfig(Instance.MachineConfig.Builder builderForValue)
Configurations for the machines that host the underlying database engine.
.google.cloud.alloydb.v1alpha.Instance.MachineConfig machine_config = 10;
Name | Description |
builderForValue |
Instance.MachineConfig.Builder |
Type | Description |
Instance.Builder |
setName(String value)
public Instance.Builder setName(String value)
Output only. The name of the instance resource with the format:
- projects/{project}/locations/{region}/clusters/{cluster_id}/instances/{instance_id}
where the cluster and instance ID segments should satisfy the regex
expression
a-z?
, e.g. 1-63 characters of lowercase letters, numbers, and dashes, starting with a letter, and ending with a letter or number. For more details see https://google.aip.dev/122. The prefix of the instance resource name is the name of the parent resource: - projects/{project}/locations/{region}/clusters/{cluster_id}
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value |
String The name to set. |
Type | Description |
Instance.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public Instance.Builder setNameBytes(ByteString value)
Output only. The name of the instance resource with the format:
- projects/{project}/locations/{region}/clusters/{cluster_id}/instances/{instance_id}
where the cluster and instance ID segments should satisfy the regex
expression
a-z?
, e.g. 1-63 characters of lowercase letters, numbers, and dashes, starting with a letter, and ending with a letter or number. For more details see https://google.aip.dev/122. The prefix of the instance resource name is the name of the parent resource: - projects/{project}/locations/{region}/clusters/{cluster_id}
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value |
ByteString The bytes for name to set. |
Type | Description |
Instance.Builder |
This builder for chaining. |
setNodes(int index, Instance.Node value)
public Instance.Builder setNodes(int index, Instance.Node value)
Output only. List of available read-only VMs in this instance, including the standby for a PRIMARY instance.
repeated .google.cloud.alloydb.v1alpha.Instance.Node nodes = 20 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
index |
int |
value |
Instance.Node |
Type | Description |
Instance.Builder |
setNodes(int index, Instance.Node.Builder builderForValue)
public Instance.Builder setNodes(int index, Instance.Node.Builder builderForValue)
Output only. List of available read-only VMs in this instance, including the standby for a PRIMARY instance.
repeated .google.cloud.alloydb.v1alpha.Instance.Node nodes = 20 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
index |
int |
builderForValue |
Instance.Node.Builder |
Type | Description |
Instance.Builder |
setQueryInsightsConfig(Instance.QueryInsightsInstanceConfig value)
public Instance.Builder setQueryInsightsConfig(Instance.QueryInsightsInstanceConfig value)
Configuration for query insights.
.google.cloud.alloydb.v1alpha.Instance.QueryInsightsInstanceConfig query_insights_config = 21;
Name | Description |
value |
Instance.QueryInsightsInstanceConfig |
Type | Description |
Instance.Builder |
setQueryInsightsConfig(Instance.QueryInsightsInstanceConfig.Builder builderForValue)
public Instance.Builder setQueryInsightsConfig(Instance.QueryInsightsInstanceConfig.Builder builderForValue)
Configuration for query insights.
.google.cloud.alloydb.v1alpha.Instance.QueryInsightsInstanceConfig query_insights_config = 21;
Name | Description |
builderForValue |
Instance.QueryInsightsInstanceConfig.Builder |
Type | Description |
Instance.Builder |
setReadPoolConfig(Instance.ReadPoolConfig value)
public Instance.Builder setReadPoolConfig(Instance.ReadPoolConfig value)
Read pool specific config.
.google.cloud.alloydb.v1alpha.Instance.ReadPoolConfig read_pool_config = 14;
Name | Description |
value |
Instance.ReadPoolConfig |
Type | Description |
Instance.Builder |
setReadPoolConfig(Instance.ReadPoolConfig.Builder builderForValue)
public Instance.Builder setReadPoolConfig(Instance.ReadPoolConfig.Builder builderForValue)
Read pool specific config.
.google.cloud.alloydb.v1alpha.Instance.ReadPoolConfig read_pool_config = 14;
Name | Description |
builderForValue |
Instance.ReadPoolConfig.Builder |
Type | Description |
Instance.Builder |
setReconciling(boolean value)
public Instance.Builder setReconciling(boolean value)
Output only. Reconciling (https://google.aip.dev/128#reconciliation). Set to true if the current state of Instance does not match the user's intended state, and the service is actively updating the resource to reconcile them. This can happen due to user-triggered updates or system actions like failover or maintenance.
bool reconciling = 16 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value |
boolean The reconciling to set. |
Type | Description |
Instance.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Instance.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Type | Description |
Instance.Builder |
setState(Instance.State value)
public Instance.Builder setState(Instance.State value)
Output only. The current serving state of the instance.
.google.cloud.alloydb.v1alpha.Instance.State state = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value |
Instance.State The state to set. |
Type | Description |
Instance.Builder |
This builder for chaining. |
setStateValue(int value)
public Instance.Builder setStateValue(int value)
Output only. The current serving state of the instance.
.google.cloud.alloydb.v1alpha.Instance.State state = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value |
int The enum numeric value on the wire for state to set. |
Type | Description |
Instance.Builder |
This builder for chaining. |
setUid(String value)
public Instance.Builder setUid(String value)
Output only. The system-generated UID of the resource. The UID is assigned when the resource is created, and it is retained until it is deleted.
string uid = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value |
String The uid to set. |
Type | Description |
Instance.Builder |
This builder for chaining. |
setUidBytes(ByteString value)
public Instance.Builder setUidBytes(ByteString value)
Output only. The system-generated UID of the resource. The UID is assigned when the resource is created, and it is retained until it is deleted.
string uid = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value |
ByteString The bytes for uid to set. |
Type | Description |
Instance.Builder |
This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final Instance.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields |
UnknownFieldSet |
Type | Description |
Instance.Builder |
setUpdateTime(Timestamp value)
public Instance.Builder setUpdateTime(Timestamp value)
Output only. Update time stamp
.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value |
Timestamp |
Type | Description |
Instance.Builder |
setUpdateTime(Timestamp.Builder builderForValue)
public Instance.Builder setUpdateTime(Timestamp.Builder builderForValue)
Output only. Update time stamp
.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
builderForValue |
Builder |
Type | Description |
Instance.Builder |
setWritableNode(Instance.Node value)
public Instance.Builder setWritableNode(Instance.Node value)
Output only. This is set for the read-write VM of the PRIMARY instance only.
.google.cloud.alloydb.v1alpha.Instance.Node writable_node = 19 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value |
Instance.Node |
Type | Description |
Instance.Builder |
setWritableNode(Instance.Node.Builder builderForValue)
public Instance.Builder setWritableNode(Instance.Node.Builder builderForValue)
Output only. This is set for the read-write VM of the PRIMARY instance only.
.google.cloud.alloydb.v1alpha.Instance.Node writable_node = 19 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
builderForValue |
Instance.Node.Builder |
Type | Description |
Instance.Builder |