ListRulesRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)Request message for ListRules method.
Attributes |
|
|---|---|
| Name | Description |
parent |
str
Required. The parent, which owns this collection of rules. Format: projects/{project}/locations/{location}/instances/{instance}
|
page_size |
int
The maximum number of rules to return. The service may return fewer than this value. If unspecified, at most 100 rules will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000. |
page_token |
str
A page token, received from a previous ListRules call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to
ListRules must match the call that provided the page
token.
|
view |
google.cloud.chronicle_v1.types.RuleView
view indicates the scope of fields to populate for the Rule being returned. If unspecified, defaults to BASIC. |
filter |
str
Only the following filters are allowed: "reference_lists:{reference_list_name}" "data_tables:{data_table_name}" "display_name:{display_name}". |