Class: Google::Cloud::Connectors::V1::ListConnectionsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Connectors::V1::ListConnectionsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/connectors/v1/connection.rb
Overview
Response message for ConnectorsService.ListConnections
Instance Attribute Summary collapse
-
#connections ⇒ ::Array<::Google::Cloud::Connectors::V1::Connection>
Connections.
-
#next_page_token ⇒ ::String
Next page token.
-
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#connections ⇒ ::Array<::Google::Cloud::Connectors::V1::Connection>
Returns Connections.
308 309 310 311 |
# File 'proto_docs/google/cloud/connectors/v1/connection.rb', line 308 class ListConnectionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns Next page token.
308 309 310 311 |
# File 'proto_docs/google/cloud/connectors/v1/connection.rb', line 308 class ListConnectionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
308 309 310 311 |
# File 'proto_docs/google/cloud/connectors/v1/connection.rb', line 308 class ListConnectionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |