Reference documentation and code samples for the Google Cloud Chronicle V1 Client class UpdateFindingsRefinementRequest.
Request message for UpdateFindingsRefinement method.
Generated from protobuf message google.cloud.chronicle.v1.UpdateFindingsRefinementRequest
Namespace
Google \ Cloud \ Chronicle \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ findings_refinement |
FindingsRefinement
Required. The findings refinement to update. The findings refinement's |
↳ update_mask |
Google\Protobuf\FieldMask
Optional. The list of fields to update. If |
getFindingsRefinement
Required. The findings refinement to update.
The findings refinement's name field is used to identify the findings
refinement to update.
Format:
projects/{project}/locations/{location}/instances/{instance}/findingsRefinements/{findings_refinement}
| Returns | |
|---|---|
| Type | Description |
FindingsRefinement|null |
|
hasFindingsRefinement
clearFindingsRefinement
setFindingsRefinement
Required. The findings refinement to update.
The findings refinement's name field is used to identify the findings
refinement to update.
Format:
projects/{project}/locations/{location}/instances/{instance}/findingsRefinements/{findings_refinement}
| Parameter | |
|---|---|
| Name | Description |
var |
FindingsRefinement
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getUpdateMask
Optional. The list of fields to update. If * is provided, all fields will
be updated.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\FieldMask|null |
|
hasUpdateMask
clearUpdateMask
setUpdateMask
Optional. The list of fields to update. If * is provided, all fields will
be updated.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\FieldMask
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameters | |
|---|---|
| Name | Description |
findingsRefinement |
FindingsRefinement
Required. The findings refinement to update. The findings refinement's |
updateMask |
Google\Protobuf\FieldMask
Optional. The list of fields to update. If |
| Returns | |
|---|---|
| Type | Description |
UpdateFindingsRefinementRequest |
|