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

main.java.com.streamlayer.sports.baseball.PitcherSummaryOrBuilder Maven / Gradle / Ivy

There is a newer version: 5.120.2
Show newest version
// 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();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy