public interface CreateInstanceRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
containsClusters(java.lang.String key)
The clusters to be created within the instance, mapped by desired
cluster ID, e.g., just `mycluster` rather than
`projects/myproject/instances/myinstance/clusters/mycluster`.
|
java.util.Map<java.lang.String,Cluster> |
getClusters()
Deprecated.
|
int |
getClustersCount()
The clusters to be created within the instance, mapped by desired
cluster ID, e.g., just `mycluster` rather than
`projects/myproject/instances/myinstance/clusters/mycluster`.
|
java.util.Map<java.lang.String,Cluster> |
getClustersMap()
The clusters to be created within the instance, mapped by desired
cluster ID, e.g., just `mycluster` rather than
`projects/myproject/instances/myinstance/clusters/mycluster`.
|
Cluster |
getClustersOrDefault(java.lang.String key,
Cluster defaultValue)
The clusters to be created within the instance, mapped by desired
cluster ID, e.g., just `mycluster` rather than
`projects/myproject/instances/myinstance/clusters/mycluster`.
|
Cluster |
getClustersOrThrow(java.lang.String key)
The clusters to be created within the instance, mapped by desired
cluster ID, e.g., just `mycluster` rather than
`projects/myproject/instances/myinstance/clusters/mycluster`.
|
Instance |
getInstance()
The instance to create.
|
java.lang.String |
getInstanceId()
The ID to be used when referring to the new instance within its project,
e.g., just `myinstance` rather than
`projects/myproject/instances/myinstance`.
|
ByteString |
getInstanceIdBytes()
The ID to be used when referring to the new instance within its project,
e.g., just `myinstance` rather than
`projects/myproject/instances/myinstance`.
|
InstanceOrBuilder |
getInstanceOrBuilder()
The instance to create.
|
java.lang.String |
getParent()
The unique name of the project in which to create the new instance.
|
ByteString |
getParentBytes()
The unique name of the project in which to create the new instance.
|
boolean |
hasInstance()
The instance to create.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getParent()
The unique name of the project in which to create the new instance. Values are of the form `projects/<project>`.
string parent = 1;
ByteString getParentBytes()
The unique name of the project in which to create the new instance. Values are of the form `projects/<project>`.
string parent = 1;
java.lang.String getInstanceId()
The ID to be used when referring to the new instance within its project, e.g., just `myinstance` rather than `projects/myproject/instances/myinstance`.
string instance_id = 2;
ByteString getInstanceIdBytes()
The ID to be used when referring to the new instance within its project, e.g., just `myinstance` rather than `projects/myproject/instances/myinstance`.
string instance_id = 2;
boolean hasInstance()
The instance to create. Fields marked `OutputOnly` must be left blank.
.google.bigtable.admin.v2.Instance instance = 3;
Instance getInstance()
The instance to create. Fields marked `OutputOnly` must be left blank.
.google.bigtable.admin.v2.Instance instance = 3;
InstanceOrBuilder getInstanceOrBuilder()
The instance to create. Fields marked `OutputOnly` must be left blank.
.google.bigtable.admin.v2.Instance instance = 3;
int getClustersCount()
The clusters to be created within the instance, mapped by desired cluster ID, e.g., just `mycluster` rather than `projects/myproject/instances/myinstance/clusters/mycluster`. Fields marked `OutputOnly` must be left blank. Currently exactly one cluster must be specified.
map<string, .google.bigtable.admin.v2.Cluster> clusters = 4;
boolean containsClusters(java.lang.String key)
The clusters to be created within the instance, mapped by desired cluster ID, e.g., just `mycluster` rather than `projects/myproject/instances/myinstance/clusters/mycluster`. Fields marked `OutputOnly` must be left blank. Currently exactly one cluster must be specified.
map<string, .google.bigtable.admin.v2.Cluster> clusters = 4;
@Deprecated java.util.Map<java.lang.String,Cluster> getClusters()
getClustersMap()
instead.java.util.Map<java.lang.String,Cluster> getClustersMap()
The clusters to be created within the instance, mapped by desired cluster ID, e.g., just `mycluster` rather than `projects/myproject/instances/myinstance/clusters/mycluster`. Fields marked `OutputOnly` must be left blank. Currently exactly one cluster must be specified.
map<string, .google.bigtable.admin.v2.Cluster> clusters = 4;
Cluster getClustersOrDefault(java.lang.String key, Cluster defaultValue)
The clusters to be created within the instance, mapped by desired cluster ID, e.g., just `mycluster` rather than `projects/myproject/instances/myinstance/clusters/mycluster`. Fields marked `OutputOnly` must be left blank. Currently exactly one cluster must be specified.
map<string, .google.bigtable.admin.v2.Cluster> clusters = 4;
Cluster getClustersOrThrow(java.lang.String key)
The clusters to be created within the instance, mapped by desired cluster ID, e.g., just `mycluster` rather than `projects/myproject/instances/myinstance/clusters/mycluster`. Fields marked `OutputOnly` must be left blank. Currently exactly one cluster must be specified.
map<string, .google.bigtable.admin.v2.Cluster> clusters = 4;