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

main.java.com.streamlayer.inplay.SportOrBuilder 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 SportOrBuilder extends
    // @@protoc_insertion_point(interface_extends:streamlayer.inplay.Sport)
    com.google.protobuf.MessageLiteOrBuilder {

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

  /**
   * repeated .streamlayer.inplay.Country countries = 2 [json_name = "countries"];
   */
  java.util.List 
      getCountriesList();
  /**
   * repeated .streamlayer.inplay.Country countries = 2 [json_name = "countries"];
   */
  com.streamlayer.inplay.Country getCountries(int index);
  /**
   * repeated .streamlayer.inplay.Country countries = 2 [json_name = "countries"];
   */
  int getCountriesCount();

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy