Uses of Class
com.google.cloud.bigtable.admin.v2.models.UpdateAppProfileRequest
Package
Description
Clients for the Cloud Bigtable admin API.
-
Uses of UpdateAppProfileRequest in com.google.cloud.bigtable.admin.v2
Modifier and TypeMethodDescriptionBigtableInstanceAdminClient.updateAppProfile
(UpdateAppProfileRequest request) Updates an existing app profile.com.google.api.core.ApiFuture<AppProfile>
BigtableInstanceAdminClient.updateAppProfileAsync
(UpdateAppProfileRequest request) Asynchronously updates an existing app profile. -
Uses of UpdateAppProfileRequest in com.google.cloud.bigtable.admin.v2.models
Modifier and TypeMethodDescriptionstatic UpdateAppProfileRequest
UpdateAppProfileRequest.of
(AppProfile appProfile) Builds a new update request using an existing AppProfile.static UpdateAppProfileRequest
Builds a new update request using an existing AppProfile.UpdateAppProfileRequest.setDescription
(String description) Sets the optional long form description of the use case for the AppProfile.UpdateAppProfileRequest.setIgnoreWarnings
(boolean value) Configures if safety warnings should be disabled.UpdateAppProfileRequest.setRoutingPolicy
(AppProfile.RoutingPolicy routingPolicy) Sets the routing policy for all read/write requests that use this app profile.