Reference documentation and code samples for the Cloud Bigtable V2 Client class Metadata.
Any additional metadata to include when reconnecting. Not a map<> type as
this can be a multimap.
Generated from protobuf message google.bigtable.v2.SessionRefreshConfig.Metadata
Namespace
Google \ Cloud \ Bigtable \ V2 \ SessionRefreshConfigMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ key |
string
Output only. The key for the metadata entry. |
↳ value |
string
Output only. The value for the metadata entry. |
getKey
Output only. The key for the metadata entry.
| Returns | |
|---|---|
| Type | Description |
string |
|
setKey
Output only. The key for the metadata entry.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getValue
Output only. The value for the metadata entry.
| Returns | |
|---|---|
| Type | Description |
string |
|
setValue
Output only. The value for the metadata entry.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|