Interface ListClustersRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListClustersRequest,ListClustersRequest.Builder
@Generated(value="protoc",
comments="annotations:ListClustersRequestOrBuilder.java.pb.meta")
public interface ListClustersRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.ByteStringbytes next_page_token = 2;intint32 page_size = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getPageSize
int getPageSize()int32 page_size = 1;- Returns:
- The pageSize.
-
getNextPageToken
com.google.protobuf.ByteString getNextPageToken()bytes next_page_token = 2;- Returns:
- The nextPageToken.
-