public interface CreateClusterMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsTables(String key)
Keys: the full `name` of each table that existed in the instance when
CreateCluster was first called, i.e.
|
com.google.protobuf.Timestamp |
getFinishTime()
The time at which the operation failed or was completed successfully.
|
com.google.protobuf.TimestampOrBuilder |
getFinishTimeOrBuilder()
The time at which the operation failed or was completed successfully.
|
CreateClusterRequest |
getOriginalRequest()
The request that prompted the initiation of this CreateCluster operation.
|
CreateClusterRequestOrBuilder |
getOriginalRequestOrBuilder()
The request that prompted the initiation of this CreateCluster operation.
|
com.google.protobuf.Timestamp |
getRequestTime()
The time at which the original request was received.
|
com.google.protobuf.TimestampOrBuilder |
getRequestTimeOrBuilder()
The time at which the original request was received.
|
Map<String,CreateClusterMetadata.TableProgress> |
getTables()
Deprecated.
|
int |
getTablesCount()
Keys: the full `name` of each table that existed in the instance when
CreateCluster was first called, i.e.
|
Map<String,CreateClusterMetadata.TableProgress> |
getTablesMap()
Keys: the full `name` of each table that existed in the instance when
CreateCluster was first called, i.e.
|
CreateClusterMetadata.TableProgress |
getTablesOrDefault(String key,
CreateClusterMetadata.TableProgress defaultValue)
Keys: the full `name` of each table that existed in the instance when
CreateCluster was first called, i.e.
|
CreateClusterMetadata.TableProgress |
getTablesOrThrow(String key)
Keys: the full `name` of each table that existed in the instance when
CreateCluster was first called, i.e.
|
boolean |
hasFinishTime()
The time at which the operation failed or was completed successfully.
|
boolean |
hasOriginalRequest()
The request that prompted the initiation of this CreateCluster operation.
|
boolean |
hasRequestTime()
The time at which the original request was received.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasOriginalRequest()
The request that prompted the initiation of this CreateCluster operation.
.google.bigtable.admin.v2.CreateClusterRequest original_request = 1;CreateClusterRequest getOriginalRequest()
The request that prompted the initiation of this CreateCluster operation.
.google.bigtable.admin.v2.CreateClusterRequest original_request = 1;CreateClusterRequestOrBuilder getOriginalRequestOrBuilder()
The request that prompted the initiation of this CreateCluster operation.
.google.bigtable.admin.v2.CreateClusterRequest original_request = 1;boolean hasRequestTime()
The time at which the original request was received.
.google.protobuf.Timestamp request_time = 2;com.google.protobuf.Timestamp getRequestTime()
The time at which the original request was received.
.google.protobuf.Timestamp request_time = 2;com.google.protobuf.TimestampOrBuilder getRequestTimeOrBuilder()
The time at which the original request was received.
.google.protobuf.Timestamp request_time = 2;boolean hasFinishTime()
The time at which the operation failed or was completed successfully.
.google.protobuf.Timestamp finish_time = 3;com.google.protobuf.Timestamp getFinishTime()
The time at which the operation failed or was completed successfully.
.google.protobuf.Timestamp finish_time = 3;com.google.protobuf.TimestampOrBuilder getFinishTimeOrBuilder()
The time at which the operation failed or was completed successfully.
.google.protobuf.Timestamp finish_time = 3;int getTablesCount()
Keys: the full `name` of each table that existed in the instance when CreateCluster was first called, i.e. `projects/<project>/instances/<instance>/tables/<table>`. Any table added to the instance by a later API call will be created in the new cluster by that API call, not this one. Values: information on how much of a table's data has been copied to the newly-created cluster so far.
map<string, .google.bigtable.admin.v2.CreateClusterMetadata.TableProgress> tables = 4;
boolean containsTables(String key)
Keys: the full `name` of each table that existed in the instance when CreateCluster was first called, i.e. `projects/<project>/instances/<instance>/tables/<table>`. Any table added to the instance by a later API call will be created in the new cluster by that API call, not this one. Values: information on how much of a table's data has been copied to the newly-created cluster so far.
map<string, .google.bigtable.admin.v2.CreateClusterMetadata.TableProgress> tables = 4;
@Deprecated Map<String,CreateClusterMetadata.TableProgress> getTables()
getTablesMap() instead.Map<String,CreateClusterMetadata.TableProgress> getTablesMap()
Keys: the full `name` of each table that existed in the instance when CreateCluster was first called, i.e. `projects/<project>/instances/<instance>/tables/<table>`. Any table added to the instance by a later API call will be created in the new cluster by that API call, not this one. Values: information on how much of a table's data has been copied to the newly-created cluster so far.
map<string, .google.bigtable.admin.v2.CreateClusterMetadata.TableProgress> tables = 4;
CreateClusterMetadata.TableProgress getTablesOrDefault(String key, CreateClusterMetadata.TableProgress defaultValue)
Keys: the full `name` of each table that existed in the instance when CreateCluster was first called, i.e. `projects/<project>/instances/<instance>/tables/<table>`. Any table added to the instance by a later API call will be created in the new cluster by that API call, not this one. Values: information on how much of a table's data has been copied to the newly-created cluster so far.
map<string, .google.bigtable.admin.v2.CreateClusterMetadata.TableProgress> tables = 4;
CreateClusterMetadata.TableProgress getTablesOrThrow(String key)
Keys: the full `name` of each table that existed in the instance when CreateCluster was first called, i.e. `projects/<project>/instances/<instance>/tables/<table>`. Any table added to the instance by a later API call will be created in the new cluster by that API call, not this one. Values: information on how much of a table's data has been copied to the newly-created cluster so far.
map<string, .google.bigtable.admin.v2.CreateClusterMetadata.TableProgress> tables = 4;
Copyright © 2023 Google LLC. All rights reserved.