Cloud Spanner Database Admin API
The Cloud Spanner Database Admin API can be used to create, drop, and list databases. It also enables updating the schema of pre-existing databases. It can be also used to create, delete and list backups for a database and to restore from an existing backup. v1
Package
@google-cloud/spannerConstructors
(constructor)(opts)
constructor
(
opts
?:
ClientOptions
);
Construct an instance of DatabaseAdminClient.
opts
ClientOptions
Properties
apiEndpoint
static
get
apiEndpoint
()
:
string
;
The DNS address for this API service - same as servicePath(), exists for compatibility reasons.
auth
auth
:
gax
.
GoogleAuth
;
databaseAdminStub
databaseAdminStub
?:
Promise
< {
[
name
:
string
]
:
Function
;
}>;
descriptors
descriptors
:
Descriptors
;
innerApiCalls
innerApiCalls
:
{
[
name
:
string
]
:
Function
;
};
operationsClient
operationsClient
:
gax
.
OperationsClient
;
pathTemplates
pathTemplates
:
{
[
name
:
string
]
:
gax
.
PathTemplate
;
};
port
static
get
port
()
:
number
;
The port for this API service.
scopes
static
get
scopes
()
:
string
[];
The scopes needed to make gRPC calls for every method defined in this service.
servicePath
static
get
servicePath
()
:
string
;
The DNS address for this API service.
warn
warn
:
(
code
:
string
,
message
:
string
,
warnType
?:
string
)
=
>
void
;
Methods
backupPath(project, instance, backup)
backupPath
(
project
:
string
,
instance
:
string
,
backup
:
string
)
:
string
;
Return a fully-qualified backup resource name string.
project
string
instance
string
backup
string
string
{string} Resource name string.
checkCreateBackupProgress(name)
checkCreateBackupProgress
(
name
:
string
)
:
Promise<LROperation<protos
.
google
.
spanner
.
admin
.
database
.
v1
.
Backup
,
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
CreateBackupMetadata
>> ;
Check the status of the long running operation returned by createBackup()
.
name
string
The operation name that will be passed.
Promise
< LROperation
<protos. google.spanner.admin.database.v1.Backup
, protos. google.spanner.admin.database.v1.CreateBackupMetadata
>>
{Promise} - The promise which resolves to an object. The decoded operation object has result and metadata field to get information from. Please see the [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#long-running-operations) for more details and examples.
include:samples/generated/v1/database_admin.create_backup.js region_tag:spanner_v1_generated_DatabaseAdmin_CreateBackup_async
checkCreateDatabaseProgress(name)
checkCreateDatabaseProgress
(
name
:
string
)
:
Promise<LROperation<protos
.
google
.
spanner
.
admin
.
database
.
v1
.
Database
,
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
CreateDatabaseMetadata
>> ;
Check the status of the long running operation returned by createDatabase()
.
name
string
The operation name that will be passed.
Promise
< LROperation
<protos. google.spanner.admin.database.v1.Database
, protos. google.spanner.admin.database.v1.CreateDatabaseMetadata
>>
{Promise} - The promise which resolves to an object. The decoded operation object has result and metadata field to get information from. Please see the [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#long-running-operations) for more details and examples.
include:samples/generated/v1/database_admin.create_database.js region_tag:spanner_v1_generated_DatabaseAdmin_CreateDatabase_async
checkRestoreDatabaseProgress(name)
checkRestoreDatabaseProgress
(
name
:
string
)
:
Promise<LROperation<protos
.
google
.
spanner
.
admin
.
database
.
v1
.
Database
,
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
RestoreDatabaseMetadata
>> ;
Check the status of the long running operation returned by restoreDatabase()
.
name
string
The operation name that will be passed.
Promise
< LROperation
<protos. google.spanner.admin.database.v1.Database
, protos. google.spanner.admin.database.v1.RestoreDatabaseMetadata
>>
{Promise} - The promise which resolves to an object. The decoded operation object has result and metadata field to get information from. Please see the [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#long-running-operations) for more details and examples.
include:samples/generated/v1/database_admin.restore_database.js region_tag:spanner_v1_generated_DatabaseAdmin_RestoreDatabase_async
checkUpdateDatabaseDdlProgress(name)
checkUpdateDatabaseDdlProgress
(
name
:
string
)
:
Promise<LROperation<protos
.
google
.
protobuf
.
Empty
,
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
UpdateDatabaseDdlMetadata
>> ;
Check the status of the long running operation returned by updateDatabaseDdl()
.
name
string
The operation name that will be passed.
Promise
< LROperation
<protos. google.protobuf.Empty
, protos. google.spanner.admin.database.v1.UpdateDatabaseDdlMetadata
>>
{Promise} - The promise which resolves to an object. The decoded operation object has result and metadata field to get information from. Please see the [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#long-running-operations) for more details and examples.
include:samples/generated/v1/database_admin.update_database_ddl.js region_tag:spanner_v1_generated_DatabaseAdmin_UpdateDatabaseDdl_async
close()
close
()
:
Promise<void>
;
Terminate the gRPC channel and close the client.
The client will no longer be usable and all future behavior is undefined.
Promise
<void>
{Promise} A promise that resolves when the client is closed.
createBackup(request, options)
createBackup
(
request
?:
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
ICreateBackupRequest
,
options
?:
CallOptions
)
:
Promise
< [
LROperation<protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IBackup
,
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
ICreateBackupMetadata
> ,
protos
.
google
.
longrunning
.
IOperation
|
undefined
,
{}
|
undefined
]>;
Starts creating a new Cloud Spanner Backup. The returned backup will have a name of the format projects/<project>/instances/<instance>/backups/<backup>/operations/<operation_id>
and can be used to track creation of the backup. The field type is . The field type is , if successful. Cancelling the returned operation will stop the creation and delete the backup. There can be only one pending backup creation per database. Backup creation of different databases can run concurrently.
request
protos. google.spanner.admin.database.v1.ICreateBackupRequest
The request object that will be sent.
options
Promise
<[ LROperation
<protos. google.spanner.admin.database.v1.IBackup
, protos. google.spanner.admin.database.v1.ICreateBackupMetadata
>, protos. google.longrunning.IOperation
| undefined, {} | undefined]>
{Promise} - The promise which resolves to an array. The first element of the array is an object representing a long running operation. Its promise()
method returns a promise you can await
for. Please see the [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#long-running-operations) for more details and examples.
include:samples/generated/v1/database_admin.create_backup.js region_tag:spanner_v1_generated_DatabaseAdmin_CreateBackup_async
createBackup(request, options, callback)
createBackup
(
request
:
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
ICreateBackupRequest
,
options
:
CallOptions
,
callback
:
Callback<LROperation<protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IBackup
,
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
ICreateBackupMetadata
> ,
protos
.
google
.
longrunning
.
IOperation
|
null
|
undefined
,
{}
|
null
|
undefined
> )
:
void
;
request
protos. google.spanner.admin.database.v1.ICreateBackupRequest
options
CallOptions
callback
Callback
< LROperation
<protos. google.spanner.admin.database.v1.IBackup
, protos. google.spanner.admin.database.v1.ICreateBackupMetadata
>, protos. google.longrunning.IOperation
| null | undefined, {} | null | undefined>
void
createBackup(request, callback)
createBackup
(
request
:
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
ICreateBackupRequest
,
callback
:
Callback<LROperation<protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IBackup
,
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
ICreateBackupMetadata
> ,
protos
.
google
.
longrunning
.
IOperation
|
null
|
undefined
,
{}
|
null
|
undefined
> )
:
void
;
request
protos. google.spanner.admin.database.v1.ICreateBackupRequest
callback
Callback
< LROperation
<protos. google.spanner.admin.database.v1.IBackup
, protos. google.spanner.admin.database.v1.ICreateBackupMetadata
>, protos. google.longrunning.IOperation
| null | undefined, {} | null | undefined>
void
createDatabase(request, options)
createDatabase
(
request
?:
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
ICreateDatabaseRequest
,
options
?:
CallOptions
)
:
Promise
< [
LROperation<protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IDatabase
,
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
ICreateDatabaseMetadata
> ,
protos
.
google
.
longrunning
.
IOperation
|
undefined
,
{}
|
undefined
]>;
Creates a new Cloud Spanner database and starts to prepare it for serving. The returned will have a name of the format <database_name>/operations/<operation_id>
and can be used to track preparation of the database. The field type is . The field type is , if successful.
request
protos. google.spanner.admin.database.v1.ICreateDatabaseRequest
The request object that will be sent.
options
Promise
<[ LROperation
<protos. google.spanner.admin.database.v1.IDatabase
, protos. google.spanner.admin.database.v1.ICreateDatabaseMetadata
>, protos. google.longrunning.IOperation
| undefined, {} | undefined]>
{Promise} - The promise which resolves to an array. The first element of the array is an object representing a long running operation. Its promise()
method returns a promise you can await
for. Please see the [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#long-running-operations) for more details and examples.
include:samples/generated/v1/database_admin.create_database.js region_tag:spanner_v1_generated_DatabaseAdmin_CreateDatabase_async
createDatabase(request, options, callback)
createDatabase
(
request
:
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
ICreateDatabaseRequest
,
options
:
CallOptions
,
callback
:
Callback<LROperation<protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IDatabase
,
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
ICreateDatabaseMetadata
> ,
protos
.
google
.
longrunning
.
IOperation
|
null
|
undefined
,
{}
|
null
|
undefined
> )
:
void
;
request
protos. google.spanner.admin.database.v1.ICreateDatabaseRequest
options
CallOptions
callback
Callback
< LROperation
<protos. google.spanner.admin.database.v1.IDatabase
, protos. google.spanner.admin.database.v1.ICreateDatabaseMetadata
>, protos. google.longrunning.IOperation
| null | undefined, {} | null | undefined>
void
createDatabase(request, callback)
createDatabase
(
request
:
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
ICreateDatabaseRequest
,
callback
:
Callback<LROperation<protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IDatabase
,
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
ICreateDatabaseMetadata
> ,
protos
.
google
.
longrunning
.
IOperation
|
null
|
undefined
,
{}
|
null
|
undefined
> )
:
void
;
request
protos. google.spanner.admin.database.v1.ICreateDatabaseRequest
callback
Callback
< LROperation
<protos. google.spanner.admin.database.v1.IDatabase
, protos. google.spanner.admin.database.v1.ICreateDatabaseMetadata
>, protos. google.longrunning.IOperation
| null | undefined, {} | null | undefined>
void
cryptoKeyPath(project, location, keyRing, cryptoKey)
cryptoKeyPath
(
project
:
string
,
location
:
string
,
keyRing
:
string
,
cryptoKey
:
string
)
:
string
;
Return a fully-qualified cryptoKey resource name string.
project
string
location
string
keyRing
string
cryptoKey
string
string
{string} Resource name string.
databasePath(project, instance, database)
databasePath
(
project
:
string
,
instance
:
string
,
database
:
string
)
:
string
;
Return a fully-qualified database resource name string.
project
string
instance
string
database
string
string
{string} Resource name string.
deleteBackup(request, options)
deleteBackup
(
request
?:
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IDeleteBackupRequest
,
options
?:
CallOptions
)
:
Promise
< [
protos
.
google
.
protobuf
.
IEmpty
,
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IDeleteBackupRequest
|
undefined
,
{}
|
undefined
]>;
Deletes a pending or completed .
request
protos. google.spanner.admin.database.v1.IDeleteBackupRequest
The request object that will be sent.
options
Promise
<[protos. google.protobuf.IEmpty
, protos. google.spanner.admin.database.v1.IDeleteBackupRequest
| undefined, {} | undefined]>
{Promise} - The promise which resolves to an array. The first element of the array is an object representing [Empty]. Please see the [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods) for more details and examples.
include:samples/generated/v1/database_admin.delete_backup.js region_tag:spanner_v1_generated_DatabaseAdmin_DeleteBackup_async
deleteBackup(request, options, callback)
deleteBackup
(
request
:
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IDeleteBackupRequest
,
options
:
CallOptions
,
callback
:
Callback<protos
.
google
.
protobuf
.
IEmpty
,
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IDeleteBackupRequest
|
null
|
undefined
,
{}
|
null
|
undefined
> )
:
void
;
request
protos. google.spanner.admin.database.v1.IDeleteBackupRequest
options
CallOptions
callback
Callback
<protos. google.protobuf.IEmpty
, protos. google.spanner.admin.database.v1.IDeleteBackupRequest
| null | undefined, {} | null | undefined>
void
deleteBackup(request, callback)
deleteBackup
(
request
:
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IDeleteBackupRequest
,
callback
:
Callback<protos
.
google
.
protobuf
.
IEmpty
,
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IDeleteBackupRequest
|
null
|
undefined
,
{}
|
null
|
undefined
> )
:
void
;
request
protos. google.spanner.admin.database.v1.IDeleteBackupRequest
callback
Callback
<protos. google.protobuf.IEmpty
, protos. google.spanner.admin.database.v1.IDeleteBackupRequest
| null | undefined, {} | null | undefined>
void
dropDatabase(request, options)
dropDatabase
(
request
?:
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IDropDatabaseRequest
,
options
?:
CallOptions
)
:
Promise
< [
protos
.
google
.
protobuf
.
IEmpty
,
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IDropDatabaseRequest
|
undefined
,
{}
|
undefined
]>;
Drops (aka deletes) a Cloud Spanner database. Completed backups for the database will be retained according to their expire_time
.
request
protos. google.spanner.admin.database.v1.IDropDatabaseRequest
The request object that will be sent.
options
Promise
<[protos. google.protobuf.IEmpty
, protos. google.spanner.admin.database.v1.IDropDatabaseRequest
| undefined, {} | undefined]>
{Promise} - The promise which resolves to an array. The first element of the array is an object representing [Empty]. Please see the [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods) for more details and examples.
include:samples/generated/v1/database_admin.drop_database.js region_tag:spanner_v1_generated_DatabaseAdmin_DropDatabase_async
dropDatabase(request, options, callback)
dropDatabase
(
request
:
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IDropDatabaseRequest
,
options
:
CallOptions
,
callback
:
Callback<protos
.
google
.
protobuf
.
IEmpty
,
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IDropDatabaseRequest
|
null
|
undefined
,
{}
|
null
|
undefined
> )
:
void
;
request
protos. google.spanner.admin.database.v1.IDropDatabaseRequest
options
CallOptions
callback
Callback
<protos. google.protobuf.IEmpty
, protos. google.spanner.admin.database.v1.IDropDatabaseRequest
| null | undefined, {} | null | undefined>
void
dropDatabase(request, callback)
dropDatabase
(
request
:
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IDropDatabaseRequest
,
callback
:
Callback<protos
.
google
.
protobuf
.
IEmpty
,
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IDropDatabaseRequest
|
null
|
undefined
,
{}
|
null
|
undefined
> )
:
void
;
request
protos. google.spanner.admin.database.v1.IDropDatabaseRequest
callback
Callback
<protos. google.protobuf.IEmpty
, protos. google.spanner.admin.database.v1.IDropDatabaseRequest
| null | undefined, {} | null | undefined>
void
getBackup(request, options)
getBackup
(
request
?:
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IGetBackupRequest
,
options
?:
CallOptions
)
:
Promise
< [
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IBackup
,
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IGetBackupRequest
|
undefined
,
{}
|
undefined
]>;
Gets metadata on a pending or completed .
request
protos. google.spanner.admin.database.v1.IGetBackupRequest
The request object that will be sent.
options
Promise
<[protos. google.spanner.admin.database.v1.IBackup
, protos. google.spanner.admin.database.v1.IGetBackupRequest
| undefined, {} | undefined]>
{Promise} - The promise which resolves to an array. The first element of the array is an object representing [Backup]. Please see the [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods) for more details and examples.
include:samples/generated/v1/database_admin.get_backup.js region_tag:spanner_v1_generated_DatabaseAdmin_GetBackup_async
getBackup(request, options, callback)
getBackup
(
request
:
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IGetBackupRequest
,
options
:
CallOptions
,
callback
:
Callback<protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IBackup
,
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IGetBackupRequest
|
null
|
undefined
,
{}
|
null
|
undefined
> )
:
void
;
request
protos. google.spanner.admin.database.v1.IGetBackupRequest
options
CallOptions
callback
Callback
<protos. google.spanner.admin.database.v1.IBackup
, protos. google.spanner.admin.database.v1.IGetBackupRequest
| null | undefined, {} | null | undefined>
void
getBackup(request, callback)
getBackup
(
request
:
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IGetBackupRequest
,
callback
:
Callback<protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IBackup
,
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IGetBackupRequest
|
null
|
undefined
,
{}
|
null
|
undefined
> )
:
void
;
request
protos. google.spanner.admin.database.v1.IGetBackupRequest
callback
Callback
<protos. google.spanner.admin.database.v1.IBackup
, protos. google.spanner.admin.database.v1.IGetBackupRequest
| null | undefined, {} | null | undefined>
void
getDatabase(request, options)
getDatabase
(
request
?:
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IGetDatabaseRequest
,
options
?:
CallOptions
)
:
Promise
< [
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IDatabase
,
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IGetDatabaseRequest
|
undefined
,
{}
|
undefined
]>;
Gets the state of a Cloud Spanner database.
request
protos. google.spanner.admin.database.v1.IGetDatabaseRequest
The request object that will be sent.
options
Promise
<[protos. google.spanner.admin.database.v1.IDatabase
, protos. google.spanner.admin.database.v1.IGetDatabaseRequest
| undefined, {} | undefined]>
{Promise} - The promise which resolves to an array. The first element of the array is an object representing [Database]. Please see the [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods) for more details and examples.
include:samples/generated/v1/database_admin.get_database.js region_tag:spanner_v1_generated_DatabaseAdmin_GetDatabase_async
getDatabase(request, options, callback)
getDatabase
(
request
:
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IGetDatabaseRequest
,
options
:
CallOptions
,
callback
:
Callback<protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IDatabase
,
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IGetDatabaseRequest
|
null
|
undefined
,
{}
|
null
|
undefined
> )
:
void
;
request
protos. google.spanner.admin.database.v1.IGetDatabaseRequest
options
CallOptions
callback
Callback
<protos. google.spanner.admin.database.v1.IDatabase
, protos. google.spanner.admin.database.v1.IGetDatabaseRequest
| null | undefined, {} | null | undefined>
void
getDatabase(request, callback)
getDatabase
(
request
:
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IGetDatabaseRequest
,
callback
:
Callback<protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IDatabase
,
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IGetDatabaseRequest
|
null
|
undefined
,
{}
|
null
|
undefined
> )
:
void
;
request
protos. google.spanner.admin.database.v1.IGetDatabaseRequest
callback
Callback
<protos. google.spanner.admin.database.v1.IDatabase
, protos. google.spanner.admin.database.v1.IGetDatabaseRequest
| null | undefined, {} | null | undefined>
void
getDatabaseDdl(request, options)
getDatabaseDdl
(
request
?:
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IGetDatabaseDdlRequest
,
options
?:
CallOptions
)
:
Promise
< [
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IGetDatabaseDdlResponse
,
(
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IGetDatabaseDdlRequest
|
undefined
),
{}
|
undefined
]>;
Returns the schema of a Cloud Spanner database as a list of formatted DDL statements. This method does not show pending schema updates, those may be queried using the API.
request
protos. google.spanner.admin.database.v1.IGetDatabaseDdlRequest
The request object that will be sent.
options
Promise
<[protos. google.spanner.admin.database.v1.IGetDatabaseDdlResponse
, (protos. google.spanner.admin.database.v1.IGetDatabaseDdlRequest
| undefined), {} | undefined]>
{Promise} - The promise which resolves to an array. The first element of the array is an object representing [GetDatabaseDdlResponse]. Please see the [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods) for more details and examples.
include:samples/generated/v1/database_admin.get_database_ddl.js region_tag:spanner_v1_generated_DatabaseAdmin_GetDatabaseDdl_async
getDatabaseDdl(request, options, callback)
getDatabaseDdl
(
request
:
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IGetDatabaseDdlRequest
,
options
:
CallOptions
,
callback
:
Callback<protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IGetDatabaseDdlResponse
,
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IGetDatabaseDdlRequest
|
null
|
undefined
,
{}
|
null
|
undefined
> )
:
void
;
request
protos. google.spanner.admin.database.v1.IGetDatabaseDdlRequest
options
CallOptions
callback
Callback
<protos. google.spanner.admin.database.v1.IGetDatabaseDdlResponse
, protos. google.spanner.admin.database.v1.IGetDatabaseDdlRequest
| null | undefined, {} | null | undefined>
void
getDatabaseDdl(request, callback)
getDatabaseDdl
(
request
:
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IGetDatabaseDdlRequest
,
callback
:
Callback<protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IGetDatabaseDdlResponse
,
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IGetDatabaseDdlRequest
|
null
|
undefined
,
{}
|
null
|
undefined
> )
:
void
;
request
protos. google.spanner.admin.database.v1.IGetDatabaseDdlRequest
callback
Callback
<protos. google.spanner.admin.database.v1.IGetDatabaseDdlResponse
, protos. google.spanner.admin.database.v1.IGetDatabaseDdlRequest
| null | undefined, {} | null | undefined>
void
getIamPolicy(request, options)
getIamPolicy
(
request
?:
protos
.
google
.
iam
.
v1
.
IGetIamPolicyRequest
,
options
?:
CallOptions
)
:
Promise
< [
protos
.
google
.
iam
.
v1
.
IPolicy
,
protos
.
google
.
iam
.
v1
.
IGetIamPolicyRequest
|
undefined
,
{}
|
undefined
]>;
Gets the access control policy for a database or backup resource. Returns an empty policy if a database or backup exists but does not have a policy set.
Authorization requires spanner.databases.getIamPolicy
permission on . For backups, authorization requires spanner.backups.getIamPolicy
permission on .
request
protos. google.iam.v1.IGetIamPolicyRequest
The request object that will be sent.
options
Promise
<[protos. google.iam.v1.IPolicy
, protos. google.iam.v1.IGetIamPolicyRequest
| undefined, {} | undefined]>
{Promise} - The promise which resolves to an array. The first element of the array is an object representing [Policy]. Please see the [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods) for more details and examples.
include:samples/generated/v1/database_admin.get_iam_policy.js region_tag:spanner_v1_generated_DatabaseAdmin_GetIamPolicy_async
getIamPolicy(request, options, callback)
getIamPolicy
(
request
:
protos
.
google
.
iam
.
v1
.
IGetIamPolicyRequest
,
options
:
CallOptions
,
callback
:
Callback<protos
.
google
.
iam
.
v1
.
IPolicy
,
protos
.
google
.
iam
.
v1
.
IGetIamPolicyRequest
|
null
|
undefined
,
{}
|
null
|
undefined
> )
:
void
;
request
protos. google.iam.v1.IGetIamPolicyRequest
options
CallOptions
callback
Callback
<protos. google.iam.v1.IPolicy
, protos. google.iam.v1.IGetIamPolicyRequest
| null | undefined, {} | null | undefined>
void
getIamPolicy(request, callback)
getIamPolicy
(
request
:
protos
.
google
.
iam
.
v1
.
IGetIamPolicyRequest
,
callback
:
Callback<protos
.
google
.
iam
.
v1
.
IPolicy
,
protos
.
google
.
iam
.
v1
.
IGetIamPolicyRequest
|
null
|
undefined
,
{}
|
null
|
undefined
> )
:
void
;
request
protos. google.iam.v1.IGetIamPolicyRequest
callback
Callback
<protos. google.iam.v1.IPolicy
, protos. google.iam.v1.IGetIamPolicyRequest
| null | undefined, {} | null | undefined>
void
getProjectId()
getProjectId
()
:
Promise<string>
;
Promise
<string>
getProjectId(callback)
getProjectId
(
callback
:
Callback<string
,
undefined
,
undefined
> )
:
void
;
callback
Callback
<string, undefined, undefined>
void
initialize()
initialize
()
:
Promise
< {
[
name
:
string
]
:
Function
;
}>;
Initialize the client. Performs asynchronous operations (such as authentication) and prepares the client. This function will be called automatically when any class method is called for the first time, but if you need to initialize it before calling an actual method, feel free to call initialize() directly.
You can await on this method if you want to make sure the client is initialized.
Promise
<{
[name: string]: Function
;
}>
{Promise} A promise that resolves to an authenticated service stub.
instancePath(project, instance)
instancePath
(
project
:
string
,
instance
:
string
)
:
string
;
Return a fully-qualified instance resource name string.
project
string
instance
string
string
{string} Resource name string.
listBackupOperations(request, options)
listBackupOperations
(
request
?:
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IListBackupOperationsRequest
,
options
?:
CallOptions
)
:
Promise
< [
protos
.
google
.
longrunning
.
IOperation
[],
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IListBackupOperationsRequest
|
null
,
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IListBackupOperationsResponse
]>;
Lists the backup in the given instance. A backup operation has a name of the form projects/<project>/instances/<instance>/backups/<backup>/operations/<operation>
. The long-running operation field type metadata.type_url
describes the type of the metadata. Operations returned include those that have completed/failed/canceled within the last 7 days, and pending operations. Operations returned are ordered by operation.metadata.value.progress.start_time
in descending order starting from the most recently started operation.
request
protos. google.spanner.admin.database.v1.IListBackupOperationsRequest
The request object that will be sent.
options
Promise
<[protos. google.longrunning.IOperation
[], protos. google.spanner.admin.database.v1.IListBackupOperationsRequest
| null, protos. google.spanner.admin.database.v1.IListBackupOperationsResponse
]>
{Promise} - The promise which resolves to an array. The first element of the array is Array of [Operation]. The client library will perform auto-pagination by default: it will call the API as many times as needed and will merge results from all the pages into this array. Note that it can affect your quota. We recommend using listBackupOperationsAsync()
method described below for async iteration which you can stop as needed. Please see the [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination) for more details and examples.
listBackupOperations(request, options, callback)
listBackupOperations
(
request
:
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IListBackupOperationsRequest
,
options
:
CallOptions
,
callback
:
PaginationCallback<protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IListBackupOperationsRequest
,
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IListBackupOperationsResponse
|
null
|
undefined
,
protos
.
google
.
longrunning
.
IOperation
> )
:
void
;
request
protos. google.spanner.admin.database.v1.IListBackupOperationsRequest
options
CallOptions
callback
PaginationCallback
<protos. google.spanner.admin.database.v1.IListBackupOperationsRequest
, protos. google.spanner.admin.database.v1.IListBackupOperationsResponse
| null | undefined, protos. google.longrunning.IOperation
>
void
listBackupOperations(request, callback)
listBackupOperations
(
request
:
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IListBackupOperationsRequest
,
callback
:
PaginationCallback<protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IListBackupOperationsRequest
,
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IListBackupOperationsResponse
|
null
|
undefined
,
protos
.
google
.
longrunning
.
IOperation
> )
:
void
;
request
protos. google.spanner.admin.database.v1.IListBackupOperationsRequest
callback
PaginationCallback
<protos. google.spanner.admin.database.v1.IListBackupOperationsRequest
, protos. google.spanner.admin.database.v1.IListBackupOperationsResponse
| null | undefined, protos. google.longrunning.IOperation
>
void
listBackupOperationsAsync(request, options)
listBackupOperationsAsync
(
request
?:
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IListBackupOperationsRequest
,
options
?:
CallOptions
)
:
AsyncIterable<protos
.
google
.
longrunning
.
IOperation
> ;
Equivalent to listBackupOperations
, but returns an iterable object.
for
- await
- of
syntax is used with the iterable to get response elements on-demand.
request
protos. google.spanner.admin.database.v1.IListBackupOperationsRequest
The request object that will be sent.
options
AsyncIterable
<protos. google.longrunning.IOperation
>
{Object} An iterable Object that allows [async iteration](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols). When you iterate the returned iterable, each element will be an object representing [Operation]. The API will be called under the hood as needed, once per the page, so you can stop the iteration when you don't need more results. Please see the [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination) for more details and examples.
include:samples/generated/v1/database_admin.list_backup_operations.js region_tag:spanner_v1_generated_DatabaseAdmin_ListBackupOperations_async
listBackupOperationsStream(request, options)
listBackupOperationsStream
(
request
?:
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IListBackupOperationsRequest
,
options
?:
CallOptions
)
:
Transform
;
Equivalent to method.name.toCamelCase()
, but returns a NodeJS Stream object.
request
protos. google.spanner.admin.database.v1.IListBackupOperationsRequest
The request object that will be sent.
options
Transform
{Stream} An object stream which emits an object representing [Operation] on 'data' event. The client library will perform auto-pagination by default: it will call the API as many times as needed. Note that it can affect your quota. We recommend using listBackupOperationsAsync()
method described below for async iteration which you can stop as needed. Please see the [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination) for more details and examples.
listBackups(request, options)
listBackups
(
request
?:
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IListBackupsRequest
,
options
?:
CallOptions
)
:
Promise
< [
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IBackup
[],
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IListBackupsRequest
|
null
,
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IListBackupsResponse
]>;
Lists completed and pending backups. Backups returned are ordered by create_time
in descending order, starting from the most recent create_time
.
request
protos. google.spanner.admin.database.v1.IListBackupsRequest
The request object that will be sent.
options
Promise
<[protos. google.spanner.admin.database.v1.IBackup
[], protos. google.spanner.admin.database.v1.IListBackupsRequest
| null, protos. google.spanner.admin.database.v1.IListBackupsResponse
]>
{Promise} - The promise which resolves to an array. The first element of the array is Array of [Backup]. The client library will perform auto-pagination by default: it will call the API as many times as needed and will merge results from all the pages into this array. Note that it can affect your quota. We recommend using listBackupsAsync()
method described below for async iteration which you can stop as needed. Please see the [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination) for more details and examples.
listBackups(request, options, callback)
listBackups
(
request
:
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IListBackupsRequest
,
options
:
CallOptions
,
callback
:
PaginationCallback<protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IListBackupsRequest
,
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IListBackupsResponse
|
null
|
undefined
,
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IBackup
> )
:
void
;
request
protos. google.spanner.admin.database.v1.IListBackupsRequest
options
CallOptions
callback
PaginationCallback
<protos. google.spanner.admin.database.v1.IListBackupsRequest
, protos. google.spanner.admin.database.v1.IListBackupsResponse
| null | undefined, protos. google.spanner.admin.database.v1.IBackup
>
void
listBackups(request, callback)
listBackups
(
request
:
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IListBackupsRequest
,
callback
:
PaginationCallback<protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IListBackupsRequest
,
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IListBackupsResponse
|
null
|
undefined
,
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IBackup
> )
:
void
;
request
protos. google.spanner.admin.database.v1.IListBackupsRequest
callback
PaginationCallback
<protos. google.spanner.admin.database.v1.IListBackupsRequest
, protos. google.spanner.admin.database.v1.IListBackupsResponse
| null | undefined, protos. google.spanner.admin.database.v1.IBackup
>
void
listBackupsAsync(request, options)
listBackupsAsync
(
request
?:
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IListBackupsRequest
,
options
?:
CallOptions
)
:
AsyncIterable<protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IBackup
> ;
Equivalent to listBackups
, but returns an iterable object.
for
- await
- of
syntax is used with the iterable to get response elements on-demand.
request
protos. google.spanner.admin.database.v1.IListBackupsRequest
The request object that will be sent.
options
AsyncIterable
<protos. google.spanner.admin.database.v1.IBackup
>
{Object} An iterable Object that allows [async iteration](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols). When you iterate the returned iterable, each element will be an object representing [Backup]. The API will be called under the hood as needed, once per the page, so you can stop the iteration when you don't need more results. Please see the [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination) for more details and examples.
include:samples/generated/v1/database_admin.list_backups.js region_tag:spanner_v1_generated_DatabaseAdmin_ListBackups_async
listBackupsStream(request, options)
listBackupsStream
(
request
?:
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IListBackupsRequest
,
options
?:
CallOptions
)
:
Transform
;
Equivalent to method.name.toCamelCase()
, but returns a NodeJS Stream object.
request
protos. google.spanner.admin.database.v1.IListBackupsRequest
The request object that will be sent.
options
Transform
{Stream} An object stream which emits an object representing [Backup] on 'data' event. The client library will perform auto-pagination by default: it will call the API as many times as needed. Note that it can affect your quota. We recommend using listBackupsAsync()
method described below for async iteration which you can stop as needed. Please see the [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination) for more details and examples.
listDatabaseOperations(request, options)
listDatabaseOperations
(
request
?:
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IListDatabaseOperationsRequest
,
options
?:
CallOptions
)
:
Promise
< [
protos
.
google
.
longrunning
.
IOperation
[],
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IListDatabaseOperationsRequest
|
null
,
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IListDatabaseOperationsResponse
]>;
Lists database . A database operation has a name of the form projects/<project>/instances/<instance>/databases/<database>/operations/<operation>
. The long-running operation field type metadata.type_url
describes the type of the metadata. Operations returned include those that have completed/failed/canceled within the last 7 days, and pending operations.
request
protos. google.spanner.admin.database.v1.IListDatabaseOperationsRequest
The request object that will be sent.
options
Promise
<[protos. google.longrunning.IOperation
[], protos. google.spanner.admin.database.v1.IListDatabaseOperationsRequest
| null, protos. google.spanner.admin.database.v1.IListDatabaseOperationsResponse
]>
{Promise} - The promise which resolves to an array. The first element of the array is Array of [Operation]. The client library will perform auto-pagination by default: it will call the API as many times as needed and will merge results from all the pages into this array. Note that it can affect your quota. We recommend using listDatabaseOperationsAsync()
method described below for async iteration which you can stop as needed. Please see the [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination) for more details and examples.
listDatabaseOperations(request, options, callback)
listDatabaseOperations
(
request
:
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IListDatabaseOperationsRequest
,
options
:
CallOptions
,
callback
:
PaginationCallback<protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IListDatabaseOperationsRequest
,
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IListDatabaseOperationsResponse
|
null
|
undefined
,
protos
.
google
.
longrunning
.
IOperation
> )
:
void
;
request
protos. google.spanner.admin.database.v1.IListDatabaseOperationsRequest
options
CallOptions
callback
PaginationCallback
<protos. google.spanner.admin.database.v1.IListDatabaseOperationsRequest
, protos. google.spanner.admin.database.v1.IListDatabaseOperationsResponse
| null | undefined, protos. google.longrunning.IOperation
>
void
listDatabaseOperations(request, callback)
listDatabaseOperations
(
request
:
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IListDatabaseOperationsRequest
,
callback
:
PaginationCallback<protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IListDatabaseOperationsRequest
,
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IListDatabaseOperationsResponse
|
null
|
undefined
,
protos
.
google
.
longrunning
.
IOperation
> )
:
void
;
request
protos. google.spanner.admin.database.v1.IListDatabaseOperationsRequest
callback
PaginationCallback
<protos. google.spanner.admin.database.v1.IListDatabaseOperationsRequest
, protos. google.spanner.admin.database.v1.IListDatabaseOperationsResponse
| null | undefined, protos. google.longrunning.IOperation
>
void
listDatabaseOperationsAsync(request, options)
listDatabaseOperationsAsync
(
request
?:
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IListDatabaseOperationsRequest
,
options
?:
CallOptions
)
:
AsyncIterable<protos
.
google
.
longrunning
.
IOperation
> ;
Equivalent to listDatabaseOperations
, but returns an iterable object.
for
- await
- of
syntax is used with the iterable to get response elements on-demand.
request
protos. google.spanner.admin.database.v1.IListDatabaseOperationsRequest
The request object that will be sent.
options
AsyncIterable
<protos. google.longrunning.IOperation
>
{Object} An iterable Object that allows [async iteration](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols). When you iterate the returned iterable, each element will be an object representing [Operation]. The API will be called under the hood as needed, once per the page, so you can stop the iteration when you don't need more results. Please see the [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination) for more details and examples.
include:samples/generated/v1/database_admin.list_database_operations.js region_tag:spanner_v1_generated_DatabaseAdmin_ListDatabaseOperations_async
listDatabaseOperationsStream(request, options)
listDatabaseOperationsStream
(
request
?:
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IListDatabaseOperationsRequest
,
options
?:
CallOptions
)
:
Transform
;
Equivalent to method.name.toCamelCase()
, but returns a NodeJS Stream object.
request
protos. google.spanner.admin.database.v1.IListDatabaseOperationsRequest
The request object that will be sent.
options
Transform
{Stream} An object stream which emits an object representing [Operation] on 'data' event. The client library will perform auto-pagination by default: it will call the API as many times as needed. Note that it can affect your quota. We recommend using listDatabaseOperationsAsync()
method described below for async iteration which you can stop as needed. Please see the [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination) for more details and examples.
listDatabases(request, options)
listDatabases
(
request
?:
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IListDatabasesRequest
,
options
?:
CallOptions
)
:
Promise
< [
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IDatabase
[],
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IListDatabasesRequest
|
null
,
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IListDatabasesResponse
]>;
Lists Cloud Spanner databases.
request
protos. google.spanner.admin.database.v1.IListDatabasesRequest
The request object that will be sent.
options
Promise
<[protos. google.spanner.admin.database.v1.IDatabase
[], protos. google.spanner.admin.database.v1.IListDatabasesRequest
| null, protos. google.spanner.admin.database.v1.IListDatabasesResponse
]>
{Promise} - The promise which resolves to an array. The first element of the array is Array of [Database]. The client library will perform auto-pagination by default: it will call the API as many times as needed and will merge results from all the pages into this array. Note that it can affect your quota. We recommend using listDatabasesAsync()
method described below for async iteration which you can stop as needed. Please see the [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination) for more details and examples.
listDatabases(request, options, callback)
listDatabases
(
request
:
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IListDatabasesRequest
,
options
:
CallOptions
,
callback
:
PaginationCallback<protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IListDatabasesRequest
,
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IListDatabasesResponse
|
null
|
undefined
,
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IDatabase
> )
:
void
;
request
protos. google.spanner.admin.database.v1.IListDatabasesRequest
options
CallOptions
callback
PaginationCallback
<protos. google.spanner.admin.database.v1.IListDatabasesRequest
, protos. google.spanner.admin.database.v1.IListDatabasesResponse
| null | undefined, protos. google.spanner.admin.database.v1.IDatabase
>
void
listDatabases(request, callback)
listDatabases
(
request
:
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IListDatabasesRequest
,
callback
:
PaginationCallback<protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IListDatabasesRequest
,
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IListDatabasesResponse
|
null
|
undefined
,
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IDatabase
> )
:
void
;
request
protos. google.spanner.admin.database.v1.IListDatabasesRequest
callback
PaginationCallback
<protos. google.spanner.admin.database.v1.IListDatabasesRequest
, protos. google.spanner.admin.database.v1.IListDatabasesResponse
| null | undefined, protos. google.spanner.admin.database.v1.IDatabase
>
void
listDatabasesAsync(request, options)
listDatabasesAsync
(
request
?:
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IListDatabasesRequest
,
options
?:
CallOptions
)
:
AsyncIterable<protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IDatabase
> ;
Equivalent to listDatabases
, but returns an iterable object.
for
- await
- of
syntax is used with the iterable to get response elements on-demand.
request
protos. google.spanner.admin.database.v1.IListDatabasesRequest
The request object that will be sent.
options
AsyncIterable
<protos. google.spanner.admin.database.v1.IDatabase
>
{Object} An iterable Object that allows [async iteration](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols). When you iterate the returned iterable, each element will be an object representing [Database]. The API will be called under the hood as needed, once per the page, so you can stop the iteration when you don't need more results. Please see the [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination) for more details and examples.
include:samples/generated/v1/database_admin.list_databases.js region_tag:spanner_v1_generated_DatabaseAdmin_ListDatabases_async
listDatabasesStream(request, options)
listDatabasesStream
(
request
?:
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IListDatabasesRequest
,
options
?:
CallOptions
)
:
Transform
;
Equivalent to method.name.toCamelCase()
, but returns a NodeJS Stream object.
request
protos. google.spanner.admin.database.v1.IListDatabasesRequest
The request object that will be sent.
options
Transform
{Stream} An object stream which emits an object representing [Database] on 'data' event. The client library will perform auto-pagination by default: it will call the API as many times as needed. Note that it can affect your quota. We recommend using listDatabasesAsync()
method described below for async iteration which you can stop as needed. Please see the [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination) for more details and examples.
matchBackupFromBackupName(backupName)
matchBackupFromBackupName
(
backupName
:
string
)
:
string
|
number
;
Parse the backup from Backup resource.
backupName
string
A fully-qualified path representing Backup resource.
string | number
{string} A string representing the backup.
matchCryptoKeyFromCryptoKeyName(cryptoKeyName)
matchCryptoKeyFromCryptoKeyName
(
cryptoKeyName
:
string
)
:
string
|
number
;
Parse the crypto_key from CryptoKey resource.
cryptoKeyName
string
A fully-qualified path representing CryptoKey resource.
string | number
{string} A string representing the crypto_key.
matchDatabaseFromDatabaseName(databaseName)
matchDatabaseFromDatabaseName
(
databaseName
:
string
)
:
string
|
number
;
Parse the database from Database resource.
databaseName
string
A fully-qualified path representing Database resource.
string | number
{string} A string representing the database.
matchInstanceFromBackupName(backupName)
matchInstanceFromBackupName
(
backupName
:
string
)
:
string
|
number
;
Parse the instance from Backup resource.
backupName
string
A fully-qualified path representing Backup resource.
string | number
{string} A string representing the instance.
matchInstanceFromDatabaseName(databaseName)
matchInstanceFromDatabaseName
(
databaseName
:
string
)
:
string
|
number
;
Parse the instance from Database resource.
databaseName
string
A fully-qualified path representing Database resource.
string | number
{string} A string representing the instance.
matchInstanceFromInstanceName(instanceName)
matchInstanceFromInstanceName
(
instanceName
:
string
)
:
string
|
number
;
Parse the instance from Instance resource.
instanceName
string
A fully-qualified path representing Instance resource.
string | number
{string} A string representing the instance.
matchKeyRingFromCryptoKeyName(cryptoKeyName)
matchKeyRingFromCryptoKeyName
(
cryptoKeyName
:
string
)
:
string
|
number
;
Parse the key_ring from CryptoKey resource.
cryptoKeyName
string
A fully-qualified path representing CryptoKey resource.
string | number
{string} A string representing the key_ring.
matchLocationFromCryptoKeyName(cryptoKeyName)
matchLocationFromCryptoKeyName
(
cryptoKeyName
:
string
)
:
string
|
number
;
Parse the location from CryptoKey resource.
cryptoKeyName
string
A fully-qualified path representing CryptoKey resource.
string | number
{string} A string representing the location.
matchProjectFromBackupName(backupName)
matchProjectFromBackupName
(
backupName
:
string
)
:
string
|
number
;
Parse the project from Backup resource.
backupName
string
A fully-qualified path representing Backup resource.
string | number
{string} A string representing the project.
matchProjectFromCryptoKeyName(cryptoKeyName)
matchProjectFromCryptoKeyName
(
cryptoKeyName
:
string
)
:
string
|
number
;
Parse the project from CryptoKey resource.
cryptoKeyName
string
A fully-qualified path representing CryptoKey resource.
string | number
{string} A string representing the project.
matchProjectFromDatabaseName(databaseName)
matchProjectFromDatabaseName
(
databaseName
:
string
)
:
string
|
number
;
Parse the project from Database resource.
databaseName
string
A fully-qualified path representing Database resource.
string | number
{string} A string representing the project.
matchProjectFromInstanceName(instanceName)
matchProjectFromInstanceName
(
instanceName
:
string
)
:
string
|
number
;
Parse the project from Instance resource.
instanceName
string
A fully-qualified path representing Instance resource.
string | number
{string} A string representing the project.
restoreDatabase(request, options)
restoreDatabase
(
request
?:
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IRestoreDatabaseRequest
,
options
?:
CallOptions
)
:
Promise
< [
LROperation<protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IDatabase
,
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IRestoreDatabaseMetadata
> ,
protos
.
google
.
longrunning
.
IOperation
|
undefined
,
{}
|
undefined
]>;
Create a new database by restoring from a completed backup. The new database must be in the same project and in an instance with the same instance configuration as the instance containing the backup. The returned database [long-running operation][google.longrunning.Operation] has a name of the format projects/<project>/instances/<instance>/databases/<database>/operations/<operation_id>
, and can be used to track the progress of the operation, and to cancel it. The field type is . The type is , if successful. Cancelling the returned operation will stop the restore and delete the database. There can be only one database being restored into an instance at a time. Once the restore operation completes, a new restore operation can be initiated, without waiting for the optimize operation associated with the first restore to complete.
request
protos. google.spanner.admin.database.v1.IRestoreDatabaseRequest
The request object that will be sent.
options
Promise
<[ LROperation
<protos. google.spanner.admin.database.v1.IDatabase
, protos. google.spanner.admin.database.v1.IRestoreDatabaseMetadata
>, protos. google.longrunning.IOperation
| undefined, {} | undefined]>
{Promise} - The promise which resolves to an array. The first element of the array is an object representing a long running operation. Its promise()
method returns a promise you can await
for. Please see the [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#long-running-operations) for more details and examples.
include:samples/generated/v1/database_admin.restore_database.js region_tag:spanner_v1_generated_DatabaseAdmin_RestoreDatabase_async
restoreDatabase(request, options, callback)
restoreDatabase
(
request
:
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IRestoreDatabaseRequest
,
options
:
CallOptions
,
callback
:
Callback<LROperation<protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IDatabase
,
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IRestoreDatabaseMetadata
> ,
protos
.
google
.
longrunning
.
IOperation
|
null
|
undefined
,
{}
|
null
|
undefined
> )
:
void
;
request
protos. google.spanner.admin.database.v1.IRestoreDatabaseRequest
options
CallOptions
callback
Callback
< LROperation
<protos. google.spanner.admin.database.v1.IDatabase
, protos. google.spanner.admin.database.v1.IRestoreDatabaseMetadata
>, protos. google.longrunning.IOperation
| null | undefined, {} | null | undefined>
void
restoreDatabase(request, callback)
restoreDatabase
(
request
:
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IRestoreDatabaseRequest
,
callback
:
Callback<LROperation<protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IDatabase
,
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IRestoreDatabaseMetadata
> ,
protos
.
google
.
longrunning
.
IOperation
|
null
|
undefined
,
{}
|
null
|
undefined
> )
:
void
;
request
protos. google.spanner.admin.database.v1.IRestoreDatabaseRequest
callback
Callback
< LROperation
<protos. google.spanner.admin.database.v1.IDatabase
, protos. google.spanner.admin.database.v1.IRestoreDatabaseMetadata
>, protos. google.longrunning.IOperation
| null | undefined, {} | null | undefined>
void
setIamPolicy(request, options)
setIamPolicy
(
request
?:
protos
.
google
.
iam
.
v1
.
ISetIamPolicyRequest
,
options
?:
CallOptions
)
:
Promise
< [
protos
.
google
.
iam
.
v1
.
IPolicy
,
protos
.
google
.
iam
.
v1
.
ISetIamPolicyRequest
|
undefined
,
{}
|
undefined
]>;
Sets the access control policy on a database or backup resource. Replaces any existing policy.
Authorization requires spanner.databases.setIamPolicy
permission on . For backups, authorization requires spanner.backups.setIamPolicy
permission on .
request
protos. google.iam.v1.ISetIamPolicyRequest
The request object that will be sent.
options
Promise
<[protos. google.iam.v1.IPolicy
, protos. google.iam.v1.ISetIamPolicyRequest
| undefined, {} | undefined]>
{Promise} - The promise which resolves to an array. The first element of the array is an object representing [Policy]. Please see the [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods) for more details and examples.
include:samples/generated/v1/database_admin.set_iam_policy.js region_tag:spanner_v1_generated_DatabaseAdmin_SetIamPolicy_async
setIamPolicy(request, options, callback)
setIamPolicy
(
request
:
protos
.
google
.
iam
.
v1
.
ISetIamPolicyRequest
,
options
:
CallOptions
,
callback
:
Callback<protos
.
google
.
iam
.
v1
.
IPolicy
,
protos
.
google
.
iam
.
v1
.
ISetIamPolicyRequest
|
null
|
undefined
,
{}
|
null
|
undefined
> )
:
void
;
request
protos. google.iam.v1.ISetIamPolicyRequest
options
CallOptions
callback
Callback
<protos. google.iam.v1.IPolicy
, protos. google.iam.v1.ISetIamPolicyRequest
| null | undefined, {} | null | undefined>
void
setIamPolicy(request, callback)
setIamPolicy
(
request
:
protos
.
google
.
iam
.
v1
.
ISetIamPolicyRequest
,
callback
:
Callback<protos
.
google
.
iam
.
v1
.
IPolicy
,
protos
.
google
.
iam
.
v1
.
ISetIamPolicyRequest
|
null
|
undefined
,
{}
|
null
|
undefined
> )
:
void
;
request
protos. google.iam.v1.ISetIamPolicyRequest
callback
Callback
<protos. google.iam.v1.IPolicy
, protos. google.iam.v1.ISetIamPolicyRequest
| null | undefined, {} | null | undefined>
void
testIamPermissions(request, options)
testIamPermissions
(
request
?:
protos
.
google
.
iam
.
v1
.
ITestIamPermissionsRequest
,
options
?:
CallOptions
)
:
Promise
< [
protos
.
google
.
iam
.
v1
.
ITestIamPermissionsResponse
,
protos
.
google
.
iam
.
v1
.
ITestIamPermissionsRequest
|
undefined
,
{}
|
undefined
]>;
Returns permissions that the caller has on the specified database or backup resource.
Attempting this RPC on a non-existent Cloud Spanner database will result in a NOT_FOUND error if the user has spanner.databases.list
permission on the containing Cloud Spanner instance. Otherwise returns an empty set of permissions. Calling this method on a backup that does not exist will result in a NOT_FOUND error if the user has spanner.backups.list
permission on the containing instance.
request
protos. google.iam.v1.ITestIamPermissionsRequest
The request object that will be sent.
options
Promise
<[protos. google.iam.v1.ITestIamPermissionsResponse
, protos. google.iam.v1.ITestIamPermissionsRequest
| undefined, {} | undefined]>
{Promise} - The promise which resolves to an array. The first element of the array is an object representing [TestIamPermissionsResponse]. Please see the [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods) for more details and examples.
include:samples/generated/v1/database_admin.test_iam_permissions.js region_tag:spanner_v1_generated_DatabaseAdmin_TestIamPermissions_async
testIamPermissions(request, options, callback)
testIamPermissions
(
request
:
protos
.
google
.
iam
.
v1
.
ITestIamPermissionsRequest
,
options
:
CallOptions
,
callback
:
Callback<protos
.
google
.
iam
.
v1
.
ITestIamPermissionsResponse
,
protos
.
google
.
iam
.
v1
.
ITestIamPermissionsRequest
|
null
|
undefined
,
{}
|
null
|
undefined
> )
:
void
;
request
protos. google.iam.v1.ITestIamPermissionsRequest
options
CallOptions
callback
Callback
<protos. google.iam.v1.ITestIamPermissionsResponse
, protos. google.iam.v1.ITestIamPermissionsRequest
| null | undefined, {} | null | undefined>
void
testIamPermissions(request, callback)
testIamPermissions
(
request
:
protos
.
google
.
iam
.
v1
.
ITestIamPermissionsRequest
,
callback
:
Callback<protos
.
google
.
iam
.
v1
.
ITestIamPermissionsResponse
,
protos
.
google
.
iam
.
v1
.
ITestIamPermissionsRequest
|
null
|
undefined
,
{}
|
null
|
undefined
> )
:
void
;
request
protos. google.iam.v1.ITestIamPermissionsRequest
callback
Callback
<protos. google.iam.v1.ITestIamPermissionsResponse
, protos. google.iam.v1.ITestIamPermissionsRequest
| null | undefined, {} | null | undefined>
void
updateBackup(request, options)
updateBackup
(
request
?:
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IUpdateBackupRequest
,
options
?:
CallOptions
)
:
Promise
< [
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IBackup
,
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IUpdateBackupRequest
|
undefined
,
{}
|
undefined
]>;
Updates a pending or completed .
request
protos. google.spanner.admin.database.v1.IUpdateBackupRequest
The request object that will be sent.
options
Promise
<[protos. google.spanner.admin.database.v1.IBackup
, protos. google.spanner.admin.database.v1.IUpdateBackupRequest
| undefined, {} | undefined]>
{Promise} - The promise which resolves to an array. The first element of the array is an object representing [Backup]. Please see the [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods) for more details and examples.
include:samples/generated/v1/database_admin.update_backup.js region_tag:spanner_v1_generated_DatabaseAdmin_UpdateBackup_async
updateBackup(request, options, callback)
updateBackup
(
request
:
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IUpdateBackupRequest
,
options
:
CallOptions
,
callback
:
Callback<protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IBackup
,
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IUpdateBackupRequest
|
null
|
undefined
,
{}
|
null
|
undefined
> )
:
void
;
request
protos. google.spanner.admin.database.v1.IUpdateBackupRequest
options
CallOptions
callback
Callback
<protos. google.spanner.admin.database.v1.IBackup
, protos. google.spanner.admin.database.v1.IUpdateBackupRequest
| null | undefined, {} | null | undefined>
void
updateBackup(request, callback)
updateBackup
(
request
:
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IUpdateBackupRequest
,
callback
:
Callback<protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IBackup
,
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IUpdateBackupRequest
|
null
|
undefined
,
{}
|
null
|
undefined
> )
:
void
;
request
protos. google.spanner.admin.database.v1.IUpdateBackupRequest
callback
Callback
<protos. google.spanner.admin.database.v1.IBackup
, protos. google.spanner.admin.database.v1.IUpdateBackupRequest
| null | undefined, {} | null | undefined>
void
updateDatabaseDdl(request, options)
updateDatabaseDdl
(
request
?:
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IUpdateDatabaseDdlRequest
,
options
?:
CallOptions
)
:
Promise
< [
LROperation<protos
.
google
.
protobuf
.
IEmpty
,
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IUpdateDatabaseDdlMetadata
> ,
protos
.
google
.
longrunning
.
IOperation
|
undefined
,
{}
|
undefined
]>;
Updates the schema of a Cloud Spanner database by creating/altering/dropping tables, columns, indexes, etc. The returned will have a name of the format <database_name>/operations/<operation_id>
and can be used to track execution of the schema change(s). The field type is . The operation has no response.
request
protos. google.spanner.admin.database.v1.IUpdateDatabaseDdlRequest
The request object that will be sent.
options
Promise
<[ LROperation
<protos. google.protobuf.IEmpty
, protos. google.spanner.admin.database.v1.IUpdateDatabaseDdlMetadata
>, protos. google.longrunning.IOperation
| undefined, {} | undefined]>
{Promise} - The promise which resolves to an array. The first element of the array is an object representing a long running operation. Its promise()
method returns a promise you can await
for. Please see the [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#long-running-operations) for more details and examples.
include:samples/generated/v1/database_admin.update_database_ddl.js region_tag:spanner_v1_generated_DatabaseAdmin_UpdateDatabaseDdl_async
updateDatabaseDdl(request, options, callback)
updateDatabaseDdl
(
request
:
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IUpdateDatabaseDdlRequest
,
options
:
CallOptions
,
callback
:
Callback<LROperation<protos
.
google
.
protobuf
.
IEmpty
,
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IUpdateDatabaseDdlMetadata
> ,
protos
.
google
.
longrunning
.
IOperation
|
null
|
undefined
,
{}
|
null
|
undefined
> )
:
void
;
request
protos. google.spanner.admin.database.v1.IUpdateDatabaseDdlRequest
options
CallOptions
callback
Callback
< LROperation
<protos. google.protobuf.IEmpty
, protos. google.spanner.admin.database.v1.IUpdateDatabaseDdlMetadata
>, protos. google.longrunning.IOperation
| null | undefined, {} | null | undefined>
void
updateDatabaseDdl(request, callback)
updateDatabaseDdl
(
request
:
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IUpdateDatabaseDdlRequest
,
callback
:
Callback<LROperation<protos
.
google
.
protobuf
.
IEmpty
,
protos
.
google
.
spanner
.
admin
.
database
.
v1
.
IUpdateDatabaseDdlMetadata
> ,
protos
.
google
.
longrunning
.
IOperation
|
null
|
undefined
,
{}
|
null
|
undefined
> )
:
void
;
request
protos. google.spanner.admin.database.v1.IUpdateDatabaseDdlRequest
callback
Callback
< LROperation
<protos. google.protobuf.IEmpty
, protos. google.spanner.admin.database.v1.IUpdateDatabaseDdlMetadata
>, protos. google.longrunning.IOperation
| null | undefined, {} | null | undefined>
void