Interface ListAwsNodePoolsResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListAwsNodePoolsResponse,ListAwsNodePoolsResponse.Builder
public interface ListAwsNodePoolsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsNodePoolgetAwsNodePools(int index)A list of [AwsNodePool][google.cloud.gkemulticloud.v1.AwsNodePool] resources in the specified `AwsCluster`.intgetAwsNodePoolsCount()A list of [AwsNodePool][google.cloud.gkemulticloud.v1.AwsNodePool] resources in the specified `AwsCluster`.List<AwsNodePool>getAwsNodePoolsList()A list of [AwsNodePool][google.cloud.gkemulticloud.v1.AwsNodePool] resources in the specified `AwsCluster`.AwsNodePoolOrBuildergetAwsNodePoolsOrBuilder(int index)A list of [AwsNodePool][google.cloud.gkemulticloud.v1.AwsNodePool] resources in the specified `AwsCluster`.List<? extends AwsNodePoolOrBuilder>getAwsNodePoolsOrBuilderList()A list of [AwsNodePool][google.cloud.gkemulticloud.v1.AwsNodePool] resources in the specified `AwsCluster`.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
-
getAwsNodePoolsList
List<AwsNodePool> getAwsNodePoolsList()
A list of [AwsNodePool][google.cloud.gkemulticloud.v1.AwsNodePool] resources in the specified `AwsCluster`.
repeated .google.cloud.gkemulticloud.v1.AwsNodePool aws_node_pools = 1;
-
getAwsNodePools
AwsNodePool getAwsNodePools(int index)
A list of [AwsNodePool][google.cloud.gkemulticloud.v1.AwsNodePool] resources in the specified `AwsCluster`.
repeated .google.cloud.gkemulticloud.v1.AwsNodePool aws_node_pools = 1;
-
getAwsNodePoolsCount
int getAwsNodePoolsCount()
A list of [AwsNodePool][google.cloud.gkemulticloud.v1.AwsNodePool] resources in the specified `AwsCluster`.
repeated .google.cloud.gkemulticloud.v1.AwsNodePool aws_node_pools = 1;
-
getAwsNodePoolsOrBuilderList
List<? extends AwsNodePoolOrBuilder> getAwsNodePoolsOrBuilderList()
A list of [AwsNodePool][google.cloud.gkemulticloud.v1.AwsNodePool] resources in the specified `AwsCluster`.
repeated .google.cloud.gkemulticloud.v1.AwsNodePool aws_node_pools = 1;
-
getAwsNodePoolsOrBuilder
AwsNodePoolOrBuilder getAwsNodePoolsOrBuilder(int index)
A list of [AwsNodePool][google.cloud.gkemulticloud.v1.AwsNodePool] resources in the specified `AwsCluster`.
repeated .google.cloud.gkemulticloud.v1.AwsNodePool aws_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.
-
-