Uses of Class
com.google.cloud.bigtable.admin.v2.models.UpdateSchemaBundleRequest
Packages that use UpdateSchemaBundleRequest
Package
Description
Clients for the Cloud Bigtable admin API.
-
Uses of UpdateSchemaBundleRequest in com.google.cloud.bigtable.admin.v2
Methods in com.google.cloud.bigtable.admin.v2 with parameters of type UpdateSchemaBundleRequestModifier and TypeMethodDescriptionBigtableTableAdminClient.updateSchemaBundle(UpdateSchemaBundleRequest request) Updates an existing schema bundle with the specified configuration.com.google.api.core.ApiFuture<SchemaBundle>BigtableTableAdminClient.updateSchemaBundleAsync(UpdateSchemaBundleRequest request) Asynchronously updates an existing schema bundle with the specified configuration. -
Uses of UpdateSchemaBundleRequest in com.google.cloud.bigtable.admin.v2.models
Methods in com.google.cloud.bigtable.admin.v2.models that return UpdateSchemaBundleRequestModifier and TypeMethodDescriptionstatic UpdateSchemaBundleRequestUpdateSchemaBundleRequest.of(SchemaBundle schemaBundle) Builds a new update request using an existing schema bundle.static UpdateSchemaBundleRequestBuilds a new update schema bundle request.UpdateSchemaBundleRequest.setIgnoreWarnings(boolean value) Configures if safety warnings should be disabled.UpdateSchemaBundleRequest.setProtoSchema(com.google.protobuf.ByteString protoSchema) Sets the proto schema for this schema bundle.UpdateSchemaBundleRequest.setProtoSchemaFile(String protoSchemaFile) Sets the proto schema for this schema bundle.