Uses of Class
com.google.cloud.bigtable.admin.v2.models.CreateSchemaBundleRequest
Packages that use CreateSchemaBundleRequest
Package
Description
Clients for the Cloud Bigtable admin API.
-
Uses of CreateSchemaBundleRequest in com.google.cloud.bigtable.admin.v2
Methods in com.google.cloud.bigtable.admin.v2 with parameters of type CreateSchemaBundleRequestModifier and TypeMethodDescriptionBigtableTableAdminClient.createSchemaBundle(CreateSchemaBundleRequest request) Creates a new schema bundle with the specified configuration.com.google.api.core.ApiFuture<SchemaBundle>BigtableTableAdminClient.createSchemaBundleAsync(CreateSchemaBundleRequest request) Asynchronously creates a new schema bundle with the specified configuration. -
Uses of CreateSchemaBundleRequest in com.google.cloud.bigtable.admin.v2.models
Methods in com.google.cloud.bigtable.admin.v2.models that return CreateSchemaBundleRequestModifier and TypeMethodDescriptionstatic CreateSchemaBundleRequestCreateSchemaBundleRequest.setProtoSchema(com.google.protobuf.ByteString protoSchema) Sets the proto schema for this schema bundle.CreateSchemaBundleRequest.setProtoSchemaFile(String protoSchemaFile) Sets the proto schema for this schema bundle.