Reference documentation and code samples for the Google Cloud Chronicle V1 Client class ComputeAllFindingsRefinementActivitiesRequest.
Request message for ComputeAllFindingsRefinementActivities method.
Generated from protobuf message google.cloud.chronicle.v1.ComputeAllFindingsRefinementActivitiesRequest
Namespace
Google \ Cloud \ Chronicle \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ instance |
string
Required. The ID of the Instance to retrieve counts for. Format: projects/{project}/locations/{location}/instances/{instance} |
↳ interval |
Google\Type\Interval
The time interval the activity is measured over. |
getInstance
Required. The ID of the Instance to retrieve counts for.
Format: projects/{project}/locations/{location}/instances/{instance}
| Returns | |
|---|---|
| Type | Description |
string |
|
setInstance
Required. The ID of the Instance to retrieve counts for.
Format: projects/{project}/locations/{location}/instances/{instance}
| 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 |
instance |
string
Required. The ID of the Instance to retrieve counts for. Format: projects/{project}/locations/{location}/instances/{instance} Please see FindingsRefinementServiceClient::instanceName() for help formatting this field. |
| Returns | |
|---|---|
| Type | Description |
ComputeAllFindingsRefinementActivitiesRequest |
|