Uses of Class
com.google.spanner.admin.instance.v1.InstanceName
-
-
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 InstanceNameInstanceName.Builder. build()static InstanceNameInstanceName. of(String project, String instance)static InstanceNameInstanceName. 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)
-