Chronicle V1 API - Module Google::Cloud::Chronicle::V1::RuleView (v0.1.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Chronicle V1 API module Google::Cloud::Chronicle::V1::RuleView.
RuleView indicates the scope of fields to populate when returning the Rule
resource.
Constants
RULE_VIEW_UNSPECIFIED
value: 0 The default/unset value.
The API will default to the BASIC view for ListRules/ListRuleRevisions.
The API will default to the FULL view for GetRule.
BASIC
value: 1 Include basic metadata about the rule, but not the full contents.
Returned fields include: revision_id, revision_create_time, display_name,
author, severity, type, allowed_run_frequency,
near_real_time_live_rule_eligible, etag, and scope.
This is the default value for ListRules and ListRuleRevisions.
FULL
value: 2 Include all fields.
This is the default value for GetRule.
REVISION_METADATA_ONLY
value: 3 Include basic metadata about the rule's revision only.
Returned fields include: revision_id and revision_create_time.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-09 UTC."],[],[],null,["# Chronicle V1 API - Module Google::Cloud::Chronicle::V1::RuleView (v0.1.0)\n\nReference documentation and code samples for the Chronicle V1 API module Google::Cloud::Chronicle::V1::RuleView.\n\nRuleView indicates the scope of fields to populate when returning the Rule\nresource.\n\nConstants\n---------\n\n### RULE_VIEW_UNSPECIFIED\n\n**value:** 0 \nThe default/unset value.\nThe API will default to the BASIC view for ListRules/ListRuleRevisions.\nThe API will default to the FULL view for GetRule.\n\n### BASIC\n\n**value:** 1 \nInclude basic metadata about the rule, but not the full contents.\nReturned fields include: revision_id, revision_create_time, display_name,\nauthor, severity, type, allowed_run_frequency,\nnear_real_time_live_rule_eligible, etag, and scope.\nThis is the default value for ListRules and ListRuleRevisions.\n\n### FULL\n\n**value:** 2 \nInclude all fields.\nThis is the default value for GetRule.\n\n### REVISION_METADATA_ONLY\n\n**value:** 3 \nInclude basic metadata about the rule's revision only.\nReturned fields include: revision_id and revision_create_time."]]