public final class CreateTableFromSnapshotMetadata extends GeneratedMessageV3 implements CreateTableFromSnapshotMetadataOrBuilder
The metadata for the Operation returned by CreateTableFromSnapshot. Note: This is a private alpha release of Cloud Bigtable snapshots. This feature is not currently available to most Cloud Bigtable customers. This feature might be changed in backward-incompatible ways and is not recommended for production use. It is not subject to any SLA or deprecation policy.
Protobuf type google.bigtable.admin.v2.CreateTableFromSnapshotMetadata
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > CreateTableFromSnapshotMetadataImplements
CreateTableFromSnapshotMetadataOrBuilderFields
FINISH_TIME_FIELD_NUMBER
public static final int FINISH_TIME_FIELD_NUMBER
Type | Description |
int |
ORIGINAL_REQUEST_FIELD_NUMBER
public static final int ORIGINAL_REQUEST_FIELD_NUMBER
Type | Description |
int |
REQUEST_TIME_FIELD_NUMBER
public static final int REQUEST_TIME_FIELD_NUMBER
Type | Description |
int |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstance()
public static CreateTableFromSnapshotMetadata getDefaultInstance()
Type | Description |
CreateTableFromSnapshotMetadata |
getDefaultInstanceForType()
public CreateTableFromSnapshotMetadata getDefaultInstanceForType()
Type | Description |
CreateTableFromSnapshotMetadata |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
getFinishTime()
public Timestamp getFinishTime()
The time at which the operation failed or was completed successfully.
.google.protobuf.Timestamp finish_time = 3;
Type | Description |
Timestamp | The finishTime. |
getFinishTimeOrBuilder()
public TimestampOrBuilder getFinishTimeOrBuilder()
The time at which the operation failed or was completed successfully.
.google.protobuf.Timestamp finish_time = 3;
Type | Description |
TimestampOrBuilder |
getOriginalRequest()
public CreateTableFromSnapshotRequest getOriginalRequest()
The request that prompted the initiation of this CreateTableFromSnapshot operation.
.google.bigtable.admin.v2.CreateTableFromSnapshotRequest original_request = 1;
Type | Description |
CreateTableFromSnapshotRequest | The originalRequest. |
getOriginalRequestOrBuilder()
public CreateTableFromSnapshotRequestOrBuilder getOriginalRequestOrBuilder()
The request that prompted the initiation of this CreateTableFromSnapshot operation.
.google.bigtable.admin.v2.CreateTableFromSnapshotRequest original_request = 1;
Type | Description |
CreateTableFromSnapshotRequestOrBuilder |
getParserForType()
public Parser<CreateTableFromSnapshotMetadata> getParserForType()
Type | Description |
Parser<CreateTableFromSnapshotMetadata> |
getRequestTime()
public Timestamp getRequestTime()
The time at which the original request was received.
.google.protobuf.Timestamp request_time = 2;
Type | Description |
Timestamp | The requestTime. |
getRequestTimeOrBuilder()
public TimestampOrBuilder getRequestTimeOrBuilder()
The time at which the original request was received.
.google.protobuf.Timestamp request_time = 2;
Type | Description |
TimestampOrBuilder |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hasFinishTime()
public boolean hasFinishTime()
The time at which the operation failed or was completed successfully.
.google.protobuf.Timestamp finish_time = 3;
Type | Description |
boolean | Whether the finishTime field is set. |
hasOriginalRequest()
public boolean hasOriginalRequest()
The request that prompted the initiation of this CreateTableFromSnapshot operation.
.google.bigtable.admin.v2.CreateTableFromSnapshotRequest original_request = 1;
Type | Description |
boolean | Whether the originalRequest field is set. |
hasRequestTime()
public boolean hasRequestTime()
The time at which the original request was received.
.google.protobuf.Timestamp request_time = 2;
Type | Description |
boolean | Whether the requestTime field is set. |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilder()
public static CreateTableFromSnapshotMetadata.Builder newBuilder()
Type | Description |
CreateTableFromSnapshotMetadata.Builder |
newBuilder(CreateTableFromSnapshotMetadata prototype)
public static CreateTableFromSnapshotMetadata.Builder newBuilder(CreateTableFromSnapshotMetadata prototype)
Name | Description |
prototype | CreateTableFromSnapshotMetadata |
Type | Description |
CreateTableFromSnapshotMetadata.Builder |
newBuilderForType()
public CreateTableFromSnapshotMetadata.Builder newBuilderForType()
Type | Description |
CreateTableFromSnapshotMetadata.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected CreateTableFromSnapshotMetadata.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
CreateTableFromSnapshotMetadata.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
parseDelimitedFrom(InputStream input)
public static CreateTableFromSnapshotMetadata parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
CreateTableFromSnapshotMetadata |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static CreateTableFromSnapshotMetadata parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
CreateTableFromSnapshotMetadata |
Type | Description |
IOException |
parseFrom(byte[] data)
public static CreateTableFromSnapshotMetadata parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
CreateTableFromSnapshotMetadata |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static CreateTableFromSnapshotMetadata parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
CreateTableFromSnapshotMetadata |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static CreateTableFromSnapshotMetadata parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
CreateTableFromSnapshotMetadata |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CreateTableFromSnapshotMetadata parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
CreateTableFromSnapshotMetadata |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static CreateTableFromSnapshotMetadata parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
CreateTableFromSnapshotMetadata |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static CreateTableFromSnapshotMetadata parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
CreateTableFromSnapshotMetadata |
Type | Description |
IOException |
parseFrom(InputStream input)
public static CreateTableFromSnapshotMetadata parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
CreateTableFromSnapshotMetadata |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static CreateTableFromSnapshotMetadata parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
CreateTableFromSnapshotMetadata |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static CreateTableFromSnapshotMetadata parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
CreateTableFromSnapshotMetadata |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static CreateTableFromSnapshotMetadata parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
CreateTableFromSnapshotMetadata |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<CreateTableFromSnapshotMetadata> parser()
Type | Description |
Parser<CreateTableFromSnapshotMetadata> |
toBuilder()
public CreateTableFromSnapshotMetadata.Builder toBuilder()
Type | Description |
CreateTableFromSnapshotMetadata.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |