Uses of Class
com.google.cloud.bigtable.admin.v2.models.UpdateAppProfileRequest
-
Packages that use UpdateAppProfileRequest Package Description com.google.cloud.bigtable.admin.v2 Clients for the Cloud Bigtable admin API.com.google.cloud.bigtable.admin.v2.models -
-
Uses of UpdateAppProfileRequest in com.google.cloud.bigtable.admin.v2
Methods in com.google.cloud.bigtable.admin.v2 with parameters of type UpdateAppProfileRequest Modifier and Type Method Description AppProfileBigtableInstanceAdminClient. 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 UpdateAppProfileRequest Modifier and Type Method Description static UpdateAppProfileRequestUpdateAppProfileRequest. of(AppProfile appProfile)Builds a new update request using an existing AppProfile.static UpdateAppProfileRequestUpdateAppProfileRequest. of(String instanceId, String appProfileId)Builds a new update request using an existing AppProfile.UpdateAppProfileRequestUpdateAppProfileRequest. setDescription(String description)Sets the optional long form description of the use case for the AppProfile.UpdateAppProfileRequestUpdateAppProfileRequest. setIgnoreWarnings(boolean value)Configures if safety warnings should be disabled.UpdateAppProfileRequestUpdateAppProfileRequest. setRoutingPolicy(AppProfile.RoutingPolicy routingPolicy)Sets the routing policy for all read/write requests that use this app profile.
-