| Package | Description | 
|---|---|
| com.google.cloud.bigtable.admin.v2 | 
 Clients for the Cloud Bigtable admin API. 
 | 
| com.google.cloud.bigtable.admin.v2.models | 
| Modifier and Type | Method and 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. 
 | 
| Modifier and Type | Method and 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. 
 | 
Copyright © 2019 Google LLC. All rights reserved.