Class: Google::Cloud::Eventarc::V1::ListEnrollmentsResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#enrollments::Array<::Google::Cloud::Eventarc::V1::Enrollment>

Returns The requested Enrollments, up to the number specified in page_size.

Returns:



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.

Returns:

  • (::String)

    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.

Returns:

  • (::Array<::String>)

    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