Google Cloud Bigtable Administration v2 API - Class CreateSchemaBundleRequest (3.27.0)

public sealed class CreateSchemaBundleRequest : IMessage<CreateSchemaBundleRequest>, IEquatable<CreateSchemaBundleRequest>, IDeepCloneable<CreateSchemaBundleRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class CreateSchemaBundleRequest.

The request for [CreateSchemaBundle][google.bigtable.admin.v2.BigtableTableAdmin.CreateSchemaBundle].

Inheritance

object > CreateSchemaBundleRequest

Namespace

Google.Cloud.Bigtable.Admin.V2

Assembly

Google.Cloud.Bigtable.Admin.V2.dll

Constructors

CreateSchemaBundleRequest()

public CreateSchemaBundleRequest()

CreateSchemaBundleRequest(CreateSchemaBundleRequest)

public CreateSchemaBundleRequest(CreateSchemaBundleRequest other)
Parameter
Name Description
other CreateSchemaBundleRequest

Properties

Parent

public string Parent { get; set; }

Required. The parent resource where this schema bundle will be created. Values are of the form projects/{project}/instances/{instance}/tables/{table}.

Property Value
Type Description
string

ParentAsTableName

public TableName ParentAsTableName { get; set; }

TableName-typed view over the Parent resource name property.

Property Value
Type Description
TableName

SchemaBundle

public SchemaBundle SchemaBundle { get; set; }

Required. The schema bundle to create.

Property Value
Type Description
SchemaBundle

SchemaBundleId

public string SchemaBundleId { get; set; }

Required. The unique ID to use for the schema bundle, which will become the final component of the schema bundle's resource name.

Property Value
Type Description
string