Uses of Class
com.google.spanner.admin.instance.v1.InstanceName
-
Packages that use InstanceName Package Description com.google.cloud.spanner.admin.instance.v1 A client to Cloud Spanner Instance Admin APIcom.google.spanner.admin.instance.v1 -
-
Uses of InstanceName in com.google.cloud.spanner.admin.instance.v1
Methods in com.google.cloud.spanner.admin.instance.v1 with parameters of type InstanceName Modifier and Type Method Description void
InstanceAdminClient. deleteInstance(InstanceName name)
Deletes an instance.Instance
InstanceAdminClient. getInstance(InstanceName name)
Gets information about a particular instance. -
Uses of InstanceName in com.google.spanner.admin.instance.v1
Methods in com.google.spanner.admin.instance.v1 that return InstanceName Modifier and Type Method Description InstanceName
InstanceName.Builder. build()
static InstanceName
InstanceName. of(String project, String instance)
static InstanceName
InstanceName. parse(String formattedString)
Methods in com.google.spanner.admin.instance.v1 that return types with arguments of type InstanceName Modifier and Type Method Description static List<InstanceName>
InstanceName. parseList(List<String> formattedStrings)
Method parameters in com.google.spanner.admin.instance.v1 with type arguments of type InstanceName Modifier and Type Method Description static List<String>
InstanceName. toStringList(List<InstanceName> values)
-