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.
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.
string
setIngestionLabelKey
Required. The key of the ingestion label. Always required.
var
string
$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.
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.
var
string
$this