Uses of Class
com.google.cloud.bigtable.admin.v2.models.UpdateAppProfileRequest
Packages that use UpdateAppProfileRequest
Package
Description
Clients for the Cloud Bigtable admin API.
-
Uses of UpdateAppProfileRequest in com.google.cloud.bigtable.admin.v2
Methods in com.google.cloud.bigtable.admin.v2 with parameters of type UpdateAppProfileRequestModifier 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
Methods in com.google.cloud.bigtable.admin.v2.models that return UpdateAppProfileRequestModifier and TypeMethodDescriptionstatic UpdateAppProfileRequestUpdateAppProfileRequest.of(AppProfile appProfile) Builds a new update request using an existing AppProfile.static UpdateAppProfileRequestBuilds 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.setIsolationPolicy(AppProfile.IsolationPolicy isolationPolicy) Sets the isolation policy for all read/write requests that use this app profile.UpdateAppProfileRequest.setRoutingPolicy(AppProfile.RoutingPolicy routingPolicy) Sets the routing policy for all read/write requests that use this app profile.