@Generated
public interface UpdateSchemaBundleRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getIgnoreWarnings()
Optional.
|
SchemaBundle |
getSchemaBundle()
Required.
|
SchemaBundleOrBuilder |
getSchemaBundleOrBuilder()
Required.
|
com.google.protobuf.FieldMask |
getUpdateMask()
Optional.
|
com.google.protobuf.FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
Optional.
|
boolean |
hasSchemaBundle()
Required.
|
boolean |
hasUpdateMask()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasSchemaBundle()
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}`
.google.bigtable.admin.v2.SchemaBundle schema_bundle = 1 [(.google.api.field_behavior) = REQUIRED];
SchemaBundle getSchemaBundle()
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}`
.google.bigtable.admin.v2.SchemaBundle schema_bundle = 1 [(.google.api.field_behavior) = REQUIRED];
SchemaBundleOrBuilder getSchemaBundleOrBuilder()
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}`
.google.bigtable.admin.v2.SchemaBundle schema_bundle = 1 [(.google.api.field_behavior) = REQUIRED];
boolean hasUpdateMask()
Optional. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
com.google.protobuf.FieldMask getUpdateMask()
Optional. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
Optional. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
boolean getIgnoreWarnings()
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.
bool ignore_warnings = 3 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2026 Google LLC. All rights reserved.