public static final class CreateClusterMetadata.TableProgress extends GeneratedMessageV3 implements CreateClusterMetadata.TableProgressOrBuilder
Progress info for copying a table's data to the new cluster.
Protobuf type google.bigtable.admin.v2.CreateClusterMetadata.TableProgress
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > CreateClusterMetadata.TableProgressImplements
CreateClusterMetadata.TableProgressOrBuilderStatic Fields
ESTIMATED_COPIED_BYTES_FIELD_NUMBER
public static final int ESTIMATED_COPIED_BYTES_FIELD_NUMBER
Type | Description |
int |
ESTIMATED_SIZE_BYTES_FIELD_NUMBER
public static final int ESTIMATED_SIZE_BYTES_FIELD_NUMBER
Type | Description |
int |
STATE_FIELD_NUMBER
public static final int STATE_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static CreateClusterMetadata.TableProgress getDefaultInstance()
Type | Description |
CreateClusterMetadata.TableProgress |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static CreateClusterMetadata.TableProgress.Builder newBuilder()
Type | Description |
CreateClusterMetadata.TableProgress.Builder |
newBuilder(CreateClusterMetadata.TableProgress prototype)
public static CreateClusterMetadata.TableProgress.Builder newBuilder(CreateClusterMetadata.TableProgress prototype)
Name | Description |
prototype | CreateClusterMetadata.TableProgress |
Type | Description |
CreateClusterMetadata.TableProgress.Builder |
parseDelimitedFrom(InputStream input)
public static CreateClusterMetadata.TableProgress parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
CreateClusterMetadata.TableProgress |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static CreateClusterMetadata.TableProgress parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
CreateClusterMetadata.TableProgress |
Type | Description |
IOException |
parseFrom(byte[] data)
public static CreateClusterMetadata.TableProgress parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
CreateClusterMetadata.TableProgress |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static CreateClusterMetadata.TableProgress parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
CreateClusterMetadata.TableProgress |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static CreateClusterMetadata.TableProgress parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
CreateClusterMetadata.TableProgress |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CreateClusterMetadata.TableProgress parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
CreateClusterMetadata.TableProgress |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static CreateClusterMetadata.TableProgress parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
CreateClusterMetadata.TableProgress |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static CreateClusterMetadata.TableProgress parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
CreateClusterMetadata.TableProgress |
Type | Description |
IOException |
parseFrom(InputStream input)
public static CreateClusterMetadata.TableProgress parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
CreateClusterMetadata.TableProgress |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static CreateClusterMetadata.TableProgress parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
CreateClusterMetadata.TableProgress |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static CreateClusterMetadata.TableProgress parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
CreateClusterMetadata.TableProgress |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static CreateClusterMetadata.TableProgress parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
CreateClusterMetadata.TableProgress |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<CreateClusterMetadata.TableProgress> parser()
Type | Description |
Parser<TableProgress> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public CreateClusterMetadata.TableProgress getDefaultInstanceForType()
Type | Description |
CreateClusterMetadata.TableProgress |
getEstimatedCopiedBytes()
public 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 long getEstimatedSizeBytes()
Estimate of the size of the table to be copied.
int64 estimated_size_bytes = 2;
Type | Description |
long | The estimatedSizeBytes. |
getParserForType()
public Parser<CreateClusterMetadata.TableProgress> getParserForType()
Type | Description |
Parser<TableProgress> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getState()
public CreateClusterMetadata.TableProgress.State getState()
.google.bigtable.admin.v2.CreateClusterMetadata.TableProgress.State state = 4;
Type | Description |
CreateClusterMetadata.TableProgress.State | The state. |
getStateValue()
public int getStateValue()
.google.bigtable.admin.v2.CreateClusterMetadata.TableProgress.State state = 4;
Type | Description |
int | The enum numeric value on the wire for state. |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public CreateClusterMetadata.TableProgress.Builder newBuilderForType()
Type | Description |
CreateClusterMetadata.TableProgress.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected CreateClusterMetadata.TableProgress.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
CreateClusterMetadata.TableProgress.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public CreateClusterMetadata.TableProgress.Builder toBuilder()
Type | Description |
CreateClusterMetadata.TableProgress.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |