Reference documentation and code samples for the Cloud Bigtable Admin V2 API class Google::Cloud::Bigtable::Admin::V2::UpdateSchemaBundleRequest.
The request for UpdateSchemaBundle.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#ignore_warnings
def ignore_warnings() -> ::Boolean
-
(::Boolean) —
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.
#ignore_warnings=
def ignore_warnings=(value) -> ::Boolean
-
value (::Boolean) —
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.
-
(::Boolean) —
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.
#schema_bundle
def schema_bundle() -> ::Google::Cloud::Bigtable::Admin::V2::SchemaBundle
-
(::Google::Cloud::Bigtable::Admin::V2::SchemaBundle) — 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 formprojects/{project}/instances/{instance}/tables/{table}/schemaBundles/{schema_bundle}
#schema_bundle=
def schema_bundle=(value) -> ::Google::Cloud::Bigtable::Admin::V2::SchemaBundle
-
value (::Google::Cloud::Bigtable::Admin::V2::SchemaBundle) — 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 formprojects/{project}/instances/{instance}/tables/{table}/schemaBundles/{schema_bundle}
-
(::Google::Cloud::Bigtable::Admin::V2::SchemaBundle) — 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 formprojects/{project}/instances/{instance}/tables/{table}/schemaBundles/{schema_bundle}
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
- (::Google::Protobuf::FieldMask) — Optional. The list of fields to update.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
- value (::Google::Protobuf::FieldMask) — Optional. The list of fields to update.
- (::Google::Protobuf::FieldMask) — Optional. The list of fields to update.