Interface ListAttachedClustersResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListAttachedClustersResponse
,ListAttachedClustersResponse.Builder
public interface ListAttachedClustersResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AttachedCluster
getAttachedClusters(int index)
A list of [AttachedCluster][google.cloud.gkemulticloud.v1.AttachedCluster] resources in the specified Google Cloud Platform project and region region.int
getAttachedClustersCount()
A list of [AttachedCluster][google.cloud.gkemulticloud.v1.AttachedCluster] resources in the specified Google Cloud Platform project and region region.List<AttachedCluster>
getAttachedClustersList()
A list of [AttachedCluster][google.cloud.gkemulticloud.v1.AttachedCluster] resources in the specified Google Cloud Platform project and region region.AttachedClusterOrBuilder
getAttachedClustersOrBuilder(int index)
A list of [AttachedCluster][google.cloud.gkemulticloud.v1.AttachedCluster] resources in the specified Google Cloud Platform project and region region.List<? extends AttachedClusterOrBuilder>
getAttachedClustersOrBuilderList()
A list of [AttachedCluster][google.cloud.gkemulticloud.v1.AttachedCluster] resources in the specified Google Cloud Platform project and region region.String
getNextPageToken()
Token to retrieve the next page of results, or empty if there are no more results in the list.com.google.protobuf.ByteString
getNextPageTokenBytes()
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
-
getAttachedClustersList
List<AttachedCluster> getAttachedClustersList()
A list of [AttachedCluster][google.cloud.gkemulticloud.v1.AttachedCluster] resources in the specified Google Cloud Platform project and region region.
repeated .google.cloud.gkemulticloud.v1.AttachedCluster attached_clusters = 1;
-
getAttachedClusters
AttachedCluster getAttachedClusters(int index)
A list of [AttachedCluster][google.cloud.gkemulticloud.v1.AttachedCluster] resources in the specified Google Cloud Platform project and region region.
repeated .google.cloud.gkemulticloud.v1.AttachedCluster attached_clusters = 1;
-
getAttachedClustersCount
int getAttachedClustersCount()
A list of [AttachedCluster][google.cloud.gkemulticloud.v1.AttachedCluster] resources in the specified Google Cloud Platform project and region region.
repeated .google.cloud.gkemulticloud.v1.AttachedCluster attached_clusters = 1;
-
getAttachedClustersOrBuilderList
List<? extends AttachedClusterOrBuilder> getAttachedClustersOrBuilderList()
A list of [AttachedCluster][google.cloud.gkemulticloud.v1.AttachedCluster] resources in the specified Google Cloud Platform project and region region.
repeated .google.cloud.gkemulticloud.v1.AttachedCluster attached_clusters = 1;
-
getAttachedClustersOrBuilder
AttachedClusterOrBuilder getAttachedClustersOrBuilder(int index)
A list of [AttachedCluster][google.cloud.gkemulticloud.v1.AttachedCluster] resources in the specified Google Cloud Platform project and region region.
repeated .google.cloud.gkemulticloud.v1.AttachedCluster attached_clusters = 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.
-
-