Class: Google::Cloud::Bigtable::Admin::V2::UpdateSchemaBundleRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb

Overview

The request for UpdateSchemaBundle.

Instance Attribute Summary collapse

Instance Attribute Details

#ignore_warnings::Boolean

Returns 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.


1074
1075
1076
1077
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 1074

class UpdateSchemaBundleRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#schema_bundle::Google::Cloud::Bigtable::Admin::V2::SchemaBundle

Returns 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}



1074
1075
1076
1077
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 1074

class UpdateSchemaBundleRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#update_mask::Google::Protobuf::FieldMask

Returns Optional. The list of fields to update.

Returns:



1074
1075
1076
1077
# File 'proto_docs/google/bigtable/admin/v2/bigtable_table_admin.rb', line 1074

class UpdateSchemaBundleRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end