Interface CreateClusterMetadataOrBuilder (2.17.1)

public interface CreateClusterMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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;

Parameter
NameDescription
keyString
Returns
TypeDescription
boolean

getFinishTime()

public abstract Timestamp getFinishTime()

The time at which the operation failed or was completed successfully.

.google.protobuf.Timestamp finish_time = 3;

Returns
TypeDescription
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;

Returns
TypeDescription
TimestampOrBuilder

getOriginalRequest()

public abstract CreateClusterRequest getOriginalRequest()

The request that prompted the initiation of this CreateCluster operation.

.google.bigtable.admin.v2.CreateClusterRequest original_request = 1;

Returns
TypeDescription
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;

Returns
TypeDescription
CreateClusterRequestOrBuilder

getRequestTime()

public abstract Timestamp getRequestTime()

The time at which the original request was received.

.google.protobuf.Timestamp request_time = 2;

Returns
TypeDescription
Timestamp

The requestTime.

getRequestTimeOrBuilder()

public abstract TimestampOrBuilder getRequestTimeOrBuilder()

The time at which the original request was received.

.google.protobuf.Timestamp request_time = 2;

Returns
TypeDescription
TimestampOrBuilder

getTables()

public abstract Map<String,CreateClusterMetadata.TableProgress> getTables()

Use #getTablesMap() instead.

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Parameters
NameDescription
keyString
defaultValueCreateClusterMetadata.TableProgress
Returns
TypeDescription
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;

Parameter
NameDescription
keyString
Returns
TypeDescription
CreateClusterMetadata.TableProgress

hasFinishTime()

public abstract boolean hasFinishTime()

The time at which the operation failed or was completed successfully.

.google.protobuf.Timestamp finish_time = 3;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
boolean

Whether the requestTime field is set.