Reference documentation and code samples for the Google Cloud Chronicle V1 Client class ListRuleDeploymentsRequest.
Request message for ListRuleDeployments.
Generated from protobuf message google.cloud.chronicle.v1.ListRuleDeploymentsRequest
Namespace
Google \ Cloud \ Chronicle \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The collection of all parents which own all rule deployments. The "-" wildcard token must be used as the rule identifier in the resource path. Format: projects/{project}/locations/{location}/instances/{instance}/rules/-
↳ page_size
int
The maximum number of rule deployments to return. The service may return fewer than this value. If unspecified, at most 100 rule deployments 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 ListRuleDeployments
call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListRuleDeployments
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: archived, name
getParent
Required. The collection of all parents which own all rule deployments. The
"-" wildcard token must be used as the rule identifier in the resource
path. Format: projects/{project}/locations/{location}/instances/{instance}/rules/-
string
setParent
Required. The collection of all parents which own all rule deployments. The
"-" wildcard token must be used as the rule identifier in the resource
path. Format: projects/{project}/locations/{location}/instances/{instance}/rules/-
var
string
$this
getPageSize
The maximum number of rule deployments to return. The service may return fewer than this value. If unspecified, at most 100 rule deployments will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
int
setPageSize
The maximum number of rule deployments to return. The service may return fewer than this value. If unspecified, at most 100 rule deployments 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 ListRuleDeployments
call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListRuleDeployments
must match the call that provided the page token.
string
setPageToken
A page token, received from a previous ListRuleDeployments
call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListRuleDeployments
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: archived, name
string
setFilter
A filter that can be used to retrieve specific rule deployments.
The following fields are filterable: archived, name
var
string
$this
static::build
parent
string
Required. The collection of all parents which own all rule deployments. The
"-" wildcard token must be used as the rule identifier in the resource
path. Format: projects/{project}/locations/{location}/instances/{instance}/rules/-
Please see RuleServiceClient::ruleName()
for help formatting this field.