Reference documentation and code samples for the Google Cloud Chronicle V1 Client class ListFindingsRefinementsResponse.
Response message for ListFindingsRefinements method.
Generated from protobuf message google.cloud.chronicle.v1.ListFindingsRefinementsResponse
Namespace
Google \ Cloud \ Chronicle \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ findings_refinements |
array<FindingsRefinement>
List of findings refinements. |
↳ next_page_token |
string
A token, which can be sent as |
getFindingsRefinements
List of findings refinements.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\RepeatedField<FindingsRefinement> |
|
setFindingsRefinements
List of findings refinements.
| Parameter | |
|---|---|
| Name | Description |
var |
array<FindingsRefinement>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNextPageToken
A token, which can be sent as page_token to retrieve the next page. If
this field is omitted, there are no subsequent pages.
| Returns | |
|---|---|
| Type | Description |
string |
|
setNextPageToken
A token, which can be sent as page_token to retrieve the next page. If
this field is omitted, there are no subsequent pages.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|