public sealed class UpdateDataAccessLabelRequest : IMessage<UpdateDataAccessLabelRequest>, IEquatable<UpdateDataAccessLabelRequest>, IDeepCloneable<UpdateDataAccessLabelRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Chronicle v1 API class UpdateDataAccessLabelRequest.
public DataAccessLabel DataAccessLabel { get; set; }
Required. The data access label to update.
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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[],null,["# Chronicle v1 API - Class UpdateDataAccessLabelRequest (1.0.0-beta02)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta02 (latest)](/dotnet/docs/reference/Google.Cloud.Chronicle.V1/latest/Google.Cloud.Chronicle.V1.UpdateDataAccessLabelRequest)\n- [1.0.0-beta01](/dotnet/docs/reference/Google.Cloud.Chronicle.V1/1.0.0-beta01/Google.Cloud.Chronicle.V1.UpdateDataAccessLabelRequest) \n\n public sealed class UpdateDataAccessLabelRequest : IMessage\u003cUpdateDataAccessLabelRequest\u003e, IEquatable\u003cUpdateDataAccessLabelRequest\u003e, IDeepCloneable\u003cUpdateDataAccessLabelRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Chronicle v1 API class UpdateDataAccessLabelRequest.\n\nRequest message for UpdateDataAccessLabel method. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e UpdateDataAccessLabelRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[UpdateDataAccessLabelRequest](/dotnet/docs/reference/Google.Cloud.Chronicle.V1/latest/Google.Cloud.Chronicle.V1.UpdateDataAccessLabelRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[UpdateDataAccessLabelRequest](/dotnet/docs/reference/Google.Cloud.Chronicle.V1/latest/Google.Cloud.Chronicle.V1.UpdateDataAccessLabelRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[UpdateDataAccessLabelRequest](/dotnet/docs/reference/Google.Cloud.Chronicle.V1/latest/Google.Cloud.Chronicle.V1.UpdateDataAccessLabelRequest), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Chronicle.V1](/dotnet/docs/reference/Google.Cloud.Chronicle.V1/latest/Google.Cloud.Chronicle.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.Chronicle.V1.dll\n\nConstructors\n------------\n\n### UpdateDataAccessLabelRequest()\n\n public UpdateDataAccessLabelRequest()\n\n### UpdateDataAccessLabelRequest(UpdateDataAccessLabelRequest)\n\n public UpdateDataAccessLabelRequest(UpdateDataAccessLabelRequest other)\n\nProperties\n----------\n\n### DataAccessLabel\n\n public DataAccessLabel DataAccessLabel { get; set; }\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### UpdateMask\n\n public FieldMask UpdateMask { get; set; }\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."]]