public interface InstanceConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName()
The name of this instance configuration as it appears in UIs.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
The name of this instance configuration as it appears in UIs.
|
String |
getName()
A unique identifier for the instance configuration.
|
com.google.protobuf.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, hasOneofString getName()
A unique identifier for the instance configuration. Values are of the form `projects/<project>/instanceConfigs/[a-z][-a-z0-9]*`
string name = 1;com.google.protobuf.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;com.google.protobuf.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;Copyright © 2020 Google LLC. All rights reserved.