Uses of Class
com.google.cloud.bigtable.admin.v2.models.Instance
-
Packages that use Instance Package Description com.google.cloud.bigtable.admin.v2 Clients for the Cloud Bigtable admin API.com.google.cloud.bigtable.admin.v2.models -
-
Uses of Instance in com.google.cloud.bigtable.admin.v2
Methods in com.google.cloud.bigtable.admin.v2 that return Instance Modifier and Type Method Description Instance
BigtableInstanceAdminClient. createInstance(CreateInstanceRequest request)
Creates a new instance and returns its representation.Instance
BigtableInstanceAdminClient. getInstance(String id)
Get the instance representation by ID.Instance
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 Instance Modifier and Type Method Description com.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.List<Instance>
BigtableInstanceAdminClient. listInstances()
Lists all of the instances in the current project.com.google.api.core.ApiFuture<List<Instance>>
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 Instance Modifier and Type Method Description static Instance
Instance. fromProto(Instance proto)
Wraps the protobuf.Methods in com.google.cloud.bigtable.admin.v2.models that return types with arguments of type Instance Modifier and Type Method Description List<Instance>
PartialListInstancesException. getInstances()
A partial list of instances that were found in the available zones.
-