ai.promoted.proto.delivery.PagingOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of deliveryclient Show documentation
Show all versions of deliveryclient Show documentation
A Java Client to contact the Promoted.ai Delivery API.
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: proto/delivery/delivery.proto
package ai.promoted.proto.delivery;
public interface PagingOrBuilder extends
// @@protoc_insertion_point(interface_extends:delivery.Paging)
com.google.protobuf.MessageOrBuilder {
/**
* string paging_id = 1 [json_name = "pagingId"];
* @return The pagingId.
*/
java.lang.String getPagingId();
/**
* string paging_id = 1 [json_name = "pagingId"];
* @return The bytes for pagingId.
*/
com.google.protobuf.ByteString
getPagingIdBytes();
/**
* int32 size = 2 [json_name = "size"];
* @return The size.
*/
int getSize();
/**
* string cursor = 3 [json_name = "cursor"];
* @return Whether the cursor field is set.
*/
boolean hasCursor();
/**
* string cursor = 3 [json_name = "cursor"];
* @return The cursor.
*/
java.lang.String getCursor();
/**
* string cursor = 3 [json_name = "cursor"];
* @return The bytes for cursor.
*/
com.google.protobuf.ByteString
getCursorBytes();
/**
* int32 offset = 4 [json_name = "offset"];
* @return Whether the offset field is set.
*/
boolean hasOffset();
/**
* int32 offset = 4 [json_name = "offset"];
* @return The offset.
*/
int getOffset();
public ai.promoted.proto.delivery.Paging.StartingCase getStartingCase();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy