| 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 | 
|---|---|
Instance | 
BigtableInstanceAdminClient.updateInstance(UpdateInstanceRequest request)
Updates a new instance and returns its representation. 
 | 
com.google.api.core.ApiFuture<Instance> | 
BigtableInstanceAdminClient.updateInstanceAsync(UpdateInstanceRequest request)
Asynchronously updates a new instance and returns its representation wrapped in a future. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static UpdateInstanceRequest | 
UpdateInstanceRequest.of(String instanceId)
Builds a new request to update an existing instance with the specified id. 
 | 
UpdateInstanceRequest | 
UpdateInstanceRequest.setAllLabels(Map<String,String> labels)
Replaces the labels associated with the instance. 
 | 
UpdateInstanceRequest | 
UpdateInstanceRequest.setDisplayName(String displayName)
Changes the display name of the instance. 
 | 
UpdateInstanceRequest | 
UpdateInstanceRequest.setProductionType()
Upgrades the instance from a DEVELOPMENT instance to a PRODUCTION instance. 
 | 
Copyright © 2019 Google LLC. All rights reserved.