| 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 |
|---|---|
SchemaBundle |
BigtableTableAdminClient.createSchemaBundle(CreateSchemaBundleRequest request)
This method is obsolete.
|
SchemaBundle |
BigtableTableAdminClient.getSchemaBundle(String tableId,
String schemaBundleId)
This method is obsolete.
|
SchemaBundle |
BigtableTableAdminClient.updateSchemaBundle(UpdateSchemaBundleRequest request)
This method is obsolete.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.core.ApiFuture<SchemaBundle> |
BigtableTableAdminClient.createSchemaBundleAsync(CreateSchemaBundleRequest request)
This method is obsolete.
|
com.google.api.core.ApiFuture<SchemaBundle> |
BigtableTableAdminClient.getSchemaBundleAsync(String tableId,
String schemaBundleId)
This method is obsolete.
|
com.google.api.core.ApiFuture<SchemaBundle> |
BigtableTableAdminClient.updateSchemaBundleAsync(UpdateSchemaBundleRequest request)
This method is obsolete.
|
| Modifier and Type | Method and Description |
|---|---|
static SchemaBundle |
SchemaBundle.fromProto(SchemaBundle proto)
Wraps the protobuf.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateSchemaBundleRequest |
UpdateSchemaBundleRequest.of(SchemaBundle schemaBundle)
Builds a new update request using an existing schema bundle.
|
Copyright © 2026 Google LLC. All rights reserved.