com.google.spanner.admin.database.v1
RestoreDatabaseRequest
Companion object RestoreDatabaseRequest
final case class RestoreDatabaseRequest(parent: String = "", databaseId: String = "", source: Source = ..., unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Updatable[RestoreDatabaseRequest] with Product with Serializable
The request for [RestoreDatabase][google.spanner.admin.database.v1.DatabaseAdmin.RestoreDatabase].
- parent
Required. The name of the instance in which to create the restored database. This instance must be in the same project and have the same instance configuration as the instance containing the source backup. Values are of the form
projects/<project>/instances/<instance>.- databaseId
Required. The id of the database to create and restore to. This database must not already exist. The
database_idappended toparentforms the full database name of the formprojects/<project>/instances/<instance>/databases/<database_id>.
- Annotations
- @SerialVersionUID()
- Alphabetic
- By Inheritance
- RestoreDatabaseRequest
- Product
- Equals
- Updatable
- GeneratedMessage
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
RestoreDatabaseRequest(parent: String = "", databaseId: String = "", source: Source = ..., unknownFields: UnknownFieldSet = ...)
- parent
Required. The name of the instance in which to create the restored database. This instance must be in the same project and have the same instance configuration as the instance containing the source backup. Values are of the form
projects/<project>/instances/<instance>.- databaseId
Required. The id of the database to create and restore to. This database must not already exist. The
database_idappended toparentforms the full database name of the formprojects/<project>/instances/<instance>/databases/<database_id>.
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
- def clearSource: RestoreDatabaseRequest
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
companion: RestoreDatabaseRequest.type
- Definition Classes
- RestoreDatabaseRequest → GeneratedMessage
- val databaseId: String
- def discardUnknownFields: RestoreDatabaseRequest
-
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: String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getField(__field: FieldDescriptor): PValue
- Definition Classes
- RestoreDatabaseRequest → GeneratedMessage
-
def
getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- RestoreDatabaseRequest → 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
- RestoreDatabaseRequest → GeneratedMessage
- val source: Source
-
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
- RestoreDatabaseRequest → GeneratedMessage
- val unknownFields: UnknownFieldSet
-
def
update(ms: (Lens[RestoreDatabaseRequest, RestoreDatabaseRequest]) ⇒ Mutation[RestoreDatabaseRequest]*): RestoreDatabaseRequest
- 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: String): RestoreDatabaseRequest
- def withDatabaseId(__v: String): RestoreDatabaseRequest
- def withParent(__v: String): RestoreDatabaseRequest
- def withSource(__v: Source): RestoreDatabaseRequest
- def withUnknownFields(__v: UnknownFieldSet): RestoreDatabaseRequest
-
final
def
writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
-
def
writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- RestoreDatabaseRequest → GeneratedMessage
-
final
def
writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage