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].
Implements
IMessageCreateSchemaBundleRequest, IEquatableCreateSchemaBundleRequest, IDeepCloneableCreateSchemaBundleRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.Admin.V2Assembly
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; }
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 |