Interface CreateInstanceMetadataOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    CreateInstanceMetadata, CreateInstanceMetadata.Builder

    public interface CreateInstanceMetadataOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.Timestamp getCancelTime()
      The time at which this operation was cancelled.
      com.google.protobuf.TimestampOrBuilder getCancelTimeOrBuilder()
      The time at which this operation was cancelled.
      com.google.protobuf.Timestamp getEndTime()
      The time at which this operation failed or was completed successfully.
      com.google.protobuf.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.
      com.google.protobuf.Timestamp getStartTime()
      The time at which the [CreateInstance][google.spanner.admin.instance.v1.InstanceAdmin.CreateInstance] request was received.
      com.google.protobuf.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.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasInstance

        boolean hasInstance()
         The instance being created.
         
        .google.spanner.admin.instance.v1.Instance instance = 1;
        Returns:
        Whether the instance field is set.
      • getInstance

        Instance getInstance()
         The instance being created.
         
        .google.spanner.admin.instance.v1.Instance instance = 1;
        Returns:
        The instance.
      • getInstanceOrBuilder

        InstanceOrBuilder getInstanceOrBuilder()
         The instance being created.
         
        .google.spanner.admin.instance.v1.Instance instance = 1;
      • hasStartTime

        boolean hasStartTime()
         The time at which the
         [CreateInstance][google.spanner.admin.instance.v1.InstanceAdmin.CreateInstance]
         request was received.
         
        .google.protobuf.Timestamp start_time = 2;
        Returns:
        Whether the startTime field is set.
      • getStartTime

        com.google.protobuf.Timestamp getStartTime()
         The time at which the
         [CreateInstance][google.spanner.admin.instance.v1.InstanceAdmin.CreateInstance]
         request was received.
         
        .google.protobuf.Timestamp start_time = 2;
        Returns:
        The startTime.
      • getStartTimeOrBuilder

        com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
         The time at which the
         [CreateInstance][google.spanner.admin.instance.v1.InstanceAdmin.CreateInstance]
         request was received.
         
        .google.protobuf.Timestamp start_time = 2;
      • hasCancelTime

        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:
        Whether the cancelTime field is set.
      • getCancelTime

        com.google.protobuf.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:
        The cancelTime.
      • getCancelTimeOrBuilder

        com.google.protobuf.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;
      • hasEndTime

        boolean hasEndTime()
         The time at which this operation failed or was completed successfully.
         
        .google.protobuf.Timestamp end_time = 4;
        Returns:
        Whether the endTime field is set.
      • getEndTime

        com.google.protobuf.Timestamp getEndTime()
         The time at which this operation failed or was completed successfully.
         
        .google.protobuf.Timestamp end_time = 4;
        Returns:
        The endTime.
      • getEndTimeOrBuilder

        com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
         The time at which this operation failed or was completed successfully.
         
        .google.protobuf.Timestamp end_time = 4;