Reference documentation and code samples for the Google Cloud Chronicle V1 Client class UpdateReferenceListRequest.
A request to update a reference list.
Generated from protobuf message google.cloud.chronicle.v1.UpdateReferenceListRequest
Namespace
Google \ Cloud \ Chronicle \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ reference_list
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\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.
getReferenceList
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}
hasReferenceList
clearReferenceList
setReferenceList
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}
$this
getUpdateMask
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.
hasUpdateMask
clearUpdateMask
setUpdateMask
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.
$this
static::build
referenceList
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}
updateMask
Google\Protobuf\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.