Google Cloud Iap V1 Client - Class ListIdentityAwareProxyClientsResponse (1.1.1)

Reference documentation and code samples for the Google Cloud Iap V1 Client class ListIdentityAwareProxyClientsResponse.

Response message for ListIdentityAwareProxyClients.

Generated from protobuf message google.cloud.iap.v1.ListIdentityAwareProxyClientsResponse

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ identity_aware_proxy_clients array<Google\Cloud\Iap\V1\IdentityAwareProxyClient>

Clients existing in the brand.

↳ next_page_token string

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

getIdentityAwareProxyClients

Clients existing in the brand.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setIdentityAwareProxyClients

Clients existing in the brand.

Parameter
NameDescription
var array<Google\Cloud\Iap\V1\IdentityAwareProxyClient>
Returns
TypeDescription
$this

getNextPageToken

A token, which can be send as page_token to retrieve the next page.

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

Returns
TypeDescription
string

setNextPageToken

A token, which can be send 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