Reference documentation and code samples for the Chronicle V1 API class Google::Cloud::Chronicle::V1::ListRuleExecutionErrorsRequest.
Request message for ListRuleExecutionErrors.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#filter
def filter() -> ::String-
(::String) — A filter that can be used to retrieve specific rule execution errors.
Only the following filters are allowed:
rule = "\\{Rule.name}" curated_rule = "\\{CuratedRule.name}"The value for rule or curated_rule must be a valid rule resource name or a valid curated rule resource name specified in quotes.For 'rule', an optional 'revision_id' can be specified which can be used to fetch errors for a given revision of the rule. A '-' is also allowed to fetch errors across all revisions of the rule. If unspecified, only errors corresponding to the most recent revision of the rule will be returned. So these variations are all allowed:
rule = "\\{Rule.name}" rule = "\\{Rule.name}@\\{Rule.revision_id}" rule = "\\{Rule.name}@-"Revision IDs are not supported for curated rules.
#filter=
def filter=(value) -> ::String-
value (::String) — A filter that can be used to retrieve specific rule execution errors.
Only the following filters are allowed:
rule = "\\{Rule.name}" curated_rule = "\\{CuratedRule.name}"The value for rule or curated_rule must be a valid rule resource name or a valid curated rule resource name specified in quotes.For 'rule', an optional 'revision_id' can be specified which can be used to fetch errors for a given revision of the rule. A '-' is also allowed to fetch errors across all revisions of the rule. If unspecified, only errors corresponding to the most recent revision of the rule will be returned. So these variations are all allowed:
rule = "\\{Rule.name}" rule = "\\{Rule.name}@\\{Rule.revision_id}" rule = "\\{Rule.name}@-"Revision IDs are not supported for curated rules.
-
(::String) — A filter that can be used to retrieve specific rule execution errors.
Only the following filters are allowed:
rule = "\\{Rule.name}" curated_rule = "\\{CuratedRule.name}"The value for rule or curated_rule must be a valid rule resource name or a valid curated rule resource name specified in quotes.For 'rule', an optional 'revision_id' can be specified which can be used to fetch errors for a given revision of the rule. A '-' is also allowed to fetch errors across all revisions of the rule. If unspecified, only errors corresponding to the most recent revision of the rule will be returned. So these variations are all allowed:
rule = "\\{Rule.name}" rule = "\\{Rule.name}@\\{Rule.revision_id}" rule = "\\{Rule.name}@-"Revision IDs are not supported for curated rules.
#page_size
def page_size() -> ::Integer- (::Integer) — The maximum number of rule execution errors to return. The service may return fewer than this value. If unspecified, at most 1000 rule execution errors will be returned. The maximum value is 10000; values above 10000 will be coerced to 10000.
#page_size=
def page_size=(value) -> ::Integer- value (::Integer) — The maximum number of rule execution errors to return. The service may return fewer than this value. If unspecified, at most 1000 rule execution errors will be returned. The maximum value is 10000; values above 10000 will be coerced to 10000.
- (::Integer) — The maximum number of rule execution errors to return. The service may return fewer than this value. If unspecified, at most 1000 rule execution errors will be returned. The maximum value is 10000; values above 10000 will be coerced to 10000.
#page_token
def page_token() -> ::String-
(::String) — A page token, received from a previous
ListRuleExecutionErrorscall. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListRuleExecutionErrorsmust match the call that provided the page token.
#page_token=
def page_token=(value) -> ::String-
value (::String) — A page token, received from a previous
ListRuleExecutionErrorscall. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListRuleExecutionErrorsmust match the call that provided the page token.
-
(::String) — A page token, received from a previous
ListRuleExecutionErrorscall. Provide this to retrieve the subsequent page.When paginating, all other parameters provided to
ListRuleExecutionErrorsmust match the call that provided the page token.
#parent
def parent() -> ::String- (::String) — Required. The instance to list rule execution errors from. Format: projects/{project}/locations/{location}/instances/{instance}
#parent=
def parent=(value) -> ::String- value (::String) — Required. The instance to list rule execution errors from. Format: projects/{project}/locations/{location}/instances/{instance}
- (::String) — Required. The instance to list rule execution errors from. Format: projects/{project}/locations/{location}/instances/{instance}