Class CreateBackupMetadata.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<CreateBackupMetadata.Builder>
com.google.spanner.admin.database.v1.CreateBackupMetadata.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, CreateBackupMetadataOrBuilder, Cloneable
Enclosing class:
CreateBackupMetadata

public static final class CreateBackupMetadata.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<CreateBackupMetadata.Builder> implements CreateBackupMetadataOrBuilder
 Metadata type for the operation returned by
 [CreateBackup][google.spanner.admin.database.v1.DatabaseAdmin.CreateBackup].
 
Protobuf type google.spanner.admin.database.v1.CreateBackupMetadata
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<CreateBackupMetadata.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessageV3.Builder<CreateBackupMetadata.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<CreateBackupMetadata.Builder>
    • getDefaultInstanceForType

      public CreateBackupMetadata getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public CreateBackupMetadata build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public CreateBackupMetadata buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • clone

      Specified by:
      clone in interface com.google.protobuf.Message.Builder
      Specified by:
      clone in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clone in class com.google.protobuf.GeneratedMessageV3.Builder<CreateBackupMetadata.Builder>
    • setField

      public CreateBackupMetadata.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      setField in interface com.google.protobuf.Message.Builder
      Overrides:
      setField in class com.google.protobuf.GeneratedMessageV3.Builder<CreateBackupMetadata.Builder>
    • clearField

      public CreateBackupMetadata.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
      Specified by:
      clearField in interface com.google.protobuf.Message.Builder
      Overrides:
      clearField in class com.google.protobuf.GeneratedMessageV3.Builder<CreateBackupMetadata.Builder>
    • clearOneof

      public CreateBackupMetadata.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
      Specified by:
      clearOneof in interface com.google.protobuf.Message.Builder
      Overrides:
      clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<CreateBackupMetadata.Builder>
    • setRepeatedField

      public CreateBackupMetadata.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
      Specified by:
      setRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<CreateBackupMetadata.Builder>
    • addRepeatedField

      public CreateBackupMetadata.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      addRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<CreateBackupMetadata.Builder>
    • mergeFrom

      public CreateBackupMetadata.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<CreateBackupMetadata.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<CreateBackupMetadata.Builder>
    • mergeFrom

      public CreateBackupMetadata.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<CreateBackupMetadata.Builder>
      Throws:
      IOException
    • getName

      public String getName()
       The name of the backup being created.
       
      string name = 1 [(.google.api.resource_reference) = { ... }
      Specified by:
      getName in interface CreateBackupMetadataOrBuilder
      Returns:
      The name.
    • getNameBytes

      public com.google.protobuf.ByteString getNameBytes()
       The name of the backup being created.
       
      string name = 1 [(.google.api.resource_reference) = { ... }
      Specified by:
      getNameBytes in interface CreateBackupMetadataOrBuilder
      Returns:
      The bytes for name.
    • setName

      public CreateBackupMetadata.Builder setName(String value)
       The name of the backup being created.
       
      string name = 1 [(.google.api.resource_reference) = { ... }
      Parameters:
      value - The name to set.
      Returns:
      This builder for chaining.
    • clearName

      public CreateBackupMetadata.Builder clearName()
       The name of the backup being created.
       
      string name = 1 [(.google.api.resource_reference) = { ... }
      Returns:
      This builder for chaining.
    • setNameBytes

      public CreateBackupMetadata.Builder setNameBytes(com.google.protobuf.ByteString value)
       The name of the backup being created.
       
      string name = 1 [(.google.api.resource_reference) = { ... }
      Parameters:
      value - The bytes for name to set.
      Returns:
      This builder for chaining.
    • getDatabase

      public String getDatabase()
       The name of the database the backup is created from.
       
      string database = 2 [(.google.api.resource_reference) = { ... }
      Specified by:
      getDatabase in interface CreateBackupMetadataOrBuilder
      Returns:
      The database.
    • getDatabaseBytes

      public com.google.protobuf.ByteString getDatabaseBytes()
       The name of the database the backup is created from.
       
      string database = 2 [(.google.api.resource_reference) = { ... }
      Specified by:
      getDatabaseBytes in interface CreateBackupMetadataOrBuilder
      Returns:
      The bytes for database.
    • setDatabase

      public CreateBackupMetadata.Builder setDatabase(String value)
       The name of the database the backup is created from.
       
      string database = 2 [(.google.api.resource_reference) = { ... }
      Parameters:
      value - The database to set.
      Returns:
      This builder for chaining.
    • clearDatabase

      public CreateBackupMetadata.Builder clearDatabase()
       The name of the database the backup is created from.
       
      string database = 2 [(.google.api.resource_reference) = { ... }
      Returns:
      This builder for chaining.
    • setDatabaseBytes

      public CreateBackupMetadata.Builder setDatabaseBytes(com.google.protobuf.ByteString value)
       The name of the database the backup is created from.
       
      string database = 2 [(.google.api.resource_reference) = { ... }
      Parameters:
      value - The bytes for database to set.
      Returns:
      This builder for chaining.
    • hasProgress

      public boolean hasProgress()
       The progress of the
       [CreateBackup][google.spanner.admin.database.v1.DatabaseAdmin.CreateBackup] operation.
       
      .google.spanner.admin.database.v1.OperationProgress progress = 3;
      Specified by:
      hasProgress in interface CreateBackupMetadataOrBuilder
      Returns:
      Whether the progress field is set.
    • getProgress

      public OperationProgress getProgress()
       The progress of the
       [CreateBackup][google.spanner.admin.database.v1.DatabaseAdmin.CreateBackup] operation.
       
      .google.spanner.admin.database.v1.OperationProgress progress = 3;
      Specified by:
      getProgress in interface CreateBackupMetadataOrBuilder
      Returns:
      The progress.
    • setProgress

      public CreateBackupMetadata.Builder setProgress(OperationProgress value)
       The progress of the
       [CreateBackup][google.spanner.admin.database.v1.DatabaseAdmin.CreateBackup] operation.
       
      .google.spanner.admin.database.v1.OperationProgress progress = 3;
    • setProgress

      public CreateBackupMetadata.Builder setProgress(OperationProgress.Builder builderForValue)
       The progress of the
       [CreateBackup][google.spanner.admin.database.v1.DatabaseAdmin.CreateBackup] operation.
       
      .google.spanner.admin.database.v1.OperationProgress progress = 3;
    • mergeProgress

      public CreateBackupMetadata.Builder mergeProgress(OperationProgress value)
       The progress of the
       [CreateBackup][google.spanner.admin.database.v1.DatabaseAdmin.CreateBackup] operation.
       
      .google.spanner.admin.database.v1.OperationProgress progress = 3;
    • clearProgress

      public CreateBackupMetadata.Builder clearProgress()
       The progress of the
       [CreateBackup][google.spanner.admin.database.v1.DatabaseAdmin.CreateBackup] operation.
       
      .google.spanner.admin.database.v1.OperationProgress progress = 3;
    • getProgressBuilder

      public OperationProgress.Builder getProgressBuilder()
       The progress of the
       [CreateBackup][google.spanner.admin.database.v1.DatabaseAdmin.CreateBackup] operation.
       
      .google.spanner.admin.database.v1.OperationProgress progress = 3;
    • getProgressOrBuilder

      public OperationProgressOrBuilder getProgressOrBuilder()
       The progress of the
       [CreateBackup][google.spanner.admin.database.v1.DatabaseAdmin.CreateBackup] operation.
       
      .google.spanner.admin.database.v1.OperationProgress progress = 3;
      Specified by:
      getProgressOrBuilder in interface CreateBackupMetadataOrBuilder
    • hasCancelTime

      public boolean hasCancelTime()
       The time at which cancellation of this operation was received.
       [Operations.CancelOperation][google.longrunning.Operations.CancelOperation]
       starts asynchronous cancellation on a long-running operation. The server
       makes a best effort to cancel the operation, but success is not guaranteed.
       Clients can use
       [Operations.GetOperation][google.longrunning.Operations.GetOperation] or
       other methods to check whether the cancellation succeeded or whether the
       operation completed despite cancellation. On successful cancellation,
       the operation is not deleted; instead, it becomes an operation with
       an [Operation.error][google.longrunning.Operation.error] value with a
       [google.rpc.Status.code][google.rpc.Status.code] of 1,
       corresponding to `Code.CANCELLED`.
       
      .google.protobuf.Timestamp cancel_time = 4;
      Specified by:
      hasCancelTime in interface CreateBackupMetadataOrBuilder
      Returns:
      Whether the cancelTime field is set.
    • getCancelTime

      public com.google.protobuf.Timestamp getCancelTime()
       The time at which cancellation of this operation was received.
       [Operations.CancelOperation][google.longrunning.Operations.CancelOperation]
       starts asynchronous cancellation on a long-running operation. The server
       makes a best effort to cancel the operation, but success is not guaranteed.
       Clients can use
       [Operations.GetOperation][google.longrunning.Operations.GetOperation] or
       other methods to check whether the cancellation succeeded or whether the
       operation completed despite cancellation. On successful cancellation,
       the operation is not deleted; instead, it becomes an operation with
       an [Operation.error][google.longrunning.Operation.error] value with a
       [google.rpc.Status.code][google.rpc.Status.code] of 1,
       corresponding to `Code.CANCELLED`.
       
      .google.protobuf.Timestamp cancel_time = 4;
      Specified by:
      getCancelTime in interface CreateBackupMetadataOrBuilder
      Returns:
      The cancelTime.
    • setCancelTime

      public CreateBackupMetadata.Builder setCancelTime(com.google.protobuf.Timestamp value)
       The time at which cancellation of this operation was received.
       [Operations.CancelOperation][google.longrunning.Operations.CancelOperation]
       starts asynchronous cancellation on a long-running operation. The server
       makes a best effort to cancel the operation, but success is not guaranteed.
       Clients can use
       [Operations.GetOperation][google.longrunning.Operations.GetOperation] or
       other methods to check whether the cancellation succeeded or whether the
       operation completed despite cancellation. On successful cancellation,
       the operation is not deleted; instead, it becomes an operation with
       an [Operation.error][google.longrunning.Operation.error] value with a
       [google.rpc.Status.code][google.rpc.Status.code] of 1,
       corresponding to `Code.CANCELLED`.
       
      .google.protobuf.Timestamp cancel_time = 4;
    • setCancelTime

      public CreateBackupMetadata.Builder setCancelTime(com.google.protobuf.Timestamp.Builder builderForValue)
       The time at which cancellation of this operation was received.
       [Operations.CancelOperation][google.longrunning.Operations.CancelOperation]
       starts asynchronous cancellation on a long-running operation. The server
       makes a best effort to cancel the operation, but success is not guaranteed.
       Clients can use
       [Operations.GetOperation][google.longrunning.Operations.GetOperation] or
       other methods to check whether the cancellation succeeded or whether the
       operation completed despite cancellation. On successful cancellation,
       the operation is not deleted; instead, it becomes an operation with
       an [Operation.error][google.longrunning.Operation.error] value with a
       [google.rpc.Status.code][google.rpc.Status.code] of 1,
       corresponding to `Code.CANCELLED`.
       
      .google.protobuf.Timestamp cancel_time = 4;
    • mergeCancelTime

      public CreateBackupMetadata.Builder mergeCancelTime(com.google.protobuf.Timestamp value)
       The time at which cancellation of this operation was received.
       [Operations.CancelOperation][google.longrunning.Operations.CancelOperation]
       starts asynchronous cancellation on a long-running operation. The server
       makes a best effort to cancel the operation, but success is not guaranteed.
       Clients can use
       [Operations.GetOperation][google.longrunning.Operations.GetOperation] or
       other methods to check whether the cancellation succeeded or whether the
       operation completed despite cancellation. On successful cancellation,
       the operation is not deleted; instead, it becomes an operation with
       an [Operation.error][google.longrunning.Operation.error] value with a
       [google.rpc.Status.code][google.rpc.Status.code] of 1,
       corresponding to `Code.CANCELLED`.
       
      .google.protobuf.Timestamp cancel_time = 4;
    • clearCancelTime

      public CreateBackupMetadata.Builder clearCancelTime()
       The time at which cancellation of this operation was received.
       [Operations.CancelOperation][google.longrunning.Operations.CancelOperation]
       starts asynchronous cancellation on a long-running operation. The server
       makes a best effort to cancel the operation, but success is not guaranteed.
       Clients can use
       [Operations.GetOperation][google.longrunning.Operations.GetOperation] or
       other methods to check whether the cancellation succeeded or whether the
       operation completed despite cancellation. On successful cancellation,
       the operation is not deleted; instead, it becomes an operation with
       an [Operation.error][google.longrunning.Operation.error] value with a
       [google.rpc.Status.code][google.rpc.Status.code] of 1,
       corresponding to `Code.CANCELLED`.
       
      .google.protobuf.Timestamp cancel_time = 4;
    • getCancelTimeBuilder

      public com.google.protobuf.Timestamp.Builder getCancelTimeBuilder()
       The time at which cancellation of this operation was received.
       [Operations.CancelOperation][google.longrunning.Operations.CancelOperation]
       starts asynchronous cancellation on a long-running operation. The server
       makes a best effort to cancel the operation, but success is not guaranteed.
       Clients can use
       [Operations.GetOperation][google.longrunning.Operations.GetOperation] or
       other methods to check whether the cancellation succeeded or whether the
       operation completed despite cancellation. On successful cancellation,
       the operation is not deleted; instead, it becomes an operation with
       an [Operation.error][google.longrunning.Operation.error] value with a
       [google.rpc.Status.code][google.rpc.Status.code] of 1,
       corresponding to `Code.CANCELLED`.
       
      .google.protobuf.Timestamp cancel_time = 4;
    • getCancelTimeOrBuilder

      public com.google.protobuf.TimestampOrBuilder getCancelTimeOrBuilder()
       The time at which cancellation of this operation was received.
       [Operations.CancelOperation][google.longrunning.Operations.CancelOperation]
       starts asynchronous cancellation on a long-running operation. The server
       makes a best effort to cancel the operation, but success is not guaranteed.
       Clients can use
       [Operations.GetOperation][google.longrunning.Operations.GetOperation] or
       other methods to check whether the cancellation succeeded or whether the
       operation completed despite cancellation. On successful cancellation,
       the operation is not deleted; instead, it becomes an operation with
       an [Operation.error][google.longrunning.Operation.error] value with a
       [google.rpc.Status.code][google.rpc.Status.code] of 1,
       corresponding to `Code.CANCELLED`.
       
      .google.protobuf.Timestamp cancel_time = 4;
      Specified by:
      getCancelTimeOrBuilder in interface CreateBackupMetadataOrBuilder
    • setUnknownFields

      public final CreateBackupMetadata.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      setUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<CreateBackupMetadata.Builder>
    • mergeUnknownFields

      public final CreateBackupMetadata.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      mergeUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<CreateBackupMetadata.Builder>