final case class CreateBackupRequest(parent: String = "", backupId: String = "", backup: Option[Backup] = _root_.scala.None, unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Updatable[CreateBackupRequest] with Product with Serializable
The request for [CreateBackup][google.spanner.admin.database.v1.DatabaseAdmin.CreateBackup].
- parent
Required. The name of the instance in which the backup will be created. This must be the same instance that contains the database the backup will be created from. The backup will be stored in the location(s) specified in the instance configuration of this instance. Values are of the form
projects/<project>/instances/<instance>.- backupId
Required. The id of the backup to be created. The
backup_idappended toparentforms the full backup name of the formprojects/<project>/instances/<instance>/backups/<backup_id>.- backup
Required. The backup to create.
- Annotations
- @SerialVersionUID()
- Alphabetic
- By Inheritance
- CreateBackupRequest
- Product
- Equals
- Updatable
- GeneratedMessage
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
CreateBackupRequest(parent: String = "", backupId: String = "", backup: Option[Backup] = _root_.scala.None, unknownFields: UnknownFieldSet = ...)
- parent
Required. The name of the instance in which the backup will be created. This must be the same instance that contains the database the backup will be created from. The backup will be stored in the location(s) specified in the instance configuration of this instance. Values are of the form
projects/<project>/instances/<instance>.- backupId
Required. The id of the backup to be created. The
backup_idappended toparentforms the full backup name of the formprojects/<project>/instances/<instance>/backups/<backup_id>.- backup
Required. The backup to create.
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val backup: Option[Backup]
- val backupId: String
- def clearBackup: CreateBackupRequest
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
companion: CreateBackupRequest.type
- Definition Classes
- CreateBackupRequest → GeneratedMessage
- def discardUnknownFields: CreateBackupRequest
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def getBackup: Backup
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getField(__field: FieldDescriptor): PValue
- Definition Classes
- CreateBackupRequest → GeneratedMessage
-
def
getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- CreateBackupRequest → GeneratedMessage
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val parent: String
-
def
serializedSize: Int
- Definition Classes
- CreateBackupRequest → GeneratedMessage
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
-
final
def
toByteString: ByteString
- Definition Classes
- GeneratedMessage
-
final
def
toPMessage: PMessage
- Definition Classes
- GeneratedMessage
-
def
toProtoString: String
- Definition Classes
- CreateBackupRequest → GeneratedMessage
- val unknownFields: UnknownFieldSet
-
def
update(ms: (Lens[CreateBackupRequest, CreateBackupRequest]) ⇒ Mutation[CreateBackupRequest]*): CreateBackupRequest
- Definition Classes
- Updatable
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def withBackup(__v: Backup): CreateBackupRequest
- def withBackupId(__v: String): CreateBackupRequest
- def withParent(__v: String): CreateBackupRequest
- def withUnknownFields(__v: UnknownFieldSet): CreateBackupRequest
-
final
def
writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
-
def
writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- CreateBackupRequest → GeneratedMessage
-
final
def
writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage