public final class SnapshotTableMetadata extends GeneratedMessageV3 implements SnapshotTableMetadataOrBuilder
The metadata for the Operation returned by SnapshotTable. 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.SnapshotTableMetadata
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > SnapshotTableMetadataImplements
SnapshotTableMetadataOrBuilderStatic Fields
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 |
Static Methods
getDefaultInstance()
public static SnapshotTableMetadata getDefaultInstance()
Type | Description |
SnapshotTableMetadata |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static SnapshotTableMetadata.Builder newBuilder()
Type | Description |
SnapshotTableMetadata.Builder |
newBuilder(SnapshotTableMetadata prototype)
public static SnapshotTableMetadata.Builder newBuilder(SnapshotTableMetadata prototype)
Name | Description |
prototype | SnapshotTableMetadata |
Type | Description |
SnapshotTableMetadata.Builder |
parseDelimitedFrom(InputStream input)
public static SnapshotTableMetadata parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
SnapshotTableMetadata |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static SnapshotTableMetadata parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
SnapshotTableMetadata |
Type | Description |
IOException |
parseFrom(byte[] data)
public static SnapshotTableMetadata parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
SnapshotTableMetadata |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static SnapshotTableMetadata parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
SnapshotTableMetadata |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static SnapshotTableMetadata parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
SnapshotTableMetadata |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SnapshotTableMetadata parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
SnapshotTableMetadata |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static SnapshotTableMetadata parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
SnapshotTableMetadata |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static SnapshotTableMetadata parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
SnapshotTableMetadata |
Type | Description |
IOException |
parseFrom(InputStream input)
public static SnapshotTableMetadata parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
SnapshotTableMetadata |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static SnapshotTableMetadata parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
SnapshotTableMetadata |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static SnapshotTableMetadata parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
SnapshotTableMetadata |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static SnapshotTableMetadata parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
SnapshotTableMetadata |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<SnapshotTableMetadata> parser()
Type | Description |
Parser<SnapshotTableMetadata> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public SnapshotTableMetadata getDefaultInstanceForType()
Type | Description |
SnapshotTableMetadata |
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 SnapshotTableRequest getOriginalRequest()
The request that prompted the initiation of this SnapshotTable operation.
.google.bigtable.admin.v2.SnapshotTableRequest original_request = 1;
Type | Description |
SnapshotTableRequest | The originalRequest. |
getOriginalRequestOrBuilder()
public SnapshotTableRequestOrBuilder getOriginalRequestOrBuilder()
The request that prompted the initiation of this SnapshotTable operation.
.google.bigtable.admin.v2.SnapshotTableRequest original_request = 1;
Type | Description |
SnapshotTableRequestOrBuilder |
getParserForType()
public Parser<SnapshotTableMetadata> getParserForType()
Type | Description |
Parser<SnapshotTableMetadata> |
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 SnapshotTable operation.
.google.bigtable.admin.v2.SnapshotTableRequest 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 |
newBuilderForType()
public SnapshotTableMetadata.Builder newBuilderForType()
Type | Description |
SnapshotTableMetadata.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected SnapshotTableMetadata.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
SnapshotTableMetadata.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public SnapshotTableMetadata.Builder toBuilder()
Type | Description |
SnapshotTableMetadata.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |