main.java.com.streamlayer.sports.baseball.PitcherSummaryOrBuilder 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 PitcherSummaryOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.sports.baseball.PitcherSummary)
com.google.protobuf.MessageLiteOrBuilder {
/**
* .streamlayer.sports.baseball.Pitching statistics = 1 [json_name = "statistics"];
* @return Whether the statistics field is set.
*/
boolean hasStatistics();
/**
* .streamlayer.sports.baseball.Pitching statistics = 1 [json_name = "statistics"];
* @return The statistics.
*/
com.streamlayer.sports.baseball.Pitching getStatistics();
/**
* .streamlayer.sports.baseball.PitcherStatus status = 2 [json_name = "status"];
* @return The enum numeric value on the wire for status.
*/
int getStatusValue();
/**
* .streamlayer.sports.baseball.PitcherStatus status = 2 [json_name = "status"];
* @return The status.
*/
com.streamlayer.sports.baseball.PitcherStatus getStatus();
/**
* int32 win_rate = 3 [json_name = "winRate"];
* @return The winRate.
*/
int getWinRate();
/**
* int32 loss_rate = 4 [json_name = "lossRate"];
* @return The lossRate.
*/
int getLossRate();
}