Class: Google::Cloud::Eventarc::V1::ListMessageBusEnrollmentsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Eventarc::V1::ListMessageBusEnrollmentsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/eventarc/v1/eventarc.rb
Overview
The response message for the ListMessageBusEnrollments
method.`
Instance Attribute Summary collapse
-
#enrollments ⇒ ::Array<::String>
The requested enrollments, up to the number specified in
page_size
. -
#next_page_token ⇒ ::String
A page token that can be sent to
ListMessageBusEnrollments
to request the next page. -
#unreachable ⇒ ::Array<::String>
Unreachable resources, if any.
Instance Attribute Details
#enrollments ⇒ ::Array<::String>
Returns The requested enrollments, up to the number specified in page_size
.
481 482 483 484 |
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 481 class ListMessageBusEnrollmentsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A page token that can be sent to ListMessageBusEnrollments
to request the
next page. If this is empty, then there are no more pages.
481 482 483 484 |
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 481 class ListMessageBusEnrollmentsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Unreachable resources, if any.
481 482 483 484 |
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 481 class ListMessageBusEnrollmentsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |