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 |
---|---|
void |
InstanceAdminClient.deleteInstance(InstanceName name)
Deletes an instance.
|
Instance |
InstanceAdminClient.getInstance(InstanceName name)
Gets information about a particular instance.
|
Modifier and Type | Method and Description |
---|---|
InstanceName |
InstanceName.Builder.build() |
static InstanceName |
InstanceName.of(String project,
String instance) |
static InstanceName |
InstanceName.parse(String formattedString) |
Modifier and Type | Method and Description |
---|---|
static List<InstanceName> |
InstanceName.parseList(List<String> formattedStrings) |
Modifier and Type | Method and Description |
---|---|
static List<String> |
InstanceName.toStringList(List<InstanceName> values) |
Copyright © 2022 Google LLC. All rights reserved.