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