Class: Google::Cloud::Eventarc::V1::ListMessageBusesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Eventarc::V1::ListMessageBusesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/eventarc/v1/eventarc.rb
Overview
The request message for the ListMessageBuses method.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Optional.
-
#order_by ⇒ ::String
Optional.
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
428 429 430 431 |
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 428 class ListMessageBusesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#order_by ⇒ ::String
428 429 430 431 |
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 428 class ListMessageBusesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
428 429 430 431 |
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 428 class ListMessageBusesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
428 429 430 431 |
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 428 class ListMessageBusesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
428 429 430 431 |
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 428 class ListMessageBusesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |