Reference documentation and code samples for the Google Cloud Chronicle V1 Client class ListRetrohuntsRequest.
Request message for ListRetrohunts method.
Generated from protobuf message google.cloud.chronicle.v1.ListRetrohuntsRequest
Namespace
Google \ Cloud \ Chronicle \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The rule that the retrohunts belong to. Format: projects/{project}/locations/{location}/instances/{instance}/rules/{rule}
↳ page_size
int
The maximum number of retrohunt to return. The service may return fewer than this value. If unspecified, at most 100 retrohunts will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
↳ page_token
string
A page token, received from a previous ListRetrohunts
call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListRetrohunts
must match the call that provided the page token.
↳ filter
string
A filter that can be used to retrieve specific rule deployments. The following fields are filterable: state
getParent
Required. The rule that the retrohunts belong to.
Format: projects/{project}/locations/{location}/instances/{instance}/rules/{rule}
string
setParent
Required. The rule that the retrohunts belong to.
Format: projects/{project}/locations/{location}/instances/{instance}/rules/{rule}
var
string
$this
getPageSize
The maximum number of retrohunt to return. The service may return fewer than this value. If unspecified, at most 100 retrohunts will be returned.
The maximum value is 1000; values above 1000 will be coerced to 1000.
int
setPageSize
The maximum number of retrohunt to return. The service may return fewer than this value. If unspecified, at most 100 retrohunts will be returned.
The maximum value is 1000; values above 1000 will be coerced to 1000.
var
int
$this
getPageToken
A page token, received from a previous ListRetrohunts
call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListRetrohunts
must
match the call that provided the page token.
string
setPageToken
A page token, received from a previous ListRetrohunts
call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListRetrohunts
must
match the call that provided the page token.
var
string
$this
getFilter
A filter that can be used to retrieve specific rule deployments.
The following fields are filterable: state
string
setFilter
A filter that can be used to retrieve specific rule deployments.
The following fields are filterable: state
var
string
$this
static::build
parent
string
Required. The rule that the retrohunts belong to.
Format: projects/{project}/locations/{location}/instances/{instance}/rules/{rule}
Please see RuleServiceClient::ruleName()
for help formatting this field.