Interface ListAzureClientsResponseOrBuilder (0.43.0)

public interface ListAzureClientsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAzureClients(int index)

public abstract AzureClient getAzureClients(int index)

A list of AzureClient resources in the specified Google Cloud project and region region.

repeated .google.cloud.gkemulticloud.v1.AzureClient azure_clients = 1;

Parameter
Name Description
index int
Returns
Type Description
AzureClient

getAzureClientsCount()

public abstract int getAzureClientsCount()

A list of AzureClient resources in the specified Google Cloud project and region region.

repeated .google.cloud.gkemulticloud.v1.AzureClient azure_clients = 1;

Returns
Type Description
int

getAzureClientsList()

public abstract List<AzureClient> getAzureClientsList()

A list of AzureClient resources in the specified Google Cloud project and region region.

repeated .google.cloud.gkemulticloud.v1.AzureClient azure_clients = 1;

Returns
Type Description
List<AzureClient>

getAzureClientsOrBuilder(int index)

public abstract AzureClientOrBuilder getAzureClientsOrBuilder(int index)

A list of AzureClient resources in the specified Google Cloud project and region region.

repeated .google.cloud.gkemulticloud.v1.AzureClient azure_clients = 1;

Parameter
Name Description
index int
Returns
Type Description
AzureClientOrBuilder

getAzureClientsOrBuilderList()

public abstract List<? extends AzureClientOrBuilder> getAzureClientsOrBuilderList()

A list of AzureClient resources in the specified Google Cloud project and region region.

repeated .google.cloud.gkemulticloud.v1.AzureClient azure_clients = 1;

Returns
Type Description
List<? extends com.google.cloud.gkemulticloud.v1.AzureClientOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

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

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

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

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.