Package | Description |
---|---|
com.google.cloud.spanner.admin.instance.v1 |
The interfaces provided are listed below, along with usage samples.
|
com.google.spanner.admin.instance.v1 |
Modifier and Type | Method and Description |
---|---|
OperationFuture<Instance,CreateInstanceMetadata> |
InstanceAdminClient.createInstanceAsync(ProjectName parent,
String instanceId,
Instance instance)
Creates an instance and begins preparing it to begin serving.
|
InstanceAdminClient.ListInstanceConfigsPagedResponse |
InstanceAdminClient.listInstanceConfigs(ProjectName parent)
Lists the supported instance configurations for a given project.
|
InstanceAdminClient.ListInstancesPagedResponse |
InstanceAdminClient.listInstances(ProjectName parent)
Lists all instances in the given project.
|
Modifier and Type | Method and Description |
---|---|
ProjectName |
ProjectName.Builder.build() |
static ProjectName |
ProjectName.of(String project) |
static ProjectName |
ProjectName.parse(String formattedString) |
Modifier and Type | Method and Description |
---|---|
static List<ProjectName> |
ProjectName.parseList(List<String> formattedStrings) |
Modifier and Type | Method and Description |
---|---|
static List<String> |
ProjectName.toStringList(List<ProjectName> values) |
Copyright © 2022 Google LLC. All rights reserved.