public interface CreateClusterMetadataOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
containsTables(String key)
public abstract 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;
Name | Description |
key | String |
Type | Description |
boolean |
getFinishTime()
public abstract Timestamp getFinishTime()
The time at which the operation failed or was completed successfully.
.google.protobuf.Timestamp finish_time = 3;
Type | Description |
Timestamp | The finishTime. |
getFinishTimeOrBuilder()
public abstract TimestampOrBuilder getFinishTimeOrBuilder()
The time at which the operation failed or was completed successfully.
.google.protobuf.Timestamp finish_time = 3;
Type | Description |
TimestampOrBuilder |
getOriginalRequest()
public abstract CreateClusterRequest getOriginalRequest()
The request that prompted the initiation of this CreateCluster operation.
.google.bigtable.admin.v2.CreateClusterRequest original_request = 1;
Type | Description |
CreateClusterRequest | The originalRequest. |
getOriginalRequestOrBuilder()
public abstract CreateClusterRequestOrBuilder getOriginalRequestOrBuilder()
The request that prompted the initiation of this CreateCluster operation.
.google.bigtable.admin.v2.CreateClusterRequest original_request = 1;
Type | Description |
CreateClusterRequestOrBuilder |
getRequestTime()
public abstract Timestamp getRequestTime()
The time at which the original request was received.
.google.protobuf.Timestamp request_time = 2;
Type | Description |
Timestamp | The requestTime. |
getRequestTimeOrBuilder()
public abstract TimestampOrBuilder getRequestTimeOrBuilder()
The time at which the original request was received.
.google.protobuf.Timestamp request_time = 2;
Type | Description |
TimestampOrBuilder |
getTables()
public abstract Map<String,CreateClusterMetadata.TableProgress> getTables()
Use #getTablesMap() instead.
Type | Description |
Map<String,TableProgress> |
getTablesCount()
public abstract 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;
Type | Description |
int |
getTablesMap()
public abstract 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;
Type | Description |
Map<String,TableProgress> |
getTablesOrDefault(String key, CreateClusterMetadata.TableProgress defaultValue)
public abstract 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;
Name | Description |
key | String |
defaultValue | CreateClusterMetadata.TableProgress |
Type | Description |
CreateClusterMetadata.TableProgress |
getTablesOrThrow(String key)
public abstract 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;
Name | Description |
key | String |
Type | Description |
CreateClusterMetadata.TableProgress |
hasFinishTime()
public abstract boolean hasFinishTime()
The time at which the operation failed or was completed successfully.
.google.protobuf.Timestamp finish_time = 3;
Type | Description |
boolean | Whether the finishTime field is set. |
hasOriginalRequest()
public abstract boolean hasOriginalRequest()
The request that prompted the initiation of this CreateCluster operation.
.google.bigtable.admin.v2.CreateClusterRequest original_request = 1;
Type | Description |
boolean | Whether the originalRequest field is set. |
hasRequestTime()
public abstract boolean hasRequestTime()
The time at which the original request was received.
.google.protobuf.Timestamp request_time = 2;
Type | Description |
boolean | Whether the requestTime field is set. |