Interface ListAzureNodePoolsResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListAzureNodePoolsResponse,ListAzureNodePoolsResponse.Builder
public interface ListAzureNodePoolsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AzureNodePoolgetAzureNodePools(int index)A list of [AzureNodePool][google.cloud.gkemulticloud.v1.AzureNodePool] resources in the specified `AzureCluster`.intgetAzureNodePoolsCount()A list of [AzureNodePool][google.cloud.gkemulticloud.v1.AzureNodePool] resources in the specified `AzureCluster`.List<AzureNodePool>getAzureNodePoolsList()A list of [AzureNodePool][google.cloud.gkemulticloud.v1.AzureNodePool] resources in the specified `AzureCluster`.AzureNodePoolOrBuildergetAzureNodePoolsOrBuilder(int index)A list of [AzureNodePool][google.cloud.gkemulticloud.v1.AzureNodePool] resources in the specified `AzureCluster`.List<? extends AzureNodePoolOrBuilder>getAzureNodePoolsOrBuilderList()A list of [AzureNodePool][google.cloud.gkemulticloud.v1.AzureNodePool] resources in the specified `AzureCluster`.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
-
getAzureNodePoolsList
List<AzureNodePool> getAzureNodePoolsList()
A list of [AzureNodePool][google.cloud.gkemulticloud.v1.AzureNodePool] resources in the specified `AzureCluster`.
repeated .google.cloud.gkemulticloud.v1.AzureNodePool azure_node_pools = 1;
-
getAzureNodePools
AzureNodePool getAzureNodePools(int index)
A list of [AzureNodePool][google.cloud.gkemulticloud.v1.AzureNodePool] resources in the specified `AzureCluster`.
repeated .google.cloud.gkemulticloud.v1.AzureNodePool azure_node_pools = 1;
-
getAzureNodePoolsCount
int getAzureNodePoolsCount()
A list of [AzureNodePool][google.cloud.gkemulticloud.v1.AzureNodePool] resources in the specified `AzureCluster`.
repeated .google.cloud.gkemulticloud.v1.AzureNodePool azure_node_pools = 1;
-
getAzureNodePoolsOrBuilderList
List<? extends AzureNodePoolOrBuilder> getAzureNodePoolsOrBuilderList()
A list of [AzureNodePool][google.cloud.gkemulticloud.v1.AzureNodePool] resources in the specified `AzureCluster`.
repeated .google.cloud.gkemulticloud.v1.AzureNodePool azure_node_pools = 1;
-
getAzureNodePoolsOrBuilder
AzureNodePoolOrBuilder getAzureNodePoolsOrBuilder(int index)
A list of [AzureNodePool][google.cloud.gkemulticloud.v1.AzureNodePool] resources in the specified `AzureCluster`.
repeated .google.cloud.gkemulticloud.v1.AzureNodePool azure_node_pools = 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.
-
-