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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Interface IngestionLabelOrBuilder (0.10.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.10.0 (latest)](/java/docs/reference/google-cloud-chronicle/latest/com.google.cloud.chronicle.v1.IngestionLabelOrBuilder)\n- [0.8.0](/java/docs/reference/google-cloud-chronicle/0.8.0/com.google.cloud.chronicle.v1.IngestionLabelOrBuilder)\n- [0.6.0](/java/docs/reference/google-cloud-chronicle/0.6.0/com.google.cloud.chronicle.v1.IngestionLabelOrBuilder)\n- [0.5.0](/java/docs/reference/google-cloud-chronicle/0.5.0/com.google.cloud.chronicle.v1.IngestionLabelOrBuilder)\n- [0.2.0](/java/docs/reference/google-cloud-chronicle/0.2.0/com.google.cloud.chronicle.v1.IngestionLabelOrBuilder)\n- [0.1.0](/java/docs/reference/google-cloud-chronicle/0.1.0/com.google.cloud.chronicle.v1.IngestionLabelOrBuilder) \n\n public interface IngestionLabelOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\n[MessageOrBuilder](https://cloud.google.com/java/docs/reference/protobuf/latest/com.google.protobuf.MessageOrBuilder.html)\n\nMethods\n-------\n\n### getIngestionLabelKey()\n\n public abstract String getIngestionLabelKey()\n\nRequired. The key of the ingestion label. Always required.\n\n`string ingestion_label_key = 1 [(.google.api.field_behavior) = REQUIRED];`\n\n### getIngestionLabelKeyBytes()\n\n public abstract ByteString getIngestionLabelKeyBytes()\n\nRequired. The key of the ingestion label. Always required.\n\n`string ingestion_label_key = 1 [(.google.api.field_behavior) = REQUIRED];`\n\n### getIngestionLabelValue()\n\n public abstract String getIngestionLabelValue()\n\nOptional. The value of the ingestion label. Optional. An object\nwith no provided value and some key provided would match\nagainst the given key and ANY value.\n\n`string ingestion_label_value = 2 [(.google.api.field_behavior) = OPTIONAL];`\n\n### getIngestionLabelValueBytes()\n\n public abstract ByteString getIngestionLabelValueBytes()\n\nOptional. The value of the ingestion label. Optional. An object\nwith no provided value and some key provided would match\nagainst the given key and ANY value.\n\n`string ingestion_label_value = 2 [(.google.api.field_behavior) = OPTIONAL];`"]]