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