Uses of Class
com.google.cloud.bigtable.admin.v2.models.UpdateInstanceRequest
Package
Description
Clients for the Cloud Bigtable admin API.
-
Uses of UpdateInstanceRequest in com.google.cloud.bigtable.admin.v2
Modifier and TypeMethodDescriptionBigtableInstanceAdminClient.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. -
Uses of UpdateInstanceRequest in com.google.cloud.bigtable.admin.v2.models
Modifier and TypeMethodDescriptionstatic UpdateInstanceRequest
Builds a new request to update an existing instance with the specified id.UpdateInstanceRequest.setAllLabels
(Map<String, String> labels) Replaces the labels associated with the instance.UpdateInstanceRequest.setDisplayName
(String displayName) Changes the display name of the instance.UpdateInstanceRequest.setProductionType()
Upgrades the instance from a DEVELOPMENT instance to a PRODUCTION instance.