public interface CreateInstanceMetadataOrBuilder 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 instance being created.
|
InstanceOrBuilder |
getInstanceOrBuilder()
The instance being created.
|
Timestamp |
getStartTime()
The time at which the
[CreateInstance][google.spanner.admin.instance.v1.InstanceAdmin.CreateInstance] request was
received.
|
TimestampOrBuilder |
getStartTimeOrBuilder()
The time at which the
[CreateInstance][google.spanner.admin.instance.v1.InstanceAdmin.CreateInstance] 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 instance being created.
|
boolean |
hasStartTime()
The time at which the
[CreateInstance][google.spanner.admin.instance.v1.InstanceAdmin.CreateInstance] request was
received.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasInstance()
The instance being created.
.google.spanner.admin.instance.v1.Instance instance = 1;
Instance getInstance()
The instance being created.
.google.spanner.admin.instance.v1.Instance instance = 1;
InstanceOrBuilder getInstanceOrBuilder()
The instance being created.
.google.spanner.admin.instance.v1.Instance instance = 1;
boolean hasStartTime()
The time at which the [CreateInstance][google.spanner.admin.instance.v1.InstanceAdmin.CreateInstance] request was received.
.google.protobuf.Timestamp start_time = 2;
Timestamp getStartTime()
The time at which the [CreateInstance][google.spanner.admin.instance.v1.InstanceAdmin.CreateInstance] request was received.
.google.protobuf.Timestamp start_time = 2;
TimestampOrBuilder getStartTimeOrBuilder()
The time at which the [CreateInstance][google.spanner.admin.instance.v1.InstanceAdmin.CreateInstance] 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.