Class: Google::Cloud::Eventarc::V1::ListChannelsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Eventarc::V1::ListChannelsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/eventarc/v1/eventarc.rb
Overview
The request message for the ListChannels method.
Instance Attribute Summary collapse
-
#order_by ⇒ ::String
The sorting order of the resources returned.
-
#page_size ⇒ ::Integer
The maximum number of channels to return on each page.
-
#page_token ⇒ ::String
The page token; provide the value from the
next_page_tokenfield in a previousListChannelscall to retrieve the subsequent page. -
#parent ⇒ ::String
Required.
Instance Attribute Details
#order_by ⇒ ::String
174 175 176 177 |
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 174 class ListChannelsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
174 175 176 177 |
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 174 class ListChannelsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
174 175 176 177 |
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 174 class ListChannelsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
174 175 176 177 |
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 174 class ListChannelsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |