Uses of Class
com.google.cloud.bigtable.admin.v2.models.Instance
Packages that use Instance
Package
Description
Clients for the Cloud Bigtable admin API.
-
Uses of Instance in com.google.cloud.bigtable.admin.v2
Methods in com.google.cloud.bigtable.admin.v2 that return InstanceModifier 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.Methods in com.google.cloud.bigtable.admin.v2 that return types with arguments of type InstanceModifier 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
Methods in com.google.cloud.bigtable.admin.v2.models that return InstanceMethods in com.google.cloud.bigtable.admin.v2.models that return types with arguments of type InstanceModifier and TypeMethodDescriptionPartialListInstancesException.getInstances()A partial list of instances that were found in the available zones.