Interface SnapshotTableMetadataOrBuilder (2.14.0)

public interface SnapshotTableMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFinishTime()

public abstract 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 abstract TimestampOrBuilder getFinishTimeOrBuilder()

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

.google.protobuf.Timestamp finish_time = 3;

Returns
TypeDescription
TimestampOrBuilder

getOriginalRequest()

public abstract 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 abstract SnapshotTableRequestOrBuilder getOriginalRequestOrBuilder()

The request that prompted the initiation of this SnapshotTable operation.

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

Returns
TypeDescription
SnapshotTableRequestOrBuilder

getRequestTime()

public abstract Timestamp getRequestTime()

The time at which the original request was received.

.google.protobuf.Timestamp request_time = 2;

Returns
TypeDescription
Timestamp

The requestTime.

getRequestTimeOrBuilder()

public abstract TimestampOrBuilder getRequestTimeOrBuilder()

The time at which the original request was received.

.google.protobuf.Timestamp request_time = 2;

Returns
TypeDescription
TimestampOrBuilder

hasFinishTime()

public abstract 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 abstract 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 abstract 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.