Google Cloud Chronicle V1 Client - Class CreateFindingsRefinementRequest (0.5.0)

Reference documentation and code samples for the Google Cloud Chronicle V1 Client class CreateFindingsRefinementRequest.

Request message for CreateFindingsRefinement method.

Generated from protobuf message google.cloud.chronicle.v1.CreateFindingsRefinementRequest

Namespace

Google \ Cloud \ Chronicle \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The parent resource where this findings refinement will be created. Format: projects/{project}/locations/{location}/instances/{instance}

↳ findings_refinement FindingsRefinement

Required. The findings refinement to create.

getParent

Required. The parent resource where this findings refinement will be created. Format: projects/{project}/locations/{location}/instances/{instance}

Returns
Type Description
string

setParent

Required. The parent resource where this findings refinement will be created. Format: projects/{project}/locations/{location}/instances/{instance}

Parameter
Name Description
var string
Returns
Type Description
$this

getFindingsRefinement

Required. The findings refinement to create.

Returns
Type Description
FindingsRefinement|null

hasFindingsRefinement

clearFindingsRefinement

setFindingsRefinement

Required. The findings refinement to create.

Parameter
Name Description
var FindingsRefinement
Returns
Type Description
$this

static::build

Parameters
Name Description
parent string

Required. The parent resource where this findings refinement will be created. Format: projects/{project}/locations/{location}/instances/{instance} Please see FindingsRefinementServiceClient::instanceName() for help formatting this field.

findingsRefinement FindingsRefinement

Required. The findings refinement to create.

Returns
Type Description
CreateFindingsRefinementRequest