Reference documentation and code samples for the Eventarc V1 API class Google::Cloud::Eventarc::V1::ListTriggersRequest.
The request message for the ListTriggers method.
Inherits
Object
Extended By
Google::Protobuf::MessageExts::ClassMethods
Includes
Google::Protobuf::MessageExts
Methods
#filter
deffilter()->::String
Returns
(::String) — Filter field. Used to filter the Triggers to be listed. Possible filters
are described in https://google.aip.dev/160. For example, using
"?filter=destination:gke" would list only Triggers with a gke destination.
#filter=
deffilter=(value)->::String
Parameter
value (::String) — Filter field. Used to filter the Triggers to be listed. Possible filters
are described in https://google.aip.dev/160. For example, using
"?filter=destination:gke" would list only Triggers with a gke destination.
Returns
(::String) — Filter field. Used to filter the Triggers to be listed. Possible filters
are described in https://google.aip.dev/160. For example, using
"?filter=destination:gke" would list only Triggers with a gke destination.
#order_by
deforder_by()->::String
Returns
(::String) — The sorting order of the resources returned. Value should be a
comma-separated list of fields. The default sorting order is ascending. To
specify descending order for a field, append a desc suffix; for example:
name desc, trigger_id.
#order_by=
deforder_by=(value)->::String
Parameter
value (::String) — The sorting order of the resources returned. Value should be a
comma-separated list of fields. The default sorting order is ascending. To
specify descending order for a field, append a desc suffix; for example:
name desc, trigger_id.
Returns
(::String) — The sorting order of the resources returned. Value should be a
comma-separated list of fields. The default sorting order is ascending. To
specify descending order for a field, append a desc suffix; for example:
name desc, trigger_id.
#page_size
defpage_size()->::Integer
Returns
(::Integer) — The maximum number of triggers to return on each page.
Note: The service may send fewer.
#page_size=
defpage_size=(value)->::Integer
Parameter
value (::Integer) — The maximum number of triggers to return on each page.
Note: The service may send fewer.
Returns
(::Integer) — The maximum number of triggers to return on each page.
Note: The service may send fewer.
#page_token
defpage_token()->::String
Returns
(::String) — The page token; provide the value from the next_page_token field in a
previous ListTriggers call to retrieve the subsequent page.
When paginating, all other parameters provided to ListTriggers must match
the call that provided the page token.
#page_token=
defpage_token=(value)->::String
Parameter
value (::String) — The page token; provide the value from the next_page_token field in a
previous ListTriggers call to retrieve the subsequent page.
When paginating, all other parameters provided to ListTriggers must match
the call that provided the page token.
Returns
(::String) — The page token; provide the value from the next_page_token field in a
previous ListTriggers call to retrieve the subsequent page.
When paginating, all other parameters provided to ListTriggers must match
the call that provided the page token.
#parent
defparent()->::String
Returns
(::String) — Required. The parent collection to list triggers on.
#parent=
defparent=(value)->::String
Parameter
value (::String) — Required. The parent collection to list triggers on.
Returns
(::String) — Required. The parent collection to list triggers on.
[[["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-08-28 UTC."],[],[],null,["# Eventarc V1 API - Class Google::Cloud::Eventarc::V1::ListTriggersRequest (v2.1.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.1.0 (latest)](/ruby/docs/reference/google-cloud-eventarc-v1/latest/Google-Cloud-Eventarc-V1-ListTriggersRequest)\n- [2.0.1](/ruby/docs/reference/google-cloud-eventarc-v1/2.0.1/Google-Cloud-Eventarc-V1-ListTriggersRequest)\n- [1.3.0](/ruby/docs/reference/google-cloud-eventarc-v1/1.3.0/Google-Cloud-Eventarc-V1-ListTriggersRequest)\n- [1.2.0](/ruby/docs/reference/google-cloud-eventarc-v1/1.2.0/Google-Cloud-Eventarc-V1-ListTriggersRequest)\n- [1.1.0](/ruby/docs/reference/google-cloud-eventarc-v1/1.1.0/Google-Cloud-Eventarc-V1-ListTriggersRequest)\n- [1.0.1](/ruby/docs/reference/google-cloud-eventarc-v1/1.0.1/Google-Cloud-Eventarc-V1-ListTriggersRequest)\n- [0.10.0](/ruby/docs/reference/google-cloud-eventarc-v1/0.10.0/Google-Cloud-Eventarc-V1-ListTriggersRequest)\n- [0.9.2](/ruby/docs/reference/google-cloud-eventarc-v1/0.9.2/Google-Cloud-Eventarc-V1-ListTriggersRequest)\n- [0.8.0](/ruby/docs/reference/google-cloud-eventarc-v1/0.8.0/Google-Cloud-Eventarc-V1-ListTriggersRequest)\n- [0.7.0](/ruby/docs/reference/google-cloud-eventarc-v1/0.7.0/Google-Cloud-Eventarc-V1-ListTriggersRequest)\n- [0.6.0](/ruby/docs/reference/google-cloud-eventarc-v1/0.6.0/Google-Cloud-Eventarc-V1-ListTriggersRequest)\n- [0.5.0](/ruby/docs/reference/google-cloud-eventarc-v1/0.5.0/Google-Cloud-Eventarc-V1-ListTriggersRequest)\n- [0.4.0](/ruby/docs/reference/google-cloud-eventarc-v1/0.4.0/Google-Cloud-Eventarc-V1-ListTriggersRequest)\n- [0.3.0](/ruby/docs/reference/google-cloud-eventarc-v1/0.3.0/Google-Cloud-Eventarc-V1-ListTriggersRequest)\n- [0.2.1](/ruby/docs/reference/google-cloud-eventarc-v1/0.2.1/Google-Cloud-Eventarc-V1-ListTriggersRequest)\n- [0.1.4](/ruby/docs/reference/google-cloud-eventarc-v1/0.1.4/Google-Cloud-Eventarc-V1-ListTriggersRequest) \nReference documentation and code samples for the Eventarc V1 API class Google::Cloud::Eventarc::V1::ListTriggersRequest.\n\nThe request message for the ListTriggers 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### #filter\n\n def filter() -\u003e ::String\n\n**Returns**\n\n- (::String) --- Filter field. Used to filter the Triggers to be listed. Possible filters are described in https://google.aip.dev/160. For example, using \"?filter=destination:gke\" would list only Triggers with a gke destination.\n\n### #filter=\n\n def filter=(value) -\u003e ::String\n\n**Parameter**\n\n- **value** (::String) --- Filter field. Used to filter the Triggers to be listed. Possible filters are described in https://google.aip.dev/160. For example, using \"?filter=destination:gke\" would list only Triggers with a gke destination. \n**Returns**\n\n- (::String) --- Filter field. Used to filter the Triggers to be listed. Possible filters are described in https://google.aip.dev/160. For example, using \"?filter=destination:gke\" would list only Triggers with a gke destination.\n\n### #order_by\n\n def order_by() -\u003e ::String\n\n**Returns**\n\n- (::String) --- The sorting order of the resources returned. Value should be a comma-separated list of fields. The default sorting order is ascending. To specify descending order for a field, append a `desc` suffix; for example: `name desc, trigger_id`.\n\n### #order_by=\n\n def order_by=(value) -\u003e ::String\n\n**Parameter**\n\n- **value** (::String) --- The sorting order of the resources returned. Value should be a comma-separated list of fields. The default sorting order is ascending. To specify descending order for a field, append a `desc` suffix; for example: `name desc, trigger_id`. \n**Returns**\n\n- (::String) --- The sorting order of the resources returned. Value should be a comma-separated list of fields. The default sorting order is ascending. To specify descending order for a field, append a `desc` suffix; for example: `name desc, trigger_id`.\n\n### #page_size\n\n def page_size() -\u003e ::Integer\n\n**Returns**\n\n- (::Integer) --- The maximum number of triggers to return on each page.\n\n Note: The service may send fewer.\n\n### #page_size=\n\n def page_size=(value) -\u003e ::Integer\n\n**Parameter**\n\n- **value** (::Integer) --- The maximum number of triggers to return on each page.\n\n\nNote: The service may send fewer. \n**Returns**\n\n- (::Integer) --- The maximum number of triggers to return on each page.\n\n Note: The service may send fewer.\n\n### #page_token\n\n def page_token() -\u003e ::String\n\n**Returns**\n\n- (::String) --- The page token; provide the value from the `next_page_token` field in a previous `ListTriggers` call to retrieve the subsequent page.\n\n\n When paginating, all other parameters provided to `ListTriggers` must match\n 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; provide the value from the `next_page_token` field in a previous `ListTriggers` call to retrieve the subsequent page.\n\n\n When paginating, all other parameters provided to `ListTriggers` must match\nthe call that provided the page token. \n**Returns**\n\n- (::String) --- The page token; provide the value from the `next_page_token` field in a previous `ListTriggers` call to retrieve the subsequent page.\n\n\n When paginating, all other parameters provided to `ListTriggers` must match\n the call that provided the page token.\n\n### #parent\n\n def parent() -\u003e ::String\n\n**Returns**\n\n- (::String) --- Required. The parent collection to list triggers on.\n\n### #parent=\n\n def parent=(value) -\u003e ::String\n\n**Parameter**\n\n- **value** (::String) --- Required. The parent collection to list triggers on. \n**Returns**\n\n- (::String) --- Required. The parent collection to list triggers on."]]