Google Cloud Iap V1 Client - Class ListIdentityAwareProxyClientsResponse (2.3.0)

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

Namespace

Google \ Cloud \ Iap \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ identity_aware_proxy_clients array<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
Type Description
Google\Protobuf\RepeatedField<IdentityAwareProxyClient>

setIdentityAwareProxyClients

Clients existing in the brand.

Parameter
Name Description
var array<IdentityAwareProxyClient>
Returns
Type Description
$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
Type Description
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
Name Description
var string
Returns
Type Description
$this