Uses of Class
com.google.cloud.bigtable.admin.v2.models.AppProfile
Packages that use AppProfile
Package
Description
Clients for the Cloud Bigtable admin API.
-
Uses of AppProfile in com.google.cloud.bigtable.admin.v2
Methods in com.google.cloud.bigtable.admin.v2 that return AppProfileModifier 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.Methods in com.google.cloud.bigtable.admin.v2 that return types with arguments of type AppProfileModifier 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
Methods in com.google.cloud.bigtable.admin.v2.models that return AppProfileModifier and TypeMethodDescriptionstatic AppProfileAppProfile.fromProto(AppProfile proto) Wraps a protobuf response.Methods in com.google.cloud.bigtable.admin.v2.models with parameters of type AppProfileModifier and TypeMethodDescriptionstatic UpdateAppProfileRequestUpdateAppProfileRequest.of(AppProfile appProfile) Builds a new update request using an existing AppProfile.