Output only. The display name of the label.
Data access label and log types's name
will match the display name of the resource.
The asset namespace will match the namespace itself.
The ingestion key value pair will match the key of the tuple.
Output only. The display name of the label.
Data access label and log types's name
will match the display name of the resource.
The asset namespace will match the namespace itself.
The ingestion key value pair will match the key of the tuple.
[[["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 DataAccessLabelReferenceOrBuilder (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.DataAccessLabelReferenceOrBuilder)\n- [0.8.0](/java/docs/reference/google-cloud-chronicle/0.8.0/com.google.cloud.chronicle.v1.DataAccessLabelReferenceOrBuilder)\n- [0.6.0](/java/docs/reference/google-cloud-chronicle/0.6.0/com.google.cloud.chronicle.v1.DataAccessLabelReferenceOrBuilder)\n- [0.5.0](/java/docs/reference/google-cloud-chronicle/0.5.0/com.google.cloud.chronicle.v1.DataAccessLabelReferenceOrBuilder)\n- [0.2.0](/java/docs/reference/google-cloud-chronicle/0.2.0/com.google.cloud.chronicle.v1.DataAccessLabelReferenceOrBuilder)\n- [0.1.0](/java/docs/reference/google-cloud-chronicle/0.1.0/com.google.cloud.chronicle.v1.DataAccessLabelReferenceOrBuilder) \n\n public interface DataAccessLabelReferenceOrBuilder 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### getAssetNamespace()\n\n public abstract String getAssetNamespace()\n\nThe asset namespace configured in the forwarder\nof the customer's events.\n\n`string asset_namespace = 3;`\n\n### getAssetNamespaceBytes()\n\n public abstract ByteString getAssetNamespaceBytes()\n\nThe asset namespace configured in the forwarder\nof the customer's events.\n\n`string asset_namespace = 3;`\n\n### getDataAccessLabel()\n\n public abstract String getDataAccessLabel()\n\nThe name of the data access label.\n\n`string data_access_label = 1;`\n\n### getDataAccessLabelBytes()\n\n public abstract ByteString getDataAccessLabelBytes()\n\nThe name of the data access label.\n\n`string data_access_label = 1;`\n\n### getDisplayName()\n\n public abstract String getDisplayName()\n\nOutput only. The display name of the label.\nData access label and log types's name\nwill match the display name of the resource.\nThe asset namespace will match the namespace itself.\nThe ingestion key value pair will match the key of the tuple.\n\n`string display_name = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];`\n\n### getDisplayNameBytes()\n\n public abstract ByteString getDisplayNameBytes()\n\nOutput only. The display name of the label.\nData access label and log types's name\nwill match the display name of the resource.\nThe asset namespace will match the namespace itself.\nThe ingestion key value pair will match the key of the tuple.\n\n`string display_name = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];`\n\n### getIngestionLabel()\n\n public abstract IngestionLabel getIngestionLabel()\n\nThe ingestion label configured in the forwarder of the customer's events.\n\n`.google.cloud.chronicle.v1.IngestionLabel ingestion_label = 4;`\n\n### getIngestionLabelOrBuilder()\n\n public abstract IngestionLabelOrBuilder getIngestionLabelOrBuilder()\n\nThe ingestion label configured in the forwarder of the customer's events.\n\n`.google.cloud.chronicle.v1.IngestionLabel ingestion_label = 4;`\n\n### getLabelCase()\n\n public abstract DataAccessLabelReference.LabelCase getLabelCase()\n\n### getLogType()\n\n public abstract String getLogType()\n\nThe name of the log type.\n\n`string log_type = 2;`\n\n### getLogTypeBytes()\n\n public abstract ByteString getLogTypeBytes()\n\nThe name of the log type.\n\n`string log_type = 2;`\n\n### hasAssetNamespace()\n\n public abstract boolean hasAssetNamespace()\n\nThe asset namespace configured in the forwarder\nof the customer's events.\n\n`string asset_namespace = 3;`\n\n### hasDataAccessLabel()\n\n public abstract boolean hasDataAccessLabel()\n\nThe name of the data access label.\n\n`string data_access_label = 1;`\n\n### hasIngestionLabel()\n\n public abstract boolean hasIngestionLabel()\n\nThe ingestion label configured in the forwarder of the customer's events.\n\n`.google.cloud.chronicle.v1.IngestionLabel ingestion_label = 4;`\n\n### hasLogType()\n\n public abstract boolean hasLogType()\n\nThe name of the log type.\n\n`string log_type = 2;`"]]