Cloud Bigtable Admin V2 API - Class Google::Cloud::Bigtable::Admin::V2::UpdateSchemaBundleRequest (v1.11.0)

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
Returns
  • (::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
Parameter
  • 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.
Returns
  • (::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
Returns
  • (::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 form projects/{project}/instances/{instance}/tables/{table}/schemaBundles/{schema_bundle}

#schema_bundle=

def schema_bundle=(value) -> ::Google::Cloud::Bigtable::Admin::V2::SchemaBundle
Parameter
  • 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 form projects/{project}/instances/{instance}/tables/{table}/schemaBundles/{schema_bundle}

Returns
  • (::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 form projects/{project}/instances/{instance}/tables/{table}/schemaBundles/{schema_bundle}

#update_mask

def update_mask() -> ::Google::Protobuf::FieldMask
Returns

#update_mask=

def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
Returns