Interface MoveInstanceMetadataOrBuilder

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

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

    Modifier and Type
    Method
    Description
    com.google.protobuf.Timestamp
    The time at which this operation was cancelled.
    com.google.protobuf.TimestampOrBuilder
    The time at which this operation was cancelled.
    The progress of the [MoveInstance][google.spanner.admin.instance.v1.InstanceAdmin.MoveInstance] operation.
    The progress of the [MoveInstance][google.spanner.admin.instance.v1.InstanceAdmin.MoveInstance] operation.
    The target instance configuration where to move the instance.
    com.google.protobuf.ByteString
    The target instance configuration where to move the instance.
    boolean
    The time at which this operation was cancelled.
    boolean
    The progress of the [MoveInstance][google.spanner.admin.instance.v1.InstanceAdmin.MoveInstance] operation.

    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 Details

    • getTargetConfig

      String getTargetConfig()
       The target instance configuration where to move the instance.
       Values are of the form `projects/<project>/instanceConfigs/<config>`.
       
      string target_config = 1;
      Returns:
      The targetConfig.
    • getTargetConfigBytes

      com.google.protobuf.ByteString getTargetConfigBytes()
       The target instance configuration where to move the instance.
       Values are of the form `projects/<project>/instanceConfigs/<config>`.
       
      string target_config = 1;
      Returns:
      The bytes for targetConfig.
    • hasProgress

      boolean hasProgress()
       The progress of the
       [MoveInstance][google.spanner.admin.instance.v1.InstanceAdmin.MoveInstance]
       operation.
       [progress_percent][google.spanner.admin.instance.v1.OperationProgress.progress_percent]
       is reset when cancellation is requested.
       
      .google.spanner.admin.instance.v1.OperationProgress progress = 2;
      Returns:
      Whether the progress field is set.
    • getProgress

      OperationProgress getProgress()
       The progress of the
       [MoveInstance][google.spanner.admin.instance.v1.InstanceAdmin.MoveInstance]
       operation.
       [progress_percent][google.spanner.admin.instance.v1.OperationProgress.progress_percent]
       is reset when cancellation is requested.
       
      .google.spanner.admin.instance.v1.OperationProgress progress = 2;
      Returns:
      The progress.
    • getProgressOrBuilder

      OperationProgressOrBuilder getProgressOrBuilder()
       The progress of the
       [MoveInstance][google.spanner.admin.instance.v1.InstanceAdmin.MoveInstance]
       operation.
       [progress_percent][google.spanner.admin.instance.v1.OperationProgress.progress_percent]
       is reset when cancellation is requested.
       
      .google.spanner.admin.instance.v1.OperationProgress progress = 2;
    • hasCancelTime

      boolean hasCancelTime()
       The time at which this operation was cancelled.
       
      .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.
       
      .google.protobuf.Timestamp cancel_time = 3;
      Returns:
      The cancelTime.
    • getCancelTimeOrBuilder

      com.google.protobuf.TimestampOrBuilder getCancelTimeOrBuilder()
       The time at which this operation was cancelled.
       
      .google.protobuf.Timestamp cancel_time = 3;