Uses of Class
com.google.cloud.bigtable.admin.v2.models.SchemaBundle
Packages that use SchemaBundle
Package
Description
Clients for the Cloud Bigtable admin API.
-
Uses of SchemaBundle in com.google.cloud.bigtable.admin.v2
Methods in com.google.cloud.bigtable.admin.v2 that return SchemaBundleModifier and TypeMethodDescriptionBigtableTableAdminClient.createSchemaBundle(CreateSchemaBundleRequest request) Creates a new schema bundle with the specified configuration.BigtableTableAdminClient.getSchemaBundle(String tableId, String schemaBundleId) Gets an schema bundle with the specified schema bundle ID in the specified table.BigtableTableAdminClient.updateSchemaBundle(UpdateSchemaBundleRequest request) Updates an existing schema bundle with the specified configuration.Methods in com.google.cloud.bigtable.admin.v2 that return types with arguments of type SchemaBundleModifier and TypeMethodDescriptioncom.google.api.core.ApiFuture<SchemaBundle>BigtableTableAdminClient.createSchemaBundleAsync(CreateSchemaBundleRequest request) Asynchronously creates a new schema bundle with the specified configuration.com.google.api.core.ApiFuture<SchemaBundle>BigtableTableAdminClient.getSchemaBundleAsync(String tableId, String schemaBundleId) Asynchronously gets an schema bundle with the specified schema bundle ID in the specified table.com.google.api.core.ApiFuture<SchemaBundle>BigtableTableAdminClient.updateSchemaBundleAsync(UpdateSchemaBundleRequest request) Asynchronously updates an existing schema bundle with the specified configuration. -
Uses of SchemaBundle in com.google.cloud.bigtable.admin.v2.models
Methods in com.google.cloud.bigtable.admin.v2.models that return SchemaBundleModifier and TypeMethodDescriptionstatic SchemaBundleSchemaBundle.fromProto(SchemaBundle proto) Wraps the protobuf.Methods in com.google.cloud.bigtable.admin.v2.models with parameters of type SchemaBundleModifier and TypeMethodDescriptionstatic UpdateSchemaBundleRequestUpdateSchemaBundleRequest.of(SchemaBundle schemaBundle) Builds a new update request using an existing schema bundle.