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.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ reference_list |
ReferenceList
Required. The reference list to update. The reference list's |
↳ 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}
Returns | |
---|---|
Type | Description |
ReferenceList|null |
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}
Parameter | |
---|---|
Name | Description |
var |
ReferenceList
|
Returns | |
---|---|
Type | Description |
$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.
Returns | |
---|---|
Type | Description |
Google\Protobuf\FieldMask|null |
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.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\FieldMask
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
referenceList |
ReferenceList
Required. The reference list to update. The reference list's |
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. |
Returns | |
---|---|
Type | Description |
UpdateReferenceListRequest |