The label's name field is used to identify the label to update.
Format:
projects/{project}/locations/{location}/instances/{instance}/dataAccessLabels/{data_access_label}
The label's name field is used to identify the label to update.
Format:
projects/{project}/locations/{location}/instances/{instance}/dataAccessLabels/{data_access_label}
The list of fields to update. If not included, all fields with a non-empty
value will be overwritten. Currently, only the description and definition
fields are supported for update; an update call that attempts to update any
other fields will return INVALID_ARGUMENT.
The list of fields to update. If not included, all fields with a non-empty
value will be overwritten. Currently, only the description and definition
fields are supported for update; an update call that attempts to update any
other fields will return INVALID_ARGUMENT.
The label's name field is used to identify the label to update.
Format:
projects/{project}/locations/{location}/instances/{instance}/dataAccessLabels/{data_access_label}
The list of fields to update. If not included, all fields with a non-empty
value will be overwritten. Currently, only the description and definition
fields are supported for update; an update call that attempts to update any
other fields will return INVALID_ARGUMENT.
[[["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 UpdateDataAccessLabelRequestOrBuilder (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.UpdateDataAccessLabelRequestOrBuilder)\n- [0.8.0](/java/docs/reference/google-cloud-chronicle/0.8.0/com.google.cloud.chronicle.v1.UpdateDataAccessLabelRequestOrBuilder)\n- [0.6.0](/java/docs/reference/google-cloud-chronicle/0.6.0/com.google.cloud.chronicle.v1.UpdateDataAccessLabelRequestOrBuilder)\n- [0.5.0](/java/docs/reference/google-cloud-chronicle/0.5.0/com.google.cloud.chronicle.v1.UpdateDataAccessLabelRequestOrBuilder)\n- [0.2.0](/java/docs/reference/google-cloud-chronicle/0.2.0/com.google.cloud.chronicle.v1.UpdateDataAccessLabelRequestOrBuilder)\n- [0.1.0](/java/docs/reference/google-cloud-chronicle/0.1.0/com.google.cloud.chronicle.v1.UpdateDataAccessLabelRequestOrBuilder) \n\n public interface UpdateDataAccessLabelRequestOrBuilder 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### getDataAccessLabel()\n\n public abstract DataAccessLabel getDataAccessLabel()\n\nRequired. The data access label to update.\n\nThe label's `name` field is used to identify the label to update.\nFormat:\n`projects/{project}/locations/{location}/instances/{instance}/dataAccessLabels/{data_access_label}`\n\n`\n.google.cloud.chronicle.v1.DataAccessLabel data_access_label = 1 [(.google.api.field_behavior) = REQUIRED];\n`\n\n### getDataAccessLabelOrBuilder()\n\n public abstract DataAccessLabelOrBuilder getDataAccessLabelOrBuilder()\n\nRequired. The data access label to update.\n\nThe label's `name` field is used to identify the label to update.\nFormat:\n`projects/{project}/locations/{location}/instances/{instance}/dataAccessLabels/{data_access_label}`\n\n`\n.google.cloud.chronicle.v1.DataAccessLabel data_access_label = 1 [(.google.api.field_behavior) = REQUIRED];\n`\n\n### getUpdateMask()\n\n public abstract FieldMask getUpdateMask()\n\nThe list of fields to update. If not included, all fields with a non-empty\nvalue will be overwritten. Currently, only the description and definition\nfields are supported for update; an update call that attempts to update any\nother fields will return INVALID_ARGUMENT.\n\n`.google.protobuf.FieldMask update_mask = 2;`\n\n### getUpdateMaskOrBuilder()\n\n public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()\n\nThe list of fields to update. If not included, all fields with a non-empty\nvalue will be overwritten. Currently, only the description and definition\nfields are supported for update; an update call that attempts to update any\nother fields will return INVALID_ARGUMENT.\n\n`.google.protobuf.FieldMask update_mask = 2;`\n\n### hasDataAccessLabel()\n\n public abstract boolean hasDataAccessLabel()\n\nRequired. The data access label to update.\n\nThe label's `name` field is used to identify the label to update.\nFormat:\n`projects/{project}/locations/{location}/instances/{instance}/dataAccessLabels/{data_access_label}`\n\n`\n.google.cloud.chronicle.v1.DataAccessLabel data_access_label = 1 [(.google.api.field_behavior) = REQUIRED];\n`\n\n### hasUpdateMask()\n\n public abstract boolean hasUpdateMask()\n\nThe list of fields to update. If not included, all fields with a non-empty\nvalue will be overwritten. Currently, only the description and definition\nfields are supported for update; an update call that attempts to update any\nother fields will return INVALID_ARGUMENT.\n\n`.google.protobuf.FieldMask update_mask = 2;`"]]