main.java.com.streamlayer.inplay.common.PeriodOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sl-protofiles Show documentation
Show all versions of sl-protofiles Show documentation
StreamLayer Java Protofiles
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: streamlayer/inplay/common/inplay.common.proto
// Protobuf Java Version: 3.25.3
package com.streamlayer.inplay.common;
public interface PeriodOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.inplay.common.Period)
com.google.protobuf.MessageLiteOrBuilder {
/**
* int32 number = 1 [json_name = "number"];
* @return The number.
*/
int getNumber();
/**
* int32 score_home = 2 [json_name = "scoreHome"];
* @return The scoreHome.
*/
int getScoreHome();
/**
* int32 score_away = 3 [json_name = "scoreAway"];
* @return The scoreAway.
*/
int getScoreAway();
}