[[["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 DataAccessLabelOrBuilder (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.DataAccessLabelOrBuilder)\n- [0.8.0](/java/docs/reference/google-cloud-chronicle/0.8.0/com.google.cloud.chronicle.v1.DataAccessLabelOrBuilder)\n- [0.6.0](/java/docs/reference/google-cloud-chronicle/0.6.0/com.google.cloud.chronicle.v1.DataAccessLabelOrBuilder)\n- [0.5.0](/java/docs/reference/google-cloud-chronicle/0.5.0/com.google.cloud.chronicle.v1.DataAccessLabelOrBuilder)\n- [0.2.0](/java/docs/reference/google-cloud-chronicle/0.2.0/com.google.cloud.chronicle.v1.DataAccessLabelOrBuilder)\n- [0.1.0](/java/docs/reference/google-cloud-chronicle/0.1.0/com.google.cloud.chronicle.v1.DataAccessLabelOrBuilder) \n\n public interface DataAccessLabelOrBuilder 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### getAuthor()\n\n public abstract String getAuthor()\n\nOutput only. The user who created the data access label.\n\n`string author = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];`\n\n### getAuthorBytes()\n\n public abstract ByteString getAuthorBytes()\n\nOutput only. The user who created the data access label.\n\n`string author = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];`\n\n### getCreateTime()\n\n public abstract Timestamp getCreateTime()\n\nOutput only. The time at which the data access label was created.\n\n`.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];\n`\n\n### getCreateTimeOrBuilder()\n\n public abstract TimestampOrBuilder getCreateTimeOrBuilder()\n\nOutput only. The time at which the data access label was created.\n\n`.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];\n`\n\n### getDefinitionCase()\n\n public abstract DataAccessLabel.DefinitionCase getDefinitionCase()\n\n### getDescription()\n\n public abstract String getDescription()\n\nOptional. A description of the data access label for a human reader.\n\n`string description = 2 [(.google.api.field_behavior) = OPTIONAL];`\n\n### getDescriptionBytes()\n\n public abstract ByteString getDescriptionBytes()\n\nOptional. A description of the data access label for a human reader.\n\n`string description = 2 [(.google.api.field_behavior) = OPTIONAL];`\n\n### getDisplayName()\n\n public abstract String getDisplayName()\n\nOutput only. The short name displayed for the label as it appears on event\ndata.\n\n`string display_name = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];`\n\n### getDisplayNameBytes()\n\n public abstract ByteString getDisplayNameBytes()\n\nOutput only. The short name displayed for the label as it appears on event\ndata.\n\n`string display_name = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];`\n\n### getLastEditor()\n\n public abstract String getLastEditor()\n\nOutput only. The user who last updated the data access label.\n\n`string last_editor = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];`\n\n### getLastEditorBytes()\n\n public abstract ByteString getLastEditorBytes()\n\nOutput only. The user who last updated the data access label.\n\n`string last_editor = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];`\n\n### getName()\n\n public abstract String getName()\n\nThe unique resource name of the data access label.\n\n`string name = 1 [(.google.api.resource_reference) = { ... }`\n\n### getNameBytes()\n\n public abstract ByteString getNameBytes()\n\nThe unique resource name of the data access label.\n\n`string name = 1 [(.google.api.resource_reference) = { ... }`\n\n### getUdmQuery()\n\n public abstract String getUdmQuery()\n\nA UDM query over event data.\n\n`string udm_query = 3;`\n\n### getUdmQueryBytes()\n\n public abstract ByteString getUdmQueryBytes()\n\nA UDM query over event data.\n\n`string udm_query = 3;`\n\n### getUpdateTime()\n\n public abstract Timestamp getUpdateTime()\n\nOutput only. The time at which the data access label was last updated.\n\n`.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];\n`\n\n### getUpdateTimeOrBuilder()\n\n public abstract TimestampOrBuilder getUpdateTimeOrBuilder()\n\nOutput only. The time at which the data access label was last updated.\n\n`.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];\n`\n\n### hasCreateTime()\n\n public abstract boolean hasCreateTime()\n\nOutput only. The time at which the data access label was created.\n\n`.google.protobuf.Timestamp create_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];\n`\n\n### hasUdmQuery()\n\n public abstract boolean hasUdmQuery()\n\nA UDM query over event data.\n\n`string udm_query = 3;`\n\n### hasUpdateTime()\n\n public abstract boolean hasUpdateTime()\n\nOutput only. The time at which the data access label was last updated.\n\n`.google.protobuf.Timestamp update_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];\n`"]]