Interface ListAzureClientsResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListAzureClientsResponse,ListAzureClientsResponse.Builder
public interface ListAzureClientsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AzureClientgetAzureClients(int index)A list of [AzureClient][google.cloud.gkemulticloud.v1.AzureClient] resources in the specified Google Cloud project and region region.intgetAzureClientsCount()A list of [AzureClient][google.cloud.gkemulticloud.v1.AzureClient] resources in the specified Google Cloud project and region region.List<AzureClient>getAzureClientsList()A list of [AzureClient][google.cloud.gkemulticloud.v1.AzureClient] resources in the specified Google Cloud project and region region.AzureClientOrBuildergetAzureClientsOrBuilder(int index)A list of [AzureClient][google.cloud.gkemulticloud.v1.AzureClient] resources in the specified Google Cloud project and region region.List<? extends AzureClientOrBuilder>getAzureClientsOrBuilderList()A list of [AzureClient][google.cloud.gkemulticloud.v1.AzureClient] resources in the specified Google Cloud project and region region.StringgetNextPageToken()Token to retrieve the next page of results, or empty if there are no more results in the list.com.google.protobuf.ByteStringgetNextPageTokenBytes()Token to retrieve the next page of results, or empty if there are no more results in the list.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getAzureClientsList
List<AzureClient> getAzureClientsList()
A list of [AzureClient][google.cloud.gkemulticloud.v1.AzureClient] resources in the specified Google Cloud project and region region.
repeated .google.cloud.gkemulticloud.v1.AzureClient azure_clients = 1;
-
getAzureClients
AzureClient getAzureClients(int index)
A list of [AzureClient][google.cloud.gkemulticloud.v1.AzureClient] resources in the specified Google Cloud project and region region.
repeated .google.cloud.gkemulticloud.v1.AzureClient azure_clients = 1;
-
getAzureClientsCount
int getAzureClientsCount()
A list of [AzureClient][google.cloud.gkemulticloud.v1.AzureClient] resources in the specified Google Cloud project and region region.
repeated .google.cloud.gkemulticloud.v1.AzureClient azure_clients = 1;
-
getAzureClientsOrBuilderList
List<? extends AzureClientOrBuilder> getAzureClientsOrBuilderList()
A list of [AzureClient][google.cloud.gkemulticloud.v1.AzureClient] resources in the specified Google Cloud project and region region.
repeated .google.cloud.gkemulticloud.v1.AzureClient azure_clients = 1;
-
getAzureClientsOrBuilder
AzureClientOrBuilder getAzureClientsOrBuilder(int index)
A list of [AzureClient][google.cloud.gkemulticloud.v1.AzureClient] resources in the specified Google Cloud project and region region.
repeated .google.cloud.gkemulticloud.v1.AzureClient azure_clients = 1;
-
getNextPageToken
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:
- The nextPageToken.
-
getNextPageTokenBytes
com.google.protobuf.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:
- The bytes for nextPageToken.
-
-