Uses of Class
com.google.cloud.bigtable.admin.v2.models.UpdateInstanceRequest
Packages that use UpdateInstanceRequest
Package
Description
Clients for the Cloud Bigtable admin API.
-
Uses of UpdateInstanceRequest in com.google.cloud.bigtable.admin.v2
Methods in com.google.cloud.bigtable.admin.v2 with parameters of type UpdateInstanceRequestModifier 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
Methods in com.google.cloud.bigtable.admin.v2.models that return UpdateInstanceRequestModifier and TypeMethodDescriptionstatic UpdateInstanceRequestBuilds 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.