Reference documentation and code samples for the Cloud Bigtable Admin V2 API class Google::Cloud::Bigtable::Admin::V2::SchemaBundle.
A named collection of related schemas.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#etag
def etag() -> ::String
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.
#etag=
def etag=(value) -> ::String
Parameter
- value (::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.
#name
def name() -> ::String
Returns
-
(::String) — Identifier. The unique name identifying this schema bundle.
Values are of the form
projects/{project}/instances/{instance}/tables/{table}/schemaBundles/{schema_bundle}
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — 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}
#proto_schema
def proto_schema() -> ::Google::Cloud::Bigtable::Admin::V2::ProtoSchema
Returns
- (::Google::Cloud::Bigtable::Admin::V2::ProtoSchema) — Schema for Protobufs.
#proto_schema=
def proto_schema=(value) -> ::Google::Cloud::Bigtable::Admin::V2::ProtoSchema
Parameter
- value (::Google::Cloud::Bigtable::Admin::V2::ProtoSchema) — Schema for Protobufs.
Returns
- (::Google::Cloud::Bigtable::Admin::V2::ProtoSchema) — Schema for Protobufs.