Interface ListAzureClientsResponseOrBuilder (0.40.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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for nextPageToken.