main.java.com.streamlayer.sports.baseball.EventSummaryOrBuilder 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/sports/baseball/baseball.proto
// Protobuf Java Version: 3.25.3
package com.streamlayer.sports.baseball;
public interface EventSummaryOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.sports.baseball.EventSummary)
com.google.protobuf.MessageLiteOrBuilder {
/**
*
* TODO roster, etc
*
*
* .streamlayer.sports.baseball.BaseballSummary statistics = 1 [json_name = "statistics"];
* @return Whether the statistics field is set.
*/
boolean hasStatistics();
/**
*
* TODO roster, etc
*
*
* .streamlayer.sports.baseball.BaseballSummary statistics = 1 [json_name = "statistics"];
* @return The statistics.
*/
com.streamlayer.sports.baseball.BaseballSummary getStatistics();
}