Google Cloud BeyondCorp AppGateways V1 Client - Class ListAppGatewaysResponse (0.4.0)

Reference documentation and code samples for the Google Cloud BeyondCorp AppGateways V1 Client class ListAppGatewaysResponse.

Response message for BeyondCorp.ListAppGateways.

Generated from protobuf message google.cloud.beyondcorp.appgateways.v1.ListAppGatewaysResponse

Namespace

Google \ Cloud \ BeyondCorp \ AppGateways \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ app_gateways array<Google\Cloud\BeyondCorp\AppGateways\V1\AppGateway>

A list of BeyondCorp AppGateways in the project.

↳ next_page_token string

A token to retrieve the next page of results, or empty if there are no more results in the list.

↳ unreachable array

A list of locations that could not be reached.

getAppGateways

A list of BeyondCorp AppGateways in the project.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setAppGateways

A list of BeyondCorp AppGateways in the project.

Parameter
NameDescription
var array<Google\Cloud\BeyondCorp\AppGateways\V1\AppGateway>
Returns
TypeDescription
$this

getNextPageToken

A token to retrieve the next page of results, or empty if there are no more results in the list.

Returns
TypeDescription
string

setNextPageToken

A token to retrieve the next page of results, or empty if there are no more results in the list.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getUnreachable

A list of locations that could not be reached.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setUnreachable

A list of locations that could not be reached.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this