Uses of Class
com.google.cloud.bigtable.admin.v2.models.AppProfile
Package
Description
Clients for the Cloud Bigtable admin API.
-
Uses of AppProfile in com.google.cloud.bigtable.admin.v2
Modifier and TypeMethodDescriptionBigtableInstanceAdminClient.createAppProfile
(CreateAppProfileRequest request) Creates a new app profile.BigtableInstanceAdminClient.getAppProfile
(String instanceId, String appProfileId) Gets the app profile by ID.BigtableInstanceAdminClient.updateAppProfile
(UpdateAppProfileRequest request) Updates an existing app profile.Modifier and TypeMethodDescriptioncom.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.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
Modifier and TypeMethodDescriptionstatic AppProfile
AppProfile.fromProto
(com.google.bigtable.admin.v2.AppProfile proto) Wraps a protobuf response.Modifier and TypeMethodDescriptionstatic UpdateAppProfileRequest
UpdateAppProfileRequest.of
(AppProfile appProfile) Builds a new update request using an existing AppProfile.