| 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.updateSchemaBundle(UpdateSchemaBundleRequest request)
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 UpdateSchemaBundleRequest |
UpdateSchemaBundleRequest.of(SchemaBundle schemaBundle)
Builds a new update request using an existing schema bundle.
|
static UpdateSchemaBundleRequest |
UpdateSchemaBundleRequest.of(String tableId,
String schemaBundleId)
Builds a new update schema bundle request.
|
UpdateSchemaBundleRequest |
UpdateSchemaBundleRequest.setIgnoreWarnings(boolean value)
Configures if safety warnings should be disabled.
|
UpdateSchemaBundleRequest |
UpdateSchemaBundleRequest.setProtoSchema(com.google.protobuf.ByteString protoSchema)
Sets the proto schema for this schema bundle.
|
UpdateSchemaBundleRequest |
UpdateSchemaBundleRequest.setProtoSchemaFile(String protoSchemaFile)
Sets the proto schema for this schema bundle.
|
Copyright © 2026 Google LLC. All rights reserved.