Class: Google::Cloud::Eventarc::V1::ListMessageBusEnrollmentsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Eventarc::V1::ListMessageBusEnrollmentsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/eventarc/v1/eventarc.rb
Overview
The request message for the ListMessageBusEnrollments
method.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
Returns Optional. The maximum number of results to return on each page.
Note: The service may send fewer.
465 466 467 468 |
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 465 class ListMessageBusEnrollmentsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Optional. The page token; provide the value from the next_page_token
field in a previous call to retrieve the subsequent page.
When paginating, all other parameters provided must match the previous call that provided the page token.
465 466 467 468 |
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 465 class ListMessageBusEnrollmentsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The parent message bus to list enrollments on.
465 466 467 468 |
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 465 class ListMessageBusEnrollmentsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |