Uses of Class
com.google.cloud.bigtable.admin.v2.models.CreateAppProfileRequest
Packages that use CreateAppProfileRequest
Package
Description
Clients for the Cloud Bigtable admin API.
-
Uses of CreateAppProfileRequest in com.google.cloud.bigtable.admin.v2
Methods in com.google.cloud.bigtable.admin.v2 with parameters of type CreateAppProfileRequestModifier 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
Methods in com.google.cloud.bigtable.admin.v2.models that return CreateAppProfileRequestModifier and TypeMethodDescriptionstatic CreateAppProfileRequestBuilds 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.setIsolationPolicy(AppProfile.IsolationPolicy isolationPolicy) Sets the isolation policy for all read/write requests that use this app profile.CreateAppProfileRequest.setRoutingPolicy(AppProfile.RoutingPolicy routingPolicy) Sets the routing policy for all read/write requests that use this app profile.