public sealed class UpdateSchemaBundleRequest : IMessage<UpdateSchemaBundleRequest>, IEquatable<UpdateSchemaBundleRequest>, IDeepCloneable<UpdateSchemaBundleRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class UpdateSchemaBundleRequest.
The request for [UpdateSchemaBundle][google.bigtable.admin.v2.BigtableTableAdmin.UpdateSchemaBundle].
Implements
IMessageUpdateSchemaBundleRequest, IEquatableUpdateSchemaBundleRequest, IDeepCloneableUpdateSchemaBundleRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.Admin.V2Assembly
Google.Cloud.Bigtable.Admin.V2.dll
Constructors
UpdateSchemaBundleRequest()
public UpdateSchemaBundleRequest()
UpdateSchemaBundleRequest(UpdateSchemaBundleRequest)
public UpdateSchemaBundleRequest(UpdateSchemaBundleRequest other)
Parameter | |
---|---|
Name | Description |
other |
UpdateSchemaBundleRequest |
Properties
IgnoreWarnings
public bool IgnoreWarnings { get; set; }
Optional. If set, ignore the safety checks when updating the Schema Bundle. The safety checks are:
- The new Schema Bundle is backwards compatible with the existing Schema Bundle.
Property Value | |
---|---|
Type | Description |
bool |
SchemaBundle
public SchemaBundle SchemaBundle { get; set; }
Required. The schema bundle to update.
The schema bundle's name
field is used to identify the schema bundle to
update. Values are of the form
projects/{project}/instances/{instance}/tables/{table}/schemaBundles/{schema_bundle}
Property Value | |
---|---|
Type | Description |
SchemaBundle |
UpdateMask
public FieldMask UpdateMask { get; set; }
Optional. The list of fields to update.
Property Value | |
---|---|
Type | Description |
FieldMask |