Interface UpdateDatabaseMetadataOrBuilder

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

public interface UpdateDatabaseMetadataOrBuilder 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 [UpdateDatabase][google.spanner.admin.database.v1.DatabaseAdmin.UpdateDatabase] operation.
    The progress of the [UpdateDatabase][google.spanner.admin.database.v1.DatabaseAdmin.UpdateDatabase] operation.
    The request for [UpdateDatabase][google.spanner.admin.database.v1.DatabaseAdmin.UpdateDatabase].
    The request for [UpdateDatabase][google.spanner.admin.database.v1.DatabaseAdmin.UpdateDatabase].
    boolean
    The time at which this operation was cancelled.
    boolean
    The progress of the [UpdateDatabase][google.spanner.admin.database.v1.DatabaseAdmin.UpdateDatabase] operation.
    boolean
    The request for [UpdateDatabase][google.spanner.admin.database.v1.DatabaseAdmin.UpdateDatabase].

    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

    • hasRequest

      boolean hasRequest()
       The request for
       [UpdateDatabase][google.spanner.admin.database.v1.DatabaseAdmin.UpdateDatabase].
       
      .google.spanner.admin.database.v1.UpdateDatabaseRequest request = 1;
      Returns:
      Whether the request field is set.
    • getRequest

      UpdateDatabaseRequest getRequest()
       The request for
       [UpdateDatabase][google.spanner.admin.database.v1.DatabaseAdmin.UpdateDatabase].
       
      .google.spanner.admin.database.v1.UpdateDatabaseRequest request = 1;
      Returns:
      The request.
    • getRequestOrBuilder

      UpdateDatabaseRequestOrBuilder getRequestOrBuilder()
       The request for
       [UpdateDatabase][google.spanner.admin.database.v1.DatabaseAdmin.UpdateDatabase].
       
      .google.spanner.admin.database.v1.UpdateDatabaseRequest request = 1;
    • hasProgress

      boolean hasProgress()
       The progress of the
       [UpdateDatabase][google.spanner.admin.database.v1.DatabaseAdmin.UpdateDatabase]
       operation.
       
      .google.spanner.admin.database.v1.OperationProgress progress = 2;
      Returns:
      Whether the progress field is set.
    • getProgress

      OperationProgress getProgress()
       The progress of the
       [UpdateDatabase][google.spanner.admin.database.v1.DatabaseAdmin.UpdateDatabase]
       operation.
       
      .google.spanner.admin.database.v1.OperationProgress progress = 2;
      Returns:
      The progress.
    • getProgressOrBuilder

      OperationProgressOrBuilder getProgressOrBuilder()
       The progress of the
       [UpdateDatabase][google.spanner.admin.database.v1.DatabaseAdmin.UpdateDatabase]
       operation.
       
      .google.spanner.admin.database.v1.OperationProgress progress = 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 best-effort).
       
      .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 best-effort).
       
      .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 best-effort).
       
      .google.protobuf.Timestamp cancel_time = 3;