Class SnapshotTableMetadata (2.17.1)

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

Static Fields

FINISH_TIME_FIELD_NUMBER

public static final int FINISH_TIME_FIELD_NUMBER
Field Value
TypeDescription
int

ORIGINAL_REQUEST_FIELD_NUMBER

public static final int ORIGINAL_REQUEST_FIELD_NUMBER
Field Value
TypeDescription
int

REQUEST_TIME_FIELD_NUMBER

public static final int REQUEST_TIME_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static SnapshotTableMetadata getDefaultInstance()
Returns
TypeDescription
SnapshotTableMetadata

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static SnapshotTableMetadata.Builder newBuilder()
Returns
TypeDescription
SnapshotTableMetadata.Builder

newBuilder(SnapshotTableMetadata prototype)

public static SnapshotTableMetadata.Builder newBuilder(SnapshotTableMetadata prototype)
Parameter
NameDescription
prototypeSnapshotTableMetadata
Returns
TypeDescription
SnapshotTableMetadata.Builder

parseDelimitedFrom(InputStream input)

public static SnapshotTableMetadata parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
SnapshotTableMetadata
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static SnapshotTableMetadata parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SnapshotTableMetadata
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static SnapshotTableMetadata parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
SnapshotTableMetadata
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static SnapshotTableMetadata parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SnapshotTableMetadata
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static SnapshotTableMetadata parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
SnapshotTableMetadata
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static SnapshotTableMetadata parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SnapshotTableMetadata
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static SnapshotTableMetadata parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
SnapshotTableMetadata
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static SnapshotTableMetadata parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SnapshotTableMetadata
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static SnapshotTableMetadata parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
SnapshotTableMetadata
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static SnapshotTableMetadata parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SnapshotTableMetadata
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static SnapshotTableMetadata parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
SnapshotTableMetadata
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static SnapshotTableMetadata parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SnapshotTableMetadata
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<SnapshotTableMetadata> parser()
Returns
TypeDescription
Parser<SnapshotTableMetadata>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public SnapshotTableMetadata getDefaultInstanceForType()
Returns
TypeDescription
SnapshotTableMetadata

getFinishTime()

public Timestamp getFinishTime()

The time at which the operation failed or was completed successfully.

.google.protobuf.Timestamp finish_time = 3;

Returns
TypeDescription
Timestamp

The finishTime.

getFinishTimeOrBuilder()

public TimestampOrBuilder getFinishTimeOrBuilder()

The time at which the operation failed or was completed successfully.

.google.protobuf.Timestamp finish_time = 3;

Returns
TypeDescription
TimestampOrBuilder

getOriginalRequest()

public SnapshotTableRequest getOriginalRequest()

The request that prompted the initiation of this SnapshotTable operation.

.google.bigtable.admin.v2.SnapshotTableRequest original_request = 1;

Returns
TypeDescription
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;

Returns
TypeDescription
SnapshotTableRequestOrBuilder

getParserForType()

public Parser<SnapshotTableMetadata> getParserForType()
Returns
TypeDescription
Parser<SnapshotTableMetadata>
Overrides

getRequestTime()

public Timestamp getRequestTime()

The time at which the original request was received.

.google.protobuf.Timestamp request_time = 2;

Returns
TypeDescription
Timestamp

The requestTime.

getRequestTimeOrBuilder()

public TimestampOrBuilder getRequestTimeOrBuilder()

The time at which the original request was received.

.google.protobuf.Timestamp request_time = 2;

Returns
TypeDescription
TimestampOrBuilder

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

hasFinishTime()

public boolean hasFinishTime()

The time at which the operation failed or was completed successfully.

.google.protobuf.Timestamp finish_time = 3;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
boolean

Whether the requestTime field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public SnapshotTableMetadata.Builder newBuilderForType()
Returns
TypeDescription
SnapshotTableMetadata.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected SnapshotTableMetadata.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
SnapshotTableMetadata.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public SnapshotTableMetadata.Builder toBuilder()
Returns
TypeDescription
SnapshotTableMetadata.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides Exceptions
TypeDescription
IOException