Google Cloud Apigee Connect V1 Client - Class ListConnectionsResponse (1.0.5)

Reference documentation and code samples for the Google Cloud Apigee Connect V1 Client class ListConnectionsResponse.

The response for ListConnections.

Generated from protobuf message google.cloud.apigeeconnect.v1.ListConnectionsResponse

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

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

A list of clients.

↳ next_page_token string

A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

getConnections

A list of clients.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setConnections

A list of clients.

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

getNextPageToken

A token that can be sent as page_token to retrieve the next page.

If this field is omitted, there are no subsequent pages.

Returns
TypeDescription
string

setNextPageToken

A token that can be sent as page_token to retrieve the next page.

If this field is omitted, there are no subsequent pages.

Parameter
NameDescription
var string
Returns
TypeDescription
$this