Uses of Class
com.google.bigtable.admin.v2.AppProfileName
-
Packages that use AppProfileName Package Description com.google.bigtable.admin.v2 -
-
Uses of AppProfileName in com.google.bigtable.admin.v2
Methods in com.google.bigtable.admin.v2 that return AppProfileName Modifier and Type Method Description AppProfileNameAppProfileName.Builder. build()static AppProfileNameAppProfileName. of(String project, String instance, String appProfile)static AppProfileNameAppProfileName. parse(String formattedString)Methods in com.google.bigtable.admin.v2 that return types with arguments of type AppProfileName Modifier and Type Method Description static List<AppProfileName>AppProfileName. parseList(List<String> formattedStrings)Method parameters in com.google.bigtable.admin.v2 with type arguments of type AppProfileName Modifier and Type Method Description static List<String>AppProfileName. toStringList(List<AppProfileName> values)
-