Reference documentation and code samples for the Cloud Bigtable V2 Client class Enum.
A protobuf enum type.
Values of type Enum
are stored in Value.int_value
.
Generated from protobuf message google.bigtable.admin.v2.Type.Enum
Namespace
Google \ Cloud \ Bigtable \ Admin \ V2 \ TypeMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ schema_bundle_id |
string
The ID of the schema bundle that this enum is defined in. |
↳ enum_name |
string
The fully qualified name of the protobuf enum message, including package. In the format of "foo.bar.EnumMessage". |
getSchemaBundleId
The ID of the schema bundle that this enum is defined in.
Returns | |
---|---|
Type | Description |
string |
setSchemaBundleId
The ID of the schema bundle that this enum is defined in.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getEnumName
The fully qualified name of the protobuf enum message, including package.
In the format of "foo.bar.EnumMessage".
Returns | |
---|---|
Type | Description |
string |
setEnumName
The fully qualified name of the protobuf enum message, including package.
In the format of "foo.bar.EnumMessage".
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |