public interface UpdateInstanceMetadataOrBuilder 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.
|
PartialUpdateInstanceRequest |
getOriginalRequest()
The request that prompted the initiation of this UpdateInstance operation.
|
PartialUpdateInstanceRequestOrBuilder |
getOriginalRequestOrBuilder()
The request that prompted the initiation of this UpdateInstance 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 UpdateInstance operation.
|
boolean |
hasRequestTime()
The time at which the original request was received.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedboolean hasOriginalRequest()
The request that prompted the initiation of this UpdateInstance operation.
.google.bigtable.admin.v2.PartialUpdateInstanceRequest original_request = 1;PartialUpdateInstanceRequest getOriginalRequest()
The request that prompted the initiation of this UpdateInstance operation.
.google.bigtable.admin.v2.PartialUpdateInstanceRequest original_request = 1;PartialUpdateInstanceRequestOrBuilder getOriginalRequestOrBuilder()
The request that prompted the initiation of this UpdateInstance operation.
.google.bigtable.admin.v2.PartialUpdateInstanceRequest 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;