Reference documentation and code samples for the Google Cloud Chronicle V1 Client class GetFindingsRefinementRequest.
Request message for GetFindingsRefinement method.
Generated from protobuf message google.cloud.chronicle.v1.GetFindingsRefinementRequest
Namespace
Google \ Cloud \ Chronicle \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The name of the findings refinement to retrieve. Format: projects/{project}/locations/{location}/instances/{instance}/findingsRefinements/{findings_refinement} |
getName
Required. The name of the findings refinement to retrieve.
Format: projects/{project}/locations/{location}/instances/{instance}/findingsRefinements/{findings_refinement}
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. The name of the findings refinement to retrieve.
Format: projects/{project}/locations/{location}/instances/{instance}/findingsRefinements/{findings_refinement}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
name |
string
Required. The name of the findings refinement to retrieve. Format: projects/{project}/locations/{location}/instances/{instance}/findingsRefinements/{findings_refinement} Please see FindingsRefinementServiceClient::findingsRefinementName() for help formatting this field. |
| Returns | |
|---|---|
| Type | Description |
GetFindingsRefinementRequest |
|