Class: Google::Cloud::ApigeeConnect::V1::ListConnectionsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::ApigeeConnect::V1::ListConnectionsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/apigeeconnect/v1/connection.rb
Overview
The response for [ListConnections][Management.ListConnections].
Instance Attribute Summary collapse
-
#connections ⇒ ::Array<::Google::Cloud::ApigeeConnect::V1::Connection>
A list of clients.
-
#next_page_token ⇒ ::String
A token that can be sent as
page_token
to retrieve the next page.
Instance Attribute Details
#connections ⇒ ::Array<::Google::Cloud::ApigeeConnect::V1::Connection>
Returns A list of clients.
55 56 57 58 |
# File 'proto_docs/google/cloud/apigeeconnect/v1/connection.rb', line 55 class ListConnectionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token that can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
55 56 57 58 |
# File 'proto_docs/google/cloud/apigeeconnect/v1/connection.rb', line 55 class ListConnectionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |