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

ai.promoted.proto.delivery.PagingOrBuilder 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 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