Uses of Class
com.google.cloud.bigtable.admin.v2.models.CreateAppProfileRequest
Package
Description
Clients for the Cloud Bigtable admin API.
-
Uses of CreateAppProfileRequest in com.google.cloud.bigtable.admin.v2
Modifier and TypeMethodDescriptionBigtableInstanceAdminClient.createAppProfile
(CreateAppProfileRequest request) Creates a new app profile.com.google.api.core.ApiFuture<AppProfile>
BigtableInstanceAdminClient.createAppProfileAsync
(CreateAppProfileRequest request) Asynchronously creates a new app profile. -
Uses of CreateAppProfileRequest in com.google.cloud.bigtable.admin.v2.models
Modifier and TypeMethodDescriptionstatic CreateAppProfileRequest
Builds a new request to create a new app profile in the specified instance.CreateAppProfileRequest.setDescription
(String description) Sets the optional long form description of the use case for the AppProfile.CreateAppProfileRequest.setIgnoreWarnings
(boolean value) Configures if safety warnings should be disabled.CreateAppProfileRequest.setRoutingPolicy
(AppProfile.RoutingPolicy routingPolicy) Sets the routing policy for all read/write requests that use this app profile.