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 AppProfile
BigtableInstanceAdminClient. 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 UpdateAppProfileRequest
UpdateAppProfileRequest. of(AppProfile appProfile)
Builds a new update request using an existing AppProfile.static UpdateAppProfileRequest
UpdateAppProfileRequest. of(String instanceId, String appProfileId)
Builds a new update request using an existing AppProfile.UpdateAppProfileRequest
UpdateAppProfileRequest. setDescription(String description)
Sets the optional long form description of the use case for the AppProfile.UpdateAppProfileRequest
UpdateAppProfileRequest. setIgnoreWarnings(boolean value)
Configures if safety warnings should be disabled.UpdateAppProfileRequest
UpdateAppProfileRequest. setRoutingPolicy(AppProfile.RoutingPolicy routingPolicy)
Sets the routing policy for all read/write requests that use this app profile.
-