Package com.google.bigtable.admin.v2
Interface SnapshotTableMetadataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SnapshotTableMetadata
,SnapshotTableMetadata.Builder
public interface SnapshotTableMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.Timestamp
getFinishTime()
The time at which the operation failed or was completed successfully.com.google.protobuf.TimestampOrBuilder
getFinishTimeOrBuilder()
The time at which the operation failed or was completed successfully.SnapshotTableRequest
getOriginalRequest()
The request that prompted the initiation of this SnapshotTable operation.SnapshotTableRequestOrBuilder
getOriginalRequestOrBuilder()
The request that prompted the initiation of this SnapshotTable operation.com.google.protobuf.Timestamp
getRequestTime()
The time at which the original request was received.com.google.protobuf.TimestampOrBuilder
getRequestTimeOrBuilder()
The time at which the original request was received.boolean
hasFinishTime()
The time at which the operation failed or was completed successfully.boolean
hasOriginalRequest()
The request that prompted the initiation of this SnapshotTable operation.boolean
hasRequestTime()
The time at which the original request was received.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasOriginalRequest
boolean hasOriginalRequest()
The request that prompted the initiation of this SnapshotTable operation.
.google.bigtable.admin.v2.SnapshotTableRequest original_request = 1;
- Returns:
- Whether the originalRequest field is set.
-
getOriginalRequest
SnapshotTableRequest getOriginalRequest()
The request that prompted the initiation of this SnapshotTable operation.
.google.bigtable.admin.v2.SnapshotTableRequest original_request = 1;
- Returns:
- The originalRequest.
-
getOriginalRequestOrBuilder
SnapshotTableRequestOrBuilder getOriginalRequestOrBuilder()
The request that prompted the initiation of this SnapshotTable operation.
.google.bigtable.admin.v2.SnapshotTableRequest original_request = 1;
-
hasRequestTime
boolean hasRequestTime()
The time at which the original request was received.
.google.protobuf.Timestamp request_time = 2;
- Returns:
- Whether the requestTime field is set.
-
getRequestTime
com.google.protobuf.Timestamp getRequestTime()
The time at which the original request was received.
.google.protobuf.Timestamp request_time = 2;
- Returns:
- The requestTime.
-
getRequestTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getRequestTimeOrBuilder()
The time at which the original request was received.
.google.protobuf.Timestamp request_time = 2;
-
hasFinishTime
boolean hasFinishTime()
The time at which the operation failed or was completed successfully.
.google.protobuf.Timestamp finish_time = 3;
- Returns:
- Whether the finishTime field is set.
-
getFinishTime
com.google.protobuf.Timestamp getFinishTime()
The time at which the operation failed or was completed successfully.
.google.protobuf.Timestamp finish_time = 3;
- Returns:
- The finishTime.
-
getFinishTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getFinishTimeOrBuilder()
The time at which the operation failed or was completed successfully.
.google.protobuf.Timestamp finish_time = 3;
-
-