Google BigQuery Connection V1 Client - Class ListConnectionsResponse (1.5.0)

Reference documentation and code samples for the Google BigQuery Connection V1 Client class ListConnectionsResponse.

The response for ConnectionService.ListConnections.

Generated from protobuf message google.cloud.bigquery.connection.v1.ListConnectionsResponse

Namespace

Google \ Cloud \ BigQuery \ Connection \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ next_page_token string

Next page token.

↳ connections array<Google\Cloud\BigQuery\Connection\V1\Connection>

List of connections.

getNextPageToken

Next page token.

Returns
TypeDescription
string

setNextPageToken

Next page token.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getConnections

List of connections.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setConnections

List of connections.

Parameter
NameDescription
var array<Google\Cloud\BigQuery\Connection\V1\Connection>
Returns
TypeDescription
$this