public static interface CreateClusterMetadata.TableProgressOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getEstimatedCopiedBytes()
Estimate of the number of bytes copied so far for this table.
|
long |
getEstimatedSizeBytes()
Estimate of the size of the table to be copied.
|
CreateClusterMetadata.TableProgress.State |
getState()
.google.bigtable.admin.v2.CreateClusterMetadata.TableProgress.State state = 4; |
int |
getStateValue()
.google.bigtable.admin.v2.CreateClusterMetadata.TableProgress.State state = 4; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getEstimatedSizeBytes()
Estimate of the size of the table to be copied.
int64 estimated_size_bytes = 2;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;int getStateValue()
.google.bigtable.admin.v2.CreateClusterMetadata.TableProgress.State state = 4;CreateClusterMetadata.TableProgress.State getState()
.google.bigtable.admin.v2.CreateClusterMetadata.TableProgress.State state = 4;Copyright © 2022 Google LLC. All rights reserved.