Package | Description |
---|---|
com.google.cloud.spanner |
A client for Cloud Spanner - A no-compromise relational database service.
|
Modifier and Type | Method and Description |
---|---|
static Options.ListOption |
Options.filter(String filter)
Specifying this will cause the given filter to be applied to the list operation.
|
static Options.ListOption |
Options.pageSize(int pageSize)
Specifying this will cause the list operations to fetch at most this many records in a page.
|
static Options.ListOption |
Options.pageToken(String pageToken)
Specifying this will cause the list operation to start fetching the record from this onwards.
|
Modifier and Type | Method and Description |
---|---|
Page<Database> |
DatabaseAdminClient.listDatabases(String instanceId,
Options.ListOption... options)
Returns the list of Cloud Spanner database in the given instance.
|
Page<InstanceConfig> |
InstanceAdminClient.listInstanceConfigs(Options.ListOption... options)
Lists the supported instance configs for current project.
|
Page<Instance> |
InstanceAdminClient.listInstances(Options.ListOption... options)
Lists the instances.
|
Copyright © 2019 Google LLC. All rights reserved.