Class: Google::Cloud::Bigquery::Connection::V1::ListConnectionsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::Connection::V1::ListConnectionsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/bigquery/connection/v1/connection.rb
Overview
The response for ConnectionService.ListConnections.
Instance Attribute Summary collapse
-
#connections ⇒ ::Array<::Google::Cloud::Bigquery::Connection::V1::Connection>
List of connections.
-
#next_page_token ⇒ ::String
Next page token.
Instance Attribute Details
#connections ⇒ ::Array<::Google::Cloud::Bigquery::Connection::V1::Connection>
Returns List of connections.
78 79 80 81 |
# File 'proto_docs/google/cloud/bigquery/connection/v1/connection.rb', line 78 class ListConnectionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns Next page token.
78 79 80 81 |
# File 'proto_docs/google/cloud/bigquery/connection/v1/connection.rb', line 78 class ListConnectionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |