Reference documentation and code samples for the Google Cloud Chronicle V1 Client class ComputeFindingsRefinementActivityRequest.
Request message for ComputeFindingsRefinementActivity method.
Generated from protobuf message google.cloud.chronicle.v1.ComputeFindingsRefinementActivityRequest
Namespace
Google \ Cloud \ Chronicle \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. Full resource name for the findings refinement to fetch the activity for. Format: projects/{project}/locations/{region}/instances/{instance}/findingsRefinements/{findings_refinement} |
↳ interval |
Google\Type\Interval
The time interval the activity is measured over. |
getName
Required. Full resource name for the findings refinement to fetch the activity for. Format: projects/{project}/locations/{region}/instances/{instance}/findingsRefinements/{findings_refinement}
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. Full resource name for the findings refinement to fetch the activity for. Format: projects/{project}/locations/{region}/instances/{instance}/findingsRefinements/{findings_refinement}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getInterval
The time interval the activity is measured over.
| Returns | |
|---|---|
| Type | Description |
Google\Type\Interval|null |
|
hasInterval
clearInterval
setInterval
The time interval the activity is measured over.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Type\Interval
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
name |
string
Required. Full resource name for the findings refinement to fetch the activity for. Format: projects/{project}/locations/{region}/instances/{instance}/findingsRefinements/{findings_refinement} Please see FindingsRefinementServiceClient::findingsRefinementName() for help formatting this field. |
| Returns | |
|---|---|
| Type | Description |
ComputeFindingsRefinementActivityRequest |
|