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.updateAppProfile(UpdateAppProfileRequest request)
Updates an existing app profile.
|
com.google.api.core.ApiFuture<AppProfile> |
BigtableInstanceAdminClient.updateAppProfileAsync(UpdateAppProfileRequest request)
Asynchronously updates an existing app profile.
|
Modifier and Type | Method and 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.
|
Copyright © 2019 Google LLC. All rights reserved.