Reference documentation and code samples for the BigQuery Connection V1 API class Google::Cloud::Bigquery::Connection::V1::ListConnectionsResponse.
The response for ConnectionService.ListConnections.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#connections
def connections() -> ::Array<::Google::Cloud::Bigquery::Connection::V1::Connection>
Returns
- (::Array<::Google::Cloud::Bigquery::Connection::V1::Connection>) — List of connections.
#connections=
def connections=(value) -> ::Array<::Google::Cloud::Bigquery::Connection::V1::Connection>
Parameter
- value (::Array<::Google::Cloud::Bigquery::Connection::V1::Connection>) — List of connections.
Returns
- (::Array<::Google::Cloud::Bigquery::Connection::V1::Connection>) — List of connections.
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — Next page token.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — Next page token.
Returns
- (::String) — Next page token.