public interface UpdateInstanceMetadataOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Timestamp |
getCancelTime()
The time at which this operation was cancelled.
|
TimestampOrBuilder |
getCancelTimeOrBuilder()
The time at which this operation was cancelled.
|
Timestamp |
getEndTime()
The time at which this operation failed or was completed successfully.
|
TimestampOrBuilder |
getEndTimeOrBuilder()
The time at which this operation failed or was completed successfully.
|
Instance |
getInstance()
The desired end state of the update.
|
InstanceOrBuilder |
getInstanceOrBuilder()
The desired end state of the update.
|
Timestamp |
getStartTime()
The time at which [UpdateInstance][google.spanner.admin.instance.v1.InstanceAdmin.UpdateInstance]
request was received.
|
TimestampOrBuilder |
getStartTimeOrBuilder()
The time at which [UpdateInstance][google.spanner.admin.instance.v1.InstanceAdmin.UpdateInstance]
request was received.
|
boolean |
hasCancelTime()
The time at which this operation was cancelled.
|
boolean |
hasEndTime()
The time at which this operation failed or was completed successfully.
|
boolean |
hasInstance()
The desired end state of the update.
|
boolean |
hasStartTime()
The time at which [UpdateInstance][google.spanner.admin.instance.v1.InstanceAdmin.UpdateInstance]
request was received.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasInstance()
The desired end state of the update.
.google.spanner.admin.instance.v1.Instance instance = 1;
Instance getInstance()
The desired end state of the update.
.google.spanner.admin.instance.v1.Instance instance = 1;
InstanceOrBuilder getInstanceOrBuilder()
The desired end state of the update.
.google.spanner.admin.instance.v1.Instance instance = 1;
boolean hasStartTime()
The time at which [UpdateInstance][google.spanner.admin.instance.v1.InstanceAdmin.UpdateInstance] request was received.
.google.protobuf.Timestamp start_time = 2;
Timestamp getStartTime()
The time at which [UpdateInstance][google.spanner.admin.instance.v1.InstanceAdmin.UpdateInstance] request was received.
.google.protobuf.Timestamp start_time = 2;
TimestampOrBuilder getStartTimeOrBuilder()
The time at which [UpdateInstance][google.spanner.admin.instance.v1.InstanceAdmin.UpdateInstance] request was received.
.google.protobuf.Timestamp start_time = 2;
boolean hasCancelTime()
The time at which this operation was cancelled. If set, this operation is in the process of undoing itself (which is guaranteed to succeed) and cannot be cancelled again.
.google.protobuf.Timestamp cancel_time = 3;
Timestamp getCancelTime()
The time at which this operation was cancelled. If set, this operation is in the process of undoing itself (which is guaranteed to succeed) and cannot be cancelled again.
.google.protobuf.Timestamp cancel_time = 3;
TimestampOrBuilder getCancelTimeOrBuilder()
The time at which this operation was cancelled. If set, this operation is in the process of undoing itself (which is guaranteed to succeed) and cannot be cancelled again.
.google.protobuf.Timestamp cancel_time = 3;
boolean hasEndTime()
The time at which this operation failed or was completed successfully.
.google.protobuf.Timestamp end_time = 4;
Timestamp getEndTime()
The time at which this operation failed or was completed successfully.
.google.protobuf.Timestamp end_time = 4;
TimestampOrBuilder getEndTimeOrBuilder()
The time at which this operation failed or was completed successfully.
.google.protobuf.Timestamp end_time = 4;
Copyright © 2022 Google LLC. All rights reserved.