ai.promoted.proto.delivery.PagingInfoOrBuilder 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 PagingInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:delivery.PagingInfo)
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();
/**
* string cursor = 2 [json_name = "cursor"];
* @return The cursor.
*/
java.lang.String getCursor();
/**
* string cursor = 2 [json_name = "cursor"];
* @return The bytes for cursor.
*/
com.google.protobuf.ByteString
getCursorBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy