Interface UpdateInstancePartitionMetadataOrBuilder (6.89.0)

publicinterfaceUpdateInstancePartitionMetadataOrBuilderextendsMessageOrBuilder

Methods

getCancelTime()

publicabstractTimestampgetCancelTime()

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;

Returns
TypeDescription
Timestamp

The cancelTime.

getCancelTimeOrBuilder()

publicabstractTimestampOrBuildergetCancelTimeOrBuilder()

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;

Returns
TypeDescription
TimestampOrBuilder

getEndTime()

publicabstractTimestampgetEndTime()

The time at which this operation failed or was completed successfully.

.google.protobuf.Timestamp end_time = 4;

Returns
TypeDescription
Timestamp

The endTime.

getEndTimeOrBuilder()

publicabstractTimestampOrBuildergetEndTimeOrBuilder()

The time at which this operation failed or was completed successfully.

.google.protobuf.Timestamp end_time = 4;

Returns
TypeDescription
TimestampOrBuilder

getInstancePartition()

publicabstractInstancePartitiongetInstancePartition()

The desired end state of the update.

.google.spanner.admin.instance.v1.InstancePartition instance_partition = 1;

Returns
TypeDescription
InstancePartition

The instancePartition.

getInstancePartitionOrBuilder()

publicabstractInstancePartitionOrBuildergetInstancePartitionOrBuilder()

The desired end state of the update.

.google.spanner.admin.instance.v1.InstancePartition instance_partition = 1;

Returns
TypeDescription
InstancePartitionOrBuilder

getStartTime()

publicabstractTimestampgetStartTime()

The time at which UpdateInstancePartition request was received.

.google.protobuf.Timestamp start_time = 2;

Returns
TypeDescription
Timestamp

The startTime.

getStartTimeOrBuilder()

publicabstractTimestampOrBuildergetStartTimeOrBuilder()

The time at which UpdateInstancePartition request was received.

.google.protobuf.Timestamp start_time = 2;

Returns
TypeDescription
TimestampOrBuilder

hasCancelTime()

publicabstractbooleanhasCancelTime()

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;

Returns
TypeDescription
boolean

Whether the cancelTime field is set.

hasEndTime()

publicabstractbooleanhasEndTime()

The time at which this operation failed or was completed successfully.

.google.protobuf.Timestamp end_time = 4;

Returns
TypeDescription
boolean

Whether the endTime field is set.

hasInstancePartition()

publicabstractbooleanhasInstancePartition()

The desired end state of the update.

.google.spanner.admin.instance.v1.InstancePartition instance_partition = 1;

Returns
TypeDescription
boolean

Whether the instancePartition field is set.

hasStartTime()

publicabstractbooleanhasStartTime()

The time at which UpdateInstancePartition request was received.

.google.protobuf.Timestamp start_time = 2;

Returns
TypeDescription
boolean

Whether the startTime field is set.