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