Uses of Class
com.google.cloud.bigtable.admin.v2.models.AppProfile
-
Packages that use AppProfile Package Description com.google.cloud.bigtable.admin.v2 Clients for the Cloud Bigtable admin API.com.google.cloud.bigtable.admin.v2.models -
-
Uses of AppProfile in com.google.cloud.bigtable.admin.v2
Methods in com.google.cloud.bigtable.admin.v2 that return AppProfile Modifier and Type Method Description AppProfile
BigtableInstanceAdminClient. createAppProfile(CreateAppProfileRequest request)
Creates a new app profile.AppProfile
BigtableInstanceAdminClient. getAppProfile(String instanceId, String appProfileId)
Gets the app profile by ID.AppProfile
BigtableInstanceAdminClient. updateAppProfile(UpdateAppProfileRequest request)
Updates an existing app profile.Methods in com.google.cloud.bigtable.admin.v2 that return types with arguments of type AppProfile Modifier and Type Method Description com.google.api.core.ApiFuture<AppProfile>
BigtableInstanceAdminClient. createAppProfileAsync(CreateAppProfileRequest request)
Asynchronously creates a new app profile.com.google.api.core.ApiFuture<AppProfile>
BigtableInstanceAdminClient. getAppProfileAsync(String instanceId, String appProfileId)
Asynchronously gets the app profile by ID.List<AppProfile>
BigtableInstanceAdminClient. listAppProfiles(String instanceId)
Lists all app profiles of the specified instance.com.google.api.core.ApiFuture<List<AppProfile>>
BigtableInstanceAdminClient. listAppProfilesAsync(String instanceId)
Asynchronously lists all app profiles of the specified instance.com.google.api.core.ApiFuture<AppProfile>
BigtableInstanceAdminClient. updateAppProfileAsync(UpdateAppProfileRequest request)
Asynchronously updates an existing app profile. -
Uses of AppProfile in com.google.cloud.bigtable.admin.v2.models
Methods in com.google.cloud.bigtable.admin.v2.models that return AppProfile Modifier and Type Method Description static AppProfile
AppProfile. fromProto(AppProfile proto)
Wraps a protobuf response.Methods in com.google.cloud.bigtable.admin.v2.models with parameters of type AppProfile Modifier and Type Method Description static UpdateAppProfileRequest
UpdateAppProfileRequest. of(AppProfile appProfile)
Builds a new update request using an existing AppProfile.
-