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

main.java.com.streamlayer.sports.hockey.HockeyTeamSummaryOrBuilder 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/sports/hockey/hockey.proto

// Protobuf Java Version: 3.25.3
package com.streamlayer.sports.hockey;

public interface HockeyTeamSummaryOrBuilder extends
    // @@protoc_insertion_point(interface_extends:streamlayer.sports.hockey.HockeyTeamSummary)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * int32 shots_on_goal = 1 [json_name = "shotsOnGoal"];
   * @return The shotsOnGoal.
   */
  int getShotsOnGoal();

  /**
   * double faceoff = 2 [json_name = "faceoff"];
   * @return The faceoff.
   */
  double getFaceoff();

  /**
   * int32 powerplay = 3 [json_name = "powerplay"];
   * @return The powerplay.
   */
  int getPowerplay();

  /**
   * int32 penalty_minutes = 4 [json_name = "penaltyMinutes"];
   * @return The penaltyMinutes.
   */
  int getPenaltyMinutes();

  /**
   * int32 hits = 5 [json_name = "hits"];
   * @return The hits.
   */
  int getHits();

  /**
   * int32 blocks = 6 [json_name = "blocks"];
   * @return The blocks.
   */
  int getBlocks();

  /**
   * int32 giveaways = 7 [json_name = "giveaways"];
   * @return The giveaways.
   */
  int getGiveaways();

  /**
   * int32 takeaways = 8 [json_name = "takeaways"];
   * @return The takeaways.
   */
  int getTakeaways();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy