All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ai.promoted.proto.delivery.PagingInfoOrBuilder Maven / Gradle / Ivy

There is a newer version: 3.2.0
Show newest version
// 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