| 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)
This method is obsolete.
|
Instance |
BigtableInstanceAdminClient.getInstance(String id)
This method is obsolete.
|
Instance |
BigtableInstanceAdminClient.updateInstance(UpdateInstanceRequest request)
This method is obsolete.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.core.ApiFuture<Instance> |
BigtableInstanceAdminClient.createInstanceAsync(CreateInstanceRequest request)
This method is obsolete.
|
com.google.api.core.ApiFuture<Instance> |
BigtableInstanceAdminClient.getInstanceAsync(String instanceId)
This method is obsolete.
|
List<Instance> |
BigtableInstanceAdminClient.listInstances()
This method is obsolete.
|
com.google.api.core.ApiFuture<List<Instance>> |
BigtableInstanceAdminClient.listInstancesAsync()
This method is obsolete.
|
com.google.api.core.ApiFuture<Instance> |
BigtableInstanceAdminClient.updateInstanceAsync(UpdateInstanceRequest request)
This method is obsolete.
|
| Modifier and Type | Method and Description |
|---|---|
static Instance |
Instance.fromProto(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 © 2026 Google LLC. All rights reserved.