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