Chronicle V1 API - Class Google::Cloud::Chronicle::V1::IngestionLabel (v0.1.0)

Reference documentation and code samples for the Chronicle V1 API class Google::Cloud::Chronicle::V1::IngestionLabel.

Representation of an ingestion label type.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#ingestion_label_key

def ingestion_label_key() -> ::String
Returns
  • (::String) — Required. The key of the ingestion label. Always required.

#ingestion_label_key=

def ingestion_label_key=(value) -> ::String
Parameter
  • value (::String) — Required. The key of the ingestion label. Always required.
Returns
  • (::String) — Required. The key of the ingestion label. Always required.

#ingestion_label_value

def ingestion_label_value() -> ::String
Returns
  • (::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.

#ingestion_label_value=

def ingestion_label_value=(value) -> ::String
Parameter
  • 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.
Returns
  • (::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.