Google Cloud Build V2 Client - Class ListConnectionsResponse (0.14.0)

Reference documentation and code samples for the Google Cloud Build V2 Client class ListConnectionsResponse.

Message for response to listing Connections.

Generated from protobuf message google.devtools.cloudbuild.v2.ListConnectionsResponse

Namespace

Google \ Cloud \ Build \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ connections array<Google\Cloud\Build\V2\Connection>

The list of Connections.

↳ next_page_token string

A token identifying a page of results the server should return.

getConnections

The list of Connections.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setConnections

The list of Connections.

Parameter
NameDescription
var array<Google\Cloud\Build\V2\Connection>
Returns
TypeDescription
$this

getNextPageToken

A token identifying a page of results the server should return.

Returns
TypeDescription
string

setNextPageToken

A token identifying a page of results the server should return.

Parameter
NameDescription
var string
Returns
TypeDescription
$this