public interface CreateInstanceMetadataOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Timestamp |
getFinishTime()
The time at which the operation failed or was completed successfully.
|
TimestampOrBuilder |
getFinishTimeOrBuilder()
The time at which the operation failed or was completed successfully.
|
CreateInstanceRequest |
getOriginalRequest()
The request that prompted the initiation of this CreateInstance operation.
|
CreateInstanceRequestOrBuilder |
getOriginalRequestOrBuilder()
The request that prompted the initiation of this CreateInstance operation.
|
Timestamp |
getRequestTime()
The time at which the original request was received.
|
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 CreateInstance operation.
|
boolean |
hasRequestTime()
The time at which the original request was received.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasOriginalRequest()
The request that prompted the initiation of this CreateInstance operation.
.google.bigtable.admin.v2.CreateInstanceRequest original_request = 1;
CreateInstanceRequest getOriginalRequest()
The request that prompted the initiation of this CreateInstance operation.
.google.bigtable.admin.v2.CreateInstanceRequest original_request = 1;
CreateInstanceRequestOrBuilder getOriginalRequestOrBuilder()
The request that prompted the initiation of this CreateInstance operation.
.google.bigtable.admin.v2.CreateInstanceRequest original_request = 1;
boolean hasRequestTime()
The time at which the original request was received.
.google.protobuf.Timestamp request_time = 2;
Timestamp getRequestTime()
The time at which the original request was received.
.google.protobuf.Timestamp request_time = 2;
TimestampOrBuilder getRequestTimeOrBuilder()
The time at which the original request was received.
.google.protobuf.Timestamp request_time = 2;
boolean hasFinishTime()
The time at which the operation failed or was completed successfully.
.google.protobuf.Timestamp finish_time = 3;
Timestamp getFinishTime()
The time at which the operation failed or was completed successfully.
.google.protobuf.Timestamp finish_time = 3;
TimestampOrBuilder getFinishTimeOrBuilder()
The time at which the operation failed or was completed successfully.
.google.protobuf.Timestamp finish_time = 3;