Uses of Class
com.google.spanner.admin.instance.v1.ProjectName
-
-
Uses of ProjectName in com.google.spanner.admin.instance.v1
Methods in com.google.spanner.admin.instance.v1 that return ProjectName Modifier and Type Method Description ProjectNameProjectName.Builder. build()static ProjectNameProjectName. of(String project)static ProjectNameProjectName. parse(String formattedString)Methods in com.google.spanner.admin.instance.v1 that return types with arguments of type ProjectName Modifier and Type Method Description static List<ProjectName>ProjectName. parseList(List<String> formattedStrings)Method parameters in com.google.spanner.admin.instance.v1 with type arguments of type ProjectName Modifier and Type Method Description static List<String>ProjectName. toStringList(List<ProjectName> values)
-