Reference documentation and code samples for the Google Cloud Chronicle V1 Client class IngestionLabel.
Representation of an ingestion label type.
Generated from protobuf message google.cloud.chronicle.v1.IngestionLabel
Namespace
Google \ Cloud \ Chronicle \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ ingestion_label_key |
string
Required. The key of the ingestion label. Always required. |
↳ ingestion_label_value |
string
Optional. The value of the ingestion label. Optional. An object with no provided value and some key provided would match against the given key and ANY value. |
getIngestionLabelKey
Required. The key of the ingestion label. Always required.
| Returns | |
|---|---|
| Type | Description |
string |
|
setIngestionLabelKey
Required. The key of the ingestion label. Always required.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getIngestionLabelValue
Optional. The value of the ingestion label. Optional. An object with no provided value and some key provided would match against the given key and ANY value.
| Returns | |
|---|---|
| Type | Description |
string |
|
setIngestionLabelValue
Optional. The value of the ingestion label. Optional. An object with no provided value and some key provided would match against the given key and ANY value.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|