Interface ListIdentityAwareProxyClientsResponseOrBuilder (0.1.0)

public interface ListIdentityAwareProxyClientsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getIdentityAwareProxyClients(int index)

public abstract IdentityAwareProxyClient getIdentityAwareProxyClients(int index)

Clients existing in the brand.

repeated .google.cloud.iap.v1.IdentityAwareProxyClient identity_aware_proxy_clients = 1;

Parameter
Name Description
index int
Returns
Type Description
IdentityAwareProxyClient

getIdentityAwareProxyClientsCount()

public abstract int getIdentityAwareProxyClientsCount()

Clients existing in the brand.

repeated .google.cloud.iap.v1.IdentityAwareProxyClient identity_aware_proxy_clients = 1;

Returns
Type Description
int

getIdentityAwareProxyClientsList()

public abstract List<IdentityAwareProxyClient> getIdentityAwareProxyClientsList()

Clients existing in the brand.

repeated .google.cloud.iap.v1.IdentityAwareProxyClient identity_aware_proxy_clients = 1;

Returns
Type Description
List<IdentityAwareProxyClient>

getIdentityAwareProxyClientsOrBuilder(int index)

public abstract IdentityAwareProxyClientOrBuilder getIdentityAwareProxyClientsOrBuilder(int index)

Clients existing in the brand.

repeated .google.cloud.iap.v1.IdentityAwareProxyClient identity_aware_proxy_clients = 1;

Parameter
Name Description
index int
Returns
Type Description
IdentityAwareProxyClientOrBuilder

getIdentityAwareProxyClientsOrBuilderList()

public abstract List<? extends IdentityAwareProxyClientOrBuilder> getIdentityAwareProxyClientsOrBuilderList()

Clients existing in the brand.

repeated .google.cloud.iap.v1.IdentityAwareProxyClient identity_aware_proxy_clients = 1;

Returns
Type Description
List<? extends com.google.cloud.iap.v1.IdentityAwareProxyClientOrBuilder>

getNextPageToken()

public abstract String 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.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

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

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.