Chronicle V1 API - Class Google::Cloud::Chronicle::V1::ListRuleRevisionsRequest (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 class Google::Cloud::Chronicle::V1::ListRuleRevisionsRequest.
Request message for ListRuleRevisions method.
Inherits
Object
Extended By
Google::Protobuf::MessageExts::ClassMethods
Includes
Google::Protobuf::MessageExts
Methods
#name
defname()->::String
Returns
(::String) — Required. The name of the rule to list revisions for.
Format:
projects/{project}/locations/{location}/instances/{instance}/rules/{rule}
#name=
defname=(value)->::String
Parameter
value (::String) — Required. The name of the rule to list revisions for.
Format:
projects/{project}/locations/{location}/instances/{instance}/rules/{rule}
Returns
(::String) — Required. The name of the rule to list revisions for.
Format:
projects/{project}/locations/{location}/instances/{instance}/rules/{rule}
#page_size
defpage_size()->::Integer
Returns
(::Integer) — The maximum number of revisions to return per page. The service may return
fewer than this value. If unspecified, at most 100 revisions will be
returned. The maximum value is 1000; values above 1000 will be coerced to
1000.
#page_size=
defpage_size=(value)->::Integer
Parameter
value (::Integer) — The maximum number of revisions to return per page. The service may return
fewer than this value. If unspecified, at most 100 revisions will be
returned. The maximum value is 1000; values above 1000 will be coerced to
1000.
Returns
(::Integer) — The maximum number of revisions to return per page. The service may return
fewer than this value. If unspecified, at most 100 revisions will be
returned. The maximum value is 1000; values above 1000 will be coerced to
1000.
#page_token
defpage_token()->::String
Returns
(::String) — The page token, received from a previous ListRuleRevisions call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListRuleRevisions
must match the call that provided the page token.
#page_token=
defpage_token=(value)->::String
Parameter
value (::String) — The page token, received from a previous ListRuleRevisions call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListRuleRevisions
must match the call that provided the page token.
Returns
(::String) — The page token, received from a previous ListRuleRevisions call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListRuleRevisions
must match the call that provided the page token.
(::Google::Cloud::Chronicle::V1::RuleView) — The view field indicates the scope of fields to populate for the revision
being returned. If unspecified, defaults to BASIC.
value (::Google::Cloud::Chronicle::V1::RuleView) — The view field indicates the scope of fields to populate for the revision
being returned. If unspecified, defaults to BASIC.
Returns
(::Google::Cloud::Chronicle::V1::RuleView) — The view field indicates the scope of fields to populate for the revision
being returned. If unspecified, defaults to BASIC.
[[["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 - Class Google::Cloud::Chronicle::V1::ListRuleRevisionsRequest (v0.1.0)\n\nReference documentation and code samples for the Chronicle V1 API class Google::Cloud::Chronicle::V1::ListRuleRevisionsRequest.\n\nRequest message for ListRuleRevisions method. \n\nInherits\n--------\n\n- Object \n\nExtended By\n-----------\n\n- Google::Protobuf::MessageExts::ClassMethods \n\nIncludes\n--------\n\n- Google::Protobuf::MessageExts\n\nMethods\n-------\n\n### #name\n\n def name() -\u003e ::String\n\n**Returns**\n\n- (::String) --- Required. The name of the rule to list revisions for. Format: `projects/{project}/locations/{location}/instances/{instance}/rules/{rule}`\n\n### #name=\n\n def name=(value) -\u003e ::String\n\n**Parameter**\n\n- **value** (::String) --- Required. The name of the rule to list revisions for. Format: `projects/{project}/locations/{location}/instances/{instance}/rules/{rule}` \n**Returns**\n\n- (::String) --- Required. The name of the rule to list revisions for. Format: `projects/{project}/locations/{location}/instances/{instance}/rules/{rule}`\n\n### #page_size\n\n def page_size() -\u003e ::Integer\n\n**Returns**\n\n- (::Integer) --- The maximum number of revisions to return per page. The service may return fewer than this value. If unspecified, at most 100 revisions will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.\n\n### #page_size=\n\n def page_size=(value) -\u003e ::Integer\n\n**Parameter**\n\n- **value** (::Integer) --- The maximum number of revisions to return per page. The service may return fewer than this value. If unspecified, at most 100 revisions will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000. \n**Returns**\n\n- (::Integer) --- The maximum number of revisions to return per page. The service may return fewer than this value. If unspecified, at most 100 revisions will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.\n\n### #page_token\n\n def page_token() -\u003e ::String\n\n**Returns**\n\n- (::String) --- The page token, received from a previous `ListRuleRevisions` call. Provide this to retrieve the subsequent page.\n\n\n When paginating, all other parameters provided to `ListRuleRevisions`\n must match the call that provided the page token.\n\n### #page_token=\n\n def page_token=(value) -\u003e ::String\n\n**Parameter**\n\n- **value** (::String) --- The page token, received from a previous `ListRuleRevisions` call. Provide this to retrieve the subsequent page.\n\n\n When paginating, all other parameters provided to `ListRuleRevisions`\nmust match the call that provided the page token. \n**Returns**\n\n- (::String) --- The page token, received from a previous `ListRuleRevisions` call. Provide this to retrieve the subsequent page.\n\n\n When paginating, all other parameters provided to `ListRuleRevisions`\n must match the call that provided the page token.\n\n### #view\n\n def view() -\u003e ::Google::Cloud::Chronicle::V1::RuleView\n\n**Returns**\n\n- ([::Google::Cloud::Chronicle::V1::RuleView](./Google-Cloud-Chronicle-V1-RuleView)) --- The view field indicates the scope of fields to populate for the revision being returned. If unspecified, defaults to BASIC.\n\n### #view=\n\n def view=(value) -\u003e ::Google::Cloud::Chronicle::V1::RuleView\n\n**Parameter**\n\n- **value** ([::Google::Cloud::Chronicle::V1::RuleView](./Google-Cloud-Chronicle-V1-RuleView)) --- The view field indicates the scope of fields to populate for the revision being returned. If unspecified, defaults to BASIC. \n**Returns**\n\n- ([::Google::Cloud::Chronicle::V1::RuleView](./Google-Cloud-Chronicle-V1-RuleView)) --- The view field indicates the scope of fields to populate for the revision being returned. If unspecified, defaults to BASIC."]]