Interface CreateClusterMetadata.TableProgressOrBuilder (2.13.0)

public static interface CreateClusterMetadata.TableProgressOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEstimatedCopiedBytes()

public abstract long getEstimatedCopiedBytes()

Estimate of the number of bytes copied so far for this table. This will eventually reach 'estimated_size_bytes' unless the table copy is CANCELLED.

int64 estimated_copied_bytes = 3;

Returns
TypeDescription
long

The estimatedCopiedBytes.

getEstimatedSizeBytes()

public abstract long getEstimatedSizeBytes()

Estimate of the size of the table to be copied.

int64 estimated_size_bytes = 2;

Returns
TypeDescription
long

The estimatedSizeBytes.

getState()

public abstract CreateClusterMetadata.TableProgress.State getState()

.google.bigtable.admin.v2.CreateClusterMetadata.TableProgress.State state = 4;

Returns
TypeDescription
CreateClusterMetadata.TableProgress.State

The state.

getStateValue()

public abstract int getStateValue()

.google.bigtable.admin.v2.CreateClusterMetadata.TableProgress.State state = 4;

Returns
TypeDescription
int

The enum numeric value on the wire for state.