main.java.com.streamlayer.sports.hockey.HockeyTeamSummaryOrBuilder 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/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();
}