Class: Google::Cloud::Eventarc::V1::ListProvidersRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Eventarc::V1::ListProvidersRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/eventarc/v1/eventarc.rb
Overview
The request message for the ListProviders method.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
The filter field that the list request will filter on.
-
#order_by ⇒ ::String
The sorting order of the resources returned.
-
#page_size ⇒ ::Integer
The maximum number of providers to return on each page.
-
#page_token ⇒ ::String
The page token; provide the value from the
next_page_token
field in a previousListProviders
call to retrieve the subsequent page. -
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
Returns The filter field that the list request will filter on.
277 278 279 280 |
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 277 class ListProvidersRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#order_by ⇒ ::String
Returns The sorting order of the resources returned. Value should be a
comma-separated list of fields. The default sorting oder is ascending. To
specify descending order for a field, append a desc
suffix; for example:
name desc, _id
.
277 278 279 280 |
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 277 class ListProvidersRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns The maximum number of providers to return on each page.
277 278 279 280 |
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 277 class ListProvidersRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns The page token; provide the value from the next_page_token
field in a
previous ListProviders
call to retrieve the subsequent page.
When paginating, all other parameters provided to ListProviders
must
match the call that provided the page token.
277 278 279 280 |
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 277 class ListProvidersRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The parent of the provider to get.
277 278 279 280 |
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 277 class ListProvidersRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |