Interface CreateInstanceMetadataOrBuilder (6.60.0)

public interface CreateInstanceMetadataOrBuilder 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
TypeDescription
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
TypeDescription
TimestampOrBuilder

getEndTime()

public abstract Timestamp getEndTime()

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

.google.protobuf.Timestamp end_time = 4;

Returns
TypeDescription
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
TypeDescription
TimestampOrBuilder

getInstance()

public abstract Instance getInstance()

The instance being created.

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

Returns
TypeDescription
Instance

The instance.

getInstanceOrBuilder()

public abstract InstanceOrBuilder getInstanceOrBuilder()

The instance being created.

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

Returns
TypeDescription
InstanceOrBuilder

getStartTime()

public abstract Timestamp getStartTime()

The time at which the CreateInstance request was received.

.google.protobuf.Timestamp start_time = 2;

Returns
TypeDescription
Timestamp

The startTime.

getStartTimeOrBuilder()

public abstract TimestampOrBuilder getStartTimeOrBuilder()

The time at which the CreateInstance request was received.

.google.protobuf.Timestamp start_time = 2;

Returns
TypeDescription
TimestampOrBuilder

hasCancelTime()

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

Returns
TypeDescription
boolean

Whether the cancelTime field is set.

hasEndTime()

public abstract boolean hasEndTime()

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.

hasInstance()

public abstract boolean hasInstance()

The instance being created.

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

Returns
TypeDescription
boolean

Whether the instance field is set.

hasStartTime()

public abstract boolean hasStartTime()

The time at which the CreateInstance request was received.

.google.protobuf.Timestamp start_time = 2;

Returns
TypeDescription
boolean

Whether the startTime field is set.