Class UpdateReferenceListRequest (0.3.0)

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

A request to update a reference list.

Attributes

Name Description
reference_list google.cloud.chronicle_v1.types.ReferenceList
Required. The reference list to update. The reference list's name field is used to identify the reference list to update. Format: projects/{project}/locations/{locations}/instances/{instance}/referenceLists/{reference_list}
update_mask google.protobuf.field_mask_pb2.FieldMask
The list of fields to update. When no field mask is supplied, all non-empty fields will be updated. A field mask of "\*" will update all fields, whether empty or not.