Interface UpdateInstanceMetadataOrBuilder (6.85.0)

public interface UpdateInstanceMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCancelTime()

public abstract 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;

Returns
Type Description
Timestamp

The cancelTime.

getCancelTimeOrBuilder()

public abstract 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;

Returns
Type Description
TimestampOrBuilder

getEndTime()

public abstract Timestamp getEndTime()

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

.google.protobuf.Timestamp end_time = 4;

Returns
Type Description
Timestamp

The endTime.

getEndTimeOrBuilder()

public abstract TimestampOrBuilder getEndTimeOrBuilder()

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

.google.protobuf.Timestamp end_time = 4;

Returns
Type Description
TimestampOrBuilder

getExpectedFulfillmentPeriod()

public abstract FulfillmentPeriod getExpectedFulfillmentPeriod()

The expected fulfillment period of this update operation.

.google.spanner.admin.instance.v1.FulfillmentPeriod expected_fulfillment_period = 5;

Returns
Type Description
FulfillmentPeriod

The expectedFulfillmentPeriod.

getExpectedFulfillmentPeriodValue()

public abstract int getExpectedFulfillmentPeriodValue()

The expected fulfillment period of this update operation.

.google.spanner.admin.instance.v1.FulfillmentPeriod expected_fulfillment_period = 5;

Returns
Type Description
int

The enum numeric value on the wire for expectedFulfillmentPeriod.

getInstance()

public abstract Instance getInstance()

The desired end state of the update.

.google.spanner.admin.instance.v1.Instance instance = 1;

Returns
Type Description
Instance

The instance.

getInstanceOrBuilder()

public abstract InstanceOrBuilder getInstanceOrBuilder()

The desired end state of the update.

.google.spanner.admin.instance.v1.Instance instance = 1;

Returns
Type Description
InstanceOrBuilder

getStartTime()

public abstract Timestamp getStartTime()

The time at which UpdateInstance request was received.

.google.protobuf.Timestamp start_time = 2;

Returns
Type Description