Package | Description |
---|---|
com.google.cloud.bigtable.admin.v2 |
Clients for the Cloud Bigtable admin API.
|
com.google.cloud.bigtable.admin.v2.models |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
static Instance |
Instance.fromProto(com.google.bigtable.admin.v2.Instance proto)
Wraps the protobuf.
|
Modifier and Type | Method and Description |
---|---|
List<Instance> |
PartialListInstancesException.getInstances()
A partial list of instances that were found in the available zones.
|
Constructor and Description |
---|
PartialListInstancesException(List<String> unavailableZones,
List<Instance> instances) |
Copyright © 2019 Google LLC. All rights reserved.