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

main.java.com.streamlayer.sports.events.PlayByPlayRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 5.133.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: streamlayer/sports/events/events.proto

// Protobuf Java Version: 3.25.3
package com.streamlayer.sports.events;

public interface PlayByPlayRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:streamlayer.sports.events.PlayByPlayRequest)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * uint64 id = 1 [json_name = "id"];
   * @return The id.
   */
  long getId();

  /**
   * .streamlayer.sports.Pagination pagination = 2 [json_name = "pagination"];
   * @return Whether the pagination field is set.
   */
  boolean hasPagination();
  /**
   * .streamlayer.sports.Pagination pagination = 2 [json_name = "pagination"];
   * @return The pagination.
   */
  com.streamlayer.sports.common.Pagination getPagination();

  /**
   * 
   * asc, desc
   * 
* * string order = 3 [json_name = "order"]; * @return The order. */ java.lang.String getOrder(); /** *
   * asc, desc
   * 
* * string order = 3 [json_name = "order"]; * @return The bytes for order. */ com.google.protobuf.ByteString getOrderBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy