public interface InstanceConfigOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getDisplayName()
The name of this instance configuration as it appears in UIs.
|
ByteString |
getDisplayNameBytes()
The name of this instance configuration as it appears in UIs.
|
String |
getLeaderOptions(int index)
Allowed values of the “default_leader” schema option for databases in
instances that use this instance configuration.
|
ByteString |
getLeaderOptionsBytes(int index)
Allowed values of the “default_leader” schema option for databases in
instances that use this instance configuration.
|
int |
getLeaderOptionsCount()
Allowed values of the “default_leader” schema option for databases in
instances that use this instance configuration.
|
List<String> |
getLeaderOptionsList()
Allowed values of the “default_leader” schema option for databases in
instances that use this instance configuration.
|
String |
getName()
A unique identifier for the instance configuration.
|
ByteString |
getNameBytes()
A unique identifier for the instance configuration.
|
ReplicaInfo |
getReplicas(int index)
The geographic placement of nodes in this instance configuration and their
replication properties.
|
int |
getReplicasCount()
The geographic placement of nodes in this instance configuration and their
replication properties.
|
List<ReplicaInfo> |
getReplicasList()
The geographic placement of nodes in this instance configuration and their
replication properties.
|
ReplicaInfoOrBuilder |
getReplicasOrBuilder(int index)
The geographic placement of nodes in this instance configuration and their
replication properties.
|
List<? extends ReplicaInfoOrBuilder> |
getReplicasOrBuilderList()
The geographic placement of nodes in this instance configuration and their
replication properties.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getName()
A unique identifier for the instance configuration. Values are of the form `projects/<project>/instanceConfigs/[a-z][-a-z0-9]*`
string name = 1;
ByteString getNameBytes()
A unique identifier for the instance configuration. Values are of the form `projects/<project>/instanceConfigs/[a-z][-a-z0-9]*`
string name = 1;
String getDisplayName()
The name of this instance configuration as it appears in UIs.
string display_name = 2;
ByteString getDisplayNameBytes()
The name of this instance configuration as it appears in UIs.
string display_name = 2;
List<ReplicaInfo> getReplicasList()
The geographic placement of nodes in this instance configuration and their replication properties.
repeated .google.spanner.admin.instance.v1.ReplicaInfo replicas = 3;
ReplicaInfo getReplicas(int index)
The geographic placement of nodes in this instance configuration and their replication properties.
repeated .google.spanner.admin.instance.v1.ReplicaInfo replicas = 3;
int getReplicasCount()
The geographic placement of nodes in this instance configuration and their replication properties.
repeated .google.spanner.admin.instance.v1.ReplicaInfo replicas = 3;
List<? extends ReplicaInfoOrBuilder> getReplicasOrBuilderList()
The geographic placement of nodes in this instance configuration and their replication properties.
repeated .google.spanner.admin.instance.v1.ReplicaInfo replicas = 3;
ReplicaInfoOrBuilder getReplicasOrBuilder(int index)
The geographic placement of nodes in this instance configuration and their replication properties.
repeated .google.spanner.admin.instance.v1.ReplicaInfo replicas = 3;
List<String> getLeaderOptionsList()
Allowed values of the “default_leader” schema option for databases in instances that use this instance configuration.
repeated string leader_options = 4;
int getLeaderOptionsCount()
Allowed values of the “default_leader” schema option for databases in instances that use this instance configuration.
repeated string leader_options = 4;
String getLeaderOptions(int index)
Allowed values of the “default_leader” schema option for databases in instances that use this instance configuration.
repeated string leader_options = 4;
index
- The index of the element to return.ByteString getLeaderOptionsBytes(int index)
Allowed values of the “default_leader” schema option for databases in instances that use this instance configuration.
repeated string leader_options = 4;
index
- The index of the value to return.Copyright © 2022 Google LLC. All rights reserved.