Interface IngestionLabelOrBuilder (0.1.0)

public interface IngestionLabelOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getIngestionLabelKey()

public abstract String getIngestionLabelKey()

Required. The key of the ingestion label. Always required.

string ingestion_label_key = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The ingestionLabelKey.

getIngestionLabelKeyBytes()

public abstract ByteString getIngestionLabelKeyBytes()

Required. The key of the ingestion label. Always required.

string ingestion_label_key = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for ingestionLabelKey.

getIngestionLabelValue()

public abstract String 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 ingestion_label_value = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The ingestionLabelValue.

getIngestionLabelValueBytes()

public abstract ByteString getIngestionLabelValueBytes()

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 ingestion_label_value = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for ingestionLabelValue.