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

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

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

public interface BasketballTeamSummaryOrBuilder extends
    // @@protoc_insertion_point(interface_extends:streamlayer.sports.basketball.BasketballTeamSummary)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * double field_goal_percentage = 1 [json_name = "fieldGoalPercentage"];
   * @return The fieldGoalPercentage.
   */
  double getFieldGoalPercentage();

  /**
   * double three_pts_percentage = 2 [json_name = "threePtsPercentage"];
   * @return The threePtsPercentage.
   */
  double getThreePtsPercentage();

  /**
   * double free_throw_percentage = 3 [json_name = "freeThrowPercentage"];
   * @return The freeThrowPercentage.
   */
  double getFreeThrowPercentage();

  /**
   * int32 assists = 4 [json_name = "assists"];
   * @return The assists.
   */
  int getAssists();

  /**
   * int32 rebounds = 5 [json_name = "rebounds"];
   * @return The rebounds.
   */
  int getRebounds();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy