public interface ListAzureClientsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAzureClients(int index) (deprecated)
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() (deprecated)
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() (deprecated)
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) (deprecated)
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() (deprecated)
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() (deprecated)
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() (deprecated)
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. |