Google Cloud BeyondCorp AppConnections V1 Client - Class ResolveAppConnectionsResponse (1.0.4)

Reference documentation and code samples for the Google Cloud BeyondCorp AppConnections V1 Client class ResolveAppConnectionsResponse.

Response message for BeyondCorp.ResolveAppConnections.

Generated from protobuf message google.cloud.beyondcorp.appconnections.v1.ResolveAppConnectionsResponse

Namespace

Google \ Cloud \ BeyondCorp \ AppConnections \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ app_connection_detailsarray<ResolveAppConnectionsResponse\AppConnectionDetails>

A list of BeyondCorp AppConnections with details in the project.

↳ next_page_tokenstring

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

↳ unreachablearray

A list of locations that could not be reached.

getAppConnectionDetails

A list of BeyondCorp AppConnections with details in the project.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setAppConnectionDetails

A list of BeyondCorp AppConnections with details in the project.

Parameter
NameDescription
vararray<ResolveAppConnectionsResponse\AppConnectionDetails>
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
varstring
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
varstring[]
Returns
TypeDescription
$this