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

main.java.com.streamlayer.inplay.LeagueOrBuilder 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/inplay/inplay.proto

// Protobuf Java Version: 3.25.3
package com.streamlayer.inplay;

public interface LeagueOrBuilder extends
    // @@protoc_insertion_point(interface_extends:streamlayer.inplay.League)
    com.google.protobuf.MessageLiteOrBuilder {

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

  /**
   * string name = 2 [json_name = "name"];
   * @return The name.
   */
  java.lang.String getName();
  /**
   * string name = 2 [json_name = "name"];
   * @return The bytes for name.
   */
  com.google.protobuf.ByteString
      getNameBytes();

  /**
   * string region = 3 [json_name = "region"];
   * @return The region.
   */
  java.lang.String getRegion();
  /**
   * string region = 3 [json_name = "region"];
   * @return The bytes for region.
   */
  com.google.protobuf.ByteString
      getRegionBytes();

  /**
   * uint64 sport_id = 4 [json_name = "sportId"];
   * @return The sportId.
   */
  long getSportId();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy