Package ai.promoted.proto.delivery
Interface PagingOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Paging,Paging.Builder
public interface PagingOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCursor()string cursor = 3 [json_name = "cursor"];com.google.protobuf.ByteStringgetCursorBytes()string cursor = 3 [json_name = "cursor"];intgetOffset()int32 offset = 4 [json_name = "offset"];StringgetPagingId()string paging_id = 1 [json_name = "pagingId"];com.google.protobuf.ByteStringgetPagingIdBytes()string paging_id = 1 [json_name = "pagingId"];intgetSize()int32 size = 2 [json_name = "size"];Paging.StartingCasegetStartingCase()booleanhasCursor()string cursor = 3 [json_name = "cursor"];booleanhasOffset()int32 offset = 4 [json_name = "offset"];-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getPagingId
String getPagingId()
string paging_id = 1 [json_name = "pagingId"];- Returns:
- The pagingId.
-
getPagingIdBytes
com.google.protobuf.ByteString getPagingIdBytes()
string paging_id = 1 [json_name = "pagingId"];- Returns:
- The bytes for pagingId.
-
getSize
int getSize()
int32 size = 2 [json_name = "size"];- Returns:
- The size.
-
hasCursor
boolean hasCursor()
string cursor = 3 [json_name = "cursor"];- Returns:
- Whether the cursor field is set.
-
getCursor
String getCursor()
string cursor = 3 [json_name = "cursor"];- Returns:
- The cursor.
-
getCursorBytes
com.google.protobuf.ByteString getCursorBytes()
string cursor = 3 [json_name = "cursor"];- Returns:
- The bytes for cursor.
-
hasOffset
boolean hasOffset()
int32 offset = 4 [json_name = "offset"];- Returns:
- Whether the offset field is set.
-
getOffset
int getOffset()
int32 offset = 4 [json_name = "offset"];- Returns:
- The offset.
-
getStartingCase
Paging.StartingCase getStartingCase()
-
-