Reference documentation and code samples for the Cloud Bigtable V2 Client class SchemaBundle.
A named collection of related schemas.
Generated from protobuf message google.bigtable.admin.v2.SchemaBundle
Namespace
Google \ Cloud \ Bigtable \ Admin \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Identifier. The unique name identifying this schema bundle. Values are of the form |
↳ proto_schema |
ProtoSchema
Schema for Protobufs. |
↳ 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. |
getName
Identifier. The unique name identifying this schema bundle.
Values are of the form
projects/{project}/instances/{instance}/tables/{table}/schemaBundles/{schema_bundle}
Returns | |
---|---|
Type | Description |
string |
setName
Identifier. The unique name identifying this schema bundle.
Values are of the form
projects/{project}/instances/{instance}/tables/{table}/schemaBundles/{schema_bundle}
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getProtoSchema
Schema for Protobufs.
Returns | |
---|---|
Type | Description |
ProtoSchema|null |
hasProtoSchema
setProtoSchema
Schema for Protobufs.
Parameter | |
---|---|
Name | Description |
var |
ProtoSchema
|
Returns | |
---|---|
Type | Description |
$this |
getEtag
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 | |
---|---|
Type | Description |
string |
setEtag
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.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getType
Returns | |
---|---|
Type | Description |
string |