Uses of Class
com.google.cloud.bigtable.admin.v2.models.Instance
Package
Description
Clients for the Cloud Bigtable admin API.
-
Uses of Instance in com.google.cloud.bigtable.admin.v2
Modifier and TypeMethodDescriptionBigtableInstanceAdminClient.createInstance
(CreateInstanceRequest request) Creates a new instance and returns its representation.BigtableInstanceAdminClient.getInstance
(String id) Get the instance representation by ID.BigtableInstanceAdminClient.updateInstance
(UpdateInstanceRequest request) Updates a new instance and returns its representation.Modifier and TypeMethodDescriptioncom.google.api.core.ApiFuture<Instance>
BigtableInstanceAdminClient.createInstanceAsync
(CreateInstanceRequest request) Asynchronously creates a new instance and returns its representation wrapped in a future.com.google.api.core.ApiFuture<Instance>
BigtableInstanceAdminClient.getInstanceAsync
(String instanceId) Asynchronously gets the instance representation by ID wrapped in a future.BigtableInstanceAdminClient.listInstances()
Lists all of the instances in the current project.BigtableInstanceAdminClient.listInstancesAsync()
Asynchronously lists all of the instances in the current project.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 Instance in com.google.cloud.bigtable.admin.v2.models
Modifier and TypeMethodDescriptionstatic Instance
Instance.fromProto
(com.google.bigtable.admin.v2.Instance proto) Wraps the protobuf.Modifier and TypeMethodDescriptionPartialListInstancesException.getInstances()
A partial list of instances that were found in the available zones.