public static interface CreateClusterMetadata.TableProgressOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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;
Type | Description |
long | The estimatedCopiedBytes. |
getEstimatedSizeBytes()
public abstract long getEstimatedSizeBytes()
Estimate of the size of the table to be copied.
int64 estimated_size_bytes = 2;
Type | Description |
long | The estimatedSizeBytes. |
getState()
public abstract CreateClusterMetadata.TableProgress.State getState()
.google.bigtable.admin.v2.CreateClusterMetadata.TableProgress.State state = 4;
Type | Description |
CreateClusterMetadata.TableProgress.State | The state. |
getStateValue()
public abstract int getStateValue()
.google.bigtable.admin.v2.CreateClusterMetadata.TableProgress.State state = 4;
Type | Description |
int | The enum numeric value on the wire for state. |