Google Cloud Chronicle V1 Client - Class UpdateFindingsRefinementRequest (0.5.0)

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 \ V1

Methods

__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 name field is used to identify the findings refinement to update. Format: projects/{project}/locations/{location}/instances/{instance}/findingsRefinements/{findings_refinement}

↳ update_mask Google\Protobuf\FieldMask

Optional. The list of fields to update. If * is provided, all fields will be updated.

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 name field is used to identify the findings refinement to update. Format: projects/{project}/locations/{location}/instances/{instance}/findingsRefinements/{findings_refinement}

updateMask Google\Protobuf\FieldMask

Optional. The list of fields to update. If * is provided, all fields will be updated.

Returns
Type Description
UpdateFindingsRefinementRequest