Class UpdateDataAccessLabelRequest (0.1.0)

UpdateDataAccessLabelRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Request message for UpdateDataAccessLabel method.

Attributes

Name Description
data_access_label google.cloud.chronicle_v1.types.DataAccessLabel
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}
update_mask google.protobuf.field_mask_pb2.FieldMask
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.