Class: Google::Cloud::Bigtable::Admin::V2::SchemaBundle

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

Overview

A named collection of related schemas.

Instance Attribute Summary collapse

Instance Attribute Details

#etag::String

Optional. The etag for this schema bundle. This may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding. The server returns an ABORTED error on a mismatched etag.

Returns:

  • (::String)

    Optional. The etag for this schema bundle. This may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding. The server returns an ABORTED error on a mismatched etag.



684
685
686
687
# File 'proto_docs/google/bigtable/admin/v2/table.rb', line 684

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

#name::String

Returns Identifier. The unique name identifying this schema bundle. Values are of the form projects/{project}/instances/{instance}/tables/{table}/schemaBundles/{schema_bundle}.

Returns:

  • (::String)

    Identifier. The unique name identifying this schema bundle. Values are of the form projects/{project}/instances/{instance}/tables/{table}/schemaBundles/{schema_bundle}



684
685
686
687
# File 'proto_docs/google/bigtable/admin/v2/table.rb', line 684

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

#proto_schema::Google::Cloud::Bigtable::Admin::V2::ProtoSchema

Returns Schema for Protobufs.

Returns:



684
685
686
687
# File 'proto_docs/google/bigtable/admin/v2/table.rb', line 684

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