Google Cloud BeyondCorp Client Gateways V1 Client - Class ListClientGatewaysResponse (0.1.6)

Reference documentation and code samples for the Google Cloud BeyondCorp Client Gateways V1 Client class ListClientGatewaysResponse.

Message for response to listing ClientGateways.

Generated from protobuf message google.cloud.beyondcorp.clientgateways.v1.ListClientGatewaysResponse

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ client_gateways array<Google\Cloud\BeyondCorp\ClientGateways\V1\ClientGateway>

The list of ClientGateway.

↳ next_page_token string

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

↳ unreachable array

Locations that could not be reached.

getClientGateways

The list of ClientGateway.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setClientGateways

The list of ClientGateway.

Parameter
NameDescription
var array<Google\Cloud\BeyondCorp\ClientGateways\V1\ClientGateway>
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

getUnreachable

Locations that could not be reached.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setUnreachable

Locations that could not be reached.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this