public interface SnapshotTableMetadataOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getFinishTime()
public abstract 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 abstract TimestampOrBuilder getFinishTimeOrBuilder()
The time at which the operation failed or was completed successfully.
.google.protobuf.Timestamp finish_time = 3;
Type | Description |
TimestampOrBuilder |
getOriginalRequest()
public abstract 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 abstract SnapshotTableRequestOrBuilder getOriginalRequestOrBuilder()
The request that prompted the initiation of this SnapshotTable operation.
.google.bigtable.admin.v2.SnapshotTableRequest original_request = 1;
Type | Description |
SnapshotTableRequestOrBuilder |
getRequestTime()
public abstract Timestamp getRequestTime()
The time at which the original request was received.
.google.protobuf.Timestamp request_time = 2;
Type | Description |
Timestamp | The requestTime. |
getRequestTimeOrBuilder()
public abstract TimestampOrBuilder getRequestTimeOrBuilder()
The time at which the original request was received.
.google.protobuf.Timestamp request_time = 2;
Type | Description |
TimestampOrBuilder |
hasFinishTime()
public abstract 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 abstract 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 abstract 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. |