Reference documentation and code samples for the Google Anthos Multi Cloud V1 Client class Label.
Label defines the additional fields for labels for pods created by auto-installed components.
Generated from protobuf message google.cloud.gkemulticloud.v1.Label
Namespace
Google \ Cloud \ GkeMultiCloud \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ key |
string
This is the key of the label. |
↳ value |
string
This is the value of the label. |
getKey
This is the key of the label.
| Returns | |
|---|---|
| Type | Description |
string |
|
setKey
This is the key of the label.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getValue
This is the value of the label.
| Returns | |
|---|---|
| Type | Description |
string |
|
setValue
This is the value of the label.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|