Documentation
¶
Overview ¶
Package cfbd provides a minimal, type-safe Golang client for the College Football Data API.
Index ¶
- Variables
- type AdjustedTeamMetrics
- func (*AdjustedTeamMetrics) Descriptor() ([]byte, []int)deprecated
- func (x *AdjustedTeamMetrics) GetConference() string
- func (x *AdjustedTeamMetrics) GetEpa() *EpaSplit
- func (x *AdjustedTeamMetrics) GetEpaAllowed() *EpaSplit
- func (x *AdjustedTeamMetrics) GetExplosiveness() float64
- func (x *AdjustedTeamMetrics) GetExplosivenessAllowed() float64
- func (x *AdjustedTeamMetrics) GetRushing() *RushingYardsSplit
- func (x *AdjustedTeamMetrics) GetRushingAllowed() *RushingYardsSplit
- func (x *AdjustedTeamMetrics) GetSuccessRate() *SuccessRateSplit
- func (x *AdjustedTeamMetrics) GetSuccessRateAllowed() *SuccessRateSplit
- func (x *AdjustedTeamMetrics) GetTeam() string
- func (x *AdjustedTeamMetrics) GetTeamId() int32
- func (x *AdjustedTeamMetrics) GetYear() int32
- func (*AdjustedTeamMetrics) ProtoMessage()
- func (x *AdjustedTeamMetrics) ProtoReflect() protoreflect.Message
- func (x *AdjustedTeamMetrics) Reset()
- func (x *AdjustedTeamMetrics) String() string
- type AdvancedBoxScore
- func (*AdvancedBoxScore) Descriptor() ([]byte, []int)deprecated
- func (x *AdvancedBoxScore) GetGameInfo() *AdvancedBoxScoreGameInfo
- func (x *AdvancedBoxScore) GetPlayers() *AdvancedBoxScorePlayers
- func (x *AdvancedBoxScore) GetTeams() *AdvancedBoxScoreTeams
- func (*AdvancedBoxScore) ProtoMessage()
- func (x *AdvancedBoxScore) ProtoReflect() protoreflect.Message
- func (x *AdvancedBoxScore) Reset()
- func (x *AdvancedBoxScore) String() string
- type AdvancedBoxScoreGameInfo
- func (*AdvancedBoxScoreGameInfo) Descriptor() ([]byte, []int)deprecated
- func (x *AdvancedBoxScoreGameInfo) GetAwayPoints() int32
- func (x *AdvancedBoxScoreGameInfo) GetAwayTeam() string
- func (x *AdvancedBoxScoreGameInfo) GetAwayWinProb() float64
- func (x *AdvancedBoxScoreGameInfo) GetExcitement() float64
- func (x *AdvancedBoxScoreGameInfo) GetHomePoints() int32
- func (x *AdvancedBoxScoreGameInfo) GetHomeTeam() string
- func (x *AdvancedBoxScoreGameInfo) GetHomeWinProb() float64
- func (x *AdvancedBoxScoreGameInfo) GetHomeWinner() bool
- func (*AdvancedBoxScoreGameInfo) ProtoMessage()
- func (x *AdvancedBoxScoreGameInfo) ProtoReflect() protoreflect.Message
- func (x *AdvancedBoxScoreGameInfo) Reset()
- func (x *AdvancedBoxScoreGameInfo) String() string
- type AdvancedBoxScorePlayers
- func (*AdvancedBoxScorePlayers) Descriptor() ([]byte, []int)deprecated
- func (x *AdvancedBoxScorePlayers) GetPpa() []*PlayerPPA
- func (x *AdvancedBoxScorePlayers) GetUsage() []*PlayerGameUsage
- func (*AdvancedBoxScorePlayers) ProtoMessage()
- func (x *AdvancedBoxScorePlayers) ProtoReflect() protoreflect.Message
- func (x *AdvancedBoxScorePlayers) Reset()
- func (x *AdvancedBoxScorePlayers) String() string
- type AdvancedBoxScoreTeams
- func (*AdvancedBoxScoreTeams) Descriptor() ([]byte, []int)deprecated
- func (x *AdvancedBoxScoreTeams) GetCumulativePpa() []*TeamPPA
- func (x *AdvancedBoxScoreTeams) GetExplosiveness() []*TeamExplosiveness
- func (x *AdvancedBoxScoreTeams) GetFieldPosition() []*TeamFieldPosition
- func (x *AdvancedBoxScoreTeams) GetHavoc() []*TeamHavoc
- func (x *AdvancedBoxScoreTeams) GetPpa() []*TeamPPA
- func (x *AdvancedBoxScoreTeams) GetRushing() []*TeamRushingStats
- func (x *AdvancedBoxScoreTeams) GetScoringOpportunities() []*TeamScoringOpportunities
- func (x *AdvancedBoxScoreTeams) GetSuccessRates() []*TeamSuccessRates
- func (*AdvancedBoxScoreTeams) ProtoMessage()
- func (x *AdvancedBoxScoreTeams) ProtoReflect() protoreflect.Message
- func (x *AdvancedBoxScoreTeams) Reset()
- func (x *AdvancedBoxScoreTeams) String() string
- type AdvancedFieldPosition
- func (*AdvancedFieldPosition) Descriptor() ([]byte, []int)deprecated
- func (x *AdvancedFieldPosition) GetAveragePredictedPoints() float64
- func (x *AdvancedFieldPosition) GetAverageStart() float64
- func (*AdvancedFieldPosition) ProtoMessage()
- func (x *AdvancedFieldPosition) ProtoReflect() protoreflect.Message
- func (x *AdvancedFieldPosition) Reset()
- func (x *AdvancedFieldPosition) String() string
- type AdvancedGameStat
- func (*AdvancedGameStat) Descriptor() ([]byte, []int)deprecated
- func (x *AdvancedGameStat) GetDefense() *AdvancedGameStatSide
- func (x *AdvancedGameStat) GetGameId() int32
- func (x *AdvancedGameStat) GetOffense() *AdvancedGameStatSide
- func (x *AdvancedGameStat) GetOpponent() string
- func (x *AdvancedGameStat) GetSeason() int32
- func (x *AdvancedGameStat) GetSeasonType() string
- func (x *AdvancedGameStat) GetTeam() string
- func (x *AdvancedGameStat) GetWeek() int32
- func (*AdvancedGameStat) ProtoMessage()
- func (x *AdvancedGameStat) ProtoReflect() protoreflect.Message
- func (x *AdvancedGameStat) Reset()
- func (x *AdvancedGameStat) String() string
- type AdvancedGameStatSide
- func (*AdvancedGameStatSide) Descriptor() ([]byte, []int)deprecated
- func (x *AdvancedGameStatSide) GetDrives() int32
- func (x *AdvancedGameStatSide) GetExplosiveness() float64
- func (x *AdvancedGameStatSide) GetLineYards() float64
- func (x *AdvancedGameStatSide) GetLineYardsTotal() int32
- func (x *AdvancedGameStatSide) GetOpenFieldYards() float64
- func (x *AdvancedGameStatSide) GetOpenFieldYardsTotal() int32
- func (x *AdvancedGameStatSide) GetPassingDowns() *AdvancedGameStatSideDownMetrics
- func (x *AdvancedGameStatSide) GetPassingPlays() *AdvancedGameStatSidePlayMetrics
- func (x *AdvancedGameStatSide) GetPlays() int32
- func (x *AdvancedGameStatSide) GetPowerSuccess() float64
- func (x *AdvancedGameStatSide) GetPpa() float64
- func (x *AdvancedGameStatSide) GetRushingPlays() *AdvancedGameStatSidePlayMetrics
- func (x *AdvancedGameStatSide) GetSecondLevelYards() float64
- func (x *AdvancedGameStatSide) GetSecondLevelYardsTotal() int32
- func (x *AdvancedGameStatSide) GetStandardDowns() *AdvancedGameStatSideDownMetrics
- func (x *AdvancedGameStatSide) GetStuffRate() float64
- func (x *AdvancedGameStatSide) GetSuccessRate() float64
- func (x *AdvancedGameStatSide) GetTotal_PPA() float64
- func (*AdvancedGameStatSide) ProtoMessage()
- func (x *AdvancedGameStatSide) ProtoReflect() protoreflect.Message
- func (x *AdvancedGameStatSide) Reset()
- func (x *AdvancedGameStatSide) String() string
- type AdvancedGameStatSideDownMetrics
- func (*AdvancedGameStatSideDownMetrics) Descriptor() ([]byte, []int)deprecated
- func (x *AdvancedGameStatSideDownMetrics) GetExplosiveness() float64
- func (x *AdvancedGameStatSideDownMetrics) GetPpa() float64
- func (x *AdvancedGameStatSideDownMetrics) GetSuccessRate() float64
- func (*AdvancedGameStatSideDownMetrics) ProtoMessage()
- func (x *AdvancedGameStatSideDownMetrics) ProtoReflect() protoreflect.Message
- func (x *AdvancedGameStatSideDownMetrics) Reset()
- func (x *AdvancedGameStatSideDownMetrics) String() string
- type AdvancedGameStatSidePlayMetrics
- func (*AdvancedGameStatSidePlayMetrics) Descriptor() ([]byte, []int)deprecated
- func (x *AdvancedGameStatSidePlayMetrics) GetExplosiveness() float64
- func (x *AdvancedGameStatSidePlayMetrics) GetPpa() float64
- func (x *AdvancedGameStatSidePlayMetrics) GetSuccessRate() float64
- func (x *AdvancedGameStatSidePlayMetrics) GetTotal_PPA() float64
- func (*AdvancedGameStatSidePlayMetrics) ProtoMessage()
- func (x *AdvancedGameStatSidePlayMetrics) ProtoReflect() protoreflect.Message
- func (x *AdvancedGameStatSidePlayMetrics) Reset()
- func (x *AdvancedGameStatSidePlayMetrics) String() string
- type AdvancedHavoc
- func (*AdvancedHavoc) Descriptor() ([]byte, []int)deprecated
- func (x *AdvancedHavoc) GetDb() float64
- func (x *AdvancedHavoc) GetFrontSeven() float64
- func (x *AdvancedHavoc) GetTotal() float64
- func (*AdvancedHavoc) ProtoMessage()
- func (x *AdvancedHavoc) ProtoReflect() protoreflect.Message
- func (x *AdvancedHavoc) Reset()
- func (x *AdvancedHavoc) String() string
- type AdvancedRateMetrics
- func (*AdvancedRateMetrics) Descriptor() ([]byte, []int)deprecated
- func (x *AdvancedRateMetrics) GetExplosiveness() float64
- func (x *AdvancedRateMetrics) GetPpa() float64
- func (x *AdvancedRateMetrics) GetRate() float64
- func (x *AdvancedRateMetrics) GetSuccessRate() float64
- func (x *AdvancedRateMetrics) GetTotal_PPA() float64
- func (*AdvancedRateMetrics) ProtoMessage()
- func (x *AdvancedRateMetrics) ProtoReflect() protoreflect.Message
- func (x *AdvancedRateMetrics) Reset()
- func (x *AdvancedRateMetrics) String() string
- type AdvancedSeasonStat
- func (*AdvancedSeasonStat) Descriptor() ([]byte, []int)deprecated
- func (x *AdvancedSeasonStat) GetConference() string
- func (x *AdvancedSeasonStat) GetDefense() *AdvancedSeasonStatSide
- func (x *AdvancedSeasonStat) GetOffense() *AdvancedSeasonStatSide
- func (x *AdvancedSeasonStat) GetSeason() int32
- func (x *AdvancedSeasonStat) GetTeam() string
- func (*AdvancedSeasonStat) ProtoMessage()
- func (x *AdvancedSeasonStat) ProtoReflect() protoreflect.Message
- func (x *AdvancedSeasonStat) Reset()
- func (x *AdvancedSeasonStat) String() string
- type AdvancedSeasonStatSide
- func (*AdvancedSeasonStatSide) Descriptor() ([]byte, []int)deprecated
- func (x *AdvancedSeasonStatSide) GetDrives() int32
- func (x *AdvancedSeasonStatSide) GetExplosiveness() float64
- func (x *AdvancedSeasonStatSide) GetFieldPosition() *AdvancedFieldPosition
- func (x *AdvancedSeasonStatSide) GetHavoc() *AdvancedHavoc
- func (x *AdvancedSeasonStatSide) GetLineYards() float64
- func (x *AdvancedSeasonStatSide) GetLineYardsTotal() int32
- func (x *AdvancedSeasonStatSide) GetOpenFieldYards() float64
- func (x *AdvancedSeasonStatSide) GetOpenFieldYardsTotal() int32
- func (x *AdvancedSeasonStatSide) GetPassingDowns() *AdvancedRateMetrics
- func (x *AdvancedSeasonStatSide) GetPassingPlays() *AdvancedRateMetrics
- func (x *AdvancedSeasonStatSide) GetPlays() int32
- func (x *AdvancedSeasonStatSide) GetPointsPerOpportunity() float64
- func (x *AdvancedSeasonStatSide) GetPowerSuccess() float64
- func (x *AdvancedSeasonStatSide) GetPpa() float64
- func (x *AdvancedSeasonStatSide) GetRushingPlays() *AdvancedRateMetrics
- func (x *AdvancedSeasonStatSide) GetSecondLevelYards() float64
- func (x *AdvancedSeasonStatSide) GetSecondLevelYardsTotal() int32
- func (x *AdvancedSeasonStatSide) GetStandardDowns() *AdvancedRateMetrics
- func (x *AdvancedSeasonStatSide) GetStuffRate() float64
- func (x *AdvancedSeasonStatSide) GetSuccessRate() float64
- func (x *AdvancedSeasonStatSide) GetTotalOpportunies() int32
- func (x *AdvancedSeasonStatSide) GetTotal_PPA() float64
- func (*AdvancedSeasonStatSide) ProtoMessage()
- func (x *AdvancedSeasonStatSide) ProtoReflect() protoreflect.Message
- func (x *AdvancedSeasonStatSide) Reset()
- func (x *AdvancedSeasonStatSide) String() string
- type AggregatedTeamRecruiting
- func (*AggregatedTeamRecruiting) Descriptor() ([]byte, []int)deprecated
- func (x *AggregatedTeamRecruiting) GetAverageRating() float64
- func (x *AggregatedTeamRecruiting) GetAverageStars() float64
- func (x *AggregatedTeamRecruiting) GetCommits() int32
- func (x *AggregatedTeamRecruiting) GetConference() string
- func (x *AggregatedTeamRecruiting) GetPositionGroup() string
- func (x *AggregatedTeamRecruiting) GetTeam() string
- func (x *AggregatedTeamRecruiting) GetTotalRating() float64
- func (*AggregatedTeamRecruiting) ProtoMessage()
- func (x *AggregatedTeamRecruiting) ProtoReflect() protoreflect.Message
- func (x *AggregatedTeamRecruiting) Reset()
- func (x *AggregatedTeamRecruiting) String() string
- type AveragePpa
- func (*AveragePpa) Descriptor() ([]byte, []int)deprecated
- func (x *AveragePpa) GetAll() float64
- func (x *AveragePpa) GetPass() float64
- func (x *AveragePpa) GetRush() float64
- func (*AveragePpa) ProtoMessage()
- func (x *AveragePpa) ProtoReflect() protoreflect.Message
- func (x *AveragePpa) Reset()
- func (x *AveragePpa) String() string
- type BettingGame
- func (*BettingGame) Descriptor() ([]byte, []int)deprecated
- func (x *BettingGame) GetAwayClassification() string
- func (x *BettingGame) GetAwayConference() string
- func (x *BettingGame) GetAwayScore() int32
- func (x *BettingGame) GetAwayTeam() string
- func (x *BettingGame) GetAwayTeamId() int32
- func (x *BettingGame) GetHomeClassification() string
- func (x *BettingGame) GetHomeConference() string
- func (x *BettingGame) GetHomeScore() int32
- func (x *BettingGame) GetHomeTeam() string
- func (x *BettingGame) GetHomeTeamId() int32
- func (x *BettingGame) GetId() int32
- func (x *BettingGame) GetLines() []*GameLine
- func (x *BettingGame) GetSeason() int32
- func (x *BettingGame) GetSeasonType() string
- func (x *BettingGame) GetStartDate() *timestamppb.Timestamp
- func (x *BettingGame) GetWeek() int32
- func (*BettingGame) ProtoMessage()
- func (x *BettingGame) ProtoReflect() protoreflect.Message
- func (x *BettingGame) Reset()
- func (x *BettingGame) String() string
- type CalendarWeek
- func (*CalendarWeek) Descriptor() ([]byte, []int)deprecated
- func (x *CalendarWeek) GetEndDate() *timestamppb.Timestamp
- func (x *CalendarWeek) GetFirstGameStart() *timestamppb.Timestampdeprecated
- func (x *CalendarWeek) GetLastGameStart() *timestamppb.Timestampdeprecated
- func (x *CalendarWeek) GetSeason() int32
- func (x *CalendarWeek) GetSeasonType() string
- func (x *CalendarWeek) GetStartDate() *timestamppb.Timestamp
- func (x *CalendarWeek) GetWeek() int32
- func (*CalendarWeek) ProtoMessage()
- func (x *CalendarWeek) ProtoReflect() protoreflect.Message
- func (x *CalendarWeek) Reset()
- func (x *CalendarWeek) String() string
- type Client
- func (c *Client) GetAdvancedBoxScore(ctx context.Context, request GetAdvancedBoxScoreRequest) (*AdvancedBoxScore, error)
- func (c *Client) GetAdvancedGameStats(ctx context.Context, req GetAdvancedGameStatsRequest) ([]*AdvancedGameStat, error)
- func (c *Client) GetAdvancedSeasonStats(ctx context.Context, request GetAdvancedSeasonStatsRequest) ([]*AdvancedSeasonStat, error)
- func (c *Client) GetBettingLines(ctx context.Context, request GetBettingLinesRequest) ([]*BettingGame, error)
- func (c *Client) GetCalendar(ctx context.Context, request GetCalendarRequest) ([]*CalendarWeek, error)
- func (c *Client) GetCoaches(ctx context.Context, request GetCoachesRequest) ([]*Coach, error)
- func (c *Client) GetConferenceSPPlusRatings(ctx context.Context, request GetConferenceSPPlusRatingsRequest) ([]*ConferenceSP, error)
- func (c *Client) GetConferences(ctx context.Context) ([]*Conference, error)
- func (c *Client) GetDraftPicks(ctx context.Context, request GetDraftPicksRequest) ([]*DraftPick, error)
- func (c *Client) GetDraftPositions(ctx context.Context) ([]*DraftPosition, error)
- func (c *Client) GetDraftTeams(ctx context.Context) ([]*DraftTeam, error)
- func (c *Client) GetDrives(ctx context.Context, request GetDrivesRequest) ([]*Drive, error)
- func (c *Client) GetEloRatings(ctx context.Context, request GetEloRatingsRequest) ([]*TeamElo, error)
- func (c *Client) GetFBSTeams(ctx context.Context, request GetFBSTeamsRequest) ([]*Team, error)
- func (c *Client) GetFPIRatings(ctx context.Context, request GetFPIRatingsRequest) ([]*TeamFPI, error)
- func (c *Client) GetFieldGoalExpectedPoints(ctx context.Context) ([]*FieldGoalEP, error)
- func (c *Client) GetGameMedia(ctx context.Context, request GetGameMediaRequest) ([]*GameMedia, error)
- func (c *Client) GetGamePlayers(ctx context.Context, request GetGamePlayersRequest) ([]*GamePlayerStats, error)
- func (c *Client) GetGameTeams(ctx context.Context, request GetGameTeamsRequest) ([]*GameTeamStats, error)
- func (c *Client) GetGameWeather(ctx context.Context, request GetGameWeatherRequest) ([]*GameWeather, error)
- func (c *Client) GetGames(ctx context.Context, request GetGamesRequest) ([]*Game, error)
- func (c *Client) GetGamesPPA(ctx context.Context, request GetPpaGamesRequest) ([]*TeamGamePredictedPointsAdded, error)
- func (c *Client) GetHavocGameStats(ctx context.Context, request GetHavocGameStatsRequest) ([]*GameHavocStats, error)
- func (c *Client) GetInfo(ctx context.Context) (*UserInfo, error)
- func (c *Client) GetLivePlays(ctx context.Context, request GetLivePlaysRequest) (*LiveGame, error)
- func (c *Client) GetPlayStatTypes(ctx context.Context) ([]*PlayStatType, error)
- func (c *Client) GetPlayStats(ctx context.Context, request GetPlayStatsRequest) ([]*PlayStat, error)
- func (c *Client) GetPlayTypes(ctx context.Context) ([]*PlayType, error)
- func (c *Client) GetPlayerKickingWEPA(ctx context.Context, req GetWepaPlayersKickingRequest) ([]*KickerPAAR, error)
- func (c *Client) GetPlayerPassingWEPA(ctx context.Context, request GetPlayerWEPARequest) ([]*PlayerWeightedEPA, error)
- func (c *Client) GetPlayerRecruitingRankings(ctx context.Context, request GetPlayersRecruitingRankingsRequest) ([]*Recruit, error)
- func (c *Client) GetPlayerRushingWEPA(ctx context.Context, request GetPlayerWEPARequest) ([]*PlayerWeightedEPA, error)
- func (c *Client) GetPlayerSeasonPPA(ctx context.Context, request GetPlayerSeasonPPARequest) ([]*PlayerSeasonPredictedPointsAdded, error)
- func (c *Client) GetPlayerSeasonStats(ctx context.Context, request GetPlayerSeasonStatsRequest) ([]*PlayerStat, error)
- func (c *Client) GetPlayerUsage(ctx context.Context, request GetPlayerUsageRequest) ([]*PlayerUsage, error)
- func (c *Client) GetPlayersPPA(ctx context.Context, request GetPlayerPpaGamesRequest) ([]*PlayerGamePredictedPointsAdded, error)
- func (c *Client) GetPlays(ctx context.Context, request GetPlaysRequest) ([]*Play, error)
- func (c *Client) GetPredictedPoints(ctx context.Context, request GetPredictedPointsRequest) ([]*PredictedPointsValue, error)
- func (c *Client) GetPregameWinProbability(ctx context.Context, request GetPregameWpRequest) ([]*PregameWinProbability, error)
- func (c *Client) GetRankings(ctx context.Context, request GetRankingsRequest) ([]*PollWeek, error)
- func (c *Client) GetReturningProduction(ctx context.Context, request GetReturningProductionRequest) ([]*ReturningProduction, error)
- func (c *Client) GetRoster(ctx context.Context, request GetRosterRequest) ([]*RosterPlayer, error)
- func (c *Client) GetSRSRatings(ctx context.Context, request GetSRSRatingsRequest) ([]*TeamSRS, error)
- func (c *Client) GetScoreboard(ctx context.Context, request GetScoreboardRequest) ([]*Scoreboard, error)
- func (c *Client) GetStatCategories(ctx context.Context) ([]string, error)
- func (c *Client) GetTeamATS(ctx context.Context, request GetTeamATSRequest) ([]*TeamATS, error)
- func (c *Client) GetTeamMatchup(ctx context.Context, request GetTeamMatchupRequest) (*Matchup, error)
- func (c *Client) GetTeamPositionGroupRecruitingRankings(ctx context.Context, request GetTeamPositionGroupRecruitingRankingsRequest) ([]*AggregatedTeamRecruiting, error)
- func (c *Client) GetTeamRecords(ctx context.Context, request GetTeamRecordsRequest) ([]*TeamRecords, error)
- func (c *Client) GetTeamRecruitingRankings(ctx context.Context, request GetTeamRecruitingRankingsRequest) ([]*TeamRecruitingRanking, error)
- func (c *Client) GetTeamSPPlusRatings(ctx context.Context, request GetSPPlusRatingsRequest) ([]*TeamSP, error)
- func (c *Client) GetTeamSeasonStats(ctx context.Context, request GetTeamSeasonStatsRequest) ([]*TeamStat, error)
- func (c *Client) GetTeamSeasonWEPA(ctx context.Context, request GetTeamSeasonWEPARequest) ([]*AdjustedTeamMetrics, error)
- func (c *Client) GetTeamTalentComposite(ctx context.Context, request GetTalentCompositeRequest) ([]*TeamTalent, error)
- func (c *Client) GetTeams(ctx context.Context, request GetTeamsRequest) ([]*Team, error)
- func (c *Client) GetTeamsPPA(ctx context.Context, request GetTeamsPPARequest) ([]*TeamSeasonPredictedPointsAdded, error)
- func (c *Client) GetTransferPortalPlayers(ctx context.Context, request GetTransferPortalPlayersRequest) ([]*PlayerTransfer, error)
- func (c *Client) GetVenues(ctx context.Context) ([]*Venue, error)
- func (c *Client) GetWinProbability(ctx context.Context, request GetWinProbabilityRequest) ([]*PlayWinProbability, error)
- func (c *Client) SearchPlayers(ctx context.Context, request SearchPlayersRequest) ([]*PlayerSearchResult, error)
- type ClockDouble
- func (*ClockDouble) Descriptor() ([]byte, []int)deprecated
- func (x *ClockDouble) GetMinutes() float64
- func (x *ClockDouble) GetSeconds() float64
- func (*ClockDouble) ProtoMessage()
- func (x *ClockDouble) ProtoReflect() protoreflect.Message
- func (x *ClockDouble) Reset()
- func (x *ClockDouble) String() string
- type ClockInt32
- type Coach
- func (*Coach) Descriptor() ([]byte, []int)deprecated
- func (x *Coach) GetFirstName() string
- func (x *Coach) GetHireDate() *timestamppb.Timestamp
- func (x *Coach) GetLastName() string
- func (x *Coach) GetSeasons() []*CoachSeason
- func (*Coach) ProtoMessage()
- func (x *Coach) ProtoReflect() protoreflect.Message
- func (x *Coach) Reset()
- func (x *Coach) String() string
- type CoachSeason
- func (*CoachSeason) Descriptor() ([]byte, []int)deprecated
- func (x *CoachSeason) GetGames() int32
- func (x *CoachSeason) GetLosses() int32
- func (x *CoachSeason) GetPostseasonRank() int32
- func (x *CoachSeason) GetPreseasonRank() int32
- func (x *CoachSeason) GetSchool() string
- func (x *CoachSeason) GetSpDefense() float64
- func (x *CoachSeason) GetSpOffense() float64
- func (x *CoachSeason) GetSpOverall() float64
- func (x *CoachSeason) GetSrs() float64
- func (x *CoachSeason) GetTies() int32
- func (x *CoachSeason) GetWins() int32
- func (x *CoachSeason) GetYear() int32
- func (*CoachSeason) ProtoMessage()
- func (x *CoachSeason) ProtoReflect() protoreflect.Message
- func (x *CoachSeason) Reset()
- func (x *CoachSeason) String() string
- type Conference
- func (*Conference) Descriptor() ([]byte, []int)deprecated
- func (x *Conference) GetAbbreviation() string
- func (x *Conference) GetClassification() string
- func (x *Conference) GetId() int32
- func (x *Conference) GetName() string
- func (x *Conference) GetShortName() string
- func (*Conference) ProtoMessage()
- func (x *Conference) ProtoReflect() protoreflect.Message
- func (x *Conference) Reset()
- func (x *Conference) String() string
- type ConferenceSP
- func (*ConferenceSP) Descriptor() ([]byte, []int)deprecated
- func (x *ConferenceSP) GetConference() string
- func (x *ConferenceSP) GetDefense() *ConferenceSpDefense
- func (x *ConferenceSP) GetOffense() *ConferenceSpOffense
- func (x *ConferenceSP) GetRating() float64
- func (x *ConferenceSP) GetSecondOrderWins() float64
- func (x *ConferenceSP) GetSos() float64
- func (x *ConferenceSP) GetSpecialTeams() *SpSpecialTeams
- func (x *ConferenceSP) GetYear() int32
- func (*ConferenceSP) ProtoMessage()
- func (x *ConferenceSP) ProtoReflect() protoreflect.Message
- func (x *ConferenceSP) Reset()
- func (x *ConferenceSP) String() string
- type ConferenceSpDefense
- func (*ConferenceSpDefense) Descriptor() ([]byte, []int)deprecated
- func (x *ConferenceSpDefense) GetExplosiveness() float64
- func (x *ConferenceSpDefense) GetHavoc() *AdvancedHavoc
- func (x *ConferenceSpDefense) GetPassing() float64
- func (x *ConferenceSpDefense) GetPassingDowns() float64
- func (x *ConferenceSpDefense) GetRating() float64
- func (x *ConferenceSpDefense) GetRushing() float64
- func (x *ConferenceSpDefense) GetStandardDowns() float64
- func (x *ConferenceSpDefense) GetSuccess() float64
- func (*ConferenceSpDefense) ProtoMessage()
- func (x *ConferenceSpDefense) ProtoReflect() protoreflect.Message
- func (x *ConferenceSpDefense) Reset()
- func (x *ConferenceSpDefense) String() string
- type ConferenceSpOffense
- func (*ConferenceSpOffense) Descriptor() ([]byte, []int)deprecated
- func (x *ConferenceSpOffense) GetExplosiveness() float64
- func (x *ConferenceSpOffense) GetPace() float64
- func (x *ConferenceSpOffense) GetPassing() float64
- func (x *ConferenceSpOffense) GetPassingDowns() float64
- func (x *ConferenceSpOffense) GetRating() float64
- func (x *ConferenceSpOffense) GetRunRate() float64
- func (x *ConferenceSpOffense) GetRushing() float64
- func (x *ConferenceSpOffense) GetStandardDowns() float64
- func (x *ConferenceSpOffense) GetSuccess() float64
- func (*ConferenceSpOffense) ProtoMessage()
- func (x *ConferenceSpOffense) ProtoReflect() protoreflect.Message
- func (x *ConferenceSpOffense) Reset()
- func (x *ConferenceSpOffense) String() string
- type DraftPick
- func (*DraftPick) Descriptor() ([]byte, []int)deprecated
- func (x *DraftPick) GetCollegeAthleteId() int32
- func (x *DraftPick) GetCollegeConference() string
- func (x *DraftPick) GetCollegeId() int32
- func (x *DraftPick) GetCollegeTeam() string
- func (x *DraftPick) GetHeight() float64
- func (x *DraftPick) GetHometownInfo() *DraftPickHometownInfo
- func (x *DraftPick) GetName() string
- func (x *DraftPick) GetNflAthleteId() int32
- func (x *DraftPick) GetNflTeam() string
- func (x *DraftPick) GetNflTeamId() int32
- func (x *DraftPick) GetOverall() int32
- func (x *DraftPick) GetPick() int32
- func (x *DraftPick) GetPosition() string
- func (x *DraftPick) GetPreDraftGrade() int32
- func (x *DraftPick) GetPreDraftPositionRanking() int32
- func (x *DraftPick) GetPreDraftRanking() int32
- func (x *DraftPick) GetRound() int32
- func (x *DraftPick) GetWeight() int32
- func (x *DraftPick) GetYear() int32
- func (*DraftPick) ProtoMessage()
- func (x *DraftPick) ProtoReflect() protoreflect.Message
- func (x *DraftPick) Reset()
- func (x *DraftPick) String() string
- type DraftPickHometownInfo
- func (*DraftPickHometownInfo) Descriptor() ([]byte, []int)deprecated
- func (x *DraftPickHometownInfo) GetCity() string
- func (x *DraftPickHometownInfo) GetCountry() string
- func (x *DraftPickHometownInfo) GetCountyFips() string
- func (x *DraftPickHometownInfo) GetLatitude() string
- func (x *DraftPickHometownInfo) GetLongitude() string
- func (x *DraftPickHometownInfo) GetState() string
- func (*DraftPickHometownInfo) ProtoMessage()
- func (x *DraftPickHometownInfo) ProtoReflect() protoreflect.Message
- func (x *DraftPickHometownInfo) Reset()
- func (x *DraftPickHometownInfo) String() string
- type DraftPosition
- func (*DraftPosition) Descriptor() ([]byte, []int)deprecated
- func (x *DraftPosition) GetAbbreviation() string
- func (x *DraftPosition) GetName() string
- func (*DraftPosition) ProtoMessage()
- func (x *DraftPosition) ProtoReflect() protoreflect.Message
- func (x *DraftPosition) Reset()
- func (x *DraftPosition) String() string
- type DraftTeam
- func (*DraftTeam) Descriptor() ([]byte, []int)deprecated
- func (x *DraftTeam) GetDisplayName() string
- func (x *DraftTeam) GetLocation() string
- func (x *DraftTeam) GetLogo() string
- func (x *DraftTeam) GetNickname() string
- func (*DraftTeam) ProtoMessage()
- func (x *DraftTeam) ProtoReflect() protoreflect.Message
- func (x *DraftTeam) Reset()
- func (x *DraftTeam) String() string
- type Drive
- func (*Drive) Descriptor() ([]byte, []int)deprecated
- func (x *Drive) GetDefense() string
- func (x *Drive) GetDefenseConference() string
- func (x *Drive) GetDriveNumber() int32
- func (x *Drive) GetDriveResult() string
- func (x *Drive) GetElapsed() *ClockInt32
- func (x *Drive) GetEndDefenseScore() int32
- func (x *Drive) GetEndOffenseScore() int32
- func (x *Drive) GetEndPeriod() int32
- func (x *Drive) GetEndTime() *ClockInt32
- func (x *Drive) GetEndYardline() int32
- func (x *Drive) GetEndYardsToGoal() int32
- func (x *Drive) GetGameId() int32
- func (x *Drive) GetId() string
- func (x *Drive) GetIsHomeOffense() bool
- func (x *Drive) GetOffense() string
- func (x *Drive) GetOffenseConference() string
- func (x *Drive) GetPlays() int32
- func (x *Drive) GetScoring() bool
- func (x *Drive) GetStartDefenseScore() int32
- func (x *Drive) GetStartOffenseScore() int32
- func (x *Drive) GetStartPeriod() int32
- func (x *Drive) GetStartTime() *ClockInt32
- func (x *Drive) GetStartYardline() int32
- func (x *Drive) GetStartYardsToGoal() int32
- func (x *Drive) GetYards() int32
- func (*Drive) ProtoMessage()
- func (x *Drive) ProtoReflect() protoreflect.Message
- func (x *Drive) Reset()
- func (x *Drive) String() string
- type EpaSplit
- func (*EpaSplit) Descriptor() ([]byte, []int)deprecated
- func (x *EpaSplit) GetPassing() float64
- func (x *EpaSplit) GetRushing() float64
- func (x *EpaSplit) GetTotal() float64
- func (*EpaSplit) ProtoMessage()
- func (x *EpaSplit) ProtoReflect() protoreflect.Message
- func (x *EpaSplit) Reset()
- func (x *EpaSplit) String() string
- type FieldGoalEP
- func (*FieldGoalEP) Descriptor() ([]byte, []int)deprecated
- func (x *FieldGoalEP) GetDistance() int32
- func (x *FieldGoalEP) GetExpectedPoints() float64
- func (x *FieldGoalEP) GetYardsToGoal() int32
- func (*FieldGoalEP) ProtoMessage()
- func (x *FieldGoalEP) ProtoReflect() protoreflect.Message
- func (x *FieldGoalEP) Reset()
- func (x *FieldGoalEP) String() string
- type FpiEfficiencies
- func (*FpiEfficiencies) Descriptor() ([]byte, []int)deprecated
- func (x *FpiEfficiencies) GetDefense() float64
- func (x *FpiEfficiencies) GetOffense() float64
- func (x *FpiEfficiencies) GetOverall() float64
- func (x *FpiEfficiencies) GetSpecialTeams() float64
- func (*FpiEfficiencies) ProtoMessage()
- func (x *FpiEfficiencies) ProtoReflect() protoreflect.Message
- func (x *FpiEfficiencies) Reset()
- func (x *FpiEfficiencies) String() string
- type FpiResumeRanks
- func (*FpiResumeRanks) Descriptor() ([]byte, []int)deprecated
- func (x *FpiResumeRanks) GetAverageWinProbability() int32
- func (x *FpiResumeRanks) GetFpi() int32
- func (x *FpiResumeRanks) GetGameControl() int32
- func (x *FpiResumeRanks) GetRemainingStrengthOfSchedule() int32
- func (x *FpiResumeRanks) GetStrengthOfRecord() int32
- func (x *FpiResumeRanks) GetStrengthOfSchedule() int32
- func (*FpiResumeRanks) ProtoMessage()
- func (x *FpiResumeRanks) ProtoReflect() protoreflect.Message
- func (x *FpiResumeRanks) Reset()
- func (x *FpiResumeRanks) String() string
- type Game
- func (*Game) Descriptor() ([]byte, []int)deprecated
- func (x *Game) GetAttendance() int32
- func (x *Game) GetAwayClassification() string
- func (x *Game) GetAwayConference() string
- func (x *Game) GetAwayId() int32
- func (x *Game) GetAwayLineScores() []int32
- func (x *Game) GetAwayPoints() int32
- func (x *Game) GetAwayPostgameElo() int32
- func (x *Game) GetAwayPostgameWinProbability() float64
- func (x *Game) GetAwayPregameElo() int32
- func (x *Game) GetAwayTeam() string
- func (x *Game) GetCompleted() bool
- func (x *Game) GetConferenceGame() bool
- func (x *Game) GetExcitementIndex() float64
- func (x *Game) GetHighlights() string
- func (x *Game) GetHomeClassification() string
- func (x *Game) GetHomeConference() string
- func (x *Game) GetHomeId() int32
- func (x *Game) GetHomeLineScores() []int32
- func (x *Game) GetHomePoints() int32
- func (x *Game) GetHomePostgameElo() int32
- func (x *Game) GetHomePostgameWinProbability() float64
- func (x *Game) GetHomePregameElo() int32
- func (x *Game) GetHomeTeam() string
- func (x *Game) GetId() int32
- func (x *Game) GetNeutralSite() bool
- func (x *Game) GetNotes() string
- func (x *Game) GetSeason() int32
- func (x *Game) GetSeasonType() string
- func (x *Game) GetStartDate() *timestamppb.Timestamp
- func (x *Game) GetStartTime_TBD() bool
- func (x *Game) GetVenue() string
- func (x *Game) GetVenueId() int32
- func (x *Game) GetWeek() int32
- func (*Game) ProtoMessage()
- func (x *Game) ProtoReflect() protoreflect.Message
- func (x *Game) Reset()
- func (x *Game) String() string
- type GameHavocStatSide
- func (*GameHavocStatSide) Descriptor() ([]byte, []int)deprecated
- func (x *GameHavocStatSide) GetDbHavocEvents() float64
- func (x *GameHavocStatSide) GetDbHavocRate() float64
- func (x *GameHavocStatSide) GetFrontSevenHavocEvents() float64
- func (x *GameHavocStatSide) GetFrontSevenHavocRate() float64
- func (x *GameHavocStatSide) GetHavocRate() float64
- func (x *GameHavocStatSide) GetTotalHavocEvents() float64
- func (x *GameHavocStatSide) GetTotalPlays() float64
- func (*GameHavocStatSide) ProtoMessage()
- func (x *GameHavocStatSide) ProtoReflect() protoreflect.Message
- func (x *GameHavocStatSide) Reset()
- func (x *GameHavocStatSide) String() string
- type GameHavocStats
- func (*GameHavocStats) Descriptor() ([]byte, []int)deprecated
- func (x *GameHavocStats) GetConference() string
- func (x *GameHavocStats) GetDefense() *GameHavocStatSide
- func (x *GameHavocStats) GetGameId() int32
- func (x *GameHavocStats) GetOffense() *GameHavocStatSide
- func (x *GameHavocStats) GetOpponent() string
- func (x *GameHavocStats) GetOpponentConference() string
- func (x *GameHavocStats) GetSeason() int32
- func (x *GameHavocStats) GetSeasonType() string
- func (x *GameHavocStats) GetTeam() string
- func (x *GameHavocStats) GetWeek() int32
- func (*GameHavocStats) ProtoMessage()
- func (x *GameHavocStats) ProtoReflect() protoreflect.Message
- func (x *GameHavocStats) Reset()
- func (x *GameHavocStats) String() string
- type GameLine
- func (*GameLine) Descriptor() ([]byte, []int)deprecated
- func (x *GameLine) GetAwayMoneyline() float64
- func (x *GameLine) GetFormattedSpread() string
- func (x *GameLine) GetHomeMoneyline() float64
- func (x *GameLine) GetOverUnder() float64
- func (x *GameLine) GetOverUnderOpen() float64
- func (x *GameLine) GetProvider() string
- func (x *GameLine) GetSpread() float64
- func (x *GameLine) GetSpreadOpen() float64
- func (*GameLine) ProtoMessage()
- func (x *GameLine) ProtoReflect() protoreflect.Message
- func (x *GameLine) Reset()
- func (x *GameLine) String() string
- type GameMedia
- func (*GameMedia) Descriptor() ([]byte, []int)deprecated
- func (x *GameMedia) GetAwayConference() string
- func (x *GameMedia) GetAwayTeam() string
- func (x *GameMedia) GetHomeConference() string
- func (x *GameMedia) GetHomeTeam() string
- func (x *GameMedia) GetId() int32
- func (x *GameMedia) GetIsStartTime_TBD() bool
- func (x *GameMedia) GetMediaType() string
- func (x *GameMedia) GetOutlet() string
- func (x *GameMedia) GetSeason() int32
- func (x *GameMedia) GetSeasonType() string
- func (x *GameMedia) GetStartTime() *timestamppb.Timestamp
- func (x *GameMedia) GetWeek() int32
- func (*GameMedia) ProtoMessage()
- func (x *GameMedia) ProtoReflect() protoreflect.Message
- func (x *GameMedia) Reset()
- func (x *GameMedia) String() string
- type GamePlayerStatCategories
- func (*GamePlayerStatCategories) Descriptor() ([]byte, []int)deprecated
- func (x *GamePlayerStatCategories) GetName() string
- func (x *GamePlayerStatCategories) GetTypes() []*GamePlayerStatTypes
- func (*GamePlayerStatCategories) ProtoMessage()
- func (x *GamePlayerStatCategories) ProtoReflect() protoreflect.Message
- func (x *GamePlayerStatCategories) Reset()
- func (x *GamePlayerStatCategories) String() string
- type GamePlayerStatPlayer
- func (*GamePlayerStatPlayer) Descriptor() ([]byte, []int)deprecated
- func (x *GamePlayerStatPlayer) GetId() string
- func (x *GamePlayerStatPlayer) GetName() string
- func (x *GamePlayerStatPlayer) GetStat() string
- func (*GamePlayerStatPlayer) ProtoMessage()
- func (x *GamePlayerStatPlayer) ProtoReflect() protoreflect.Message
- func (x *GamePlayerStatPlayer) Reset()
- func (x *GamePlayerStatPlayer) String() string
- type GamePlayerStatTypes
- func (*GamePlayerStatTypes) Descriptor() ([]byte, []int)deprecated
- func (x *GamePlayerStatTypes) GetAthletes() []*GamePlayerStatPlayer
- func (x *GamePlayerStatTypes) GetName() string
- func (*GamePlayerStatTypes) ProtoMessage()
- func (x *GamePlayerStatTypes) ProtoReflect() protoreflect.Message
- func (x *GamePlayerStatTypes) Reset()
- func (x *GamePlayerStatTypes) String() string
- type GamePlayerStats
- func (*GamePlayerStats) Descriptor() ([]byte, []int)deprecated
- func (x *GamePlayerStats) GetId() int32
- func (x *GamePlayerStats) GetTeams() []*GamePlayerStatsTeam
- func (*GamePlayerStats) ProtoMessage()
- func (x *GamePlayerStats) ProtoReflect() protoreflect.Message
- func (x *GamePlayerStats) Reset()
- func (x *GamePlayerStats) String() string
- type GamePlayerStatsTeam
- func (*GamePlayerStatsTeam) Descriptor() ([]byte, []int)deprecated
- func (x *GamePlayerStatsTeam) GetCategories() []*GamePlayerStatCategories
- func (x *GamePlayerStatsTeam) GetConference() string
- func (x *GamePlayerStatsTeam) GetHomeAway() string
- func (x *GamePlayerStatsTeam) GetPoints() int32
- func (x *GamePlayerStatsTeam) GetTeam() string
- func (*GamePlayerStatsTeam) ProtoMessage()
- func (x *GamePlayerStatsTeam) ProtoReflect() protoreflect.Message
- func (x *GamePlayerStatsTeam) Reset()
- func (x *GamePlayerStatsTeam) String() string
- type GameTeamStats
- func (*GameTeamStats) Descriptor() ([]byte, []int)deprecated
- func (x *GameTeamStats) GetId() int32
- func (x *GameTeamStats) GetTeams() []*GameTeamStatsTeam
- func (*GameTeamStats) ProtoMessage()
- func (x *GameTeamStats) ProtoReflect() protoreflect.Message
- func (x *GameTeamStats) Reset()
- func (x *GameTeamStats) String() string
- type GameTeamStatsTeam
- func (*GameTeamStatsTeam) Descriptor() ([]byte, []int)deprecated
- func (x *GameTeamStatsTeam) GetConference() string
- func (x *GameTeamStatsTeam) GetHomeAway() string
- func (x *GameTeamStatsTeam) GetPoints() int32
- func (x *GameTeamStatsTeam) GetStats() []*GameTeamStatsTeamStat
- func (x *GameTeamStatsTeam) GetTeam() string
- func (x *GameTeamStatsTeam) GetTeamId() int32
- func (*GameTeamStatsTeam) ProtoMessage()
- func (x *GameTeamStatsTeam) ProtoReflect() protoreflect.Message
- func (x *GameTeamStatsTeam) Reset()
- func (x *GameTeamStatsTeam) String() string
- type GameTeamStatsTeamStat
- func (*GameTeamStatsTeamStat) Descriptor() ([]byte, []int)deprecated
- func (x *GameTeamStatsTeamStat) GetCategory() string
- func (x *GameTeamStatsTeamStat) GetStat() string
- func (*GameTeamStatsTeamStat) ProtoMessage()
- func (x *GameTeamStatsTeamStat) ProtoReflect() protoreflect.Message
- func (x *GameTeamStatsTeamStat) Reset()
- func (x *GameTeamStatsTeamStat) String() string
- type GameWeather
- func (*GameWeather) Descriptor() ([]byte, []int)deprecated
- func (x *GameWeather) GetAwayConference() string
- func (x *GameWeather) GetAwayTeam() string
- func (x *GameWeather) GetDewPoint() float64
- func (x *GameWeather) GetGameIndoors() bool
- func (x *GameWeather) GetHomeConference() string
- func (x *GameWeather) GetHomeTeam() string
- func (x *GameWeather) GetHumidity() float64
- func (x *GameWeather) GetId() int32
- func (x *GameWeather) GetPrecipitation() float64
- func (x *GameWeather) GetPressure() float64
- func (x *GameWeather) GetSeason() int32
- func (x *GameWeather) GetSeasonType() string
- func (x *GameWeather) GetSnowfall() float64
- func (x *GameWeather) GetStartTime() *timestamppb.Timestamp
- func (x *GameWeather) GetTemperature() float64
- func (x *GameWeather) GetVenue() string
- func (x *GameWeather) GetVenueId() int32
- func (x *GameWeather) GetWeatherCondition() string
- func (x *GameWeather) GetWeatherConditionCode() float64
- func (x *GameWeather) GetWeek() int32
- func (x *GameWeather) GetWindDirection() float64
- func (x *GameWeather) GetWindSpeed() float64
- func (*GameWeather) ProtoMessage()
- func (x *GameWeather) ProtoReflect() protoreflect.Message
- func (x *GameWeather) Reset()
- func (x *GameWeather) String() string
- type GetAdvancedBoxScoreRequest
- type GetAdvancedGameStatsRequest
- type GetAdvancedSeasonStatsRequest
- type GetBettingLinesRequest
- type GetCalendarRequest
- type GetCoachesRequest
- type GetConferenceSPPlusRatingsRequest
- type GetDraftPicksRequest
- type GetDrivesRequest
- type GetEloRatingsRequest
- type GetFBSTeamsRequest
- type GetFPIRatingsRequest
- type GetGameMediaRequest
- type GetGamePlayersRequest
- type GetGameTeamsRequest
- type GetGameWeatherRequest
- type GetGamesRequest
- type GetHavocGameStatsRequest
- type GetLivePlaysRequest
- type GetPlayStatsRequest
- type GetPlayerPpaGamesRequest
- type GetPlayerSeasonPPARequest
- type GetPlayerSeasonStatsRequest
- type GetPlayerUsageRequest
- type GetPlayerWEPARequest
- type GetPlayersRecruitingRankingsRequest
- type GetPlaysRequest
- type GetPpaGamesRequest
- type GetPredictedPointsRequest
- type GetPregameWpRequest
- type GetRankingsRequest
- type GetReturningProductionRequest
- type GetRosterRequest
- type GetSPPlusRatingsRequest
- type GetSRSRatingsRequest
- type GetScoreboardRequest
- type GetTalentCompositeRequest
- type GetTeamATSRequest
- type GetTeamMatchupRequest
- type GetTeamPositionGroupRecruitingRankingsRequest
- type GetTeamRecordsRequest
- type GetTeamRecruitingRankingsRequest
- type GetTeamSeasonStatsRequest
- type GetTeamSeasonWEPARequest
- type GetTeamsPPARequest
- type GetTeamsRequest
- type GetTransferPortalPlayersRequest
- type GetWepaPlayersKickingRequest
- type GetWinProbabilityRequest
- type Int32List
- type KickerPAAR
- func (*KickerPAAR) Descriptor() ([]byte, []int)deprecated
- func (x *KickerPAAR) GetAthleteId() string
- func (x *KickerPAAR) GetAthleteName() string
- func (x *KickerPAAR) GetAttempts() int32
- func (x *KickerPAAR) GetConference() string
- func (x *KickerPAAR) GetPaar() float64
- func (x *KickerPAAR) GetTeam() string
- func (x *KickerPAAR) GetYear() int32
- func (*KickerPAAR) ProtoMessage()
- func (x *KickerPAAR) ProtoReflect() protoreflect.Message
- func (x *KickerPAAR) Reset()
- func (x *KickerPAAR) String() string
- type LiveGame
- func (*LiveGame) Descriptor() ([]byte, []int)deprecated
- func (x *LiveGame) GetClock() string
- func (x *LiveGame) GetDistance() int32
- func (x *LiveGame) GetDown() int32
- func (x *LiveGame) GetDrives() []*LiveGameDrive
- func (x *LiveGame) GetId() int32
- func (x *LiveGame) GetPeriod() int32
- func (x *LiveGame) GetPossession() string
- func (x *LiveGame) GetStatus() string
- func (x *LiveGame) GetTeams() []*LiveGameTeam
- func (x *LiveGame) GetYardsToGoal() int32
- func (*LiveGame) ProtoMessage()
- func (x *LiveGame) ProtoReflect() protoreflect.Message
- func (x *LiveGame) Reset()
- func (x *LiveGame) String() string
- type LiveGameDrive
- func (*LiveGameDrive) Descriptor() ([]byte, []int)deprecated
- func (x *LiveGameDrive) GetDefense() string
- func (x *LiveGameDrive) GetDefenseId() int32
- func (x *LiveGameDrive) GetDuration() string
- func (x *LiveGameDrive) GetEndClock() string
- func (x *LiveGameDrive) GetEndPeriod() int32
- func (x *LiveGameDrive) GetEndYardsToGoal() int32
- func (x *LiveGameDrive) GetId() string
- func (x *LiveGameDrive) GetOffense() string
- func (x *LiveGameDrive) GetOffenseId() int32
- func (x *LiveGameDrive) GetPlayCount() int32
- func (x *LiveGameDrive) GetPlays() []*LiveGamePlay
- func (x *LiveGameDrive) GetPointsGained() int32
- func (x *LiveGameDrive) GetResult() string
- func (x *LiveGameDrive) GetScoringOpportunity() bool
- func (x *LiveGameDrive) GetStartClock() string
- func (x *LiveGameDrive) GetStartPeriod() int32
- func (x *LiveGameDrive) GetStartYardsToGoal() int32
- func (x *LiveGameDrive) GetYards() int32
- func (*LiveGameDrive) ProtoMessage()
- func (x *LiveGameDrive) ProtoReflect() protoreflect.Message
- func (x *LiveGameDrive) Reset()
- func (x *LiveGameDrive) String() string
- type LiveGamePlay
- func (*LiveGamePlay) Descriptor() ([]byte, []int)deprecated
- func (x *LiveGamePlay) GetAwayScore() int32
- func (x *LiveGamePlay) GetClock() string
- func (x *LiveGamePlay) GetDistance() int32
- func (x *LiveGamePlay) GetDown() int32
- func (x *LiveGamePlay) GetDownType() string
- func (x *LiveGamePlay) GetEpa() float64
- func (x *LiveGamePlay) GetGarbageTime() bool
- func (x *LiveGamePlay) GetHomeScore() int32
- func (x *LiveGamePlay) GetId() string
- func (x *LiveGamePlay) GetPeriod() int32
- func (x *LiveGamePlay) GetPlayText() string
- func (x *LiveGamePlay) GetPlayType() string
- func (x *LiveGamePlay) GetPlayTypeId() int32
- func (x *LiveGamePlay) GetRushPass() string
- func (x *LiveGamePlay) GetSuccess() bool
- func (x *LiveGamePlay) GetTeam() string
- func (x *LiveGamePlay) GetTeamId() int32
- func (x *LiveGamePlay) GetWallClock() *timestamppb.Timestamp
- func (x *LiveGamePlay) GetYardsGained() int32
- func (x *LiveGamePlay) GetYardsToGoal() int32
- func (*LiveGamePlay) ProtoMessage()
- func (x *LiveGamePlay) ProtoReflect() protoreflect.Message
- func (x *LiveGamePlay) Reset()
- func (x *LiveGamePlay) String() string
- type LiveGameTeam
- func (*LiveGameTeam) Descriptor() ([]byte, []int)deprecated
- func (x *LiveGameTeam) GetAverageStartYardLine() float64
- func (x *LiveGameTeam) GetDeserveToWin() float64
- func (x *LiveGameTeam) GetDrives() int32
- func (x *LiveGameTeam) GetEpaPerPass() float64
- func (x *LiveGameTeam) GetEpaPerPlay() float64
- func (x *LiveGameTeam) GetEpaPerRush() float64
- func (x *LiveGameTeam) GetExplosiveness() float64
- func (x *LiveGameTeam) GetHomeAway() string
- func (x *LiveGameTeam) GetLineScores() []int32
- func (x *LiveGameTeam) GetLineYards() float64
- func (x *LiveGameTeam) GetLineYardsPerRush() float64
- func (x *LiveGameTeam) GetOpenFieldYards() float64
- func (x *LiveGameTeam) GetOpenFieldYardsPerRush() float64
- func (x *LiveGameTeam) GetPassingDownSuccessRate() float64
- func (x *LiveGameTeam) GetPassingEpa() float64
- func (x *LiveGameTeam) GetPlays() int32
- func (x *LiveGameTeam) GetPoints() int32
- func (x *LiveGameTeam) GetPointsPerOpportunity() float64
- func (x *LiveGameTeam) GetRushingEpa() float64
- func (x *LiveGameTeam) GetScoringOpportunities() int32
- func (x *LiveGameTeam) GetSecondLevelYards() float64
- func (x *LiveGameTeam) GetSecondLevelYardsPerRush() float64
- func (x *LiveGameTeam) GetStandardDownSuccessRate() float64
- func (x *LiveGameTeam) GetSuccessRate() float64
- func (x *LiveGameTeam) GetTeam() string
- func (x *LiveGameTeam) GetTeamId() int32
- func (x *LiveGameTeam) GetTotalEpa() float64
- func (*LiveGameTeam) ProtoMessage()
- func (x *LiveGameTeam) ProtoReflect() protoreflect.Message
- func (x *LiveGameTeam) Reset()
- func (x *LiveGameTeam) String() string
- type Matchup
- func (*Matchup) Descriptor() ([]byte, []int)deprecated
- func (x *Matchup) GetEndYear() int32
- func (x *Matchup) GetGames() []*MatchupGame
- func (x *Matchup) GetStartYear() int32
- func (x *Matchup) GetTeam1() string
- func (x *Matchup) GetTeam1Wins() int32
- func (x *Matchup) GetTeam2() string
- func (x *Matchup) GetTeam2Wins() int32
- func (x *Matchup) GetTies() int32
- func (*Matchup) ProtoMessage()
- func (x *Matchup) ProtoReflect() protoreflect.Message
- func (x *Matchup) Reset()
- func (x *Matchup) String() string
- type MatchupGame
- func (*MatchupGame) Descriptor() ([]byte, []int)deprecated
- func (x *MatchupGame) GetAwayScore() int32
- func (x *MatchupGame) GetAwayTeam() string
- func (x *MatchupGame) GetDate() string
- func (x *MatchupGame) GetHomeScore() int32
- func (x *MatchupGame) GetHomeTeam() string
- func (x *MatchupGame) GetNeutralSite() bool
- func (x *MatchupGame) GetSeason() int32
- func (x *MatchupGame) GetSeasonType() string
- func (x *MatchupGame) GetVenue() string
- func (x *MatchupGame) GetWeek() int32
- func (x *MatchupGame) GetWinner() string
- func (*MatchupGame) ProtoMessage()
- func (x *MatchupGame) ProtoReflect() protoreflect.Message
- func (x *MatchupGame) Reset()
- func (x *MatchupGame) String() string
- type Play
- func (*Play) Descriptor() ([]byte, []int)deprecated
- func (x *Play) GetAway() string
- func (x *Play) GetClock() *ClockInt32
- func (x *Play) GetDefense() string
- func (x *Play) GetDefenseConference() string
- func (x *Play) GetDefenseScore() int32
- func (x *Play) GetDefenseTimeouts() int32
- func (x *Play) GetDistance() int32
- func (x *Play) GetDown() int32
- func (x *Play) GetDriveId() string
- func (x *Play) GetDriveNumber() int32
- func (x *Play) GetGameId() int32
- func (x *Play) GetHome() string
- func (x *Play) GetId() string
- func (x *Play) GetOffense() string
- func (x *Play) GetOffenseConference() string
- func (x *Play) GetOffenseScore() int32
- func (x *Play) GetOffenseTimeouts() int32
- func (x *Play) GetPeriod() int32
- func (x *Play) GetPlayNumber() int32
- func (x *Play) GetPlayText() string
- func (x *Play) GetPlayType() string
- func (x *Play) GetPpa() float64
- func (x *Play) GetScoring() bool
- func (x *Play) GetWallclock() string
- func (x *Play) GetYardline() int32
- func (x *Play) GetYardsGained() int32
- func (x *Play) GetYardsToGoal() int32
- func (*Play) ProtoMessage()
- func (x *Play) ProtoReflect() protoreflect.Message
- func (x *Play) Reset()
- func (x *Play) String() string
- type PlayStat
- func (*PlayStat) Descriptor() ([]byte, []int)deprecated
- func (x *PlayStat) GetAthleteId() string
- func (x *PlayStat) GetAthleteName() string
- func (x *PlayStat) GetClock() *ClockDouble
- func (x *PlayStat) GetConference() string
- func (x *PlayStat) GetDistance() float64
- func (x *PlayStat) GetDown() float64
- func (x *PlayStat) GetDriveId() string
- func (x *PlayStat) GetGameId() float64
- func (x *PlayStat) GetOpponent() string
- func (x *PlayStat) GetOpponentScore() float64
- func (x *PlayStat) GetPeriod() float64
- func (x *PlayStat) GetPlayId() string
- func (x *PlayStat) GetSeason() float64
- func (x *PlayStat) GetStat() float64
- func (x *PlayStat) GetStatType() string
- func (x *PlayStat) GetTeam() string
- func (x *PlayStat) GetTeamScore() float64
- func (x *PlayStat) GetWeek() float64
- func (x *PlayStat) GetYardsToGoal() float64
- func (*PlayStat) ProtoMessage()
- func (x *PlayStat) ProtoReflect() protoreflect.Message
- func (x *PlayStat) Reset()
- func (x *PlayStat) String() string
- type PlayStatType
- func (*PlayStatType) Descriptor() ([]byte, []int)deprecated
- func (x *PlayStatType) GetId() int32
- func (x *PlayStatType) GetName() string
- func (*PlayStatType) ProtoMessage()
- func (x *PlayStatType) ProtoReflect() protoreflect.Message
- func (x *PlayStatType) Reset()
- func (x *PlayStatType) String() string
- type PlayType
- func (*PlayType) Descriptor() ([]byte, []int)deprecated
- func (x *PlayType) GetAbbreviation() string
- func (x *PlayType) GetId() int32
- func (x *PlayType) GetText() string
- func (*PlayType) ProtoMessage()
- func (x *PlayType) ProtoReflect() protoreflect.Message
- func (x *PlayType) Reset()
- func (x *PlayType) String() string
- type PlayWinProbability
- func (*PlayWinProbability) Descriptor() ([]byte, []int)deprecated
- func (x *PlayWinProbability) GetAway() string
- func (x *PlayWinProbability) GetAwayId() int32
- func (x *PlayWinProbability) GetAwayScore() int32
- func (x *PlayWinProbability) GetDistance() int32
- func (x *PlayWinProbability) GetDown() int32
- func (x *PlayWinProbability) GetGameId() int32
- func (x *PlayWinProbability) GetHome() string
- func (x *PlayWinProbability) GetHomeBall() bool
- func (x *PlayWinProbability) GetHomeId() int32
- func (x *PlayWinProbability) GetHomeScore() int32
- func (x *PlayWinProbability) GetHomeWinProbability() float64
- func (x *PlayWinProbability) GetPlayId() string
- func (x *PlayWinProbability) GetPlayNumber() int32
- func (x *PlayWinProbability) GetPlayText() string
- func (x *PlayWinProbability) GetSpread() float64
- func (x *PlayWinProbability) GetYardLine() int32
- func (*PlayWinProbability) ProtoMessage()
- func (x *PlayWinProbability) ProtoReflect() protoreflect.Message
- func (x *PlayWinProbability) Reset()
- func (x *PlayWinProbability) String() string
- type PlayerGamePredictedPointsAdded
- func (*PlayerGamePredictedPointsAdded) Descriptor() ([]byte, []int)deprecated
- func (x *PlayerGamePredictedPointsAdded) GetAverage_PPA() *AveragePpa
- func (x *PlayerGamePredictedPointsAdded) GetId() string
- func (x *PlayerGamePredictedPointsAdded) GetName() string
- func (x *PlayerGamePredictedPointsAdded) GetOpponent() string
- func (x *PlayerGamePredictedPointsAdded) GetPosition() string
- func (x *PlayerGamePredictedPointsAdded) GetSeason() int32
- func (x *PlayerGamePredictedPointsAdded) GetSeasonType() string
- func (x *PlayerGamePredictedPointsAdded) GetTeam() string
- func (x *PlayerGamePredictedPointsAdded) GetWeek() int32
- func (*PlayerGamePredictedPointsAdded) ProtoMessage()
- func (x *PlayerGamePredictedPointsAdded) ProtoReflect() protoreflect.Message
- func (x *PlayerGamePredictedPointsAdded) Reset()
- func (x *PlayerGamePredictedPointsAdded) String() string
- type PlayerGameUsage
- func (*PlayerGameUsage) Descriptor() ([]byte, []int)deprecated
- func (x *PlayerGameUsage) GetPassing() float64
- func (x *PlayerGameUsage) GetPlayer() string
- func (x *PlayerGameUsage) GetPosition() string
- func (x *PlayerGameUsage) GetQuarter1() float64
- func (x *PlayerGameUsage) GetQuarter2() float64
- func (x *PlayerGameUsage) GetQuarter3() float64
- func (x *PlayerGameUsage) GetQuarter4() float64
- func (x *PlayerGameUsage) GetRushing() float64
- func (x *PlayerGameUsage) GetTeam() string
- func (x *PlayerGameUsage) GetTotal() float64
- func (*PlayerGameUsage) ProtoMessage()
- func (x *PlayerGameUsage) ProtoReflect() protoreflect.Message
- func (x *PlayerGameUsage) Reset()
- func (x *PlayerGameUsage) String() string
- type PlayerPPA
- func (*PlayerPPA) Descriptor() ([]byte, []int)deprecated
- func (x *PlayerPPA) GetAverage() *PlayerStatsByQuarter
- func (x *PlayerPPA) GetCumulative() *PlayerStatsByQuarter
- func (x *PlayerPPA) GetPlayer() string
- func (x *PlayerPPA) GetPosition() string
- func (x *PlayerPPA) GetTeam() string
- func (*PlayerPPA) ProtoMessage()
- func (x *PlayerPPA) ProtoReflect() protoreflect.Message
- func (x *PlayerPPA) Reset()
- func (x *PlayerPPA) String() string
- type PlayerPPAChartItem
- func (*PlayerPPAChartItem) Descriptor() ([]byte, []int)deprecated
- func (x *PlayerPPAChartItem) GetAvg_PPA() float64
- func (x *PlayerPPAChartItem) GetPlayNumber() int32
- func (*PlayerPPAChartItem) ProtoMessage()
- func (x *PlayerPPAChartItem) ProtoReflect() protoreflect.Message
- func (x *PlayerPPAChartItem) Reset()
- func (x *PlayerPPAChartItem) String() string
- type PlayerSearchResult
- func (*PlayerSearchResult) Descriptor() ([]byte, []int)deprecated
- func (x *PlayerSearchResult) GetFirstName() string
- func (x *PlayerSearchResult) GetHeight() float64
- func (x *PlayerSearchResult) GetHometown() string
- func (x *PlayerSearchResult) GetId() string
- func (x *PlayerSearchResult) GetJersey() int32
- func (x *PlayerSearchResult) GetLastName() string
- func (x *PlayerSearchResult) GetName() string
- func (x *PlayerSearchResult) GetPosition() string
- func (x *PlayerSearchResult) GetTeam() string
- func (x *PlayerSearchResult) GetTeamColor() string
- func (x *PlayerSearchResult) GetTeamColorSecondary() string
- func (x *PlayerSearchResult) GetWeight() int32
- func (*PlayerSearchResult) ProtoMessage()
- func (x *PlayerSearchResult) ProtoReflect() protoreflect.Message
- func (x *PlayerSearchResult) Reset()
- func (x *PlayerSearchResult) String() string
- type PlayerSeasonPpaSplits
- func (*PlayerSeasonPpaSplits) Descriptor() ([]byte, []int)deprecated
- func (x *PlayerSeasonPpaSplits) GetAll() float64
- func (x *PlayerSeasonPpaSplits) GetFirstDown() float64
- func (x *PlayerSeasonPpaSplits) GetPass() float64
- func (x *PlayerSeasonPpaSplits) GetPassingDowns() float64
- func (x *PlayerSeasonPpaSplits) GetRush() float64
- func (x *PlayerSeasonPpaSplits) GetSecondDown() float64
- func (x *PlayerSeasonPpaSplits) GetStandardDowns() float64
- func (x *PlayerSeasonPpaSplits) GetThirdDown() float64
- func (*PlayerSeasonPpaSplits) ProtoMessage()
- func (x *PlayerSeasonPpaSplits) ProtoReflect() protoreflect.Message
- func (x *PlayerSeasonPpaSplits) Reset()
- func (x *PlayerSeasonPpaSplits) String() string
- type PlayerSeasonPredictedPointsAdded
- func (*PlayerSeasonPredictedPointsAdded) Descriptor() ([]byte, []int)deprecated
- func (x *PlayerSeasonPredictedPointsAdded) GetAverage_PPA() *PlayerSeasonPpaSplits
- func (x *PlayerSeasonPredictedPointsAdded) GetConference() string
- func (x *PlayerSeasonPredictedPointsAdded) GetId() string
- func (x *PlayerSeasonPredictedPointsAdded) GetName() string
- func (x *PlayerSeasonPredictedPointsAdded) GetPosition() string
- func (x *PlayerSeasonPredictedPointsAdded) GetSeason() int32
- func (x *PlayerSeasonPredictedPointsAdded) GetTeam() string
- func (x *PlayerSeasonPredictedPointsAdded) GetTotal_PPA() *PlayerSeasonPpaSplits
- func (*PlayerSeasonPredictedPointsAdded) ProtoMessage()
- func (x *PlayerSeasonPredictedPointsAdded) ProtoReflect() protoreflect.Message
- func (x *PlayerSeasonPredictedPointsAdded) Reset()
- func (x *PlayerSeasonPredictedPointsAdded) String() string
- type PlayerStat
- func (*PlayerStat) Descriptor() ([]byte, []int)deprecated
- func (x *PlayerStat) GetCategory() string
- func (x *PlayerStat) GetConference() string
- func (x *PlayerStat) GetPlayer() string
- func (x *PlayerStat) GetPlayerId() string
- func (x *PlayerStat) GetPosition() string
- func (x *PlayerStat) GetSeason() int32
- func (x *PlayerStat) GetStat() string
- func (x *PlayerStat) GetStatType() string
- func (x *PlayerStat) GetTeam() string
- func (*PlayerStat) ProtoMessage()
- func (x *PlayerStat) ProtoReflect() protoreflect.Message
- func (x *PlayerStat) Reset()
- func (x *PlayerStat) String() string
- type PlayerStatsByQuarter
- func (*PlayerStatsByQuarter) Descriptor() ([]byte, []int)deprecated
- func (x *PlayerStatsByQuarter) GetPassing() float64
- func (x *PlayerStatsByQuarter) GetQuarter1() float64
- func (x *PlayerStatsByQuarter) GetQuarter2() float64
- func (x *PlayerStatsByQuarter) GetQuarter3() float64
- func (x *PlayerStatsByQuarter) GetQuarter4() float64
- func (x *PlayerStatsByQuarter) GetRushing() float64
- func (x *PlayerStatsByQuarter) GetTotal() float64
- func (*PlayerStatsByQuarter) ProtoMessage()
- func (x *PlayerStatsByQuarter) ProtoReflect() protoreflect.Message
- func (x *PlayerStatsByQuarter) Reset()
- func (x *PlayerStatsByQuarter) String() string
- type PlayerTransfer
- func (*PlayerTransfer) Descriptor() ([]byte, []int)deprecated
- func (x *PlayerTransfer) GetDestination() string
- func (x *PlayerTransfer) GetEligibility() string
- func (x *PlayerTransfer) GetFirstName() string
- func (x *PlayerTransfer) GetLastName() string
- func (x *PlayerTransfer) GetOrigin() string
- func (x *PlayerTransfer) GetPosition() string
- func (x *PlayerTransfer) GetRating() float64
- func (x *PlayerTransfer) GetSeason() int32
- func (x *PlayerTransfer) GetStars() int32
- func (x *PlayerTransfer) GetTransferDate() *timestamppb.Timestamp
- func (*PlayerTransfer) ProtoMessage()
- func (x *PlayerTransfer) ProtoReflect() protoreflect.Message
- func (x *PlayerTransfer) Reset()
- func (x *PlayerTransfer) String() string
- type PlayerUsage
- func (*PlayerUsage) Descriptor() ([]byte, []int)deprecated
- func (x *PlayerUsage) GetConference() string
- func (x *PlayerUsage) GetId() string
- func (x *PlayerUsage) GetName() string
- func (x *PlayerUsage) GetPosition() string
- func (x *PlayerUsage) GetSeason() int32
- func (x *PlayerUsage) GetTeam() string
- func (x *PlayerUsage) GetUsage() *PlayerUsageSplits
- func (*PlayerUsage) ProtoMessage()
- func (x *PlayerUsage) ProtoReflect() protoreflect.Message
- func (x *PlayerUsage) Reset()
- func (x *PlayerUsage) String() string
- type PlayerUsageSplits
- func (*PlayerUsageSplits) Descriptor() ([]byte, []int)deprecated
- func (x *PlayerUsageSplits) GetFirstDown() float64
- func (x *PlayerUsageSplits) GetOverall() float64
- func (x *PlayerUsageSplits) GetPass() float64
- func (x *PlayerUsageSplits) GetPassingDowns() float64
- func (x *PlayerUsageSplits) GetRush() float64
- func (x *PlayerUsageSplits) GetSecondDown() float64
- func (x *PlayerUsageSplits) GetStandardDowns() float64
- func (x *PlayerUsageSplits) GetThirdDown() float64
- func (*PlayerUsageSplits) ProtoMessage()
- func (x *PlayerUsageSplits) ProtoReflect() protoreflect.Message
- func (x *PlayerUsageSplits) Reset()
- func (x *PlayerUsageSplits) String() string
- type PlayerWeightedEPA
- func (*PlayerWeightedEPA) Descriptor() ([]byte, []int)deprecated
- func (x *PlayerWeightedEPA) GetAthleteId() string
- func (x *PlayerWeightedEPA) GetAthleteName() string
- func (x *PlayerWeightedEPA) GetConference() string
- func (x *PlayerWeightedEPA) GetPlays() int32
- func (x *PlayerWeightedEPA) GetPosition() string
- func (x *PlayerWeightedEPA) GetTeam() string
- func (x *PlayerWeightedEPA) GetWepa() float64
- func (x *PlayerWeightedEPA) GetYear() int32
- func (*PlayerWeightedEPA) ProtoMessage()
- func (x *PlayerWeightedEPA) ProtoReflect() protoreflect.Message
- func (x *PlayerWeightedEPA) Reset()
- func (x *PlayerWeightedEPA) String() string
- type Poll
- type PollRank
- func (*PollRank) Descriptor() ([]byte, []int)deprecated
- func (x *PollRank) GetConference() string
- func (x *PollRank) GetFirstPlaceVotes() int32
- func (x *PollRank) GetPoints() int32
- func (x *PollRank) GetRank() int32
- func (x *PollRank) GetSchool() string
- func (x *PollRank) GetTeamId() int32
- func (*PollRank) ProtoMessage()
- func (x *PollRank) ProtoReflect() protoreflect.Message
- func (x *PollRank) Reset()
- func (x *PollRank) String() string
- type PollWeek
- func (*PollWeek) Descriptor() ([]byte, []int)deprecated
- func (x *PollWeek) GetPolls() []*Poll
- func (x *PollWeek) GetSeason() int32
- func (x *PollWeek) GetSeasonType() string
- func (x *PollWeek) GetWeek() int32
- func (*PollWeek) ProtoMessage()
- func (x *PollWeek) ProtoReflect() protoreflect.Message
- func (x *PollWeek) Reset()
- func (x *PollWeek) String() string
- type PredictedPointsAddedTotals
- func (*PredictedPointsAddedTotals) Descriptor() ([]byte, []int)deprecated
- func (x *PredictedPointsAddedTotals) GetFirstDown() float64
- func (x *PredictedPointsAddedTotals) GetPassing() float64
- func (x *PredictedPointsAddedTotals) GetRushing() float64
- func (x *PredictedPointsAddedTotals) GetSecondDown() float64
- func (x *PredictedPointsAddedTotals) GetThirdDown() float64
- func (x *PredictedPointsAddedTotals) GetTotal() float64
- func (*PredictedPointsAddedTotals) ProtoMessage()
- func (x *PredictedPointsAddedTotals) ProtoReflect() protoreflect.Message
- func (x *PredictedPointsAddedTotals) Reset()
- func (x *PredictedPointsAddedTotals) String() string
- type PredictedPointsAddedTotalsForGames
- func (*PredictedPointsAddedTotalsForGames) Descriptor() ([]byte, []int)deprecated
- func (x *PredictedPointsAddedTotalsForGames) GetFirstDown() float64
- func (x *PredictedPointsAddedTotalsForGames) GetOverall() float64
- func (x *PredictedPointsAddedTotalsForGames) GetPassing() float64
- func (x *PredictedPointsAddedTotalsForGames) GetRushing() float64
- func (x *PredictedPointsAddedTotalsForGames) GetSecondDown() float64
- func (x *PredictedPointsAddedTotalsForGames) GetThirdDown() float64
- func (*PredictedPointsAddedTotalsForGames) ProtoMessage()
- func (x *PredictedPointsAddedTotalsForGames) ProtoReflect() protoreflect.Message
- func (x *PredictedPointsAddedTotalsForGames) Reset()
- func (x *PredictedPointsAddedTotalsForGames) String() string
- type PredictedPointsValue
- func (*PredictedPointsValue) Descriptor() ([]byte, []int)deprecated
- func (x *PredictedPointsValue) GetPredictedPoints() float64
- func (x *PredictedPointsValue) GetYardLine() int32
- func (*PredictedPointsValue) ProtoMessage()
- func (x *PredictedPointsValue) ProtoReflect() protoreflect.Message
- func (x *PredictedPointsValue) Reset()
- func (x *PredictedPointsValue) String() string
- type PregameWinProbability
- func (*PregameWinProbability) Descriptor() ([]byte, []int)deprecated
- func (x *PregameWinProbability) GetAwayTeam() string
- func (x *PregameWinProbability) GetGameId() int32
- func (x *PregameWinProbability) GetHomeTeam() string
- func (x *PregameWinProbability) GetHomeWinProbability() float64
- func (x *PregameWinProbability) GetSeason() int32
- func (x *PregameWinProbability) GetSeasonType() string
- func (x *PregameWinProbability) GetSpread() float64
- func (x *PregameWinProbability) GetWeek() int32
- func (*PregameWinProbability) ProtoMessage()
- func (x *PregameWinProbability) ProtoReflect() protoreflect.Message
- func (x *PregameWinProbability) Reset()
- func (x *PregameWinProbability) String() string
- type Recruit
- func (*Recruit) Descriptor() ([]byte, []int)deprecated
- func (x *Recruit) GetAthleteId() string
- func (x *Recruit) GetCity() string
- func (x *Recruit) GetCommittedTo() string
- func (x *Recruit) GetCountry() string
- func (x *Recruit) GetHeight() float64
- func (x *Recruit) GetHometownInfo() *RecruitHometownInfo
- func (x *Recruit) GetId() string
- func (x *Recruit) GetName() string
- func (x *Recruit) GetPosition() string
- func (x *Recruit) GetRanking() int32
- func (x *Recruit) GetRating() float64
- func (x *Recruit) GetRecruitType() string
- func (x *Recruit) GetSchool() string
- func (x *Recruit) GetStars() int32
- func (x *Recruit) GetStateProvince() string
- func (x *Recruit) GetWeight() int32
- func (x *Recruit) GetYear() int32
- func (*Recruit) ProtoMessage()
- func (x *Recruit) ProtoReflect() protoreflect.Message
- func (x *Recruit) Reset()
- func (x *Recruit) String() string
- type RecruitHometownInfo
- func (*RecruitHometownInfo) Descriptor() ([]byte, []int)deprecated
- func (x *RecruitHometownInfo) GetFipsCode() string
- func (x *RecruitHometownInfo) GetLatitude() float64
- func (x *RecruitHometownInfo) GetLongitude() float64
- func (*RecruitHometownInfo) ProtoMessage()
- func (x *RecruitHometownInfo) ProtoReflect() protoreflect.Message
- func (x *RecruitHometownInfo) Reset()
- func (x *RecruitHometownInfo) String() string
- type ReturningProduction
- func (*ReturningProduction) Descriptor() ([]byte, []int)deprecated
- func (x *ReturningProduction) GetConference() string
- func (x *ReturningProduction) GetPassingUsage() float64
- func (x *ReturningProduction) GetPercentPassing_PPA() float64
- func (x *ReturningProduction) GetPercentReceiving_PPA() float64
- func (x *ReturningProduction) GetPercentRushing_PPA() float64
- func (x *ReturningProduction) GetPercent_PPA() float64
- func (x *ReturningProduction) GetReceivingUsage() float64
- func (x *ReturningProduction) GetRushingUsage() float64
- func (x *ReturningProduction) GetSeason() int32
- func (x *ReturningProduction) GetTeam() string
- func (x *ReturningProduction) GetTotalPassing_PPA() float64
- func (x *ReturningProduction) GetTotalReceiving_PPA() float64
- func (x *ReturningProduction) GetTotalRushing_PPA() float64
- func (x *ReturningProduction) GetTotal_PPA() float64
- func (x *ReturningProduction) GetUsage() float64
- func (*ReturningProduction) ProtoMessage()
- func (x *ReturningProduction) ProtoReflect() protoreflect.Message
- func (x *ReturningProduction) Reset()
- func (x *ReturningProduction) String() string
- type RosterPlayer
- func (*RosterPlayer) Descriptor() ([]byte, []int)deprecated
- func (x *RosterPlayer) GetFirstName() string
- func (x *RosterPlayer) GetHeight() float64
- func (x *RosterPlayer) GetHomeCity() string
- func (x *RosterPlayer) GetHomeCountry() string
- func (x *RosterPlayer) GetHomeCounty_FIPS() string
- func (x *RosterPlayer) GetHomeLatitude() float64
- func (x *RosterPlayer) GetHomeLongitude() float64
- func (x *RosterPlayer) GetHomeState() string
- func (x *RosterPlayer) GetId() string
- func (x *RosterPlayer) GetJersey() int32
- func (x *RosterPlayer) GetLastName() string
- func (x *RosterPlayer) GetPosition() string
- func (x *RosterPlayer) GetRecruitIds() []string
- func (x *RosterPlayer) GetTeam() string
- func (x *RosterPlayer) GetWeight() int32
- func (x *RosterPlayer) GetYear() int32deprecated
- func (*RosterPlayer) ProtoMessage()
- func (x *RosterPlayer) ProtoReflect() protoreflect.Message
- func (x *RosterPlayer) Reset()
- func (x *RosterPlayer) String() string
- type RushingYardsSplit
- func (*RushingYardsSplit) Descriptor() ([]byte, []int)deprecated
- func (x *RushingYardsSplit) GetHighlightYards() float64
- func (x *RushingYardsSplit) GetLineYards() float64
- func (x *RushingYardsSplit) GetOpenFieldYards() float64
- func (x *RushingYardsSplit) GetSecondLevelYards() float64
- func (*RushingYardsSplit) ProtoMessage()
- func (x *RushingYardsSplit) ProtoReflect() protoreflect.Message
- func (x *RushingYardsSplit) Reset()
- func (x *RushingYardsSplit) String() string
- type Scoreboard
- func (*Scoreboard) Descriptor() ([]byte, []int)deprecated
- func (x *Scoreboard) GetAwayTeam() *structpb.Struct
- func (x *Scoreboard) GetBetting() *structpb.Struct
- func (x *Scoreboard) GetClock() string
- func (x *Scoreboard) GetConferenceGame() bool
- func (x *Scoreboard) GetHomeTeam() *structpb.Struct
- func (x *Scoreboard) GetId() int32
- func (x *Scoreboard) GetLastPlay() string
- func (x *Scoreboard) GetNeutralSite() bool
- func (x *Scoreboard) GetPeriod() int32
- func (x *Scoreboard) GetPossession() string
- func (x *Scoreboard) GetSituation() string
- func (x *Scoreboard) GetStartDate() *timestamppb.Timestamp
- func (x *Scoreboard) GetStartTime_TBD() bool
- func (x *Scoreboard) GetStatus() string
- func (x *Scoreboard) GetTv() string
- func (x *Scoreboard) GetVenue() *structpb.Struct
- func (x *Scoreboard) GetWeather() *structpb.Struct
- func (*Scoreboard) ProtoMessage()
- func (x *Scoreboard) ProtoReflect() protoreflect.Message
- func (x *Scoreboard) Reset()
- func (x *Scoreboard) String() string
- type SearchPlayersRequest
- type SpSpecialTeams
- type SpTeamDefense
- func (*SpTeamDefense) Descriptor() ([]byte, []int)deprecated
- func (x *SpTeamDefense) GetExplosiveness() float64
- func (x *SpTeamDefense) GetHavoc() *AdvancedHavoc
- func (x *SpTeamDefense) GetPassing() float64
- func (x *SpTeamDefense) GetPassingDowns() float64
- func (x *SpTeamDefense) GetRanking() int32
- func (x *SpTeamDefense) GetRating() float64
- func (x *SpTeamDefense) GetRushing() float64
- func (x *SpTeamDefense) GetStandardDowns() float64
- func (x *SpTeamDefense) GetSuccess() float64
- func (*SpTeamDefense) ProtoMessage()
- func (x *SpTeamDefense) ProtoReflect() protoreflect.Message
- func (x *SpTeamDefense) Reset()
- func (x *SpTeamDefense) String() string
- type SpTeamOffense
- func (*SpTeamOffense) Descriptor() ([]byte, []int)deprecated
- func (x *SpTeamOffense) GetExplosiveness() float64
- func (x *SpTeamOffense) GetPace() float64
- func (x *SpTeamOffense) GetPassing() float64
- func (x *SpTeamOffense) GetPassingDowns() float64
- func (x *SpTeamOffense) GetRanking() int32
- func (x *SpTeamOffense) GetRating() float64
- func (x *SpTeamOffense) GetRunRate() float64
- func (x *SpTeamOffense) GetRushing() float64
- func (x *SpTeamOffense) GetStandardDowns() float64
- func (x *SpTeamOffense) GetSuccess() float64
- func (*SpTeamOffense) ProtoMessage()
- func (x *SpTeamOffense) ProtoReflect() protoreflect.Message
- func (x *SpTeamOffense) Reset()
- func (x *SpTeamOffense) String() string
- type StatValue
- type StatsByQuarter
- func (*StatsByQuarter) Descriptor() ([]byte, []int)deprecated
- func (x *StatsByQuarter) GetQuarter1() float64
- func (x *StatsByQuarter) GetQuarter2() float64
- func (x *StatsByQuarter) GetQuarter3() float64
- func (x *StatsByQuarter) GetQuarter4() float64
- func (x *StatsByQuarter) GetTotal() float64
- func (*StatsByQuarter) ProtoMessage()
- func (x *StatsByQuarter) ProtoReflect() protoreflect.Message
- func (x *StatsByQuarter) Reset()
- func (x *StatsByQuarter) String() string
- type SuccessRateSplit
- func (*SuccessRateSplit) Descriptor() ([]byte, []int)deprecated
- func (x *SuccessRateSplit) GetPassingDowns() float64
- func (x *SuccessRateSplit) GetStandardDowns() float64
- func (x *SuccessRateSplit) GetTotal() float64
- func (*SuccessRateSplit) ProtoMessage()
- func (x *SuccessRateSplit) ProtoReflect() protoreflect.Message
- func (x *SuccessRateSplit) Reset()
- func (x *SuccessRateSplit) String() string
- type Team
- func (*Team) Descriptor() ([]byte, []int)deprecated
- func (x *Team) GetAbbreviation() string
- func (x *Team) GetAlternateColor() string
- func (x *Team) GetAlternateNames() []string
- func (x *Team) GetClassification() string
- func (x *Team) GetColor() string
- func (x *Team) GetConference() string
- func (x *Team) GetDivision() string
- func (x *Team) GetId() int32
- func (x *Team) GetLocation() *Venue
- func (x *Team) GetLogos() []string
- func (x *Team) GetMascot() string
- func (x *Team) GetSchool() string
- func (x *Team) GetTwitter() string
- func (*Team) ProtoMessage()
- func (x *Team) ProtoReflect() protoreflect.Message
- func (x *Team) Reset()
- func (x *Team) String() string
- type TeamATS
- func (*TeamATS) Descriptor() ([]byte, []int)deprecated
- func (x *TeamATS) GetAtsLosses() int32
- func (x *TeamATS) GetAtsPushes() int32
- func (x *TeamATS) GetAtsWins() int32
- func (x *TeamATS) GetAvgCoverMargin() float64
- func (x *TeamATS) GetConference() string
- func (x *TeamATS) GetGames() int32
- func (x *TeamATS) GetTeam() string
- func (x *TeamATS) GetTeamId() int32
- func (x *TeamATS) GetYear() int32
- func (*TeamATS) ProtoMessage()
- func (x *TeamATS) ProtoReflect() protoreflect.Message
- func (x *TeamATS) Reset()
- func (x *TeamATS) String() string
- type TeamElo
- func (*TeamElo) Descriptor() ([]byte, []int)deprecated
- func (x *TeamElo) GetConference() string
- func (x *TeamElo) GetElo() int32
- func (x *TeamElo) GetTeam() string
- func (x *TeamElo) GetYear() int32
- func (*TeamElo) ProtoMessage()
- func (x *TeamElo) ProtoReflect() protoreflect.Message
- func (x *TeamElo) Reset()
- func (x *TeamElo) String() string
- type TeamExplosiveness
- func (*TeamExplosiveness) Descriptor() ([]byte, []int)deprecated
- func (x *TeamExplosiveness) GetOverall() *StatsByQuarter
- func (x *TeamExplosiveness) GetTeam() string
- func (*TeamExplosiveness) ProtoMessage()
- func (x *TeamExplosiveness) ProtoReflect() protoreflect.Message
- func (x *TeamExplosiveness) Reset()
- func (x *TeamExplosiveness) String() string
- type TeamFPI
- func (*TeamFPI) Descriptor() ([]byte, []int)deprecated
- func (x *TeamFPI) GetConference() string
- func (x *TeamFPI) GetEfficiencies() *FpiEfficiencies
- func (x *TeamFPI) GetFpi() float64
- func (x *TeamFPI) GetResumeRanks() *FpiResumeRanks
- func (x *TeamFPI) GetTeam() string
- func (x *TeamFPI) GetYear() int32
- func (*TeamFPI) ProtoMessage()
- func (x *TeamFPI) ProtoReflect() protoreflect.Message
- func (x *TeamFPI) Reset()
- func (x *TeamFPI) String() string
- type TeamFieldPosition
- func (*TeamFieldPosition) Descriptor() ([]byte, []int)deprecated
- func (x *TeamFieldPosition) GetAverageStart() float64
- func (x *TeamFieldPosition) GetAverageStartingPredictedPoints() float64
- func (x *TeamFieldPosition) GetTeam() string
- func (*TeamFieldPosition) ProtoMessage()
- func (x *TeamFieldPosition) ProtoReflect() protoreflect.Message
- func (x *TeamFieldPosition) Reset()
- func (x *TeamFieldPosition) String() string
- type TeamGamePredictedPointsAdded
- func (*TeamGamePredictedPointsAdded) Descriptor() ([]byte, []int)deprecated
- func (x *TeamGamePredictedPointsAdded) GetConference() string
- func (x *TeamGamePredictedPointsAdded) GetDefense() *PredictedPointsAddedTotalsForGames
- func (x *TeamGamePredictedPointsAdded) GetGameId() int32
- func (x *TeamGamePredictedPointsAdded) GetOffense() *PredictedPointsAddedTotalsForGames
- func (x *TeamGamePredictedPointsAdded) GetOpponent() string
- func (x *TeamGamePredictedPointsAdded) GetSeason() int32
- func (x *TeamGamePredictedPointsAdded) GetSeasonType() string
- func (x *TeamGamePredictedPointsAdded) GetTeam() string
- func (x *TeamGamePredictedPointsAdded) GetWeek() int32
- func (*TeamGamePredictedPointsAdded) ProtoMessage()
- func (x *TeamGamePredictedPointsAdded) ProtoReflect() protoreflect.Message
- func (x *TeamGamePredictedPointsAdded) Reset()
- func (x *TeamGamePredictedPointsAdded) String() string
- type TeamHavoc
- func (*TeamHavoc) Descriptor() ([]byte, []int)deprecated
- func (x *TeamHavoc) GetDb() float64
- func (x *TeamHavoc) GetFrontSeven() float64
- func (x *TeamHavoc) GetTeam() string
- func (x *TeamHavoc) GetTotal() float64
- func (*TeamHavoc) ProtoMessage()
- func (x *TeamHavoc) ProtoReflect() protoreflect.Message
- func (x *TeamHavoc) Reset()
- func (x *TeamHavoc) String() string
- type TeamPPA
- func (*TeamPPA) Descriptor() ([]byte, []int)deprecated
- func (x *TeamPPA) GetOverall() *StatsByQuarter
- func (x *TeamPPA) GetPassing() *StatsByQuarter
- func (x *TeamPPA) GetPlays() int32
- func (x *TeamPPA) GetRushing() *StatsByQuarter
- func (x *TeamPPA) GetTeam() string
- func (*TeamPPA) ProtoMessage()
- func (x *TeamPPA) ProtoReflect() protoreflect.Message
- func (x *TeamPPA) Reset()
- func (x *TeamPPA) String() string
- type TeamRecord
- func (*TeamRecord) Descriptor() ([]byte, []int)deprecated
- func (x *TeamRecord) GetGames() int32
- func (x *TeamRecord) GetLosses() int32
- func (x *TeamRecord) GetTies() int32
- func (x *TeamRecord) GetWins() int32
- func (*TeamRecord) ProtoMessage()
- func (x *TeamRecord) ProtoReflect() protoreflect.Message
- func (x *TeamRecord) Reset()
- func (x *TeamRecord) String() string
- type TeamRecords
- func (*TeamRecords) Descriptor() ([]byte, []int)deprecated
- func (x *TeamRecords) GetAwayGames() *TeamRecord
- func (x *TeamRecords) GetClassification() string
- func (x *TeamRecords) GetConference() string
- func (x *TeamRecords) GetConferenceGames() *TeamRecord
- func (x *TeamRecords) GetDivision() string
- func (x *TeamRecords) GetExpectedWins() float64
- func (x *TeamRecords) GetHomeGames() *TeamRecord
- func (x *TeamRecords) GetNeutralSiteGames() *TeamRecord
- func (x *TeamRecords) GetPostseason() *TeamRecord
- func (x *TeamRecords) GetRegularSeason() *TeamRecord
- func (x *TeamRecords) GetTeam() string
- func (x *TeamRecords) GetTeamId() int32
- func (x *TeamRecords) GetTotal() *TeamRecord
- func (x *TeamRecords) GetYear() int32
- func (*TeamRecords) ProtoMessage()
- func (x *TeamRecords) ProtoReflect() protoreflect.Message
- func (x *TeamRecords) Reset()
- func (x *TeamRecords) String() string
- type TeamRecruitingRanking
- func (*TeamRecruitingRanking) Descriptor() ([]byte, []int)deprecated
- func (x *TeamRecruitingRanking) GetPoints() float64
- func (x *TeamRecruitingRanking) GetRank() int32
- func (x *TeamRecruitingRanking) GetTeam() string
- func (x *TeamRecruitingRanking) GetYear() int32
- func (*TeamRecruitingRanking) ProtoMessage()
- func (x *TeamRecruitingRanking) ProtoReflect() protoreflect.Message
- func (x *TeamRecruitingRanking) Reset()
- func (x *TeamRecruitingRanking) String() string
- type TeamRushingStats
- func (*TeamRushingStats) Descriptor() ([]byte, []int)deprecated
- func (x *TeamRushingStats) GetLineYards() float64
- func (x *TeamRushingStats) GetLineYardsAverage() float64
- func (x *TeamRushingStats) GetOpenFieldYards() float64
- func (x *TeamRushingStats) GetOpenFieldYardsAverage() float64
- func (x *TeamRushingStats) GetPowerSuccess() float64
- func (x *TeamRushingStats) GetSecondLevelYards() float64
- func (x *TeamRushingStats) GetSecondLevelYardsAverage() float64
- func (x *TeamRushingStats) GetStuffRate() float64
- func (x *TeamRushingStats) GetTeam() string
- func (*TeamRushingStats) ProtoMessage()
- func (x *TeamRushingStats) ProtoReflect() protoreflect.Message
- func (x *TeamRushingStats) Reset()
- func (x *TeamRushingStats) String() string
- type TeamSP
- func (*TeamSP) Descriptor() ([]byte, []int)deprecated
- func (x *TeamSP) GetConference() string
- func (x *TeamSP) GetDefense() *SpTeamDefense
- func (x *TeamSP) GetOffense() *SpTeamOffense
- func (x *TeamSP) GetRanking() int32
- func (x *TeamSP) GetRating() float64
- func (x *TeamSP) GetSecondOrderWins() float64
- func (x *TeamSP) GetSos() float64
- func (x *TeamSP) GetSpecialTeams() *SpSpecialTeams
- func (x *TeamSP) GetTeam() string
- func (x *TeamSP) GetYear() int32
- func (*TeamSP) ProtoMessage()
- func (x *TeamSP) ProtoReflect() protoreflect.Message
- func (x *TeamSP) Reset()
- func (x *TeamSP) String() string
- type TeamSRS
- func (*TeamSRS) Descriptor() ([]byte, []int)deprecated
- func (x *TeamSRS) GetConference() string
- func (x *TeamSRS) GetDivision() string
- func (x *TeamSRS) GetRanking() int32
- func (x *TeamSRS) GetRating() float64
- func (x *TeamSRS) GetTeam() string
- func (x *TeamSRS) GetYear() int32
- func (*TeamSRS) ProtoMessage()
- func (x *TeamSRS) ProtoReflect() protoreflect.Message
- func (x *TeamSRS) Reset()
- func (x *TeamSRS) String() string
- type TeamScoringOpportunities
- func (*TeamScoringOpportunities) Descriptor() ([]byte, []int)deprecated
- func (x *TeamScoringOpportunities) GetOpportunities() int32
- func (x *TeamScoringOpportunities) GetPoints() int32
- func (x *TeamScoringOpportunities) GetPointsPerOpportunity() float64
- func (x *TeamScoringOpportunities) GetTeam() string
- func (*TeamScoringOpportunities) ProtoMessage()
- func (x *TeamScoringOpportunities) ProtoReflect() protoreflect.Message
- func (x *TeamScoringOpportunities) Reset()
- func (x *TeamScoringOpportunities) String() string
- type TeamSeasonPredictedPointsAdded
- func (*TeamSeasonPredictedPointsAdded) Descriptor() ([]byte, []int)deprecated
- func (x *TeamSeasonPredictedPointsAdded) GetConference() string
- func (x *TeamSeasonPredictedPointsAdded) GetDefense() *TeamSeasonPredictedPointsAddedUnit
- func (x *TeamSeasonPredictedPointsAdded) GetOffense() *TeamSeasonPredictedPointsAddedUnit
- func (x *TeamSeasonPredictedPointsAdded) GetSeason() int32
- func (x *TeamSeasonPredictedPointsAdded) GetTeam() string
- func (*TeamSeasonPredictedPointsAdded) ProtoMessage()
- func (x *TeamSeasonPredictedPointsAdded) ProtoReflect() protoreflect.Message
- func (x *TeamSeasonPredictedPointsAdded) Reset()
- func (x *TeamSeasonPredictedPointsAdded) String() string
- type TeamSeasonPredictedPointsAddedUnit
- func (*TeamSeasonPredictedPointsAddedUnit) Descriptor() ([]byte, []int)deprecated
- func (x *TeamSeasonPredictedPointsAddedUnit) GetCumulative() *PredictedPointsAddedTotals
- func (x *TeamSeasonPredictedPointsAddedUnit) GetFirstDown() float64
- func (x *TeamSeasonPredictedPointsAddedUnit) GetOverall() float64
- func (x *TeamSeasonPredictedPointsAddedUnit) GetPassing() float64
- func (x *TeamSeasonPredictedPointsAddedUnit) GetRushing() float64
- func (x *TeamSeasonPredictedPointsAddedUnit) GetSecondDown() float64
- func (x *TeamSeasonPredictedPointsAddedUnit) GetThirdDown() float64
- func (*TeamSeasonPredictedPointsAddedUnit) ProtoMessage()
- func (x *TeamSeasonPredictedPointsAddedUnit) ProtoReflect() protoreflect.Message
- func (x *TeamSeasonPredictedPointsAddedUnit) Reset()
- func (x *TeamSeasonPredictedPointsAddedUnit) String() string
- type TeamStat
- func (*TeamStat) Descriptor() ([]byte, []int)deprecated
- func (x *TeamStat) GetConference() string
- func (x *TeamStat) GetSeason() int32
- func (x *TeamStat) GetStatName() string
- func (x *TeamStat) GetStatValue() *structpb.Value
- func (x *TeamStat) GetTeam() string
- func (*TeamStat) ProtoMessage()
- func (x *TeamStat) ProtoReflect() protoreflect.Message
- func (x *TeamStat) Reset()
- func (x *TeamStat) String() string
- type TeamSuccessRates
- func (*TeamSuccessRates) Descriptor() ([]byte, []int)deprecated
- func (x *TeamSuccessRates) GetOverall() *StatsByQuarter
- func (x *TeamSuccessRates) GetPassingDowns() *StatsByQuarter
- func (x *TeamSuccessRates) GetStandardDowns() *StatsByQuarter
- func (x *TeamSuccessRates) GetTeam() string
- func (*TeamSuccessRates) ProtoMessage()
- func (x *TeamSuccessRates) ProtoReflect() protoreflect.Message
- func (x *TeamSuccessRates) Reset()
- func (x *TeamSuccessRates) String() string
- type TeamTalent
- func (*TeamTalent) Descriptor() ([]byte, []int)deprecated
- func (x *TeamTalent) GetTalent() float64
- func (x *TeamTalent) GetTeam() string
- func (x *TeamTalent) GetYear() int32
- func (*TeamTalent) ProtoMessage()
- func (x *TeamTalent) ProtoReflect() protoreflect.Message
- func (x *TeamTalent) Reset()
- func (x *TeamTalent) String() string
- type UserInfo
- type Venue
- func (*Venue) Descriptor() ([]byte, []int)deprecated
- func (x *Venue) GetCapacity() int32
- func (x *Venue) GetCity() string
- func (x *Venue) GetConstructionYear() int32
- func (x *Venue) GetCountryCode() string
- func (x *Venue) GetDome() bool
- func (x *Venue) GetElevation() string
- func (x *Venue) GetGrass() bool
- func (x *Venue) GetId() int32
- func (x *Venue) GetLatitude() float64
- func (x *Venue) GetLongitude() float64
- func (x *Venue) GetName() string
- func (x *Venue) GetState() string
- func (x *Venue) GetTimezone() string
- func (x *Venue) GetZip() string
- func (*Venue) ProtoMessage()
- func (x *Venue) ProtoReflect() protoreflect.Message
- func (x *Venue) Reset()
- func (x *Venue) String() string
Constants ¶
This section is empty.
Variables ¶
var ( // ErrMissingAPIKey is returned if the API key provided was empty. ErrMissingAPIKey = errors.New("API key was not provided") // ErrMissingRequiredParams is returned when a request is missing // required parameters. ErrMissingRequiredParams = errors.New("request missing required params") ErrResponseWasEmpty = errors.New("response from API was empty") ErrResponseWasNotJSON = errors.New("response was not in JSON") )
var File_cfbd_internal_proto_cfbd_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type AdjustedTeamMetrics ¶
type AdjustedTeamMetrics struct {
Year int32 `protobuf:"varint,1,opt,name=year,proto3" json:"year,omitempty"`
TeamId int32 `protobuf:"varint,2,opt,name=team_id,json=teamId,proto3" json:"team_id,omitempty"`
Team string `protobuf:"bytes,3,opt,name=team,proto3" json:"team,omitempty"`
Conference string `protobuf:"bytes,4,opt,name=conference,proto3" json:"conference,omitempty"`
Epa *EpaSplit `protobuf:"bytes,5,opt,name=epa,proto3" json:"epa,omitempty"`
EpaAllowed *EpaSplit `protobuf:"bytes,6,opt,name=epa_allowed,json=epaAllowed,proto3" json:"epa_allowed,omitempty"`
SuccessRate *SuccessRateSplit `protobuf:"bytes,7,opt,name=success_rate,json=successRate,proto3" json:"success_rate,omitempty"`
SuccessRateAllowed *SuccessRateSplit `protobuf:"bytes,8,opt,name=success_rate_allowed,json=successRateAllowed,proto3" json:"success_rate_allowed,omitempty"`
Rushing *RushingYardsSplit `protobuf:"bytes,9,opt,name=rushing,proto3" json:"rushing,omitempty"`
RushingAllowed *RushingYardsSplit `protobuf:"bytes,10,opt,name=rushing_allowed,json=rushingAllowed,proto3" json:"rushing_allowed,omitempty"`
Explosiveness float64 `protobuf:"fixed64,11,opt,name=explosiveness,proto3" json:"explosiveness,omitempty"`
ExplosivenessAllowed float64 `protobuf:"fixed64,12,opt,name=explosiveness_allowed,json=explosivenessAllowed,proto3" json:"explosiveness_allowed,omitempty"`
// contains filtered or unexported fields
}
func (*AdjustedTeamMetrics) Descriptor
deprecated
func (*AdjustedTeamMetrics) Descriptor() ([]byte, []int)
Deprecated: Use AdjustedTeamMetrics.ProtoReflect.Descriptor instead.
func (*AdjustedTeamMetrics) GetConference ¶
func (x *AdjustedTeamMetrics) GetConference() string
func (*AdjustedTeamMetrics) GetEpa ¶
func (x *AdjustedTeamMetrics) GetEpa() *EpaSplit
func (*AdjustedTeamMetrics) GetEpaAllowed ¶
func (x *AdjustedTeamMetrics) GetEpaAllowed() *EpaSplit
func (*AdjustedTeamMetrics) GetExplosiveness ¶
func (x *AdjustedTeamMetrics) GetExplosiveness() float64
func (*AdjustedTeamMetrics) GetExplosivenessAllowed ¶
func (x *AdjustedTeamMetrics) GetExplosivenessAllowed() float64
func (*AdjustedTeamMetrics) GetRushing ¶
func (x *AdjustedTeamMetrics) GetRushing() *RushingYardsSplit
func (*AdjustedTeamMetrics) GetRushingAllowed ¶
func (x *AdjustedTeamMetrics) GetRushingAllowed() *RushingYardsSplit
func (*AdjustedTeamMetrics) GetSuccessRate ¶
func (x *AdjustedTeamMetrics) GetSuccessRate() *SuccessRateSplit
func (*AdjustedTeamMetrics) GetSuccessRateAllowed ¶
func (x *AdjustedTeamMetrics) GetSuccessRateAllowed() *SuccessRateSplit
func (*AdjustedTeamMetrics) GetTeam ¶
func (x *AdjustedTeamMetrics) GetTeam() string
func (*AdjustedTeamMetrics) GetTeamId ¶
func (x *AdjustedTeamMetrics) GetTeamId() int32
func (*AdjustedTeamMetrics) GetYear ¶
func (x *AdjustedTeamMetrics) GetYear() int32
func (*AdjustedTeamMetrics) ProtoMessage ¶
func (*AdjustedTeamMetrics) ProtoMessage()
func (*AdjustedTeamMetrics) ProtoReflect ¶
func (x *AdjustedTeamMetrics) ProtoReflect() protoreflect.Message
func (*AdjustedTeamMetrics) Reset ¶
func (x *AdjustedTeamMetrics) Reset()
func (*AdjustedTeamMetrics) String ¶
func (x *AdjustedTeamMetrics) String() string
type AdvancedBoxScore ¶
type AdvancedBoxScore struct {
GameInfo *AdvancedBoxScoreGameInfo `protobuf:"bytes,1,opt,name=game_info,json=gameInfo,proto3" json:"game_info,omitempty"`
Teams *AdvancedBoxScoreTeams `protobuf:"bytes,2,opt,name=teams,proto3" json:"teams,omitempty"`
Players *AdvancedBoxScorePlayers `protobuf:"bytes,3,opt,name=players,proto3" json:"players,omitempty"`
// contains filtered or unexported fields
}
func (*AdvancedBoxScore) Descriptor
deprecated
func (*AdvancedBoxScore) Descriptor() ([]byte, []int)
Deprecated: Use AdvancedBoxScore.ProtoReflect.Descriptor instead.
func (*AdvancedBoxScore) GetGameInfo ¶
func (x *AdvancedBoxScore) GetGameInfo() *AdvancedBoxScoreGameInfo
func (*AdvancedBoxScore) GetPlayers ¶
func (x *AdvancedBoxScore) GetPlayers() *AdvancedBoxScorePlayers
func (*AdvancedBoxScore) GetTeams ¶
func (x *AdvancedBoxScore) GetTeams() *AdvancedBoxScoreTeams
func (*AdvancedBoxScore) ProtoMessage ¶
func (*AdvancedBoxScore) ProtoMessage()
func (*AdvancedBoxScore) ProtoReflect ¶
func (x *AdvancedBoxScore) ProtoReflect() protoreflect.Message
func (*AdvancedBoxScore) Reset ¶
func (x *AdvancedBoxScore) Reset()
func (*AdvancedBoxScore) String ¶
func (x *AdvancedBoxScore) String() string
type AdvancedBoxScoreGameInfo ¶
type AdvancedBoxScoreGameInfo struct {
Excitement float64 `protobuf:"fixed64,1,opt,name=excitement,proto3" json:"excitement,omitempty"`
HomeWinner bool `protobuf:"varint,2,opt,name=home_winner,json=homeWinner,proto3" json:"home_winner,omitempty"`
AwayWinProb float64 `protobuf:"fixed64,3,opt,name=away_win_prob,json=awayWinProb,proto3" json:"away_win_prob,omitempty"`
AwayPoints int32 `protobuf:"varint,4,opt,name=away_points,json=awayPoints,proto3" json:"away_points,omitempty"`
AwayTeam string `protobuf:"bytes,5,opt,name=away_team,json=awayTeam,proto3" json:"away_team,omitempty"`
HomeWinProb float64 `protobuf:"fixed64,6,opt,name=home_win_prob,json=homeWinProb,proto3" json:"home_win_prob,omitempty"`
HomePoints int32 `protobuf:"varint,7,opt,name=home_points,json=homePoints,proto3" json:"home_points,omitempty"`
HomeTeam string `protobuf:"bytes,8,opt,name=home_team,json=homeTeam,proto3" json:"home_team,omitempty"`
// contains filtered or unexported fields
}
func (*AdvancedBoxScoreGameInfo) Descriptor
deprecated
func (*AdvancedBoxScoreGameInfo) Descriptor() ([]byte, []int)
Deprecated: Use AdvancedBoxScoreGameInfo.ProtoReflect.Descriptor instead.
func (*AdvancedBoxScoreGameInfo) GetAwayPoints ¶
func (x *AdvancedBoxScoreGameInfo) GetAwayPoints() int32
func (*AdvancedBoxScoreGameInfo) GetAwayTeam ¶
func (x *AdvancedBoxScoreGameInfo) GetAwayTeam() string
func (*AdvancedBoxScoreGameInfo) GetAwayWinProb ¶
func (x *AdvancedBoxScoreGameInfo) GetAwayWinProb() float64
func (*AdvancedBoxScoreGameInfo) GetExcitement ¶
func (x *AdvancedBoxScoreGameInfo) GetExcitement() float64
func (*AdvancedBoxScoreGameInfo) GetHomePoints ¶
func (x *AdvancedBoxScoreGameInfo) GetHomePoints() int32
func (*AdvancedBoxScoreGameInfo) GetHomeTeam ¶
func (x *AdvancedBoxScoreGameInfo) GetHomeTeam() string
func (*AdvancedBoxScoreGameInfo) GetHomeWinProb ¶
func (x *AdvancedBoxScoreGameInfo) GetHomeWinProb() float64
func (*AdvancedBoxScoreGameInfo) GetHomeWinner ¶
func (x *AdvancedBoxScoreGameInfo) GetHomeWinner() bool
func (*AdvancedBoxScoreGameInfo) ProtoMessage ¶
func (*AdvancedBoxScoreGameInfo) ProtoMessage()
func (*AdvancedBoxScoreGameInfo) ProtoReflect ¶
func (x *AdvancedBoxScoreGameInfo) ProtoReflect() protoreflect.Message
func (*AdvancedBoxScoreGameInfo) Reset ¶
func (x *AdvancedBoxScoreGameInfo) Reset()
func (*AdvancedBoxScoreGameInfo) String ¶
func (x *AdvancedBoxScoreGameInfo) String() string
type AdvancedBoxScorePlayers ¶
type AdvancedBoxScorePlayers struct {
Ppa []*PlayerPPA `protobuf:"bytes,1,rep,name=ppa,proto3" json:"ppa,omitempty"`
Usage []*PlayerGameUsage `protobuf:"bytes,2,rep,name=usage,proto3" json:"usage,omitempty"`
// contains filtered or unexported fields
}
func (*AdvancedBoxScorePlayers) Descriptor
deprecated
func (*AdvancedBoxScorePlayers) Descriptor() ([]byte, []int)
Deprecated: Use AdvancedBoxScorePlayers.ProtoReflect.Descriptor instead.
func (*AdvancedBoxScorePlayers) GetPpa ¶
func (x *AdvancedBoxScorePlayers) GetPpa() []*PlayerPPA
func (*AdvancedBoxScorePlayers) GetUsage ¶
func (x *AdvancedBoxScorePlayers) GetUsage() []*PlayerGameUsage
func (*AdvancedBoxScorePlayers) ProtoMessage ¶
func (*AdvancedBoxScorePlayers) ProtoMessage()
func (*AdvancedBoxScorePlayers) ProtoReflect ¶
func (x *AdvancedBoxScorePlayers) ProtoReflect() protoreflect.Message
func (*AdvancedBoxScorePlayers) Reset ¶
func (x *AdvancedBoxScorePlayers) Reset()
func (*AdvancedBoxScorePlayers) String ¶
func (x *AdvancedBoxScorePlayers) String() string
type AdvancedBoxScoreTeams ¶
type AdvancedBoxScoreTeams struct {
FieldPosition []*TeamFieldPosition `protobuf:"bytes,1,rep,name=field_position,json=fieldPosition,proto3" json:"field_position,omitempty"`
ScoringOpportunities []*TeamScoringOpportunities `protobuf:"bytes,2,rep,name=scoring_opportunities,json=scoringOpportunities,proto3" json:"scoring_opportunities,omitempty"`
Havoc []*TeamHavoc `protobuf:"bytes,3,rep,name=havoc,proto3" json:"havoc,omitempty"`
Rushing []*TeamRushingStats `protobuf:"bytes,4,rep,name=rushing,proto3" json:"rushing,omitempty"`
Explosiveness []*TeamExplosiveness `protobuf:"bytes,5,rep,name=explosiveness,proto3" json:"explosiveness,omitempty"`
SuccessRates []*TeamSuccessRates `protobuf:"bytes,6,rep,name=success_rates,json=successRates,proto3" json:"success_rates,omitempty"`
CumulativePpa []*TeamPPA `protobuf:"bytes,7,rep,name=cumulative_ppa,json=cumulativePpa,proto3" json:"cumulative_ppa,omitempty"`
Ppa []*TeamPPA `protobuf:"bytes,8,rep,name=ppa,proto3" json:"ppa,omitempty"`
// contains filtered or unexported fields
}
func (*AdvancedBoxScoreTeams) Descriptor
deprecated
func (*AdvancedBoxScoreTeams) Descriptor() ([]byte, []int)
Deprecated: Use AdvancedBoxScoreTeams.ProtoReflect.Descriptor instead.
func (*AdvancedBoxScoreTeams) GetCumulativePpa ¶
func (x *AdvancedBoxScoreTeams) GetCumulativePpa() []*TeamPPA
func (*AdvancedBoxScoreTeams) GetExplosiveness ¶
func (x *AdvancedBoxScoreTeams) GetExplosiveness() []*TeamExplosiveness
func (*AdvancedBoxScoreTeams) GetFieldPosition ¶
func (x *AdvancedBoxScoreTeams) GetFieldPosition() []*TeamFieldPosition
func (*AdvancedBoxScoreTeams) GetHavoc ¶
func (x *AdvancedBoxScoreTeams) GetHavoc() []*TeamHavoc
func (*AdvancedBoxScoreTeams) GetPpa ¶
func (x *AdvancedBoxScoreTeams) GetPpa() []*TeamPPA
func (*AdvancedBoxScoreTeams) GetRushing ¶
func (x *AdvancedBoxScoreTeams) GetRushing() []*TeamRushingStats
func (*AdvancedBoxScoreTeams) GetScoringOpportunities ¶
func (x *AdvancedBoxScoreTeams) GetScoringOpportunities() []*TeamScoringOpportunities
func (*AdvancedBoxScoreTeams) GetSuccessRates ¶
func (x *AdvancedBoxScoreTeams) GetSuccessRates() []*TeamSuccessRates
func (*AdvancedBoxScoreTeams) ProtoMessage ¶
func (*AdvancedBoxScoreTeams) ProtoMessage()
func (*AdvancedBoxScoreTeams) ProtoReflect ¶
func (x *AdvancedBoxScoreTeams) ProtoReflect() protoreflect.Message
func (*AdvancedBoxScoreTeams) Reset ¶
func (x *AdvancedBoxScoreTeams) Reset()
func (*AdvancedBoxScoreTeams) String ¶
func (x *AdvancedBoxScoreTeams) String() string
type AdvancedFieldPosition ¶
type AdvancedFieldPosition struct {
AveragePredictedPoints *float64 `` /* 137-byte string literal not displayed */
AverageStart *float64 `protobuf:"fixed64,2,opt,name=average_start,json=averageStart,proto3,oneof" json:"average_start,omitempty"`
// contains filtered or unexported fields
}
func (*AdvancedFieldPosition) Descriptor
deprecated
func (*AdvancedFieldPosition) Descriptor() ([]byte, []int)
Deprecated: Use AdvancedFieldPosition.ProtoReflect.Descriptor instead.
func (*AdvancedFieldPosition) GetAveragePredictedPoints ¶
func (x *AdvancedFieldPosition) GetAveragePredictedPoints() float64
func (*AdvancedFieldPosition) GetAverageStart ¶
func (x *AdvancedFieldPosition) GetAverageStart() float64
func (*AdvancedFieldPosition) ProtoMessage ¶
func (*AdvancedFieldPosition) ProtoMessage()
func (*AdvancedFieldPosition) ProtoReflect ¶
func (x *AdvancedFieldPosition) ProtoReflect() protoreflect.Message
func (*AdvancedFieldPosition) Reset ¶
func (x *AdvancedFieldPosition) Reset()
func (*AdvancedFieldPosition) String ¶
func (x *AdvancedFieldPosition) String() string
type AdvancedGameStat ¶
type AdvancedGameStat struct {
GameId int32 `protobuf:"varint,1,opt,name=game_id,json=gameId,proto3" json:"game_id,omitempty"`
Season int32 `protobuf:"varint,2,opt,name=season,proto3" json:"season,omitempty"`
SeasonType string `protobuf:"bytes,3,opt,name=season_type,json=seasonType,proto3" json:"season_type,omitempty"`
Week int32 `protobuf:"varint,4,opt,name=week,proto3" json:"week,omitempty"`
Team string `protobuf:"bytes,5,opt,name=team,proto3" json:"team,omitempty"`
Opponent string `protobuf:"bytes,6,opt,name=opponent,proto3" json:"opponent,omitempty"`
Offense *AdvancedGameStatSide `protobuf:"bytes,7,opt,name=offense,proto3" json:"offense,omitempty"`
Defense *AdvancedGameStatSide `protobuf:"bytes,8,opt,name=defense,proto3" json:"defense,omitempty"`
// contains filtered or unexported fields
}
func (*AdvancedGameStat) Descriptor
deprecated
func (*AdvancedGameStat) Descriptor() ([]byte, []int)
Deprecated: Use AdvancedGameStat.ProtoReflect.Descriptor instead.
func (*AdvancedGameStat) GetDefense ¶
func (x *AdvancedGameStat) GetDefense() *AdvancedGameStatSide
func (*AdvancedGameStat) GetGameId ¶
func (x *AdvancedGameStat) GetGameId() int32
func (*AdvancedGameStat) GetOffense ¶
func (x *AdvancedGameStat) GetOffense() *AdvancedGameStatSide
func (*AdvancedGameStat) GetOpponent ¶
func (x *AdvancedGameStat) GetOpponent() string
func (*AdvancedGameStat) GetSeason ¶
func (x *AdvancedGameStat) GetSeason() int32
func (*AdvancedGameStat) GetSeasonType ¶
func (x *AdvancedGameStat) GetSeasonType() string
func (*AdvancedGameStat) GetTeam ¶
func (x *AdvancedGameStat) GetTeam() string
func (*AdvancedGameStat) GetWeek ¶
func (x *AdvancedGameStat) GetWeek() int32
func (*AdvancedGameStat) ProtoMessage ¶
func (*AdvancedGameStat) ProtoMessage()
func (*AdvancedGameStat) ProtoReflect ¶
func (x *AdvancedGameStat) ProtoReflect() protoreflect.Message
func (*AdvancedGameStat) Reset ¶
func (x *AdvancedGameStat) Reset()
func (*AdvancedGameStat) String ¶
func (x *AdvancedGameStat) String() string
type AdvancedGameStatSide ¶
type AdvancedGameStatSide struct {
PassingPlays *AdvancedGameStatSidePlayMetrics `protobuf:"bytes,1,opt,name=passing_plays,json=passingPlays,proto3" json:"passing_plays,omitempty"`
RushingPlays *AdvancedGameStatSidePlayMetrics `protobuf:"bytes,2,opt,name=rushing_plays,json=rushingPlays,proto3" json:"rushing_plays,omitempty"`
PassingDowns *AdvancedGameStatSideDownMetrics `protobuf:"bytes,3,opt,name=passing_downs,json=passingDowns,proto3" json:"passing_downs,omitempty"`
StandardDowns *AdvancedGameStatSideDownMetrics `protobuf:"bytes,4,opt,name=standard_downs,json=standardDowns,proto3" json:"standard_downs,omitempty"`
OpenFieldYardsTotal *int32 `` /* 129-byte string literal not displayed */
OpenFieldYards *float64 `protobuf:"fixed64,6,opt,name=open_field_yards,json=openFieldYards,proto3,oneof" json:"open_field_yards,omitempty"`
SecondLevelYardsTotal *int32 `` /* 135-byte string literal not displayed */
SecondLevelYards *float64 `protobuf:"fixed64,8,opt,name=second_level_yards,json=secondLevelYards,proto3,oneof" json:"second_level_yards,omitempty"`
LineYardsTotal *int32 `protobuf:"varint,9,opt,name=line_yards_total,json=lineYardsTotal,proto3,oneof" json:"line_yards_total,omitempty"`
LineYards *float64 `protobuf:"fixed64,10,opt,name=line_yards,json=lineYards,proto3,oneof" json:"line_yards,omitempty"`
StuffRate *float64 `protobuf:"fixed64,11,opt,name=stuff_rate,json=stuffRate,proto3,oneof" json:"stuff_rate,omitempty"`
PowerSuccess *float64 `protobuf:"fixed64,12,opt,name=power_success,json=powerSuccess,proto3,oneof" json:"power_success,omitempty"`
Explosiveness *float64 `protobuf:"fixed64,13,opt,name=explosiveness,proto3,oneof" json:"explosiveness,omitempty"`
SuccessRate *float64 `protobuf:"fixed64,14,opt,name=success_rate,json=successRate,proto3,oneof" json:"success_rate,omitempty"`
Total_PPA *float64 `protobuf:"fixed64,15,opt,name=total_PPA,json=totalPPA,proto3,oneof" json:"total_PPA,omitempty"`
Ppa *float64 `protobuf:"fixed64,16,opt,name=ppa,proto3,oneof" json:"ppa,omitempty"`
Drives *int32 `protobuf:"varint,17,opt,name=drives,proto3,oneof" json:"drives,omitempty"`
Plays *int32 `protobuf:"varint,18,opt,name=plays,proto3,oneof" json:"plays,omitempty"`
// contains filtered or unexported fields
}
func (*AdvancedGameStatSide) Descriptor
deprecated
func (*AdvancedGameStatSide) Descriptor() ([]byte, []int)
Deprecated: Use AdvancedGameStatSide.ProtoReflect.Descriptor instead.
func (*AdvancedGameStatSide) GetDrives ¶
func (x *AdvancedGameStatSide) GetDrives() int32
func (*AdvancedGameStatSide) GetExplosiveness ¶
func (x *AdvancedGameStatSide) GetExplosiveness() float64
func (*AdvancedGameStatSide) GetLineYards ¶
func (x *AdvancedGameStatSide) GetLineYards() float64
func (*AdvancedGameStatSide) GetLineYardsTotal ¶
func (x *AdvancedGameStatSide) GetLineYardsTotal() int32
func (*AdvancedGameStatSide) GetOpenFieldYards ¶
func (x *AdvancedGameStatSide) GetOpenFieldYards() float64
func (*AdvancedGameStatSide) GetOpenFieldYardsTotal ¶
func (x *AdvancedGameStatSide) GetOpenFieldYardsTotal() int32
func (*AdvancedGameStatSide) GetPassingDowns ¶
func (x *AdvancedGameStatSide) GetPassingDowns() *AdvancedGameStatSideDownMetrics
func (*AdvancedGameStatSide) GetPassingPlays ¶
func (x *AdvancedGameStatSide) GetPassingPlays() *AdvancedGameStatSidePlayMetrics
func (*AdvancedGameStatSide) GetPlays ¶
func (x *AdvancedGameStatSide) GetPlays() int32
func (*AdvancedGameStatSide) GetPowerSuccess ¶
func (x *AdvancedGameStatSide) GetPowerSuccess() float64
func (*AdvancedGameStatSide) GetPpa ¶
func (x *AdvancedGameStatSide) GetPpa() float64
func (*AdvancedGameStatSide) GetRushingPlays ¶
func (x *AdvancedGameStatSide) GetRushingPlays() *AdvancedGameStatSidePlayMetrics
func (*AdvancedGameStatSide) GetSecondLevelYards ¶
func (x *AdvancedGameStatSide) GetSecondLevelYards() float64
func (*AdvancedGameStatSide) GetSecondLevelYardsTotal ¶
func (x *AdvancedGameStatSide) GetSecondLevelYardsTotal() int32
func (*AdvancedGameStatSide) GetStandardDowns ¶
func (x *AdvancedGameStatSide) GetStandardDowns() *AdvancedGameStatSideDownMetrics
func (*AdvancedGameStatSide) GetStuffRate ¶
func (x *AdvancedGameStatSide) GetStuffRate() float64
func (*AdvancedGameStatSide) GetSuccessRate ¶
func (x *AdvancedGameStatSide) GetSuccessRate() float64
func (*AdvancedGameStatSide) GetTotal_PPA ¶
func (x *AdvancedGameStatSide) GetTotal_PPA() float64
func (*AdvancedGameStatSide) ProtoMessage ¶
func (*AdvancedGameStatSide) ProtoMessage()
func (*AdvancedGameStatSide) ProtoReflect ¶
func (x *AdvancedGameStatSide) ProtoReflect() protoreflect.Message
func (*AdvancedGameStatSide) Reset ¶
func (x *AdvancedGameStatSide) Reset()
func (*AdvancedGameStatSide) String ¶
func (x *AdvancedGameStatSide) String() string
type AdvancedGameStatSideDownMetrics ¶
type AdvancedGameStatSideDownMetrics struct {
Explosiveness *float64 `protobuf:"fixed64,1,opt,name=explosiveness,proto3,oneof" json:"explosiveness,omitempty"`
SuccessRate *float64 `protobuf:"fixed64,2,opt,name=success_rate,json=successRate,proto3,oneof" json:"success_rate,omitempty"`
Ppa *float64 `protobuf:"fixed64,3,opt,name=ppa,proto3,oneof" json:"ppa,omitempty"`
// contains filtered or unexported fields
}
func (*AdvancedGameStatSideDownMetrics) Descriptor
deprecated
func (*AdvancedGameStatSideDownMetrics) Descriptor() ([]byte, []int)
Deprecated: Use AdvancedGameStatSideDownMetrics.ProtoReflect.Descriptor instead.
func (*AdvancedGameStatSideDownMetrics) GetExplosiveness ¶
func (x *AdvancedGameStatSideDownMetrics) GetExplosiveness() float64
func (*AdvancedGameStatSideDownMetrics) GetPpa ¶
func (x *AdvancedGameStatSideDownMetrics) GetPpa() float64
func (*AdvancedGameStatSideDownMetrics) GetSuccessRate ¶
func (x *AdvancedGameStatSideDownMetrics) GetSuccessRate() float64
func (*AdvancedGameStatSideDownMetrics) ProtoMessage ¶
func (*AdvancedGameStatSideDownMetrics) ProtoMessage()
func (*AdvancedGameStatSideDownMetrics) ProtoReflect ¶
func (x *AdvancedGameStatSideDownMetrics) ProtoReflect() protoreflect.Message
func (*AdvancedGameStatSideDownMetrics) Reset ¶
func (x *AdvancedGameStatSideDownMetrics) Reset()
func (*AdvancedGameStatSideDownMetrics) String ¶
func (x *AdvancedGameStatSideDownMetrics) String() string
type AdvancedGameStatSidePlayMetrics ¶
type AdvancedGameStatSidePlayMetrics struct {
Explosiveness *float64 `protobuf:"fixed64,1,opt,name=explosiveness,proto3,oneof" json:"explosiveness,omitempty"`
SuccessRate *float64 `protobuf:"fixed64,2,opt,name=success_rate,json=successRate,proto3,oneof" json:"success_rate,omitempty"`
Total_PPA *float64 `protobuf:"fixed64,3,opt,name=total_PPA,json=totalPPA,proto3,oneof" json:"total_PPA,omitempty"`
Ppa *float64 `protobuf:"fixed64,4,opt,name=ppa,proto3,oneof" json:"ppa,omitempty"`
// contains filtered or unexported fields
}
func (*AdvancedGameStatSidePlayMetrics) Descriptor
deprecated
func (*AdvancedGameStatSidePlayMetrics) Descriptor() ([]byte, []int)
Deprecated: Use AdvancedGameStatSidePlayMetrics.ProtoReflect.Descriptor instead.
func (*AdvancedGameStatSidePlayMetrics) GetExplosiveness ¶
func (x *AdvancedGameStatSidePlayMetrics) GetExplosiveness() float64
func (*AdvancedGameStatSidePlayMetrics) GetPpa ¶
func (x *AdvancedGameStatSidePlayMetrics) GetPpa() float64
func (*AdvancedGameStatSidePlayMetrics) GetSuccessRate ¶
func (x *AdvancedGameStatSidePlayMetrics) GetSuccessRate() float64
func (*AdvancedGameStatSidePlayMetrics) GetTotal_PPA ¶
func (x *AdvancedGameStatSidePlayMetrics) GetTotal_PPA() float64
func (*AdvancedGameStatSidePlayMetrics) ProtoMessage ¶
func (*AdvancedGameStatSidePlayMetrics) ProtoMessage()
func (*AdvancedGameStatSidePlayMetrics) ProtoReflect ¶
func (x *AdvancedGameStatSidePlayMetrics) ProtoReflect() protoreflect.Message
func (*AdvancedGameStatSidePlayMetrics) Reset ¶
func (x *AdvancedGameStatSidePlayMetrics) Reset()
func (*AdvancedGameStatSidePlayMetrics) String ¶
func (x *AdvancedGameStatSidePlayMetrics) String() string
type AdvancedHavoc ¶
type AdvancedHavoc struct {
Db *float64 `protobuf:"fixed64,1,opt,name=db,proto3,oneof" json:"db,omitempty"`
FrontSeven *float64 `protobuf:"fixed64,2,opt,name=front_seven,json=frontSeven,proto3,oneof" json:"front_seven,omitempty"`
Total *float64 `protobuf:"fixed64,3,opt,name=total,proto3,oneof" json:"total,omitempty"`
// contains filtered or unexported fields
}
func (*AdvancedHavoc) Descriptor
deprecated
func (*AdvancedHavoc) Descriptor() ([]byte, []int)
Deprecated: Use AdvancedHavoc.ProtoReflect.Descriptor instead.
func (*AdvancedHavoc) GetDb ¶
func (x *AdvancedHavoc) GetDb() float64
func (*AdvancedHavoc) GetFrontSeven ¶
func (x *AdvancedHavoc) GetFrontSeven() float64
func (*AdvancedHavoc) GetTotal ¶
func (x *AdvancedHavoc) GetTotal() float64
func (*AdvancedHavoc) ProtoMessage ¶
func (*AdvancedHavoc) ProtoMessage()
func (*AdvancedHavoc) ProtoReflect ¶
func (x *AdvancedHavoc) ProtoReflect() protoreflect.Message
func (*AdvancedHavoc) Reset ¶
func (x *AdvancedHavoc) Reset()
func (*AdvancedHavoc) String ¶
func (x *AdvancedHavoc) String() string
type AdvancedRateMetrics ¶
type AdvancedRateMetrics struct {
Explosiveness *float64 `protobuf:"fixed64,1,opt,name=explosiveness,proto3,oneof" json:"explosiveness,omitempty"`
SuccessRate *float64 `protobuf:"fixed64,2,opt,name=success_rate,json=successRate,proto3,oneof" json:"success_rate,omitempty"`
Total_PPA *float64 `protobuf:"fixed64,3,opt,name=total_PPA,json=totalPPA,proto3,oneof" json:"total_PPA,omitempty"`
Ppa *float64 `protobuf:"fixed64,4,opt,name=ppa,proto3,oneof" json:"ppa,omitempty"`
Rate *float64 `protobuf:"fixed64,5,opt,name=rate,proto3,oneof" json:"rate,omitempty"`
// contains filtered or unexported fields
}
func (*AdvancedRateMetrics) Descriptor
deprecated
func (*AdvancedRateMetrics) Descriptor() ([]byte, []int)
Deprecated: Use AdvancedRateMetrics.ProtoReflect.Descriptor instead.
func (*AdvancedRateMetrics) GetExplosiveness ¶
func (x *AdvancedRateMetrics) GetExplosiveness() float64
func (*AdvancedRateMetrics) GetPpa ¶
func (x *AdvancedRateMetrics) GetPpa() float64
func (*AdvancedRateMetrics) GetRate ¶
func (x *AdvancedRateMetrics) GetRate() float64
func (*AdvancedRateMetrics) GetSuccessRate ¶
func (x *AdvancedRateMetrics) GetSuccessRate() float64
func (*AdvancedRateMetrics) GetTotal_PPA ¶
func (x *AdvancedRateMetrics) GetTotal_PPA() float64
func (*AdvancedRateMetrics) ProtoMessage ¶
func (*AdvancedRateMetrics) ProtoMessage()
func (*AdvancedRateMetrics) ProtoReflect ¶
func (x *AdvancedRateMetrics) ProtoReflect() protoreflect.Message
func (*AdvancedRateMetrics) Reset ¶
func (x *AdvancedRateMetrics) Reset()
func (*AdvancedRateMetrics) String ¶
func (x *AdvancedRateMetrics) String() string
type AdvancedSeasonStat ¶
type AdvancedSeasonStat struct {
Season int32 `protobuf:"varint,1,opt,name=season,proto3" json:"season,omitempty"`
Team string `protobuf:"bytes,2,opt,name=team,proto3" json:"team,omitempty"`
Conference string `protobuf:"bytes,3,opt,name=conference,proto3" json:"conference,omitempty"`
Offense *AdvancedSeasonStatSide `protobuf:"bytes,4,opt,name=offense,proto3" json:"offense,omitempty"`
Defense *AdvancedSeasonStatSide `protobuf:"bytes,5,opt,name=defense,proto3" json:"defense,omitempty"`
// contains filtered or unexported fields
}
func (*AdvancedSeasonStat) Descriptor
deprecated
func (*AdvancedSeasonStat) Descriptor() ([]byte, []int)
Deprecated: Use AdvancedSeasonStat.ProtoReflect.Descriptor instead.
func (*AdvancedSeasonStat) GetConference ¶
func (x *AdvancedSeasonStat) GetConference() string
func (*AdvancedSeasonStat) GetDefense ¶
func (x *AdvancedSeasonStat) GetDefense() *AdvancedSeasonStatSide
func (*AdvancedSeasonStat) GetOffense ¶
func (x *AdvancedSeasonStat) GetOffense() *AdvancedSeasonStatSide
func (*AdvancedSeasonStat) GetSeason ¶
func (x *AdvancedSeasonStat) GetSeason() int32
func (*AdvancedSeasonStat) GetTeam ¶
func (x *AdvancedSeasonStat) GetTeam() string
func (*AdvancedSeasonStat) ProtoMessage ¶
func (*AdvancedSeasonStat) ProtoMessage()
func (*AdvancedSeasonStat) ProtoReflect ¶
func (x *AdvancedSeasonStat) ProtoReflect() protoreflect.Message
func (*AdvancedSeasonStat) Reset ¶
func (x *AdvancedSeasonStat) Reset()
func (*AdvancedSeasonStat) String ¶
func (x *AdvancedSeasonStat) String() string
type AdvancedSeasonStatSide ¶
type AdvancedSeasonStatSide struct {
PassingPlays *AdvancedRateMetrics `protobuf:"bytes,1,opt,name=passing_plays,json=passingPlays,proto3" json:"passing_plays,omitempty"`
RushingPlays *AdvancedRateMetrics `protobuf:"bytes,2,opt,name=rushing_plays,json=rushingPlays,proto3" json:"rushing_plays,omitempty"`
PassingDowns *AdvancedRateMetrics `protobuf:"bytes,3,opt,name=passing_downs,json=passingDowns,proto3" json:"passing_downs,omitempty"`
StandardDowns *AdvancedRateMetrics `protobuf:"bytes,4,opt,name=standard_downs,json=standardDowns,proto3" json:"standard_downs,omitempty"`
Havoc *AdvancedHavoc `protobuf:"bytes,5,opt,name=havoc,proto3" json:"havoc,omitempty"`
FieldPosition *AdvancedFieldPosition `protobuf:"bytes,6,opt,name=field_position,json=fieldPosition,proto3" json:"field_position,omitempty"`
PointsPerOpportunity *float64 `` /* 131-byte string literal not displayed */
TotalOpportunies *int32 `protobuf:"varint,8,opt,name=total_opportunies,json=totalOpportunies,proto3,oneof" json:"total_opportunies,omitempty"` // typo in API: totalOpportunies
OpenFieldYardsTotal *int32 `` /* 129-byte string literal not displayed */
OpenFieldYards *float64 `protobuf:"fixed64,10,opt,name=open_field_yards,json=openFieldYards,proto3,oneof" json:"open_field_yards,omitempty"`
SecondLevelYardsTotal *int32 `` /* 136-byte string literal not displayed */
SecondLevelYards *float64 `protobuf:"fixed64,12,opt,name=second_level_yards,json=secondLevelYards,proto3,oneof" json:"second_level_yards,omitempty"`
LineYardsTotal *int32 `protobuf:"varint,13,opt,name=line_yards_total,json=lineYardsTotal,proto3,oneof" json:"line_yards_total,omitempty"`
LineYards *float64 `protobuf:"fixed64,14,opt,name=line_yards,json=lineYards,proto3,oneof" json:"line_yards,omitempty"`
StuffRate *float64 `protobuf:"fixed64,15,opt,name=stuff_rate,json=stuffRate,proto3,oneof" json:"stuff_rate,omitempty"`
PowerSuccess *float64 `protobuf:"fixed64,16,opt,name=power_success,json=powerSuccess,proto3,oneof" json:"power_success,omitempty"`
Explosiveness *float64 `protobuf:"fixed64,17,opt,name=explosiveness,proto3,oneof" json:"explosiveness,omitempty"`
SuccessRate *float64 `protobuf:"fixed64,18,opt,name=success_rate,json=successRate,proto3,oneof" json:"success_rate,omitempty"`
Total_PPA *float64 `protobuf:"fixed64,19,opt,name=total_PPA,json=totalPPA,proto3,oneof" json:"total_PPA,omitempty"`
Ppa *float64 `protobuf:"fixed64,20,opt,name=ppa,proto3,oneof" json:"ppa,omitempty"`
Drives *int32 `protobuf:"varint,21,opt,name=drives,proto3,oneof" json:"drives,omitempty"`
Plays *int32 `protobuf:"varint,22,opt,name=plays,proto3,oneof" json:"plays,omitempty"`
// contains filtered or unexported fields
}
func (*AdvancedSeasonStatSide) Descriptor
deprecated
func (*AdvancedSeasonStatSide) Descriptor() ([]byte, []int)
Deprecated: Use AdvancedSeasonStatSide.ProtoReflect.Descriptor instead.
func (*AdvancedSeasonStatSide) GetDrives ¶
func (x *AdvancedSeasonStatSide) GetDrives() int32
func (*AdvancedSeasonStatSide) GetExplosiveness ¶
func (x *AdvancedSeasonStatSide) GetExplosiveness() float64
func (*AdvancedSeasonStatSide) GetFieldPosition ¶
func (x *AdvancedSeasonStatSide) GetFieldPosition() *AdvancedFieldPosition
func (*AdvancedSeasonStatSide) GetHavoc ¶
func (x *AdvancedSeasonStatSide) GetHavoc() *AdvancedHavoc
func (*AdvancedSeasonStatSide) GetLineYards ¶
func (x *AdvancedSeasonStatSide) GetLineYards() float64
func (*AdvancedSeasonStatSide) GetLineYardsTotal ¶
func (x *AdvancedSeasonStatSide) GetLineYardsTotal() int32
func (*AdvancedSeasonStatSide) GetOpenFieldYards ¶
func (x *AdvancedSeasonStatSide) GetOpenFieldYards() float64
func (*AdvancedSeasonStatSide) GetOpenFieldYardsTotal ¶
func (x *AdvancedSeasonStatSide) GetOpenFieldYardsTotal() int32
func (*AdvancedSeasonStatSide) GetPassingDowns ¶
func (x *AdvancedSeasonStatSide) GetPassingDowns() *AdvancedRateMetrics
func (*AdvancedSeasonStatSide) GetPassingPlays ¶
func (x *AdvancedSeasonStatSide) GetPassingPlays() *AdvancedRateMetrics
func (*AdvancedSeasonStatSide) GetPlays ¶
func (x *AdvancedSeasonStatSide) GetPlays() int32
func (*AdvancedSeasonStatSide) GetPointsPerOpportunity ¶
func (x *AdvancedSeasonStatSide) GetPointsPerOpportunity() float64
func (*AdvancedSeasonStatSide) GetPowerSuccess ¶
func (x *AdvancedSeasonStatSide) GetPowerSuccess() float64
func (*AdvancedSeasonStatSide) GetPpa ¶
func (x *AdvancedSeasonStatSide) GetPpa() float64
func (*AdvancedSeasonStatSide) GetRushingPlays ¶
func (x *AdvancedSeasonStatSide) GetRushingPlays() *AdvancedRateMetrics
func (*AdvancedSeasonStatSide) GetSecondLevelYards ¶
func (x *AdvancedSeasonStatSide) GetSecondLevelYards() float64
func (*AdvancedSeasonStatSide) GetSecondLevelYardsTotal ¶
func (x *AdvancedSeasonStatSide) GetSecondLevelYardsTotal() int32
func (*AdvancedSeasonStatSide) GetStandardDowns ¶
func (x *AdvancedSeasonStatSide) GetStandardDowns() *AdvancedRateMetrics
func (*AdvancedSeasonStatSide) GetStuffRate ¶
func (x *AdvancedSeasonStatSide) GetStuffRate() float64
func (*AdvancedSeasonStatSide) GetSuccessRate ¶
func (x *AdvancedSeasonStatSide) GetSuccessRate() float64
func (*AdvancedSeasonStatSide) GetTotalOpportunies ¶
func (x *AdvancedSeasonStatSide) GetTotalOpportunies() int32
func (*AdvancedSeasonStatSide) GetTotal_PPA ¶
func (x *AdvancedSeasonStatSide) GetTotal_PPA() float64
func (*AdvancedSeasonStatSide) ProtoMessage ¶
func (*AdvancedSeasonStatSide) ProtoMessage()
func (*AdvancedSeasonStatSide) ProtoReflect ¶
func (x *AdvancedSeasonStatSide) ProtoReflect() protoreflect.Message
func (*AdvancedSeasonStatSide) Reset ¶
func (x *AdvancedSeasonStatSide) Reset()
func (*AdvancedSeasonStatSide) String ¶
func (x *AdvancedSeasonStatSide) String() string
type AggregatedTeamRecruiting ¶
type AggregatedTeamRecruiting struct {
Team string `protobuf:"bytes,1,opt,name=team,proto3" json:"team,omitempty"`
Conference string `protobuf:"bytes,2,opt,name=conference,proto3" json:"conference,omitempty"`
PositionGroup string `protobuf:"bytes,3,opt,name=position_group,json=positionGroup,proto3" json:"position_group,omitempty"`
AverageRating float64 `protobuf:"fixed64,4,opt,name=average_rating,json=averageRating,proto3" json:"average_rating,omitempty"`
TotalRating float64 `protobuf:"fixed64,5,opt,name=total_rating,json=totalRating,proto3" json:"total_rating,omitempty"`
Commits int32 `protobuf:"varint,6,opt,name=commits,proto3" json:"commits,omitempty"`
AverageStars float64 `protobuf:"fixed64,7,opt,name=average_stars,json=averageStars,proto3" json:"average_stars,omitempty"`
// contains filtered or unexported fields
}
func (*AggregatedTeamRecruiting) Descriptor
deprecated
func (*AggregatedTeamRecruiting) Descriptor() ([]byte, []int)
Deprecated: Use AggregatedTeamRecruiting.ProtoReflect.Descriptor instead.
func (*AggregatedTeamRecruiting) GetAverageRating ¶
func (x *AggregatedTeamRecruiting) GetAverageRating() float64
func (*AggregatedTeamRecruiting) GetAverageStars ¶
func (x *AggregatedTeamRecruiting) GetAverageStars() float64
func (*AggregatedTeamRecruiting) GetCommits ¶
func (x *AggregatedTeamRecruiting) GetCommits() int32
func (*AggregatedTeamRecruiting) GetConference ¶
func (x *AggregatedTeamRecruiting) GetConference() string
func (*AggregatedTeamRecruiting) GetPositionGroup ¶
func (x *AggregatedTeamRecruiting) GetPositionGroup() string
func (*AggregatedTeamRecruiting) GetTeam ¶
func (x *AggregatedTeamRecruiting) GetTeam() string
func (*AggregatedTeamRecruiting) GetTotalRating ¶
func (x *AggregatedTeamRecruiting) GetTotalRating() float64
func (*AggregatedTeamRecruiting) ProtoMessage ¶
func (*AggregatedTeamRecruiting) ProtoMessage()
func (*AggregatedTeamRecruiting) ProtoReflect ¶
func (x *AggregatedTeamRecruiting) ProtoReflect() protoreflect.Message
func (*AggregatedTeamRecruiting) Reset ¶
func (x *AggregatedTeamRecruiting) Reset()
func (*AggregatedTeamRecruiting) String ¶
func (x *AggregatedTeamRecruiting) String() string
type AveragePpa ¶
type AveragePpa struct {
Rush float64 `protobuf:"fixed64,1,opt,name=rush,proto3" json:"rush,omitempty"`
Pass float64 `protobuf:"fixed64,2,opt,name=pass,proto3" json:"pass,omitempty"`
All float64 `protobuf:"fixed64,3,opt,name=all,proto3" json:"all,omitempty"`
// contains filtered or unexported fields
}
func (*AveragePpa) Descriptor
deprecated
func (*AveragePpa) Descriptor() ([]byte, []int)
Deprecated: Use AveragePpa.ProtoReflect.Descriptor instead.
func (*AveragePpa) GetAll ¶
func (x *AveragePpa) GetAll() float64
func (*AveragePpa) GetPass ¶
func (x *AveragePpa) GetPass() float64
func (*AveragePpa) GetRush ¶
func (x *AveragePpa) GetRush() float64
func (*AveragePpa) ProtoMessage ¶
func (*AveragePpa) ProtoMessage()
func (*AveragePpa) ProtoReflect ¶
func (x *AveragePpa) ProtoReflect() protoreflect.Message
func (*AveragePpa) Reset ¶
func (x *AveragePpa) Reset()
func (*AveragePpa) String ¶
func (x *AveragePpa) String() string
type BettingGame ¶
type BettingGame struct {
Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
Season int32 `protobuf:"varint,2,opt,name=season,proto3" json:"season,omitempty"`
SeasonType string `protobuf:"bytes,3,opt,name=season_type,json=seasonType,proto3" json:"season_type,omitempty"`
Week int32 `protobuf:"varint,4,opt,name=week,proto3" json:"week,omitempty"`
StartDate *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=start_date,json=startDate,proto3" json:"start_date,omitempty"`
HomeTeamId int32 `protobuf:"varint,6,opt,name=home_team_id,json=homeTeamId,proto3" json:"home_team_id,omitempty"`
HomeTeam string `protobuf:"bytes,7,opt,name=home_team,json=homeTeam,proto3" json:"home_team,omitempty"`
HomeConference string `protobuf:"bytes,8,opt,name=home_conference,json=homeConference,proto3" json:"home_conference,omitempty"`
HomeClassification string `protobuf:"bytes,9,opt,name=home_classification,json=homeClassification,proto3" json:"home_classification,omitempty"`
HomeScore *int32 `protobuf:"varint,10,opt,name=home_score,json=homeScore,proto3,oneof" json:"home_score,omitempty"`
AwayTeamId int32 `protobuf:"varint,11,opt,name=away_team_id,json=awayTeamId,proto3" json:"away_team_id,omitempty"`
AwayTeam string `protobuf:"bytes,12,opt,name=away_team,json=awayTeam,proto3" json:"away_team,omitempty"`
AwayConference string `protobuf:"bytes,13,opt,name=away_conference,json=awayConference,proto3" json:"away_conference,omitempty"`
AwayClassification string `protobuf:"bytes,14,opt,name=away_classification,json=awayClassification,proto3" json:"away_classification,omitempty"`
AwayScore *int32 `protobuf:"varint,15,opt,name=away_score,json=awayScore,proto3,oneof" json:"away_score,omitempty"`
Lines []*GameLine `protobuf:"bytes,16,rep,name=lines,proto3" json:"lines,omitempty"`
// contains filtered or unexported fields
}
func (*BettingGame) Descriptor
deprecated
func (*BettingGame) Descriptor() ([]byte, []int)
Deprecated: Use BettingGame.ProtoReflect.Descriptor instead.
func (*BettingGame) GetAwayClassification ¶
func (x *BettingGame) GetAwayClassification() string
func (*BettingGame) GetAwayConference ¶
func (x *BettingGame) GetAwayConference() string
func (*BettingGame) GetAwayScore ¶
func (x *BettingGame) GetAwayScore() int32
func (*BettingGame) GetAwayTeam ¶
func (x *BettingGame) GetAwayTeam() string
func (*BettingGame) GetAwayTeamId ¶
func (x *BettingGame) GetAwayTeamId() int32
func (*BettingGame) GetHomeClassification ¶
func (x *BettingGame) GetHomeClassification() string
func (*BettingGame) GetHomeConference ¶
func (x *BettingGame) GetHomeConference() string
func (*BettingGame) GetHomeScore ¶
func (x *BettingGame) GetHomeScore() int32
func (*BettingGame) GetHomeTeam ¶
func (x *BettingGame) GetHomeTeam() string
func (*BettingGame) GetHomeTeamId ¶
func (x *BettingGame) GetHomeTeamId() int32
func (*BettingGame) GetId ¶
func (x *BettingGame) GetId() int32
func (*BettingGame) GetLines ¶
func (x *BettingGame) GetLines() []*GameLine
func (*BettingGame) GetSeason ¶
func (x *BettingGame) GetSeason() int32
func (*BettingGame) GetSeasonType ¶
func (x *BettingGame) GetSeasonType() string
func (*BettingGame) GetStartDate ¶
func (x *BettingGame) GetStartDate() *timestamppb.Timestamp
func (*BettingGame) GetWeek ¶
func (x *BettingGame) GetWeek() int32
func (*BettingGame) ProtoMessage ¶
func (*BettingGame) ProtoMessage()
func (*BettingGame) ProtoReflect ¶
func (x *BettingGame) ProtoReflect() protoreflect.Message
func (*BettingGame) Reset ¶
func (x *BettingGame) Reset()
func (*BettingGame) String ¶
func (x *BettingGame) String() string
type CalendarWeek ¶
type CalendarWeek struct {
Season int32 `protobuf:"varint,1,opt,name=season,proto3" json:"season,omitempty"`
Week int32 `protobuf:"varint,2,opt,name=week,proto3" json:"week,omitempty"`
SeasonType string `protobuf:"bytes,3,opt,name=season_type,json=seasonType,proto3" json:"season_type,omitempty"`
StartDate *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=start_date,json=startDate,proto3" json:"start_date,omitempty"`
EndDate *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=end_date,json=endDate,proto3" json:"end_date,omitempty"`
// Deprecated: Marked as deprecated in cfbd/internal/proto/cfbd.proto.
FirstGameStart *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=first_game_start,json=firstGameStart,proto3" json:"first_game_start,omitempty"`
// Deprecated: Marked as deprecated in cfbd/internal/proto/cfbd.proto.
LastGameStart *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=last_game_start,json=lastGameStart,proto3" json:"last_game_start,omitempty"`
// contains filtered or unexported fields
}
func (*CalendarWeek) Descriptor
deprecated
func (*CalendarWeek) Descriptor() ([]byte, []int)
Deprecated: Use CalendarWeek.ProtoReflect.Descriptor instead.
func (*CalendarWeek) GetEndDate ¶
func (x *CalendarWeek) GetEndDate() *timestamppb.Timestamp
func (*CalendarWeek) GetFirstGameStart
deprecated
func (x *CalendarWeek) GetFirstGameStart() *timestamppb.Timestamp
Deprecated: Marked as deprecated in cfbd/internal/proto/cfbd.proto.
func (*CalendarWeek) GetLastGameStart
deprecated
func (x *CalendarWeek) GetLastGameStart() *timestamppb.Timestamp
Deprecated: Marked as deprecated in cfbd/internal/proto/cfbd.proto.
func (*CalendarWeek) GetSeason ¶
func (x *CalendarWeek) GetSeason() int32
func (*CalendarWeek) GetSeasonType ¶
func (x *CalendarWeek) GetSeasonType() string
func (*CalendarWeek) GetStartDate ¶
func (x *CalendarWeek) GetStartDate() *timestamppb.Timestamp
func (*CalendarWeek) GetWeek ¶
func (x *CalendarWeek) GetWeek() int32
func (*CalendarWeek) ProtoMessage ¶
func (*CalendarWeek) ProtoMessage()
func (*CalendarWeek) ProtoReflect ¶
func (x *CalendarWeek) ProtoReflect() protoreflect.Message
func (*CalendarWeek) Reset ¶
func (x *CalendarWeek) Reset()
func (*CalendarWeek) String ¶
func (x *CalendarWeek) String() string
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client is a REST client for the College Football Data (CFBD) API. It provides methods to retrieve college football statistics, game data, team information, and more.
Authentication: CFBD uses an API key as a Bearer token in the Authorization header. Example:
Authorization: Bearer <your_api_key>
Reference for authentication header examples: https://blog.collegefootballdata.com/using-api-keys-with-the-cfbd-api/
Notes: - All methods accept a cancellable context.Context. - Unknown JSON fields are discarded by default to tolerate future API releases.
func (*Client) GetAdvancedBoxScore ¶
func (c *Client) GetAdvancedBoxScore( ctx context.Context, request GetAdvancedBoxScoreRequest, ) (*AdvancedBoxScore, error)
GetAdvancedBoxScore retrieves advanced box score statistics for the specified game.
Calls GET /game/box/advanced.
The behavior depends on the provided parameters:
ctx controls request cancellation request contains the game ID for the advanced box score
func (*Client) GetAdvancedGameStats ¶
func (c *Client) GetAdvancedGameStats( ctx context.Context, req GetAdvancedGameStatsRequest, ) ([]*AdvancedGameStat, error)
GetAdvancedGameStats retrieves advanced game statistics based on the provided request parameters.
Calls GET /stats/game/advanced.
The behavior depends on the provided parameters:
ctx controls request cancellation req contains filtering options for advanced game statistics
func (*Client) GetAdvancedSeasonStats ¶
func (c *Client) GetAdvancedSeasonStats( ctx context.Context, request GetAdvancedSeasonStatsRequest, ) ([]*AdvancedSeasonStat, error)
GetAdvancedSeasonStats retrieves advanced season statistics based on the provided request parameters.
Calls GET /stats/season/advanced.
The behavior depends on the provided parameters:
ctx controls request cancellation request contains filtering options for advanced season statistics
func (*Client) GetBettingLines ¶
func (c *Client) GetBettingLines( ctx context.Context, request GetBettingLinesRequest, ) ([]*BettingGame, error)
GetBettingLines retrieves betting lines for games based on the provided request parameters.
Calls GET /lines.
The behavior depends on the provided parameters:
ctx controls request cancellation request contains filtering options for betting lines
func (*Client) GetCalendar ¶
func (c *Client) GetCalendar( ctx context.Context, request GetCalendarRequest, ) ([]*CalendarWeek, error)
GetCalendar retrieves calendar weeks for the specified year.
Calls GET /calendar.
The behavior depends on the provided parameters:
ctx controls request cancellation request contains the calendar year to retrieve weeks for
func (*Client) GetCoaches ¶
GetCoaches retrieves coach information based on the provided request parameters.
Calls GET /coaches.
The behavior depends on the provided parameters:
ctx controls request cancellation request contains filtering options for coaches
func (*Client) GetConferenceSPPlusRatings ¶
func (c *Client) GetConferenceSPPlusRatings( ctx context.Context, request GetConferenceSPPlusRatingsRequest, ) ([]*ConferenceSP, error)
GetConferenceSPPlusRatings retrieves SP+ (S&P+) ratings for conferences based on the provided request parameters.
Calls GET /ratings/sp/conferences.
The behavior depends on the provided parameters:
ctx controls request cancellation request contains filtering options for conference SP+ ratings
func (*Client) GetConferences ¶
func (c *Client) GetConferences(ctx context.Context) ([]*Conference, error)
GetConferences retrieves all available conferences.
Calls GET /conferences.
The behavior depends on the provided parameters:
ctx controls request cancellation
func (*Client) GetDraftPicks ¶
func (c *Client) GetDraftPicks( ctx context.Context, request GetDraftPicksRequest, ) ([]*DraftPick, error)
GetDraftPicks retrieves NFL draft picks based on the provided request parameters.
Calls GET /draft/picks.
The behavior depends on the provided parameters:
ctx controls request cancellation request contains filtering options for draft picks
func (*Client) GetDraftPositions ¶
func (c *Client) GetDraftPositions( ctx context.Context, ) ([]*DraftPosition, error)
GetDraftPositions retrieves all NFL draft positions.
Calls GET /draft/positions.
The behavior depends on the provided parameters:
ctx controls request cancellation
func (*Client) GetDraftTeams ¶
GetDraftTeams retrieves all NFL draft teams.
Calls GET /draft/teams.
The behavior depends on the provided parameters:
ctx controls request cancellation
func (*Client) GetDrives ¶
GetDrives retrieves drive information for games based on the provided request parameters.
Calls GET /drives.
The behavior depends on the provided parameters:
ctx controls request cancellation request contains filtering options for drives
func (*Client) GetEloRatings ¶
func (c *Client) GetEloRatings( ctx context.Context, request GetEloRatingsRequest, ) ([]*TeamElo, error)
GetEloRatings retrieves Elo ratings for teams based on the provided request parameters.
Calls GET /ratings/elo.
The behavior depends on the provided parameters:
ctx controls request cancellation request contains filtering options for Elo ratings
func (*Client) GetFBSTeams ¶
GetFBSTeams retrieves FBS (Football Bowl Subdivision) team information based on the provided request parameters.
Calls GET /teams/fbs.
The behavior depends on the provided parameters:
ctx controls request cancellation request contains filtering options for FBS teams
func (*Client) GetFPIRatings ¶
func (c *Client) GetFPIRatings( ctx context.Context, request GetFPIRatingsRequest, ) ([]*TeamFPI, error)
GetFPIRatings retrieves FPI (Football Power Index) ratings for teams based on the provided request parameters.
Calls GET /ratings/fpi.
The behavior depends on the provided parameters:
ctx controls request cancellation request contains filtering options for FPI ratings
func (*Client) GetFieldGoalExpectedPoints ¶
func (c *Client) GetFieldGoalExpectedPoints( ctx context.Context, ) ([]*FieldGoalEP, error)
GetFieldGoalExpectedPoints retrieves field goal expected points values.
Calls GET /metrics/fg/ep.
The behavior depends on the provided parameters:
ctx controls request cancellation
func (*Client) GetGameMedia ¶
func (c *Client) GetGameMedia( ctx context.Context, request GetGameMediaRequest, ) ([]*GameMedia, error)
GetGameMedia retrieves media information for games based on the provided request parameters.
Calls GET /games/media.
The behavior depends on the provided parameters:
ctx controls request cancellation request contains filtering options for game media
func (*Client) GetGamePlayers ¶
func (c *Client) GetGamePlayers( ctx context.Context, request GetGamePlayersRequest, ) ([]*GamePlayerStats, error)
GetGamePlayers retrieves player box score statistics for games based on the provided request parameters.
Calls GET /games/players.
The behavior depends on the provided parameters:
ctx controls request cancellation request contains filtering options for game player statistics
func (*Client) GetGameTeams ¶
func (c *Client) GetGameTeams( ctx context.Context, request GetGameTeamsRequest, ) ([]*GameTeamStats, error)
GetGameTeams retrieves team box score statistics for games based on the provided request parameters.
Calls GET /games/teams.
The behavior depends on the provided parameters:
ctx controls request cancellation request contains filtering options for game team statistics
func (*Client) GetGameWeather ¶
func (c *Client) GetGameWeather( ctx context.Context, request GetGameWeatherRequest, ) ([]*GameWeather, error)
GetGameWeather retrieves weather information for games based on the provided request parameters.
Calls GET /games/weather.
The behavior depends on the provided parameters:
ctx controls request cancellation request contains filtering options for game weather data
func (*Client) GetGames ¶
GetGames retrieves a list of games based on the provided request parameters.
Calls GET /games.
The behavior depends on the provided parameters:
ctx controls request cancellation request contains filtering options for games
func (*Client) GetGamesPPA ¶
func (c *Client) GetGamesPPA( ctx context.Context, request GetPpaGamesRequest, ) ([]*TeamGamePredictedPointsAdded, error)
GetGamesPPA retrieves team game PPA (Predicted Points Added) statistics based on the provided request parameters.
Calls GET /ppa/games.
The behavior depends on the provided parameters:
ctx controls request cancellation request contains filtering options for team game PPA
func (*Client) GetHavocGameStats ¶
func (c *Client) GetHavocGameStats( ctx context.Context, request GetHavocGameStatsRequest, ) ([]*GameHavocStats, error)
GetHavocGameStats retrieves havoc game statistics based on the provided request parameters.
Calls GET /stats/game/havoc.
The behavior depends on the provided parameters:
ctx controls request cancellation request contains filtering options for game havoc statistics
func (*Client) GetInfo ¶
GetInfo retrieves information about the authenticated user's API key. Returns nil if the user is not authenticated.
Calls GET /info.
The behavior depends on the provided parameters:
ctx controls request cancellation
func (*Client) GetLivePlays ¶
func (c *Client) GetLivePlays( ctx context.Context, request GetLivePlaysRequest, ) (*LiveGame, error)
GetLivePlays retrieves live play-by-play data for the specified game.
Calls GET /live/plays.
The behavior depends on the provided parameters:
ctx controls request cancellation request contains the game ID for live play data
func (*Client) GetPlayStatTypes ¶
func (c *Client) GetPlayStatTypes( ctx context.Context, ) ([]*PlayStatType, error)
GetPlayStatTypes retrieves all available play statistic types.
Calls GET /plays/stats/types.
The behavior depends on the provided parameters:
ctx controls request cancellation
func (*Client) GetPlayStats ¶
func (c *Client) GetPlayStats( ctx context.Context, request GetPlayStatsRequest, ) ([]*PlayStat, error)
GetPlayStats retrieves play statistics.
Calls GET /plays/stats.
The behavior depends on the provided parameters:
ctx controls request cancellation request contains filtering options for play statistics
func (*Client) GetPlayTypes ¶
GetPlayTypes retrieves all available play types.
Calls GET /plays/types.
The behavior depends on the provided parameters:
ctx controls request cancellation
func (*Client) GetPlayerKickingWEPA ¶
func (c *Client) GetPlayerKickingWEPA( ctx context.Context, req GetWepaPlayersKickingRequest, ) ([]*KickerPAAR, error)
GetPlayerKickingWEPA retrieves kicker PAAR (Points Above Average Replacement) metrics based on the provided request parameters.
Calls GET /wepa/players/kicking.
The behavior depends on the provided parameters:
ctx controls request cancellation req contains filtering options for kicker PAAR metrics
func (*Client) GetPlayerPassingWEPA ¶
func (c *Client) GetPlayerPassingWEPA( ctx context.Context, request GetPlayerWEPARequest, ) ([]*PlayerWeightedEPA, error)
GetPlayerPassingWEPA retrieves player passing WEPA (Weighted Expected Points Added) metrics based on the provided request parameters.
Calls GET /wepa/players/passing.
The behavior depends on the provided parameters:
ctx controls request cancellation request contains filtering options for player passing WEPA metrics
func (*Client) GetPlayerRecruitingRankings ¶
func (c *Client) GetPlayerRecruitingRankings( ctx context.Context, request GetPlayersRecruitingRankingsRequest, ) ([]*Recruit, error)
GetPlayerRecruitingRankings retrieves recruiting information for players based on the provided request parameters.
Calls GET /recruiting/players.
The behavior depends on the provided parameters:
ctx controls request cancellation request contains filtering options for recruiting players
func (*Client) GetPlayerRushingWEPA ¶
func (c *Client) GetPlayerRushingWEPA( ctx context.Context, request GetPlayerWEPARequest, ) ([]*PlayerWeightedEPA, error)
GetPlayerRushingWEPA retrieves player rushing WEPA (Weighted Expected Points Added) metrics based on the provided request parameters.
Calls GET /wepa/players/rushing.
The behavior depends on the provided parameters:
ctx controls request cancellation req contains filtering options for player rushing WEPA metrics
func (*Client) GetPlayerSeasonPPA ¶
func (c *Client) GetPlayerSeasonPPA( ctx context.Context, request GetPlayerSeasonPPARequest, ) ([]*PlayerSeasonPredictedPointsAdded, error)
GetPlayerSeasonPPA retrieves player season PPA (Predicted Points Added) statistics based on the provided request parameters.
Calls GET /ppa/players/season.
The behavior depends on the provided parameters:
ctx controls request cancellation request contains filtering options for player season PPA
func (*Client) GetPlayerSeasonStats ¶
func (c *Client) GetPlayerSeasonStats( ctx context.Context, request GetPlayerSeasonStatsRequest, ) ([]*PlayerStat, error)
GetPlayerSeasonStats retrieves player season statistics based on the provided request parameters.
Calls GET /stats/player/season.
The behavior depends on the provided parameters:
ctx controls request cancellation request contains filtering options for player season statistics
func (*Client) GetPlayerUsage ¶
func (c *Client) GetPlayerUsage( ctx context.Context, request GetPlayerUsageRequest, ) ([]*PlayerUsage, error)
GetPlayerUsage retrieves player usage statistics based on the provided request parameters.
Calls GET /player/usage.
The behavior depends on the provided parameters:
ctx controls request cancellation request contains filtering options for player usage statistics
func (*Client) GetPlayersPPA ¶
func (c *Client) GetPlayersPPA( ctx context.Context, request GetPlayerPpaGamesRequest, ) ([]*PlayerGamePredictedPointsAdded, error)
GetPlayersPPA retrieves player game PPA (Predicted Points Added) statistics based on the provided request parameters.
Calls GET /ppa/players/games.
The behavior depends on the provided parameters:
ctx controls request cancellation request contains filtering options for player game PPA
func (*Client) GetPlays ¶
GetPlays retrieves play-by-play data for games based on the provided request parameters.
Calls GET /plays.
The behavior depends on the provided parameters:
ctx controls request cancellation request contains filtering options for plays
func (*Client) GetPredictedPoints ¶
func (c *Client) GetPredictedPoints( ctx context.Context, request GetPredictedPointsRequest, ) ([]*PredictedPointsValue, error)
GetPredictedPoints retrieves predicted points values based on the provided request parameters.
Calls GET /ppa/predicted.
The behavior depends on the provided parameters:
ctx controls request cancellation request contains filtering options for predicted points
func (*Client) GetPregameWinProbability ¶
func (c *Client) GetPregameWinProbability( ctx context.Context, request GetPregameWpRequest, ) ([]*PregameWinProbability, error)
GetPregameWinProbability retrieves pregame win probability data based on the provided request parameters.
Calls GET /metrics/wp/pregame.
The behavior depends on the provided parameters:
ctx controls request cancellation request contains filtering options for pregame win probabilities
func (*Client) GetRankings ¶
func (c *Client) GetRankings( ctx context.Context, request GetRankingsRequest, ) ([]*PollWeek, error)
GetRankings retrieves college football rankings (polls) based on the provided request parameters.
Calls GET /rankings.
The behavior depends on the provided parameters:
ctx controls request cancellation request contains filtering options for rankings
func (*Client) GetReturningProduction ¶
func (c *Client) GetReturningProduction( ctx context.Context, request GetReturningProductionRequest, ) ([]*ReturningProduction, error)
GetReturningProduction retrieves returning production statistics for players based on the provided request parameters.
Calls GET /player/returning.
The behavior depends on the provided parameters:
ctx controls request cancellation request contains filtering options for returning production data
func (*Client) GetRoster ¶
func (c *Client) GetRoster( ctx context.Context, request GetRosterRequest, ) ([]*RosterPlayer, error)
GetRoster retrieves roster information for a team based on the provided request parameters.
Calls GET /roster.
The behavior depends on the provided parameters:
ctx controls request cancellation request contains filtering options for roster players
func (*Client) GetSRSRatings ¶
func (c *Client) GetSRSRatings( ctx context.Context, request GetSRSRatingsRequest, ) ([]*TeamSRS, error)
GetSRSRatings retrieves SRS (Simple Rating System) ratings for teams based on the provided request parameters.
Calls GET /ratings/srs.
The behavior depends on the provided parameters:
ctx controls request cancellation request contains filtering options for SRS ratings
func (*Client) GetScoreboard ¶
func (c *Client) GetScoreboard( ctx context.Context, request GetScoreboardRequest, ) ([]*Scoreboard, error)
GetScoreboard retrieves live scoreboard data based on the provided request parameters.
Calls GET /scoreboard.
The behavior depends on the provided parameters:
ctx controls request cancellation request contains filtering options for scoreboard games
func (*Client) GetStatCategories ¶
GetStatCategories retrieves all available statistics categories.
Calls GET /stats/categories.
The behavior depends on the provided parameters:
ctx controls request cancellation
func (*Client) GetTeamATS ¶
GetTeamATS retrieves team against-the-spread (ATS) records based on the provided request parameters.
Calls GET /teams/ats.
The behavior depends on the provided parameters:
ctx controls request cancellation request contains filtering options for team ATS records
func (*Client) GetTeamMatchup ¶
func (c *Client) GetTeamMatchup( ctx context.Context, request GetTeamMatchupRequest, ) (*Matchup, error)
GetTeamMatchup retrieves historical matchup data between two teams based on the provided request parameters.
Calls GET /teams/matchup.
The behavior depends on the provided parameters:
ctx controls request cancellation request contains the parameters for the team matchup query
func (*Client) GetTeamPositionGroupRecruitingRankings ¶
func (c *Client) GetTeamPositionGroupRecruitingRankings( ctx context.Context, request GetTeamPositionGroupRecruitingRankingsRequest, ) ([]*AggregatedTeamRecruiting, error)
GetTeamPositionGroupRecruitingRankings retrieves aggregated team recruiting information based on the provided request parameters.
Calls GET /recruiting/groups.
The behavior depends on the provided parameters:
ctx controls request cancellation request contains filtering options for recruiting groups
func (*Client) GetTeamRecords ¶
func (c *Client) GetTeamRecords( ctx context.Context, request GetTeamRecordsRequest, ) ([]*TeamRecords, error)
GetTeamRecords retrieves team records based on the provided request parameters.
Calls GET /records.
The behavior depends on the provided parameters:
ctx controls request cancellation request contains filtering options for team records
func (*Client) GetTeamRecruitingRankings ¶
func (c *Client) GetTeamRecruitingRankings( ctx context.Context, request GetTeamRecruitingRankingsRequest, ) ([]*TeamRecruitingRanking, error)
GetTeamRecruitingRankings retrieves team recruiting rankings based on the provided request parameters.
Calls GET /recruiting/teams.
The behavior depends on the provided parameters:
ctx controls request cancellation request contains filtering options for team recruiting rankings
func (*Client) GetTeamSPPlusRatings ¶
func (c *Client) GetTeamSPPlusRatings( ctx context.Context, request GetSPPlusRatingsRequest, ) ([]*TeamSP, error)
GetTeamSPPlusRatings retrieves SP+ (S&P+) ratings for teams based on the provided request parameters.
Calls GET /ratings/sp.
The behavior depends on the provided parameters:
ctx controls request cancellation request contains filtering options for SP+ ratings
func (*Client) GetTeamSeasonStats ¶
func (c *Client) GetTeamSeasonStats( ctx context.Context, request GetTeamSeasonStatsRequest, ) ([]*TeamStat, error)
GetTeamSeasonStats retrieves team season statistics based on the provided request parameters.
Calls GET /stats/season.
The behavior depends on the provided parameters:
ctx controls request cancellation request contains filtering options for team season statistics
func (*Client) GetTeamSeasonWEPA ¶
func (c *Client) GetTeamSeasonWEPA( ctx context.Context, request GetTeamSeasonWEPARequest, ) ([]*AdjustedTeamMetrics, error)
GetTeamSeasonWEPA retrieves team season WEPA (Weighted Expected Points Added) metrics based on the provided request parameters.
Calls GET /wepa/team/season.
The behavior depends on the provided parameters:
ctx controls request cancellation request contains filtering options for team season WEPA metrics
func (*Client) GetTeamTalentComposite ¶
func (c *Client) GetTeamTalentComposite( ctx context.Context, request GetTalentCompositeRequest, ) ([]*TeamTalent, error)
GetTeamTalentComposite retrieves 247 team talent composite ratings
Calls GET /talent.
The behavior depends on the provided parameters:
ctx controls request cancellation request contains filtering options for team talent ratings
func (*Client) GetTeams ¶
GetTeams retrieves team information based on the provided request parameters.
Calls GET /teams.
The behavior depends on the provided parameters:
ctx controls request cancellation request contains filtering options for teams
func (*Client) GetTeamsPPA ¶
func (c *Client) GetTeamsPPA( ctx context.Context, request GetTeamsPPARequest, ) ([]*TeamSeasonPredictedPointsAdded, error)
GetTeamsPPA retrieves team season PPA (Predicted Points Added) statistics based on the provided request parameters.
Calls GET /ppa/teams.
The behavior depends on the provided parameters:
ctx controls request cancellation request contains filtering options for team season PPA
func (*Client) GetTransferPortalPlayers ¶
func (c *Client) GetTransferPortalPlayers( ctx context.Context, request GetTransferPortalPlayersRequest, ) ([]*PlayerTransfer, error)
GetTransferPortalPlayers retrieves player transfer portal information based on the provided request parameters.
Calls GET /player/portal.
The behavior depends on the provided parameters:
ctx controls request cancellation request contains filtering options for transfer portal data
func (*Client) GetVenues ¶
GetVenues retrieves all available venues.
Calls GET /venues.
The behavior depends on the provided parameters:
ctx controls request cancellation
func (*Client) GetWinProbability ¶
func (c *Client) GetWinProbability( ctx context.Context, request GetWinProbabilityRequest, ) ([]*PlayWinProbability, error)
GetWinProbability retrieves win probability data for each play in the specified game.
Calls GET /metrics/wp.
The behavior depends on the provided parameters:
ctx controls request cancellation request contains the game ID for win probability data
func (*Client) SearchPlayers ¶
func (c *Client) SearchPlayers( ctx context.Context, request SearchPlayersRequest, ) ([]*PlayerSearchResult, error)
SearchPlayers searches for players based on the provided request parameters.
Calls GET /player/search.
The behavior depends on the provided parameters:
ctx controls request cancellation request contains the parameters for the player search
type ClockDouble ¶
type ClockDouble struct {
Seconds *float64 `protobuf:"fixed64,1,opt,name=seconds,proto3,oneof" json:"seconds,omitempty"`
Minutes *float64 `protobuf:"fixed64,2,opt,name=minutes,proto3,oneof" json:"minutes,omitempty"`
// contains filtered or unexported fields
}
func (*ClockDouble) Descriptor
deprecated
func (*ClockDouble) Descriptor() ([]byte, []int)
Deprecated: Use ClockDouble.ProtoReflect.Descriptor instead.
func (*ClockDouble) GetMinutes ¶
func (x *ClockDouble) GetMinutes() float64
func (*ClockDouble) GetSeconds ¶
func (x *ClockDouble) GetSeconds() float64
func (*ClockDouble) ProtoMessage ¶
func (*ClockDouble) ProtoMessage()
func (*ClockDouble) ProtoReflect ¶
func (x *ClockDouble) ProtoReflect() protoreflect.Message
func (*ClockDouble) Reset ¶
func (x *ClockDouble) Reset()
func (*ClockDouble) String ¶
func (x *ClockDouble) String() string
type ClockInt32 ¶
type ClockInt32 struct {
Seconds *int32 `protobuf:"varint,1,opt,name=seconds,proto3,oneof" json:"seconds,omitempty"`
Minutes *int32 `protobuf:"varint,2,opt,name=minutes,proto3,oneof" json:"minutes,omitempty"`
// contains filtered or unexported fields
}
func (*ClockInt32) Descriptor
deprecated
func (*ClockInt32) Descriptor() ([]byte, []int)
Deprecated: Use ClockInt32.ProtoReflect.Descriptor instead.
func (*ClockInt32) GetMinutes ¶
func (x *ClockInt32) GetMinutes() int32
func (*ClockInt32) GetSeconds ¶
func (x *ClockInt32) GetSeconds() int32
func (*ClockInt32) ProtoMessage ¶
func (*ClockInt32) ProtoMessage()
func (*ClockInt32) ProtoReflect ¶
func (x *ClockInt32) ProtoReflect() protoreflect.Message
func (*ClockInt32) Reset ¶
func (x *ClockInt32) Reset()
func (*ClockInt32) String ¶
func (x *ClockInt32) String() string
type Coach ¶
type Coach struct {
FirstName string `protobuf:"bytes,1,opt,name=first_name,json=firstName,proto3" json:"first_name,omitempty"`
LastName string `protobuf:"bytes,2,opt,name=last_name,json=lastName,proto3" json:"last_name,omitempty"`
HireDate *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=hire_date,json=hireDate,proto3" json:"hire_date,omitempty"`
Seasons []*CoachSeason `protobuf:"bytes,4,rep,name=seasons,proto3" json:"seasons,omitempty"`
// contains filtered or unexported fields
}
func (*Coach) Descriptor
deprecated
func (*Coach) GetFirstName ¶
func (*Coach) GetHireDate ¶
func (x *Coach) GetHireDate() *timestamppb.Timestamp
func (*Coach) GetLastName ¶
func (*Coach) GetSeasons ¶
func (x *Coach) GetSeasons() []*CoachSeason
func (*Coach) ProtoMessage ¶
func (*Coach) ProtoMessage()
func (*Coach) ProtoReflect ¶
func (x *Coach) ProtoReflect() protoreflect.Message
type CoachSeason ¶
type CoachSeason struct {
School string `protobuf:"bytes,1,opt,name=school,proto3" json:"school,omitempty"`
Year int32 `protobuf:"varint,2,opt,name=year,proto3" json:"year,omitempty"`
Games int32 `protobuf:"varint,3,opt,name=games,proto3" json:"games,omitempty"`
Wins int32 `protobuf:"varint,4,opt,name=wins,proto3" json:"wins,omitempty"`
Losses int32 `protobuf:"varint,5,opt,name=losses,proto3" json:"losses,omitempty"`
Ties int32 `protobuf:"varint,6,opt,name=ties,proto3" json:"ties,omitempty"`
PreseasonRank *int32 `protobuf:"varint,7,opt,name=preseason_rank,json=preseasonRank,proto3,oneof" json:"preseason_rank,omitempty"`
PostseasonRank *int32 `protobuf:"varint,8,opt,name=postseason_rank,json=postseasonRank,proto3,oneof" json:"postseason_rank,omitempty"`
Srs *float64 `protobuf:"fixed64,9,opt,name=srs,proto3,oneof" json:"srs,omitempty"`
SpOverall *float64 `protobuf:"fixed64,10,opt,name=sp_overall,json=spOverall,proto3,oneof" json:"sp_overall,omitempty"`
SpOffense *float64 `protobuf:"fixed64,11,opt,name=sp_offense,json=spOffense,proto3,oneof" json:"sp_offense,omitempty"`
SpDefense *float64 `protobuf:"fixed64,12,opt,name=sp_defense,json=spDefense,proto3,oneof" json:"sp_defense,omitempty"`
// contains filtered or unexported fields
}
func (*CoachSeason) Descriptor
deprecated
func (*CoachSeason) Descriptor() ([]byte, []int)
Deprecated: Use CoachSeason.ProtoReflect.Descriptor instead.
func (*CoachSeason) GetGames ¶
func (x *CoachSeason) GetGames() int32
func (*CoachSeason) GetLosses ¶
func (x *CoachSeason) GetLosses() int32
func (*CoachSeason) GetPostseasonRank ¶
func (x *CoachSeason) GetPostseasonRank() int32
func (*CoachSeason) GetPreseasonRank ¶
func (x *CoachSeason) GetPreseasonRank() int32
func (*CoachSeason) GetSchool ¶
func (x *CoachSeason) GetSchool() string
func (*CoachSeason) GetSpDefense ¶
func (x *CoachSeason) GetSpDefense() float64
func (*CoachSeason) GetSpOffense ¶
func (x *CoachSeason) GetSpOffense() float64
func (*CoachSeason) GetSpOverall ¶
func (x *CoachSeason) GetSpOverall() float64
func (*CoachSeason) GetSrs ¶
func (x *CoachSeason) GetSrs() float64
func (*CoachSeason) GetTies ¶
func (x *CoachSeason) GetTies() int32
func (*CoachSeason) GetWins ¶
func (x *CoachSeason) GetWins() int32
func (*CoachSeason) GetYear ¶
func (x *CoachSeason) GetYear() int32
func (*CoachSeason) ProtoMessage ¶
func (*CoachSeason) ProtoMessage()
func (*CoachSeason) ProtoReflect ¶
func (x *CoachSeason) ProtoReflect() protoreflect.Message
func (*CoachSeason) Reset ¶
func (x *CoachSeason) Reset()
func (*CoachSeason) String ¶
func (x *CoachSeason) String() string
type Conference ¶
type Conference struct {
Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
ShortName string `protobuf:"bytes,3,opt,name=short_name,json=shortName,proto3" json:"short_name,omitempty"`
Abbreviation string `protobuf:"bytes,4,opt,name=abbreviation,proto3" json:"abbreviation,omitempty"`
Classification string `protobuf:"bytes,5,opt,name=classification,proto3" json:"classification,omitempty"`
// contains filtered or unexported fields
}
func (*Conference) Descriptor
deprecated
func (*Conference) Descriptor() ([]byte, []int)
Deprecated: Use Conference.ProtoReflect.Descriptor instead.
func (*Conference) GetAbbreviation ¶
func (x *Conference) GetAbbreviation() string
func (*Conference) GetClassification ¶
func (x *Conference) GetClassification() string
func (*Conference) GetId ¶
func (x *Conference) GetId() int32
func (*Conference) GetName ¶
func (x *Conference) GetName() string
func (*Conference) GetShortName ¶
func (x *Conference) GetShortName() string
func (*Conference) ProtoMessage ¶
func (*Conference) ProtoMessage()
func (*Conference) ProtoReflect ¶
func (x *Conference) ProtoReflect() protoreflect.Message
func (*Conference) Reset ¶
func (x *Conference) Reset()
func (*Conference) String ¶
func (x *Conference) String() string
type ConferenceSP ¶
type ConferenceSP struct {
Year int32 `protobuf:"varint,1,opt,name=year,proto3" json:"year,omitempty"`
Conference string `protobuf:"bytes,2,opt,name=conference,proto3" json:"conference,omitempty"`
Rating float64 `protobuf:"fixed64,3,opt,name=rating,proto3" json:"rating,omitempty"`
SecondOrderWins float64 `protobuf:"fixed64,4,opt,name=second_order_wins,json=secondOrderWins,proto3" json:"second_order_wins,omitempty"`
Sos *float64 `protobuf:"fixed64,5,opt,name=sos,proto3,oneof" json:"sos,omitempty"`
Offense *ConferenceSpOffense `protobuf:"bytes,6,opt,name=offense,proto3" json:"offense,omitempty"`
Defense *ConferenceSpDefense `protobuf:"bytes,7,opt,name=defense,proto3" json:"defense,omitempty"`
SpecialTeams *SpSpecialTeams `protobuf:"bytes,8,opt,name=special_teams,json=specialTeams,proto3" json:"special_teams,omitempty"`
// contains filtered or unexported fields
}
func (*ConferenceSP) Descriptor
deprecated
func (*ConferenceSP) Descriptor() ([]byte, []int)
Deprecated: Use ConferenceSP.ProtoReflect.Descriptor instead.
func (*ConferenceSP) GetConference ¶
func (x *ConferenceSP) GetConference() string
func (*ConferenceSP) GetDefense ¶
func (x *ConferenceSP) GetDefense() *ConferenceSpDefense
func (*ConferenceSP) GetOffense ¶
func (x *ConferenceSP) GetOffense() *ConferenceSpOffense
func (*ConferenceSP) GetRating ¶
func (x *ConferenceSP) GetRating() float64
func (*ConferenceSP) GetSecondOrderWins ¶
func (x *ConferenceSP) GetSecondOrderWins() float64
func (*ConferenceSP) GetSos ¶
func (x *ConferenceSP) GetSos() float64
func (*ConferenceSP) GetSpecialTeams ¶
func (x *ConferenceSP) GetSpecialTeams() *SpSpecialTeams
func (*ConferenceSP) GetYear ¶
func (x *ConferenceSP) GetYear() int32
func (*ConferenceSP) ProtoMessage ¶
func (*ConferenceSP) ProtoMessage()
func (*ConferenceSP) ProtoReflect ¶
func (x *ConferenceSP) ProtoReflect() protoreflect.Message
func (*ConferenceSP) Reset ¶
func (x *ConferenceSP) Reset()
func (*ConferenceSP) String ¶
func (x *ConferenceSP) String() string
type ConferenceSpDefense ¶
type ConferenceSpDefense struct {
Havoc *AdvancedHavoc `protobuf:"bytes,1,opt,name=havoc,proto3" json:"havoc,omitempty"`
PassingDowns *float64 `protobuf:"fixed64,2,opt,name=passing_downs,json=passingDowns,proto3,oneof" json:"passing_downs,omitempty"`
StandardDowns *float64 `protobuf:"fixed64,3,opt,name=standard_downs,json=standardDowns,proto3,oneof" json:"standard_downs,omitempty"`
Passing *float64 `protobuf:"fixed64,4,opt,name=passing,proto3,oneof" json:"passing,omitempty"`
Rushing *float64 `protobuf:"fixed64,5,opt,name=rushing,proto3,oneof" json:"rushing,omitempty"`
Explosiveness *float64 `protobuf:"fixed64,6,opt,name=explosiveness,proto3,oneof" json:"explosiveness,omitempty"`
Success *float64 `protobuf:"fixed64,7,opt,name=success,proto3,oneof" json:"success,omitempty"`
Rating *float64 `protobuf:"fixed64,8,opt,name=rating,proto3,oneof" json:"rating,omitempty"`
// contains filtered or unexported fields
}
func (*ConferenceSpDefense) Descriptor
deprecated
func (*ConferenceSpDefense) Descriptor() ([]byte, []int)
Deprecated: Use ConferenceSpDefense.ProtoReflect.Descriptor instead.
func (*ConferenceSpDefense) GetExplosiveness ¶
func (x *ConferenceSpDefense) GetExplosiveness() float64
func (*ConferenceSpDefense) GetHavoc ¶
func (x *ConferenceSpDefense) GetHavoc() *AdvancedHavoc
func (*ConferenceSpDefense) GetPassing ¶
func (x *ConferenceSpDefense) GetPassing() float64
func (*ConferenceSpDefense) GetPassingDowns ¶
func (x *ConferenceSpDefense) GetPassingDowns() float64
func (*ConferenceSpDefense) GetRating ¶
func (x *ConferenceSpDefense) GetRating() float64
func (*ConferenceSpDefense) GetRushing ¶
func (x *ConferenceSpDefense) GetRushing() float64
func (*ConferenceSpDefense) GetStandardDowns ¶
func (x *ConferenceSpDefense) GetStandardDowns() float64
func (*ConferenceSpDefense) GetSuccess ¶
func (x *ConferenceSpDefense) GetSuccess() float64
func (*ConferenceSpDefense) ProtoMessage ¶
func (*ConferenceSpDefense) ProtoMessage()
func (*ConferenceSpDefense) ProtoReflect ¶
func (x *ConferenceSpDefense) ProtoReflect() protoreflect.Message
func (*ConferenceSpDefense) Reset ¶
func (x *ConferenceSpDefense) Reset()
func (*ConferenceSpDefense) String ¶
func (x *ConferenceSpDefense) String() string
type ConferenceSpOffense ¶
type ConferenceSpOffense struct {
Pace *float64 `protobuf:"fixed64,1,opt,name=pace,proto3,oneof" json:"pace,omitempty"`
RunRate *float64 `protobuf:"fixed64,2,opt,name=run_rate,json=runRate,proto3,oneof" json:"run_rate,omitempty"`
PassingDowns *float64 `protobuf:"fixed64,3,opt,name=passing_downs,json=passingDowns,proto3,oneof" json:"passing_downs,omitempty"`
StandardDowns *float64 `protobuf:"fixed64,4,opt,name=standard_downs,json=standardDowns,proto3,oneof" json:"standard_downs,omitempty"`
Passing *float64 `protobuf:"fixed64,5,opt,name=passing,proto3,oneof" json:"passing,omitempty"`
Rushing *float64 `protobuf:"fixed64,6,opt,name=rushing,proto3,oneof" json:"rushing,omitempty"`
Explosiveness *float64 `protobuf:"fixed64,7,opt,name=explosiveness,proto3,oneof" json:"explosiveness,omitempty"`
Success *float64 `protobuf:"fixed64,8,opt,name=success,proto3,oneof" json:"success,omitempty"`
Rating *float64 `protobuf:"fixed64,9,opt,name=rating,proto3,oneof" json:"rating,omitempty"`
// contains filtered or unexported fields
}
func (*ConferenceSpOffense) Descriptor
deprecated
func (*ConferenceSpOffense) Descriptor() ([]byte, []int)
Deprecated: Use ConferenceSpOffense.ProtoReflect.Descriptor instead.
func (*ConferenceSpOffense) GetExplosiveness ¶
func (x *ConferenceSpOffense) GetExplosiveness() float64
func (*ConferenceSpOffense) GetPace ¶
func (x *ConferenceSpOffense) GetPace() float64
func (*ConferenceSpOffense) GetPassing ¶
func (x *ConferenceSpOffense) GetPassing() float64
func (*ConferenceSpOffense) GetPassingDowns ¶
func (x *ConferenceSpOffense) GetPassingDowns() float64
func (*ConferenceSpOffense) GetRating ¶
func (x *ConferenceSpOffense) GetRating() float64
func (*ConferenceSpOffense) GetRunRate ¶
func (x *ConferenceSpOffense) GetRunRate() float64
func (*ConferenceSpOffense) GetRushing ¶
func (x *ConferenceSpOffense) GetRushing() float64
func (*ConferenceSpOffense) GetStandardDowns ¶
func (x *ConferenceSpOffense) GetStandardDowns() float64
func (*ConferenceSpOffense) GetSuccess ¶
func (x *ConferenceSpOffense) GetSuccess() float64
func (*ConferenceSpOffense) ProtoMessage ¶
func (*ConferenceSpOffense) ProtoMessage()
func (*ConferenceSpOffense) ProtoReflect ¶
func (x *ConferenceSpOffense) ProtoReflect() protoreflect.Message
func (*ConferenceSpOffense) Reset ¶
func (x *ConferenceSpOffense) Reset()
func (*ConferenceSpOffense) String ¶
func (x *ConferenceSpOffense) String() string
type DraftPick ¶
type DraftPick struct {
CollegeAthleteId *int32 `protobuf:"varint,1,opt,name=college_athlete_id,json=collegeAthleteId,proto3,oneof" json:"college_athlete_id,omitempty"`
NflAthleteId *int32 `protobuf:"varint,2,opt,name=nfl_athlete_id,json=nflAthleteId,proto3,oneof" json:"nfl_athlete_id,omitempty"`
CollegeId int32 `protobuf:"varint,3,opt,name=college_id,json=collegeId,proto3" json:"college_id,omitempty"`
CollegeTeam string `protobuf:"bytes,4,opt,name=college_team,json=collegeTeam,proto3" json:"college_team,omitempty"`
CollegeConference string `protobuf:"bytes,5,opt,name=college_conference,json=collegeConference,proto3" json:"college_conference,omitempty"`
NflTeamId int32 `protobuf:"varint,6,opt,name=nfl_team_id,json=nflTeamId,proto3" json:"nfl_team_id,omitempty"`
NflTeam string `protobuf:"bytes,7,opt,name=nfl_team,json=nflTeam,proto3" json:"nfl_team,omitempty"`
Year int32 `protobuf:"varint,8,opt,name=year,proto3" json:"year,omitempty"`
Overall int32 `protobuf:"varint,9,opt,name=overall,proto3" json:"overall,omitempty"`
Round int32 `protobuf:"varint,10,opt,name=round,proto3" json:"round,omitempty"`
Pick int32 `protobuf:"varint,11,opt,name=pick,proto3" json:"pick,omitempty"`
Name string `protobuf:"bytes,12,opt,name=name,proto3" json:"name,omitempty"`
Position string `protobuf:"bytes,13,opt,name=position,proto3" json:"position,omitempty"`
Height *float64 `protobuf:"fixed64,14,opt,name=height,proto3,oneof" json:"height,omitempty"`
Weight *int32 `protobuf:"varint,15,opt,name=weight,proto3,oneof" json:"weight,omitempty"`
PreDraftRanking *int32 `protobuf:"varint,16,opt,name=pre_draft_ranking,json=preDraftRanking,proto3,oneof" json:"pre_draft_ranking,omitempty"`
PreDraftPositionRanking *int32 `` /* 142-byte string literal not displayed */
PreDraftGrade *int32 `protobuf:"varint,18,opt,name=pre_draft_grade,json=preDraftGrade,proto3,oneof" json:"pre_draft_grade,omitempty"`
HometownInfo *DraftPickHometownInfo `protobuf:"bytes,19,opt,name=hometown_info,json=hometownInfo,proto3" json:"hometown_info,omitempty"`
// contains filtered or unexported fields
}
func (*DraftPick) Descriptor
deprecated
func (*DraftPick) GetCollegeAthleteId ¶
func (*DraftPick) GetCollegeConference ¶
func (*DraftPick) GetCollegeId ¶
func (*DraftPick) GetCollegeTeam ¶
func (*DraftPick) GetHometownInfo ¶
func (x *DraftPick) GetHometownInfo() *DraftPickHometownInfo
func (*DraftPick) GetNflAthleteId ¶
func (*DraftPick) GetNflTeam ¶
func (*DraftPick) GetNflTeamId ¶
func (*DraftPick) GetOverall ¶
func (*DraftPick) GetPosition ¶
func (*DraftPick) GetPreDraftGrade ¶
func (*DraftPick) GetPreDraftPositionRanking ¶
func (*DraftPick) GetPreDraftRanking ¶
func (*DraftPick) ProtoMessage ¶
func (*DraftPick) ProtoMessage()
func (*DraftPick) ProtoReflect ¶
func (x *DraftPick) ProtoReflect() protoreflect.Message
type DraftPickHometownInfo ¶
type DraftPickHometownInfo struct {
CountyFips string `protobuf:"bytes,1,opt,name=county_fips,json=countyFips,proto3" json:"county_fips,omitempty"`
Longitude string `protobuf:"bytes,2,opt,name=longitude,proto3" json:"longitude,omitempty"`
Latitude string `protobuf:"bytes,3,opt,name=latitude,proto3" json:"latitude,omitempty"`
Country string `protobuf:"bytes,4,opt,name=country,proto3" json:"country,omitempty"`
State string `protobuf:"bytes,5,opt,name=state,proto3" json:"state,omitempty"`
City string `protobuf:"bytes,6,opt,name=city,proto3" json:"city,omitempty"`
// contains filtered or unexported fields
}
func (*DraftPickHometownInfo) Descriptor
deprecated
func (*DraftPickHometownInfo) Descriptor() ([]byte, []int)
Deprecated: Use DraftPickHometownInfo.ProtoReflect.Descriptor instead.
func (*DraftPickHometownInfo) GetCity ¶
func (x *DraftPickHometownInfo) GetCity() string
func (*DraftPickHometownInfo) GetCountry ¶
func (x *DraftPickHometownInfo) GetCountry() string
func (*DraftPickHometownInfo) GetCountyFips ¶
func (x *DraftPickHometownInfo) GetCountyFips() string
func (*DraftPickHometownInfo) GetLatitude ¶
func (x *DraftPickHometownInfo) GetLatitude() string
func (*DraftPickHometownInfo) GetLongitude ¶
func (x *DraftPickHometownInfo) GetLongitude() string
func (*DraftPickHometownInfo) GetState ¶
func (x *DraftPickHometownInfo) GetState() string
func (*DraftPickHometownInfo) ProtoMessage ¶
func (*DraftPickHometownInfo) ProtoMessage()
func (*DraftPickHometownInfo) ProtoReflect ¶
func (x *DraftPickHometownInfo) ProtoReflect() protoreflect.Message
func (*DraftPickHometownInfo) Reset ¶
func (x *DraftPickHometownInfo) Reset()
func (*DraftPickHometownInfo) String ¶
func (x *DraftPickHometownInfo) String() string
type DraftPosition ¶
type DraftPosition struct {
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
Abbreviation string `protobuf:"bytes,2,opt,name=abbreviation,proto3" json:"abbreviation,omitempty"`
// contains filtered or unexported fields
}
func (*DraftPosition) Descriptor
deprecated
func (*DraftPosition) Descriptor() ([]byte, []int)
Deprecated: Use DraftPosition.ProtoReflect.Descriptor instead.
func (*DraftPosition) GetAbbreviation ¶
func (x *DraftPosition) GetAbbreviation() string
func (*DraftPosition) GetName ¶
func (x *DraftPosition) GetName() string
func (*DraftPosition) ProtoMessage ¶
func (*DraftPosition) ProtoMessage()
func (*DraftPosition) ProtoReflect ¶
func (x *DraftPosition) ProtoReflect() protoreflect.Message
func (*DraftPosition) Reset ¶
func (x *DraftPosition) Reset()
func (*DraftPosition) String ¶
func (x *DraftPosition) String() string
type DraftTeam ¶
type DraftTeam struct {
Location string `protobuf:"bytes,1,opt,name=location,proto3" json:"location,omitempty"`
Nickname string `protobuf:"bytes,2,opt,name=nickname,proto3" json:"nickname,omitempty"`
DisplayName string `protobuf:"bytes,3,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
Logo string `protobuf:"bytes,4,opt,name=logo,proto3" json:"logo,omitempty"`
// contains filtered or unexported fields
}
func (*DraftTeam) Descriptor
deprecated
func (*DraftTeam) GetDisplayName ¶
func (*DraftTeam) GetLocation ¶
func (*DraftTeam) GetNickname ¶
func (*DraftTeam) ProtoMessage ¶
func (*DraftTeam) ProtoMessage()
func (*DraftTeam) ProtoReflect ¶
func (x *DraftTeam) ProtoReflect() protoreflect.Message
type Drive ¶
type Drive struct {
Offense string `protobuf:"bytes,1,opt,name=offense,proto3" json:"offense,omitempty"`
OffenseConference string `protobuf:"bytes,2,opt,name=offense_conference,json=offenseConference,proto3" json:"offense_conference,omitempty"`
Defense string `protobuf:"bytes,3,opt,name=defense,proto3" json:"defense,omitempty"`
DefenseConference string `protobuf:"bytes,4,opt,name=defense_conference,json=defenseConference,proto3" json:"defense_conference,omitempty"`
GameId int32 `protobuf:"varint,5,opt,name=game_id,json=gameId,proto3" json:"game_id,omitempty"`
Id string `protobuf:"bytes,6,opt,name=id,proto3" json:"id,omitempty"`
DriveNumber *int32 `protobuf:"varint,7,opt,name=drive_number,json=driveNumber,proto3,oneof" json:"drive_number,omitempty"`
Scoring bool `protobuf:"varint,8,opt,name=scoring,proto3" json:"scoring,omitempty"`
StartPeriod int32 `protobuf:"varint,9,opt,name=start_period,json=startPeriod,proto3" json:"start_period,omitempty"`
StartYardline int32 `protobuf:"varint,10,opt,name=start_yardline,json=startYardline,proto3" json:"start_yardline,omitempty"`
StartYardsToGoal int32 `protobuf:"varint,11,opt,name=start_yards_to_goal,json=startYardsToGoal,proto3" json:"start_yards_to_goal,omitempty"`
StartTime *ClockInt32 `protobuf:"bytes,12,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
EndPeriod int32 `protobuf:"varint,13,opt,name=end_period,json=endPeriod,proto3" json:"end_period,omitempty"`
EndYardline int32 `protobuf:"varint,14,opt,name=end_yardline,json=endYardline,proto3" json:"end_yardline,omitempty"`
EndYardsToGoal int32 `protobuf:"varint,15,opt,name=end_yards_to_goal,json=endYardsToGoal,proto3" json:"end_yards_to_goal,omitempty"`
EndTime *ClockInt32 `protobuf:"bytes,16,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"`
Elapsed *ClockInt32 `protobuf:"bytes,17,opt,name=elapsed,proto3" json:"elapsed,omitempty"`
Plays int32 `protobuf:"varint,18,opt,name=plays,proto3" json:"plays,omitempty"`
Yards int32 `protobuf:"varint,19,opt,name=yards,proto3" json:"yards,omitempty"`
DriveResult string `protobuf:"bytes,20,opt,name=drive_result,json=driveResult,proto3" json:"drive_result,omitempty"`
IsHomeOffense bool `protobuf:"varint,21,opt,name=is_home_offense,json=isHomeOffense,proto3" json:"is_home_offense,omitempty"`
StartOffenseScore int32 `protobuf:"varint,22,opt,name=start_offense_score,json=startOffenseScore,proto3" json:"start_offense_score,omitempty"`
StartDefenseScore int32 `protobuf:"varint,23,opt,name=start_defense_score,json=startDefenseScore,proto3" json:"start_defense_score,omitempty"`
EndOffenseScore int32 `protobuf:"varint,24,opt,name=end_offense_score,json=endOffenseScore,proto3" json:"end_offense_score,omitempty"`
EndDefenseScore int32 `protobuf:"varint,25,opt,name=end_defense_score,json=endDefenseScore,proto3" json:"end_defense_score,omitempty"`
// contains filtered or unexported fields
}
func (*Drive) Descriptor
deprecated
func (*Drive) GetDefense ¶
func (*Drive) GetDefenseConference ¶
func (*Drive) GetDriveNumber ¶
func (*Drive) GetDriveResult ¶
func (*Drive) GetElapsed ¶
func (x *Drive) GetElapsed() *ClockInt32
func (*Drive) GetEndDefenseScore ¶
func (*Drive) GetEndOffenseScore ¶
func (*Drive) GetEndPeriod ¶
func (*Drive) GetEndTime ¶
func (x *Drive) GetEndTime() *ClockInt32
func (*Drive) GetEndYardline ¶
func (*Drive) GetEndYardsToGoal ¶
func (*Drive) GetIsHomeOffense ¶
func (*Drive) GetOffense ¶
func (*Drive) GetOffenseConference ¶
func (*Drive) GetScoring ¶
func (*Drive) GetStartDefenseScore ¶
func (*Drive) GetStartOffenseScore ¶
func (*Drive) GetStartPeriod ¶
func (*Drive) GetStartTime ¶
func (x *Drive) GetStartTime() *ClockInt32
func (*Drive) GetStartYardline ¶
func (*Drive) GetStartYardsToGoal ¶
func (*Drive) ProtoMessage ¶
func (*Drive) ProtoMessage()
func (*Drive) ProtoReflect ¶
func (x *Drive) ProtoReflect() protoreflect.Message
type EpaSplit ¶
type EpaSplit struct {
Rushing float64 `protobuf:"fixed64,1,opt,name=rushing,proto3" json:"rushing,omitempty"`
Passing float64 `protobuf:"fixed64,2,opt,name=passing,proto3" json:"passing,omitempty"`
Total float64 `protobuf:"fixed64,3,opt,name=total,proto3" json:"total,omitempty"`
// contains filtered or unexported fields
}
func (*EpaSplit) Descriptor
deprecated
func (*EpaSplit) GetPassing ¶
func (*EpaSplit) GetRushing ¶
func (*EpaSplit) ProtoMessage ¶
func (*EpaSplit) ProtoMessage()
func (*EpaSplit) ProtoReflect ¶
func (x *EpaSplit) ProtoReflect() protoreflect.Message
type FieldGoalEP ¶
type FieldGoalEP struct {
YardsToGoal int32 `protobuf:"varint,1,opt,name=yards_to_goal,json=yardsToGoal,proto3" json:"yards_to_goal,omitempty"`
Distance int32 `protobuf:"varint,2,opt,name=distance,proto3" json:"distance,omitempty"`
ExpectedPoints float64 `protobuf:"fixed64,3,opt,name=expected_points,json=expectedPoints,proto3" json:"expected_points,omitempty"`
// contains filtered or unexported fields
}
func (*FieldGoalEP) Descriptor
deprecated
func (*FieldGoalEP) Descriptor() ([]byte, []int)
Deprecated: Use FieldGoalEP.ProtoReflect.Descriptor instead.
func (*FieldGoalEP) GetDistance ¶
func (x *FieldGoalEP) GetDistance() int32
func (*FieldGoalEP) GetExpectedPoints ¶
func (x *FieldGoalEP) GetExpectedPoints() float64
func (*FieldGoalEP) GetYardsToGoal ¶
func (x *FieldGoalEP) GetYardsToGoal() int32
func (*FieldGoalEP) ProtoMessage ¶
func (*FieldGoalEP) ProtoMessage()
func (*FieldGoalEP) ProtoReflect ¶
func (x *FieldGoalEP) ProtoReflect() protoreflect.Message
func (*FieldGoalEP) Reset ¶
func (x *FieldGoalEP) Reset()
func (*FieldGoalEP) String ¶
func (x *FieldGoalEP) String() string
type FpiEfficiencies ¶
type FpiEfficiencies struct {
SpecialTeams *float64 `protobuf:"fixed64,1,opt,name=special_teams,json=specialTeams,proto3,oneof" json:"special_teams,omitempty"`
Defense *float64 `protobuf:"fixed64,2,opt,name=defense,proto3,oneof" json:"defense,omitempty"`
Offense *float64 `protobuf:"fixed64,3,opt,name=offense,proto3,oneof" json:"offense,omitempty"`
Overall *float64 `protobuf:"fixed64,4,opt,name=overall,proto3,oneof" json:"overall,omitempty"`
// contains filtered or unexported fields
}
func (*FpiEfficiencies) Descriptor
deprecated
func (*FpiEfficiencies) Descriptor() ([]byte, []int)
Deprecated: Use FpiEfficiencies.ProtoReflect.Descriptor instead.
func (*FpiEfficiencies) GetDefense ¶
func (x *FpiEfficiencies) GetDefense() float64
func (*FpiEfficiencies) GetOffense ¶
func (x *FpiEfficiencies) GetOffense() float64
func (*FpiEfficiencies) GetOverall ¶
func (x *FpiEfficiencies) GetOverall() float64
func (*FpiEfficiencies) GetSpecialTeams ¶
func (x *FpiEfficiencies) GetSpecialTeams() float64
func (*FpiEfficiencies) ProtoMessage ¶
func (*FpiEfficiencies) ProtoMessage()
func (*FpiEfficiencies) ProtoReflect ¶
func (x *FpiEfficiencies) ProtoReflect() protoreflect.Message
func (*FpiEfficiencies) Reset ¶
func (x *FpiEfficiencies) Reset()
func (*FpiEfficiencies) String ¶
func (x *FpiEfficiencies) String() string
type FpiResumeRanks ¶
type FpiResumeRanks struct {
GameControl *int32 `protobuf:"varint,1,opt,name=game_control,json=gameControl,proto3,oneof" json:"game_control,omitempty"`
RemainingStrengthOfSchedule *int32 `` /* 153-byte string literal not displayed */
StrengthOfSchedule *int32 `protobuf:"varint,3,opt,name=strength_of_schedule,json=strengthOfSchedule,proto3,oneof" json:"strength_of_schedule,omitempty"`
AverageWinProbability *int32 `` /* 133-byte string literal not displayed */
Fpi *int32 `protobuf:"varint,5,opt,name=fpi,proto3,oneof" json:"fpi,omitempty"`
StrengthOfRecord *int32 `protobuf:"varint,6,opt,name=strength_of_record,json=strengthOfRecord,proto3,oneof" json:"strength_of_record,omitempty"`
// contains filtered or unexported fields
}
func (*FpiResumeRanks) Descriptor
deprecated
func (*FpiResumeRanks) Descriptor() ([]byte, []int)
Deprecated: Use FpiResumeRanks.ProtoReflect.Descriptor instead.
func (*FpiResumeRanks) GetAverageWinProbability ¶
func (x *FpiResumeRanks) GetAverageWinProbability() int32
func (*FpiResumeRanks) GetFpi ¶
func (x *FpiResumeRanks) GetFpi() int32
func (*FpiResumeRanks) GetGameControl ¶
func (x *FpiResumeRanks) GetGameControl() int32
func (*FpiResumeRanks) GetRemainingStrengthOfSchedule ¶
func (x *FpiResumeRanks) GetRemainingStrengthOfSchedule() int32
func (*FpiResumeRanks) GetStrengthOfRecord ¶
func (x *FpiResumeRanks) GetStrengthOfRecord() int32
func (*FpiResumeRanks) GetStrengthOfSchedule ¶
func (x *FpiResumeRanks) GetStrengthOfSchedule() int32
func (*FpiResumeRanks) ProtoMessage ¶
func (*FpiResumeRanks) ProtoMessage()
func (*FpiResumeRanks) ProtoReflect ¶
func (x *FpiResumeRanks) ProtoReflect() protoreflect.Message
func (*FpiResumeRanks) Reset ¶
func (x *FpiResumeRanks) Reset()
func (*FpiResumeRanks) String ¶
func (x *FpiResumeRanks) String() string
type Game ¶
type Game struct {
Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
Season int32 `protobuf:"varint,2,opt,name=season,proto3" json:"season,omitempty"`
Week int32 `protobuf:"varint,3,opt,name=week,proto3" json:"week,omitempty"`
SeasonType string `protobuf:"bytes,4,opt,name=season_type,json=seasonType,proto3" json:"season_type,omitempty"`
StartDate *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=start_date,json=startDate,proto3" json:"start_date,omitempty"`
StartTime_TBD bool `protobuf:"varint,6,opt,name=start_time_TBD,json=startTimeTBD,proto3" json:"start_time_TBD,omitempty"`
Completed bool `protobuf:"varint,7,opt,name=completed,proto3" json:"completed,omitempty"`
NeutralSite bool `protobuf:"varint,8,opt,name=neutral_site,json=neutralSite,proto3" json:"neutral_site,omitempty"`
ConferenceGame bool `protobuf:"varint,9,opt,name=conference_game,json=conferenceGame,proto3" json:"conference_game,omitempty"`
Attendance *int32 `protobuf:"varint,10,opt,name=attendance,proto3,oneof" json:"attendance,omitempty"`
VenueId *int32 `protobuf:"varint,11,opt,name=venue_id,json=venueId,proto3,oneof" json:"venue_id,omitempty"`
Venue string `protobuf:"bytes,12,opt,name=venue,proto3" json:"venue,omitempty"`
HomeId *int32 `protobuf:"varint,13,opt,name=home_id,json=homeId,proto3,oneof" json:"home_id,omitempty"`
HomeTeam string `protobuf:"bytes,14,opt,name=home_team,json=homeTeam,proto3" json:"home_team,omitempty"`
HomeConference string `protobuf:"bytes,15,opt,name=home_conference,json=homeConference,proto3" json:"home_conference,omitempty"`
HomeClassification string `protobuf:"bytes,16,opt,name=home_classification,json=homeClassification,proto3" json:"home_classification,omitempty"`
HomePoints *int32 `protobuf:"varint,17,opt,name=home_points,json=homePoints,proto3,oneof" json:"home_points,omitempty"`
HomeLineScores []int32 `protobuf:"varint,18,rep,packed,name=home_line_scores,json=homeLineScores,proto3" json:"home_line_scores,omitempty"`
HomePostgameWinProbability *float64 `` /* 152-byte string literal not displayed */
HomePregameElo *int32 `protobuf:"varint,20,opt,name=home_pregame_elo,json=homePregameElo,proto3,oneof" json:"home_pregame_elo,omitempty"`
HomePostgameElo *int32 `protobuf:"varint,21,opt,name=home_postgame_elo,json=homePostgameElo,proto3,oneof" json:"home_postgame_elo,omitempty"`
AwayId *int32 `protobuf:"varint,22,opt,name=away_id,json=awayId,proto3,oneof" json:"away_id,omitempty"`
AwayTeam string `protobuf:"bytes,23,opt,name=away_team,json=awayTeam,proto3" json:"away_team,omitempty"`
AwayConference string `protobuf:"bytes,24,opt,name=away_conference,json=awayConference,proto3" json:"away_conference,omitempty"`
AwayClassification string `protobuf:"bytes,25,opt,name=away_classification,json=awayClassification,proto3" json:"away_classification,omitempty"`
AwayPoints *int32 `protobuf:"varint,26,opt,name=away_points,json=awayPoints,proto3,oneof" json:"away_points,omitempty"`
AwayLineScores []int32 `protobuf:"varint,27,rep,packed,name=away_line_scores,json=awayLineScores,proto3" json:"away_line_scores,omitempty"`
AwayPostgameWinProbability *float64 `` /* 152-byte string literal not displayed */
AwayPregameElo *int32 `protobuf:"varint,29,opt,name=away_pregame_elo,json=awayPregameElo,proto3,oneof" json:"away_pregame_elo,omitempty"`
AwayPostgameElo *int32 `protobuf:"varint,30,opt,name=away_postgame_elo,json=awayPostgameElo,proto3,oneof" json:"away_postgame_elo,omitempty"`
ExcitementIndex *float64 `protobuf:"fixed64,31,opt,name=excitement_index,json=excitementIndex,proto3,oneof" json:"excitement_index,omitempty"`
Highlights string `protobuf:"bytes,32,opt,name=highlights,proto3" json:"highlights,omitempty"`
Notes string `protobuf:"bytes,33,opt,name=notes,proto3" json:"notes,omitempty"`
// contains filtered or unexported fields
}
func (*Game) Descriptor
deprecated
func (*Game) GetAttendance ¶
func (*Game) GetAwayClassification ¶
func (*Game) GetAwayConference ¶
func (*Game) GetAwayLineScores ¶
func (*Game) GetAwayPoints ¶
func (*Game) GetAwayPostgameElo ¶
func (*Game) GetAwayPostgameWinProbability ¶
func (*Game) GetAwayPregameElo ¶
func (*Game) GetAwayTeam ¶
func (*Game) GetCompleted ¶
func (*Game) GetConferenceGame ¶
func (*Game) GetExcitementIndex ¶
func (*Game) GetHighlights ¶
func (*Game) GetHomeClassification ¶
func (*Game) GetHomeConference ¶
func (*Game) GetHomeLineScores ¶
func (*Game) GetHomePoints ¶
func (*Game) GetHomePostgameElo ¶
func (*Game) GetHomePostgameWinProbability ¶
func (*Game) GetHomePregameElo ¶
func (*Game) GetHomeTeam ¶
func (*Game) GetNeutralSite ¶
func (*Game) GetSeasonType ¶
func (*Game) GetStartDate ¶
func (x *Game) GetStartDate() *timestamppb.Timestamp
func (*Game) GetStartTime_TBD ¶
func (*Game) GetVenueId ¶
func (*Game) ProtoMessage ¶
func (*Game) ProtoMessage()
func (*Game) ProtoReflect ¶
func (x *Game) ProtoReflect() protoreflect.Message
type GameHavocStatSide ¶
type GameHavocStatSide struct {
DbHavocRate float64 `protobuf:"fixed64,1,opt,name=db_havoc_rate,json=dbHavocRate,proto3" json:"db_havoc_rate,omitempty"`
FrontSevenHavocRate float64 `protobuf:"fixed64,2,opt,name=front_seven_havoc_rate,json=frontSevenHavocRate,proto3" json:"front_seven_havoc_rate,omitempty"`
HavocRate float64 `protobuf:"fixed64,3,opt,name=havoc_rate,json=havocRate,proto3" json:"havoc_rate,omitempty"`
DbHavocEvents float64 `protobuf:"fixed64,4,opt,name=db_havoc_events,json=dbHavocEvents,proto3" json:"db_havoc_events,omitempty"`
FrontSevenHavocEvents float64 `` /* 130-byte string literal not displayed */
TotalHavocEvents float64 `protobuf:"fixed64,6,opt,name=total_havoc_events,json=totalHavocEvents,proto3" json:"total_havoc_events,omitempty"`
TotalPlays float64 `protobuf:"fixed64,7,opt,name=total_plays,json=totalPlays,proto3" json:"total_plays,omitempty"`
// contains filtered or unexported fields
}
func (*GameHavocStatSide) Descriptor
deprecated
func (*GameHavocStatSide) Descriptor() ([]byte, []int)
Deprecated: Use GameHavocStatSide.ProtoReflect.Descriptor instead.
func (*GameHavocStatSide) GetDbHavocEvents ¶
func (x *GameHavocStatSide) GetDbHavocEvents() float64
func (*GameHavocStatSide) GetDbHavocRate ¶
func (x *GameHavocStatSide) GetDbHavocRate() float64
func (*GameHavocStatSide) GetFrontSevenHavocEvents ¶
func (x *GameHavocStatSide) GetFrontSevenHavocEvents() float64
func (*GameHavocStatSide) GetFrontSevenHavocRate ¶
func (x *GameHavocStatSide) GetFrontSevenHavocRate() float64
func (*GameHavocStatSide) GetHavocRate ¶
func (x *GameHavocStatSide) GetHavocRate() float64
func (*GameHavocStatSide) GetTotalHavocEvents ¶
func (x *GameHavocStatSide) GetTotalHavocEvents() float64
func (*GameHavocStatSide) GetTotalPlays ¶
func (x *GameHavocStatSide) GetTotalPlays() float64
func (*GameHavocStatSide) ProtoMessage ¶
func (*GameHavocStatSide) ProtoMessage()
func (*GameHavocStatSide) ProtoReflect ¶
func (x *GameHavocStatSide) ProtoReflect() protoreflect.Message
func (*GameHavocStatSide) Reset ¶
func (x *GameHavocStatSide) Reset()
func (*GameHavocStatSide) String ¶
func (x *GameHavocStatSide) String() string
type GameHavocStats ¶
type GameHavocStats struct {
GameId int32 `protobuf:"varint,1,opt,name=game_id,json=gameId,proto3" json:"game_id,omitempty"`
Season int32 `protobuf:"varint,2,opt,name=season,proto3" json:"season,omitempty"`
SeasonType string `protobuf:"bytes,3,opt,name=season_type,json=seasonType,proto3" json:"season_type,omitempty"`
Week int32 `protobuf:"varint,4,opt,name=week,proto3" json:"week,omitempty"`
Team string `protobuf:"bytes,5,opt,name=team,proto3" json:"team,omitempty"`
Conference string `protobuf:"bytes,6,opt,name=conference,proto3" json:"conference,omitempty"`
Opponent string `protobuf:"bytes,7,opt,name=opponent,proto3" json:"opponent,omitempty"`
OpponentConference string `protobuf:"bytes,8,opt,name=opponent_conference,json=opponentConference,proto3" json:"opponent_conference,omitempty"`
Offense *GameHavocStatSide `protobuf:"bytes,9,opt,name=offense,proto3" json:"offense,omitempty"`
Defense *GameHavocStatSide `protobuf:"bytes,10,opt,name=defense,proto3" json:"defense,omitempty"`
// contains filtered or unexported fields
}
func (*GameHavocStats) Descriptor
deprecated
func (*GameHavocStats) Descriptor() ([]byte, []int)
Deprecated: Use GameHavocStats.ProtoReflect.Descriptor instead.
func (*GameHavocStats) GetConference ¶
func (x *GameHavocStats) GetConference() string
func (*GameHavocStats) GetDefense ¶
func (x *GameHavocStats) GetDefense() *GameHavocStatSide
func (*GameHavocStats) GetGameId ¶
func (x *GameHavocStats) GetGameId() int32
func (*GameHavocStats) GetOffense ¶
func (x *GameHavocStats) GetOffense() *GameHavocStatSide
func (*GameHavocStats) GetOpponent ¶
func (x *GameHavocStats) GetOpponent() string
func (*GameHavocStats) GetOpponentConference ¶
func (x *GameHavocStats) GetOpponentConference() string
func (*GameHavocStats) GetSeason ¶
func (x *GameHavocStats) GetSeason() int32
func (*GameHavocStats) GetSeasonType ¶
func (x *GameHavocStats) GetSeasonType() string
func (*GameHavocStats) GetTeam ¶
func (x *GameHavocStats) GetTeam() string
func (*GameHavocStats) GetWeek ¶
func (x *GameHavocStats) GetWeek() int32
func (*GameHavocStats) ProtoMessage ¶
func (*GameHavocStats) ProtoMessage()
func (*GameHavocStats) ProtoReflect ¶
func (x *GameHavocStats) ProtoReflect() protoreflect.Message
func (*GameHavocStats) Reset ¶
func (x *GameHavocStats) Reset()
func (*GameHavocStats) String ¶
func (x *GameHavocStats) String() string
type GameLine ¶
type GameLine struct {
Provider string `protobuf:"bytes,1,opt,name=provider,proto3" json:"provider,omitempty"`
Spread *float64 `protobuf:"fixed64,2,opt,name=spread,proto3,oneof" json:"spread,omitempty"`
FormattedSpread string `protobuf:"bytes,3,opt,name=formatted_spread,json=formattedSpread,proto3" json:"formatted_spread,omitempty"`
SpreadOpen *float64 `protobuf:"fixed64,4,opt,name=spread_open,json=spreadOpen,proto3,oneof" json:"spread_open,omitempty"`
OverUnder *float64 `protobuf:"fixed64,5,opt,name=over_under,json=overUnder,proto3,oneof" json:"over_under,omitempty"`
OverUnderOpen *float64 `protobuf:"fixed64,6,opt,name=over_under_open,json=overUnderOpen,proto3,oneof" json:"over_under_open,omitempty"`
HomeMoneyline *float64 `protobuf:"fixed64,7,opt,name=home_moneyline,json=homeMoneyline,proto3,oneof" json:"home_moneyline,omitempty"`
AwayMoneyline *float64 `protobuf:"fixed64,8,opt,name=away_moneyline,json=awayMoneyline,proto3,oneof" json:"away_moneyline,omitempty"`
// contains filtered or unexported fields
}
func (*GameLine) Descriptor
deprecated
func (*GameLine) GetAwayMoneyline ¶
func (*GameLine) GetFormattedSpread ¶
func (*GameLine) GetHomeMoneyline ¶
func (*GameLine) GetOverUnder ¶
func (*GameLine) GetOverUnderOpen ¶
func (*GameLine) GetProvider ¶
func (*GameLine) GetSpreadOpen ¶
func (*GameLine) ProtoMessage ¶
func (*GameLine) ProtoMessage()
func (*GameLine) ProtoReflect ¶
func (x *GameLine) ProtoReflect() protoreflect.Message
type GameMedia ¶
type GameMedia struct {
Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
Season int32 `protobuf:"varint,2,opt,name=season,proto3" json:"season,omitempty"`
Week int32 `protobuf:"varint,3,opt,name=week,proto3" json:"week,omitempty"`
SeasonType string `protobuf:"bytes,4,opt,name=season_type,json=seasonType,proto3" json:"season_type,omitempty"`
StartTime *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
IsStartTime_TBD bool `protobuf:"varint,6,opt,name=is_start_time_TBD,json=isStartTimeTBD,proto3" json:"is_start_time_TBD,omitempty"`
HomeTeam string `protobuf:"bytes,7,opt,name=home_team,json=homeTeam,proto3" json:"home_team,omitempty"`
HomeConference string `protobuf:"bytes,8,opt,name=home_conference,json=homeConference,proto3" json:"home_conference,omitempty"`
AwayTeam string `protobuf:"bytes,9,opt,name=away_team,json=awayTeam,proto3" json:"away_team,omitempty"`
AwayConference string `protobuf:"bytes,10,opt,name=away_conference,json=awayConference,proto3" json:"away_conference,omitempty"`
MediaType string `protobuf:"bytes,11,opt,name=media_type,json=mediaType,proto3" json:"media_type,omitempty"`
Outlet string `protobuf:"bytes,12,opt,name=outlet,proto3" json:"outlet,omitempty"`
// contains filtered or unexported fields
}
func (*GameMedia) Descriptor
deprecated
func (*GameMedia) GetAwayConference ¶
func (*GameMedia) GetAwayTeam ¶
func (*GameMedia) GetHomeConference ¶
func (*GameMedia) GetHomeTeam ¶
func (*GameMedia) GetIsStartTime_TBD ¶
func (*GameMedia) GetMediaType ¶
func (*GameMedia) GetSeasonType ¶
func (*GameMedia) GetStartTime ¶
func (x *GameMedia) GetStartTime() *timestamppb.Timestamp
func (*GameMedia) ProtoMessage ¶
func (*GameMedia) ProtoMessage()
func (*GameMedia) ProtoReflect ¶
func (x *GameMedia) ProtoReflect() protoreflect.Message
type GamePlayerStatCategories ¶
type GamePlayerStatCategories struct {
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
Types []*GamePlayerStatTypes `protobuf:"bytes,2,rep,name=types,proto3" json:"types,omitempty"`
// contains filtered or unexported fields
}
func (*GamePlayerStatCategories) Descriptor
deprecated
func (*GamePlayerStatCategories) Descriptor() ([]byte, []int)
Deprecated: Use GamePlayerStatCategories.ProtoReflect.Descriptor instead.
func (*GamePlayerStatCategories) GetName ¶
func (x *GamePlayerStatCategories) GetName() string
func (*GamePlayerStatCategories) GetTypes ¶
func (x *GamePlayerStatCategories) GetTypes() []*GamePlayerStatTypes
func (*GamePlayerStatCategories) ProtoMessage ¶
func (*GamePlayerStatCategories) ProtoMessage()
func (*GamePlayerStatCategories) ProtoReflect ¶
func (x *GamePlayerStatCategories) ProtoReflect() protoreflect.Message
func (*GamePlayerStatCategories) Reset ¶
func (x *GamePlayerStatCategories) Reset()
func (*GamePlayerStatCategories) String ¶
func (x *GamePlayerStatCategories) String() string
type GamePlayerStatPlayer ¶
type GamePlayerStatPlayer struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
Stat string `protobuf:"bytes,3,opt,name=stat,proto3" json:"stat,omitempty"`
// contains filtered or unexported fields
}
func (*GamePlayerStatPlayer) Descriptor
deprecated
func (*GamePlayerStatPlayer) Descriptor() ([]byte, []int)
Deprecated: Use GamePlayerStatPlayer.ProtoReflect.Descriptor instead.
func (*GamePlayerStatPlayer) GetId ¶
func (x *GamePlayerStatPlayer) GetId() string
func (*GamePlayerStatPlayer) GetName ¶
func (x *GamePlayerStatPlayer) GetName() string
func (*GamePlayerStatPlayer) GetStat ¶
func (x *GamePlayerStatPlayer) GetStat() string
func (*GamePlayerStatPlayer) ProtoMessage ¶
func (*GamePlayerStatPlayer) ProtoMessage()
func (*GamePlayerStatPlayer) ProtoReflect ¶
func (x *GamePlayerStatPlayer) ProtoReflect() protoreflect.Message
func (*GamePlayerStatPlayer) Reset ¶
func (x *GamePlayerStatPlayer) Reset()
func (*GamePlayerStatPlayer) String ¶
func (x *GamePlayerStatPlayer) String() string
type GamePlayerStatTypes ¶
type GamePlayerStatTypes struct {
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
Athletes []*GamePlayerStatPlayer `protobuf:"bytes,2,rep,name=athletes,proto3" json:"athletes,omitempty"`
// contains filtered or unexported fields
}
func (*GamePlayerStatTypes) Descriptor
deprecated
func (*GamePlayerStatTypes) Descriptor() ([]byte, []int)
Deprecated: Use GamePlayerStatTypes.ProtoReflect.Descriptor instead.
func (*GamePlayerStatTypes) GetAthletes ¶
func (x *GamePlayerStatTypes) GetAthletes() []*GamePlayerStatPlayer
func (*GamePlayerStatTypes) GetName ¶
func (x *GamePlayerStatTypes) GetName() string
func (*GamePlayerStatTypes) ProtoMessage ¶
func (*GamePlayerStatTypes) ProtoMessage()
func (*GamePlayerStatTypes) ProtoReflect ¶
func (x *GamePlayerStatTypes) ProtoReflect() protoreflect.Message
func (*GamePlayerStatTypes) Reset ¶
func (x *GamePlayerStatTypes) Reset()
func (*GamePlayerStatTypes) String ¶
func (x *GamePlayerStatTypes) String() string
type GamePlayerStats ¶
type GamePlayerStats struct {
Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
Teams []*GamePlayerStatsTeam `protobuf:"bytes,2,rep,name=teams,proto3" json:"teams,omitempty"`
// contains filtered or unexported fields
}
func (*GamePlayerStats) Descriptor
deprecated
func (*GamePlayerStats) Descriptor() ([]byte, []int)
Deprecated: Use GamePlayerStats.ProtoReflect.Descriptor instead.
func (*GamePlayerStats) GetId ¶
func (x *GamePlayerStats) GetId() int32
func (*GamePlayerStats) GetTeams ¶
func (x *GamePlayerStats) GetTeams() []*GamePlayerStatsTeam
func (*GamePlayerStats) ProtoMessage ¶
func (*GamePlayerStats) ProtoMessage()
func (*GamePlayerStats) ProtoReflect ¶
func (x *GamePlayerStats) ProtoReflect() protoreflect.Message
func (*GamePlayerStats) Reset ¶
func (x *GamePlayerStats) Reset()
func (*GamePlayerStats) String ¶
func (x *GamePlayerStats) String() string
type GamePlayerStatsTeam ¶
type GamePlayerStatsTeam struct {
Team string `protobuf:"bytes,1,opt,name=team,proto3" json:"team,omitempty"`
Conference string `protobuf:"bytes,2,opt,name=conference,proto3" json:"conference,omitempty"`
HomeAway string `protobuf:"bytes,3,opt,name=home_away,json=homeAway,proto3" json:"home_away,omitempty"`
Points *int32 `protobuf:"varint,4,opt,name=points,proto3,oneof" json:"points,omitempty"`
Categories []*GamePlayerStatCategories `protobuf:"bytes,5,rep,name=categories,proto3" json:"categories,omitempty"`
// contains filtered or unexported fields
}
func (*GamePlayerStatsTeam) Descriptor
deprecated
func (*GamePlayerStatsTeam) Descriptor() ([]byte, []int)
Deprecated: Use GamePlayerStatsTeam.ProtoReflect.Descriptor instead.
func (*GamePlayerStatsTeam) GetCategories ¶
func (x *GamePlayerStatsTeam) GetCategories() []*GamePlayerStatCategories
func (*GamePlayerStatsTeam) GetConference ¶
func (x *GamePlayerStatsTeam) GetConference() string
func (*GamePlayerStatsTeam) GetHomeAway ¶
func (x *GamePlayerStatsTeam) GetHomeAway() string
func (*GamePlayerStatsTeam) GetPoints ¶
func (x *GamePlayerStatsTeam) GetPoints() int32
func (*GamePlayerStatsTeam) GetTeam ¶
func (x *GamePlayerStatsTeam) GetTeam() string
func (*GamePlayerStatsTeam) ProtoMessage ¶
func (*GamePlayerStatsTeam) ProtoMessage()
func (*GamePlayerStatsTeam) ProtoReflect ¶
func (x *GamePlayerStatsTeam) ProtoReflect() protoreflect.Message
func (*GamePlayerStatsTeam) Reset ¶
func (x *GamePlayerStatsTeam) Reset()
func (*GamePlayerStatsTeam) String ¶
func (x *GamePlayerStatsTeam) String() string
type GameTeamStats ¶
type GameTeamStats struct {
Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
Teams []*GameTeamStatsTeam `protobuf:"bytes,2,rep,name=teams,proto3" json:"teams,omitempty"`
// contains filtered or unexported fields
}
func (*GameTeamStats) Descriptor
deprecated
func (*GameTeamStats) Descriptor() ([]byte, []int)
Deprecated: Use GameTeamStats.ProtoReflect.Descriptor instead.
func (*GameTeamStats) GetId ¶
func (x *GameTeamStats) GetId() int32
func (*GameTeamStats) GetTeams ¶
func (x *GameTeamStats) GetTeams() []*GameTeamStatsTeam
func (*GameTeamStats) ProtoMessage ¶
func (*GameTeamStats) ProtoMessage()
func (*GameTeamStats) ProtoReflect ¶
func (x *GameTeamStats) ProtoReflect() protoreflect.Message
func (*GameTeamStats) Reset ¶
func (x *GameTeamStats) Reset()
func (*GameTeamStats) String ¶
func (x *GameTeamStats) String() string
type GameTeamStatsTeam ¶
type GameTeamStatsTeam struct {
TeamId int32 `protobuf:"varint,1,opt,name=team_id,json=teamId,proto3" json:"team_id,omitempty"`
Team string `protobuf:"bytes,2,opt,name=team,proto3" json:"team,omitempty"`
Conference string `protobuf:"bytes,3,opt,name=conference,proto3" json:"conference,omitempty"`
HomeAway string `protobuf:"bytes,4,opt,name=home_away,json=homeAway,proto3" json:"home_away,omitempty"`
Points *int32 `protobuf:"varint,5,opt,name=points,proto3,oneof" json:"points,omitempty"`
Stats []*GameTeamStatsTeamStat `protobuf:"bytes,6,rep,name=stats,proto3" json:"stats,omitempty"`
// contains filtered or unexported fields
}
func (*GameTeamStatsTeam) Descriptor
deprecated
func (*GameTeamStatsTeam) Descriptor() ([]byte, []int)
Deprecated: Use GameTeamStatsTeam.ProtoReflect.Descriptor instead.
func (*GameTeamStatsTeam) GetConference ¶
func (x *GameTeamStatsTeam) GetConference() string
func (*GameTeamStatsTeam) GetHomeAway ¶
func (x *GameTeamStatsTeam) GetHomeAway() string
func (*GameTeamStatsTeam) GetPoints ¶
func (x *GameTeamStatsTeam) GetPoints() int32
func (*GameTeamStatsTeam) GetStats ¶
func (x *GameTeamStatsTeam) GetStats() []*GameTeamStatsTeamStat
func (*GameTeamStatsTeam) GetTeam ¶
func (x *GameTeamStatsTeam) GetTeam() string
func (*GameTeamStatsTeam) GetTeamId ¶
func (x *GameTeamStatsTeam) GetTeamId() int32
func (*GameTeamStatsTeam) ProtoMessage ¶
func (*GameTeamStatsTeam) ProtoMessage()
func (*GameTeamStatsTeam) ProtoReflect ¶
func (x *GameTeamStatsTeam) ProtoReflect() protoreflect.Message
func (*GameTeamStatsTeam) Reset ¶
func (x *GameTeamStatsTeam) Reset()
func (*GameTeamStatsTeam) String ¶
func (x *GameTeamStatsTeam) String() string
type GameTeamStatsTeamStat ¶
type GameTeamStatsTeamStat struct {
Category string `protobuf:"bytes,1,opt,name=category,proto3" json:"category,omitempty"`
Stat string `protobuf:"bytes,2,opt,name=stat,proto3" json:"stat,omitempty"`
// contains filtered or unexported fields
}
func (*GameTeamStatsTeamStat) Descriptor
deprecated
func (*GameTeamStatsTeamStat) Descriptor() ([]byte, []int)
Deprecated: Use GameTeamStatsTeamStat.ProtoReflect.Descriptor instead.
func (*GameTeamStatsTeamStat) GetCategory ¶
func (x *GameTeamStatsTeamStat) GetCategory() string
func (*GameTeamStatsTeamStat) GetStat ¶
func (x *GameTeamStatsTeamStat) GetStat() string
func (*GameTeamStatsTeamStat) ProtoMessage ¶
func (*GameTeamStatsTeamStat) ProtoMessage()
func (*GameTeamStatsTeamStat) ProtoReflect ¶
func (x *GameTeamStatsTeamStat) ProtoReflect() protoreflect.Message
func (*GameTeamStatsTeamStat) Reset ¶
func (x *GameTeamStatsTeamStat) Reset()
func (*GameTeamStatsTeamStat) String ¶
func (x *GameTeamStatsTeamStat) String() string
type GameWeather ¶
type GameWeather struct {
Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
Season int32 `protobuf:"varint,2,opt,name=season,proto3" json:"season,omitempty"`
Week int32 `protobuf:"varint,3,opt,name=week,proto3" json:"week,omitempty"`
SeasonType string `protobuf:"bytes,4,opt,name=season_type,json=seasonType,proto3" json:"season_type,omitempty"`
StartTime *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
GameIndoors bool `protobuf:"varint,6,opt,name=game_indoors,json=gameIndoors,proto3" json:"game_indoors,omitempty"`
HomeTeam string `protobuf:"bytes,7,opt,name=home_team,json=homeTeam,proto3" json:"home_team,omitempty"`
HomeConference string `protobuf:"bytes,8,opt,name=home_conference,json=homeConference,proto3" json:"home_conference,omitempty"`
AwayTeam string `protobuf:"bytes,9,opt,name=away_team,json=awayTeam,proto3" json:"away_team,omitempty"`
AwayConference string `protobuf:"bytes,10,opt,name=away_conference,json=awayConference,proto3" json:"away_conference,omitempty"`
VenueId *int32 `protobuf:"varint,11,opt,name=venue_id,json=venueId,proto3,oneof" json:"venue_id,omitempty"`
Venue string `protobuf:"bytes,12,opt,name=venue,proto3" json:"venue,omitempty"`
Temperature *float64 `protobuf:"fixed64,13,opt,name=temperature,proto3,oneof" json:"temperature,omitempty"`
DewPoint *float64 `protobuf:"fixed64,14,opt,name=dew_point,json=dewPoint,proto3,oneof" json:"dew_point,omitempty"`
Humidity *float64 `protobuf:"fixed64,15,opt,name=humidity,proto3,oneof" json:"humidity,omitempty"`
Precipitation *float64 `protobuf:"fixed64,16,opt,name=precipitation,proto3,oneof" json:"precipitation,omitempty"`
Snowfall *float64 `protobuf:"fixed64,17,opt,name=snowfall,proto3,oneof" json:"snowfall,omitempty"`
WindDirection *float64 `protobuf:"fixed64,18,opt,name=wind_direction,json=windDirection,proto3,oneof" json:"wind_direction,omitempty"`
WindSpeed *float64 `protobuf:"fixed64,19,opt,name=wind_speed,json=windSpeed,proto3,oneof" json:"wind_speed,omitempty"`
Pressure *float64 `protobuf:"fixed64,20,opt,name=pressure,proto3,oneof" json:"pressure,omitempty"`
WeatherConditionCode *float64 `` /* 132-byte string literal not displayed */
WeatherCondition string `protobuf:"bytes,22,opt,name=weather_condition,json=weatherCondition,proto3" json:"weather_condition,omitempty"`
// contains filtered or unexported fields
}
func (*GameWeather) Descriptor
deprecated
func (*GameWeather) Descriptor() ([]byte, []int)
Deprecated: Use GameWeather.ProtoReflect.Descriptor instead.
func (*GameWeather) GetAwayConference ¶
func (x *GameWeather) GetAwayConference() string
func (*GameWeather) GetAwayTeam ¶
func (x *GameWeather) GetAwayTeam() string
func (*GameWeather) GetDewPoint ¶
func (x *GameWeather) GetDewPoint() float64
func (*GameWeather) GetGameIndoors ¶
func (x *GameWeather) GetGameIndoors() bool
func (*GameWeather) GetHomeConference ¶
func (x *GameWeather) GetHomeConference() string
func (*GameWeather) GetHomeTeam ¶
func (x *GameWeather) GetHomeTeam() string
func (*GameWeather) GetHumidity ¶
func (x *GameWeather) GetHumidity() float64
func (*GameWeather) GetId ¶
func (x *GameWeather) GetId() int32
func (*GameWeather) GetPrecipitation ¶
func (x *GameWeather) GetPrecipitation() float64
func (*GameWeather) GetPressure ¶
func (x *GameWeather) GetPressure() float64
func (*GameWeather) GetSeason ¶
func (x *GameWeather) GetSeason() int32
func (*GameWeather) GetSeasonType ¶
func (x *GameWeather) GetSeasonType() string
func (*GameWeather) GetSnowfall ¶
func (x *GameWeather) GetSnowfall() float64
func (*GameWeather) GetStartTime ¶
func (x *GameWeather) GetStartTime() *timestamppb.Timestamp
func (*GameWeather) GetTemperature ¶
func (x *GameWeather) GetTemperature() float64
func (*GameWeather) GetVenue ¶
func (x *GameWeather) GetVenue() string
func (*GameWeather) GetVenueId ¶
func (x *GameWeather) GetVenueId() int32
func (*GameWeather) GetWeatherCondition ¶
func (x *GameWeather) GetWeatherCondition() string
func (*GameWeather) GetWeatherConditionCode ¶
func (x *GameWeather) GetWeatherConditionCode() float64
func (*GameWeather) GetWeek ¶
func (x *GameWeather) GetWeek() int32
func (*GameWeather) GetWindDirection ¶
func (x *GameWeather) GetWindDirection() float64
func (*GameWeather) GetWindSpeed ¶
func (x *GameWeather) GetWindSpeed() float64
func (*GameWeather) ProtoMessage ¶
func (*GameWeather) ProtoMessage()
func (*GameWeather) ProtoReflect ¶
func (x *GameWeather) ProtoReflect() protoreflect.Message
func (*GameWeather) Reset ¶
func (x *GameWeather) Reset()
func (*GameWeather) String ¶
func (x *GameWeather) String() string
type GetAdvancedBoxScoreRequest ¶
type GetAdvancedBoxScoreRequest struct {
// GameID is required.
GameID int32
}
GetAdvancedBoxScoreRequest is the request configuration for the resource located at GET /game/box/advanced.
type GetAdvancedGameStatsRequest ¶
type GetAdvancedGameStatsRequest struct {
// Year is optional.
Year int32
// Team is optional.
Team string
// Week is optional.
Week float64
// Opponent is optional.
Opponent string
// ExcludeGarbageTime is optional.
ExcludeGarbageTime *bool
// SeasonType is optional.
SeasonType string
}
GetAdvancedGameStatsRequest is the request configuration for the resource located at GET /stats/game/advanced.
type GetAdvancedSeasonStatsRequest ¶
type GetAdvancedSeasonStatsRequest struct {
// Year is optional.
Year int32
// Team is optional.
Team string
// ExcludeGarbageTime is optional.
ExcludeGarbageTime *bool
// StartWeek is optional.
StartWeek int32
// EndWeek is optional.
EndWeek int32
}
GetAdvancedSeasonStatsRequest is the request configuration for the resource located at GET /stats/season/advanced.
type GetBettingLinesRequest ¶
type GetBettingLinesRequest struct {
// GameID is optional.
GameID int32
// Year is optional.
Year int32
// SeasonType is optional.
SeasonType string
// Week is optional.
Week int32
// Team is optional.
Team string
// Home is optional.
Home string
// Away is optional.
Away string
// Conference is optional.
Conference string
// Provider is optional.
Provider string
}
GetBettingLinesRequest is the request configuration for the resource located at GET /lines.
type GetCalendarRequest ¶
type GetCalendarRequest struct {
// Year is required.
Year int32
}
GetCalendarRequest is the request configuration for the resource located at GET /calendar.
type GetCoachesRequest ¶
type GetCoachesRequest struct {
// FirstName is optional.
FirstName string
// LastName is optional.
LastName string
// Team is optional.
Team string
// Year is optional.
Year int32
// MinYear is optional.
MinYear int32
// MaxYear is optional.
MaxYear int32
}
GetCoachesRequest is the request configuration for the resource located at GET /coaches.
type GetConferenceSPPlusRatingsRequest ¶
type GetConferenceSPPlusRatingsRequest struct {
// Year is optional.
Year int32
// Conference is optional.
Conference string
}
GetConferenceSPPlusRatingsRequest is the request configuration for the resource located at GET /ratings/sp/conferences.
type GetDraftPicksRequest ¶
type GetDraftPicksRequest struct {
// Year is optional.
Year int32
// Team is optional.
Team string
// School is optional.
School string
// Conference is optional.
Conference string
// Position is optional.
Position string
}
GetDraftPicksRequest is the request configuration for the resource located at GET /draft/picks.
type GetDrivesRequest ¶
type GetDrivesRequest struct {
// Year is required.
Year int32
// SeasonType is optional.
SeasonType string
// Week is optional.
Week int32
// Team is optional.
Team string
// Offense is optional.
Offense string
// Defense is optional.
Defense string
// Conference is optional.
Conference string
// OffenseConference is optional.
OffenseConference string
// DefenseConference is optional.
DefenseConference string
// Classification is optional.
Classification string
}
GetDrivesRequest is the request configuration for the resource located at GET /drives.
Year is required.
type GetEloRatingsRequest ¶
type GetEloRatingsRequest struct {
// Year is optional.
Year int32
// Week is optional.
Week int32
// SeasonType is optional.
SeasonType string
// Team is optional.
Team string
// Conference is optional.
Conference string
}
GetEloRatingsRequest is the request configuration for the resource located at GET /ratings/elo.
type GetFBSTeamsRequest ¶
type GetFBSTeamsRequest struct {
// Year is optional.
Year int32
}
GetFBSTeamsRequest is the request configuration for the resource located at GET /teams/fbs.
type GetFPIRatingsRequest ¶
type GetFPIRatingsRequest struct {
// Year is required if Team is not specified.
Year int32
// Team is required if Year is not specified.
Team string
// Conference is optional.
Conference string
}
GetFPIRatingsRequest is the request configuration for the resource located at GET /ratings/fpi.
type GetGameMediaRequest ¶
type GetGameMediaRequest struct {
// Year is required.
Year int32
// Week is optional.
Week int32
// SeasonType is optional.
SeasonType string
// Team is optional.
Team string
// Conference is optional.
Conference string
// MediaType is optional.
MediaType string
}
GetGameMediaRequest is the request configuration for the resource located at GET /games/media.
Year is required.
type GetGamePlayersRequest ¶
type GetGamePlayersRequest struct {
// Year is required if GameID is not set.
Year int32
// GameID is required if Year is not set.
GameID int32
// Week is optional.
Week int32
// SeasonType is optional.
SeasonType string
// Team is optional.
Team string
// Conference is optional.
Conference string
// Category is optional.
Category string
}
GetGamePlayersRequest is the request configuration for the resource located at GET /games/players.
Year is required if GameID is not set. GameID is required if Year is not set.
type GetGameTeamsRequest ¶
type GetGameTeamsRequest struct {
// Year is required if GameID is not set.
Year int32
// GameID is required if Year is not set.
GameID int32
// Week is optional.
Week int32
// SeasonType is optional.
SeasonType string
// Team is optional.
Team string
// Conference is optional.
Conference string
// Classification is optional.
Classification string
}
GetGameTeamsRequest is the request configuration for the resource located at GET /games/teams.
Year is required if GameID is not set. GameID is required if Year is not set.
type GetGameWeatherRequest ¶
type GetGameWeatherRequest struct {
// Year is required if GameID is not set.
Year int32
// GameID is required if Year is not set.
GameID int32
// Week is optional.
Week int32
// SeasonType is optional.
SeasonType string
// Team is optional.
Team string
// Conference is optional.
Conference string
}
GetGameWeatherRequest is the request configuration for the resource located at GET /games/weather.
Year is required if GameID is not set. GameID is required if Year is not set.
type GetGamesRequest ¶
type GetGamesRequest struct {
// Year is required if GameID is not set.
Year int32
// GameID is required if Year is not set.
GameID int32
// SeasonType is optional.
SeasonType string
// Week is optional.
Week int32
// Team is optional.
Team string
// Home is optional.
Home string
// Away is optional.
Away string
// Conference is optional.
Conference string
// Classification is optional.
Classification string
}
GetGamesRequest is the request configuration for the resource located at GET /games.
Year or Game ID is required.
type GetHavocGameStatsRequest ¶
type GetHavocGameStatsRequest struct {
// Year is optional.
Year int32
// Team is optional.
Team string
// Week is optional.
Week float64
// Opponent is optional.
Opponent string
// SeasonType is optional.
SeasonType string
}
GetHavocGameStatsRequest is the request configuration for the resource located at GET /stats/game/havoc.
type GetLivePlaysRequest ¶
type GetLivePlaysRequest struct {
// GameID is required.
GameID int32
}
GetLivePlaysRequest is the request configuration for the resource located at GET /live/plays.
type GetPlayStatsRequest ¶
type GetPlayStatsRequest struct {
// Year is optional.
Year int32
// Week is optional.
Week int32
// Team is optional.
Team string
// GameID is optional.
GameID int32
// AthleteID is optional.
AthleteID int32
// StatTypeID is optional.
StatTypeID int32
// SeasonType is optional.
SeasonType string
// Conference is optional.
Conference string
}
GetPlayStatsRequest is the request configuration for the resource located at GET /plays/stats.
type GetPlayerPpaGamesRequest ¶
type GetPlayerPpaGamesRequest struct {
// Year is optional.
Year int32
// Week is optional.
Week int32
// SeasonType is optional.
SeasonType string
// Team is optional.
Team string
// Position is optional.
Position string
// PlayerID is optional.
PlayerID string
// Threshold is optional.
Threshold float64
// ExcludeGarbageTime is optional.
ExcludeGarbageTime *bool
}
GetPlayerPpaGamesRequest is the request configuration for the resource located at GET /ppa/players/games.
type GetPlayerSeasonPPARequest ¶
type GetPlayerSeasonPPARequest struct {
// Year is optional.
Year int32
// Conference is optional.
Conference string
// Team is optional.
Team string
// Position is optional.
Position string
// PlayerID is optional.
PlayerID string
// Threshold is optional.
Threshold float64
// ExcludeGarbageTime is optional.
ExcludeGarbageTime *bool
}
GetPlayerSeasonPPARequest is the request configuration for the resource located at GET /ppa/players/season.
type GetPlayerSeasonStatsRequest ¶
type GetPlayerSeasonStatsRequest struct {
// Year is optional.
Year int32
// Conference is optional.
Conference string
// Team is optional.
Team string
// StartWeek is optional.
StartWeek int32
// EndWeek is optional.
EndWeek int32
// SeasonType is optional.
SeasonType string
// Category is optional.
Category string
}
GetPlayerSeasonStatsRequest is the request configuration for the resource located at GET /stats/player/season.
type GetPlayerUsageRequest ¶
type GetPlayerUsageRequest struct {
// Year is optional.
Year int32
// Conference is optional.
Conference string
// Position is optional.
Position string
// Team is optional.
Team string
// PlayerID is optional.
PlayerID int32
// ExcludeGarbageTime is optional.
ExcludeGarbageTime *bool
}
GetPlayerUsageRequest is the request configuration for the resource located at GET /player/usage.
type GetPlayerWEPARequest ¶
type GetPlayerWEPARequest struct {
// Year is optional.
Year int32
// Team is optional.
Team string
// Conference is optional.
Conference string
// Position is optional.
Position string
}
GetPlayerWEPARequest is the request configuration for the resource located at GET /wepa/players/passing.
type GetPlayersRecruitingRankingsRequest ¶
type GetPlayersRecruitingRankingsRequest struct {
// Year is optional.
Year int32
// Team is optional.
Team string
// Position is optional.
Position string
// State is optional.
State string
// Classification is optional.
Classification string
}
GetPlayersRecruitingRankingsRequest is the request configuration for the resource located at GET /recruiting/players.
type GetPlaysRequest ¶
type GetPlaysRequest struct {
// Year is required.
Year int32
// Week is required.
Week int32
// Team is optional.
Team string
// Offense is optional.
Offense string
// Defense is optional.
Defense string
// OffenseConference is optional.
OffenseConference string
// DefenseConference is optional.
DefenseConference string
// Conference is optional.
Conference string
// PlayType is optional.
PlayType string
// SeasonType is optional.
SeasonType string
// Classification is optional.
Classification string
}
GetPlaysRequest is the request configuration for the resource located at GET /plays.
Year is required. Week is required.
type GetPpaGamesRequest ¶
type GetPpaGamesRequest struct {
// Year is optional.
Year int32
// Week is optional.
Week int32
// SeasonType is optional.
SeasonType string
// Team is optional.
Team string
// Conference is optional.
Conference string
// ExcludeGarbageTime is optional.
ExcludeGarbageTime *bool
}
GetPpaGamesRequest is the request configuration for the resource located at GET /ppa/games.
type GetPredictedPointsRequest ¶
type GetPredictedPointsRequest struct {
// Down is required.
Down int32
// Distance is required.
Distance int32
}
GetPredictedPointsRequest is the request configuration for the resource located at GET /ppa/predicted.
type GetPregameWpRequest ¶
type GetPregameWpRequest struct {
// Year is optional.
Year int32
// Week is optional.
Week int32
// SeasonType is optional.
SeasonType string
// Team is optional.
Team string
}
GetPregameWpRequest is the request configuration for the resource located at GET /metrics/wp/pregame.
type GetRankingsRequest ¶
type GetRankingsRequest struct {
// Year is required.
Year int32
// SeasonType is optional.
SeasonType string
// Week is optional.
Week float64
}
GetRankingsRequest is the request configuration for the resource located at GET /rankings.
type GetReturningProductionRequest ¶
type GetReturningProductionRequest struct {
// Year is required of Team is not set.
Year int32
// Team is required if Year is not set.
Team string
// Conference is optional.
Conference string
}
GetReturningProductionRequest is the request configuration for the resource located at GET /player/returning.
type GetRosterRequest ¶
type GetRosterRequest struct {
// Team is optional.
Team string
// Year is optional.
Year int32
// Classification is optional.
Classification string
}
GetRosterRequest is the request configuration for the resource located at GET /roster.
type GetSPPlusRatingsRequest ¶
type GetSPPlusRatingsRequest struct {
// Year is optional.
Year int32
// Team is optional.
Team string
}
GetSPPlusRatingsRequest is the request configuration for the resource located at GET /ratings/sp.
type GetSRSRatingsRequest ¶
type GetSRSRatingsRequest struct {
// Year is required if Team is not specified.
Year int32
// Team is required if Year is not specified.
Team string
// Conference is optional.
Conference string
}
GetSRSRatingsRequest is the request configuration for the resource located at GET /ratings/srs.
type GetScoreboardRequest ¶
type GetScoreboardRequest struct {
// Classification is optional.
Classification string
// Conference is optional.
Conference string
}
GetScoreboardRequest is the request configuration for the resource located at GET /scoreboard.
type GetTalentCompositeRequest ¶
type GetTalentCompositeRequest struct {
// Year is required.
Year int32
}
GetTalentCompositeRequest is the request configuration for the resource located at GET /talent.
type GetTeamATSRequest ¶
type GetTeamATSRequest struct {
// Year is required.
Year int32
// Conference is optional.
Conference string
// Team is optional.
Team string
}
GetTeamATSRequest is the request configuration for the resource located at GET /teams/ats.
type GetTeamMatchupRequest ¶
type GetTeamMatchupRequest struct {
// Team1 is optional.
Team1 string
// Team2 is optional.
Team2 string
// MinYear is optional.
MinYear int32
// MaxYear is optional.
MaxYear int32
}
GetTeamMatchupRequest is the request configuration for the resource located at GET /teams/matchup.
type GetTeamPositionGroupRecruitingRankingsRequest ¶
type GetTeamPositionGroupRecruitingRankingsRequest struct {
// Team is optional.
Team string
// Conference is optional.
Conference string
// RecruitType is optional.
RecruitType string
// StartYear is optional.
StartYear int32
// EndYear is optional.
EndYear int32
}
GetTeamPositionGroupRecruitingRankingsRequest is the request configuration for the resource located at GET /recruiting/groups.
type GetTeamRecordsRequest ¶
type GetTeamRecordsRequest struct {
// Year is required if Team is not set.
Year int32
// Team is required if Year is not set.
Team string
// Conference is optional.
Conference string
}
GetTeamRecordsRequest is the request configuration for the resource located at GET /records.
Year is required if Team is not set. Team is required if Year is not set.
type GetTeamRecruitingRankingsRequest ¶
type GetTeamRecruitingRankingsRequest struct {
// Year is optional.
Year int32
// Team is optional.
Team string
}
GetTeamRecruitingRankingsRequest is the request configuration for the resource located at GET /recruiting/teams.
type GetTeamSeasonStatsRequest ¶
type GetTeamSeasonStatsRequest struct {
// Year is optional.
Year int32
// Team is optional.
Team string
// Conference is optional.
Conference string
// StartWeek is optional.
StartWeek int32
// EndWeek is optional.
EndWeek int32
}
GetTeamSeasonStatsRequest is the request configuration for the resource located at GET /stats/season.
type GetTeamSeasonWEPARequest ¶
type GetTeamSeasonWEPARequest struct {
// Year is optional.
Year int32
// Team is optional.
Team string
// Conference is optional.
Conference string
}
GetTeamSeasonWEPARequest is the request configuration for the resource located at GET /wepa/team/season.
type GetTeamsPPARequest ¶
type GetTeamsPPARequest struct {
// Year is optional.
Year int32
// Team is optional.
Team string
// Conference is optional.
Conference string
// ExcludeGarbageTime is optional.
ExcludeGarbageTime *bool
}
GetTeamsPPARequest is the request configuration for the resource located at GET /ppa/teams.
type GetTeamsRequest ¶
type GetTeamsRequest struct {
// Conference is optional.
Conference string
// Year is optional.
Year int32
}
GetTeamsRequest is the request configuration for the resource located at GET /teams.
type GetTransferPortalPlayersRequest ¶
type GetTransferPortalPlayersRequest struct {
// Year is required.
Year int32
}
GetTransferPortalPlayersRequest is the request configuration for the resource located at GET /player/portal.
type GetWepaPlayersKickingRequest ¶
type GetWepaPlayersKickingRequest struct {
// Year is optional.
Year int32
// Team is optional.
Team string
// Conference is optional.
Conference string
}
GetWepaPlayersKickingRequest is the request configuration for the resource located at GET /wepa/players/kicking.
type GetWinProbabilityRequest ¶
type GetWinProbabilityRequest struct {
// GameID is required.
GameID int32
}
GetWinProbabilityRequest is the request configuration for the resource located at GET /metrics/wp.
type Int32List ¶
type Int32List struct {
Values []int32 `protobuf:"varint,1,rep,packed,name=values,proto3" json:"values,omitempty"`
// contains filtered or unexported fields
}
func (*Int32List) Descriptor
deprecated
func (*Int32List) ProtoMessage ¶
func (*Int32List) ProtoMessage()
func (*Int32List) ProtoReflect ¶
func (x *Int32List) ProtoReflect() protoreflect.Message
type KickerPAAR ¶
type KickerPAAR struct {
Year int32 `protobuf:"varint,1,opt,name=year,proto3" json:"year,omitempty"`
AthleteId string `protobuf:"bytes,2,opt,name=athlete_id,json=athleteId,proto3" json:"athlete_id,omitempty"`
AthleteName string `protobuf:"bytes,3,opt,name=athlete_name,json=athleteName,proto3" json:"athlete_name,omitempty"`
Team string `protobuf:"bytes,4,opt,name=team,proto3" json:"team,omitempty"`
Conference string `protobuf:"bytes,5,opt,name=conference,proto3" json:"conference,omitempty"`
Paar float64 `protobuf:"fixed64,6,opt,name=paar,proto3" json:"paar,omitempty"`
Attempts int32 `protobuf:"varint,7,opt,name=attempts,proto3" json:"attempts,omitempty"`
// contains filtered or unexported fields
}
func (*KickerPAAR) Descriptor
deprecated
func (*KickerPAAR) Descriptor() ([]byte, []int)
Deprecated: Use KickerPAAR.ProtoReflect.Descriptor instead.
func (*KickerPAAR) GetAthleteId ¶
func (x *KickerPAAR) GetAthleteId() string
func (*KickerPAAR) GetAthleteName ¶
func (x *KickerPAAR) GetAthleteName() string
func (*KickerPAAR) GetAttempts ¶
func (x *KickerPAAR) GetAttempts() int32
func (*KickerPAAR) GetConference ¶
func (x *KickerPAAR) GetConference() string
func (*KickerPAAR) GetPaar ¶
func (x *KickerPAAR) GetPaar() float64
func (*KickerPAAR) GetTeam ¶
func (x *KickerPAAR) GetTeam() string
func (*KickerPAAR) GetYear ¶
func (x *KickerPAAR) GetYear() int32
func (*KickerPAAR) ProtoMessage ¶
func (*KickerPAAR) ProtoMessage()
func (*KickerPAAR) ProtoReflect ¶
func (x *KickerPAAR) ProtoReflect() protoreflect.Message
func (*KickerPAAR) Reset ¶
func (x *KickerPAAR) Reset()
func (*KickerPAAR) String ¶
func (x *KickerPAAR) String() string
type LiveGame ¶
type LiveGame struct {
Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
Status string `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"`
Period *int32 `protobuf:"varint,3,opt,name=period,proto3,oneof" json:"period,omitempty"`
Clock string `protobuf:"bytes,4,opt,name=clock,proto3" json:"clock,omitempty"`
Possession string `protobuf:"bytes,5,opt,name=possession,proto3" json:"possession,omitempty"`
Down *int32 `protobuf:"varint,6,opt,name=down,proto3,oneof" json:"down,omitempty"`
Distance *int32 `protobuf:"varint,7,opt,name=distance,proto3,oneof" json:"distance,omitempty"`
YardsToGoal *int32 `protobuf:"varint,8,opt,name=yards_to_goal,json=yardsToGoal,proto3,oneof" json:"yards_to_goal,omitempty"`
Teams []*LiveGameTeam `protobuf:"bytes,9,rep,name=teams,proto3" json:"teams,omitempty"`
Drives []*LiveGameDrive `protobuf:"bytes,10,rep,name=drives,proto3" json:"drives,omitempty"`
// contains filtered or unexported fields
}
func (*LiveGame) Descriptor
deprecated
func (*LiveGame) GetDistance ¶
func (*LiveGame) GetDrives ¶
func (x *LiveGame) GetDrives() []*LiveGameDrive
func (*LiveGame) GetPossession ¶
func (*LiveGame) GetTeams ¶
func (x *LiveGame) GetTeams() []*LiveGameTeam
func (*LiveGame) GetYardsToGoal ¶
func (*LiveGame) ProtoMessage ¶
func (*LiveGame) ProtoMessage()
func (*LiveGame) ProtoReflect ¶
func (x *LiveGame) ProtoReflect() protoreflect.Message
type LiveGameDrive ¶
type LiveGameDrive struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
OffenseId int32 `protobuf:"varint,2,opt,name=offense_id,json=offenseId,proto3" json:"offense_id,omitempty"`
Offense string `protobuf:"bytes,3,opt,name=offense,proto3" json:"offense,omitempty"`
DefenseId int32 `protobuf:"varint,4,opt,name=defense_id,json=defenseId,proto3" json:"defense_id,omitempty"`
Defense string `protobuf:"bytes,5,opt,name=defense,proto3" json:"defense,omitempty"`
PlayCount int32 `protobuf:"varint,6,opt,name=play_count,json=playCount,proto3" json:"play_count,omitempty"`
Yards int32 `protobuf:"varint,7,opt,name=yards,proto3" json:"yards,omitempty"`
StartPeriod int32 `protobuf:"varint,8,opt,name=start_period,json=startPeriod,proto3" json:"start_period,omitempty"`
StartClock string `protobuf:"bytes,9,opt,name=start_clock,json=startClock,proto3" json:"start_clock,omitempty"`
StartYardsToGoal int32 `protobuf:"varint,10,opt,name=start_yards_to_goal,json=startYardsToGoal,proto3" json:"start_yards_to_goal,omitempty"`
EndPeriod *int32 `protobuf:"varint,11,opt,name=end_period,json=endPeriod,proto3,oneof" json:"end_period,omitempty"`
EndClock string `protobuf:"bytes,12,opt,name=end_clock,json=endClock,proto3" json:"end_clock,omitempty"`
EndYardsToGoal *int32 `protobuf:"varint,13,opt,name=end_yards_to_goal,json=endYardsToGoal,proto3,oneof" json:"end_yards_to_goal,omitempty"`
Duration string `protobuf:"bytes,14,opt,name=duration,proto3" json:"duration,omitempty"`
ScoringOpportunity bool `protobuf:"varint,15,opt,name=scoring_opportunity,json=scoringOpportunity,proto3" json:"scoring_opportunity,omitempty"`
Result string `protobuf:"bytes,16,opt,name=result,proto3" json:"result,omitempty"`
PointsGained int32 `protobuf:"varint,17,opt,name=points_gained,json=pointsGained,proto3" json:"points_gained,omitempty"`
Plays []*LiveGamePlay `protobuf:"bytes,18,rep,name=plays,proto3" json:"plays,omitempty"`
// contains filtered or unexported fields
}
func (*LiveGameDrive) Descriptor
deprecated
func (*LiveGameDrive) Descriptor() ([]byte, []int)
Deprecated: Use LiveGameDrive.ProtoReflect.Descriptor instead.
func (*LiveGameDrive) GetDefense ¶
func (x *LiveGameDrive) GetDefense() string
func (*LiveGameDrive) GetDefenseId ¶
func (x *LiveGameDrive) GetDefenseId() int32
func (*LiveGameDrive) GetDuration ¶
func (x *LiveGameDrive) GetDuration() string
func (*LiveGameDrive) GetEndClock ¶
func (x *LiveGameDrive) GetEndClock() string
func (*LiveGameDrive) GetEndPeriod ¶
func (x *LiveGameDrive) GetEndPeriod() int32
func (*LiveGameDrive) GetEndYardsToGoal ¶
func (x *LiveGameDrive) GetEndYardsToGoal() int32
func (*LiveGameDrive) GetId ¶
func (x *LiveGameDrive) GetId() string
func (*LiveGameDrive) GetOffense ¶
func (x *LiveGameDrive) GetOffense() string
func (*LiveGameDrive) GetOffenseId ¶
func (x *LiveGameDrive) GetOffenseId() int32
func (*LiveGameDrive) GetPlayCount ¶
func (x *LiveGameDrive) GetPlayCount() int32
func (*LiveGameDrive) GetPlays ¶
func (x *LiveGameDrive) GetPlays() []*LiveGamePlay
func (*LiveGameDrive) GetPointsGained ¶
func (x *LiveGameDrive) GetPointsGained() int32
func (*LiveGameDrive) GetResult ¶
func (x *LiveGameDrive) GetResult() string
func (*LiveGameDrive) GetScoringOpportunity ¶
func (x *LiveGameDrive) GetScoringOpportunity() bool
func (*LiveGameDrive) GetStartClock ¶
func (x *LiveGameDrive) GetStartClock() string
func (*LiveGameDrive) GetStartPeriod ¶
func (x *LiveGameDrive) GetStartPeriod() int32
func (*LiveGameDrive) GetStartYardsToGoal ¶
func (x *LiveGameDrive) GetStartYardsToGoal() int32
func (*LiveGameDrive) GetYards ¶
func (x *LiveGameDrive) GetYards() int32
func (*LiveGameDrive) ProtoMessage ¶
func (*LiveGameDrive) ProtoMessage()
func (*LiveGameDrive) ProtoReflect ¶
func (x *LiveGameDrive) ProtoReflect() protoreflect.Message
func (*LiveGameDrive) Reset ¶
func (x *LiveGameDrive) Reset()
func (*LiveGameDrive) String ¶
func (x *LiveGameDrive) String() string
type LiveGamePlay ¶
type LiveGamePlay struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
HomeScore int32 `protobuf:"varint,2,opt,name=home_score,json=homeScore,proto3" json:"home_score,omitempty"`
AwayScore int32 `protobuf:"varint,3,opt,name=away_score,json=awayScore,proto3" json:"away_score,omitempty"`
Period int32 `protobuf:"varint,4,opt,name=period,proto3" json:"period,omitempty"`
Clock string `protobuf:"bytes,5,opt,name=clock,proto3" json:"clock,omitempty"`
WallClock *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=wall_clock,json=wallClock,proto3" json:"wall_clock,omitempty"`
TeamId int32 `protobuf:"varint,7,opt,name=team_id,json=teamId,proto3" json:"team_id,omitempty"`
Team string `protobuf:"bytes,8,opt,name=team,proto3" json:"team,omitempty"`
Down int32 `protobuf:"varint,9,opt,name=down,proto3" json:"down,omitempty"`
Distance int32 `protobuf:"varint,10,opt,name=distance,proto3" json:"distance,omitempty"`
YardsToGoal int32 `protobuf:"varint,11,opt,name=yards_to_goal,json=yardsToGoal,proto3" json:"yards_to_goal,omitempty"`
YardsGained int32 `protobuf:"varint,12,opt,name=yards_gained,json=yardsGained,proto3" json:"yards_gained,omitempty"`
PlayTypeId int32 `protobuf:"varint,13,opt,name=play_type_id,json=playTypeId,proto3" json:"play_type_id,omitempty"`
PlayType string `protobuf:"bytes,14,opt,name=play_type,json=playType,proto3" json:"play_type,omitempty"`
Epa *float64 `protobuf:"fixed64,15,opt,name=epa,proto3,oneof" json:"epa,omitempty"`
GarbageTime bool `protobuf:"varint,16,opt,name=garbage_time,json=garbageTime,proto3" json:"garbage_time,omitempty"`
Success bool `protobuf:"varint,17,opt,name=success,proto3" json:"success,omitempty"`
RushPass string `protobuf:"bytes,18,opt,name=rush_pass,json=rushPass,proto3" json:"rush_pass,omitempty"`
DownType string `protobuf:"bytes,19,opt,name=down_type,json=downType,proto3" json:"down_type,omitempty"`
PlayText string `protobuf:"bytes,20,opt,name=play_text,json=playText,proto3" json:"play_text,omitempty"`
// contains filtered or unexported fields
}
func (*LiveGamePlay) Descriptor
deprecated
func (*LiveGamePlay) Descriptor() ([]byte, []int)
Deprecated: Use LiveGamePlay.ProtoReflect.Descriptor instead.
func (*LiveGamePlay) GetAwayScore ¶
func (x *LiveGamePlay) GetAwayScore() int32
func (*LiveGamePlay) GetClock ¶
func (x *LiveGamePlay) GetClock() string
func (*LiveGamePlay) GetDistance ¶
func (x *LiveGamePlay) GetDistance() int32
func (*LiveGamePlay) GetDown ¶
func (x *LiveGamePlay) GetDown() int32
func (*LiveGamePlay) GetDownType ¶
func (x *LiveGamePlay) GetDownType() string
func (*LiveGamePlay) GetEpa ¶
func (x *LiveGamePlay) GetEpa() float64
func (*LiveGamePlay) GetGarbageTime ¶
func (x *LiveGamePlay) GetGarbageTime() bool
func (*LiveGamePlay) GetHomeScore ¶
func (x *LiveGamePlay) GetHomeScore() int32
func (*LiveGamePlay) GetId ¶
func (x *LiveGamePlay) GetId() string
func (*LiveGamePlay) GetPeriod ¶
func (x *LiveGamePlay) GetPeriod() int32
func (*LiveGamePlay) GetPlayText ¶
func (x *LiveGamePlay) GetPlayText() string
func (*LiveGamePlay) GetPlayType ¶
func (x *LiveGamePlay) GetPlayType() string
func (*LiveGamePlay) GetPlayTypeId ¶
func (x *LiveGamePlay) GetPlayTypeId() int32
func (*LiveGamePlay) GetRushPass ¶
func (x *LiveGamePlay) GetRushPass() string
func (*LiveGamePlay) GetSuccess ¶
func (x *LiveGamePlay) GetSuccess() bool
func (*LiveGamePlay) GetTeam ¶
func (x *LiveGamePlay) GetTeam() string
func (*LiveGamePlay) GetTeamId ¶
func (x *LiveGamePlay) GetTeamId() int32
func (*LiveGamePlay) GetWallClock ¶
func (x *LiveGamePlay) GetWallClock() *timestamppb.Timestamp
func (*LiveGamePlay) GetYardsGained ¶
func (x *LiveGamePlay) GetYardsGained() int32
func (*LiveGamePlay) GetYardsToGoal ¶
func (x *LiveGamePlay) GetYardsToGoal() int32
func (*LiveGamePlay) ProtoMessage ¶
func (*LiveGamePlay) ProtoMessage()
func (*LiveGamePlay) ProtoReflect ¶
func (x *LiveGamePlay) ProtoReflect() protoreflect.Message
func (*LiveGamePlay) Reset ¶
func (x *LiveGamePlay) Reset()
func (*LiveGamePlay) String ¶
func (x *LiveGamePlay) String() string
type LiveGameTeam ¶
type LiveGameTeam struct {
TeamId int32 `protobuf:"varint,1,opt,name=team_id,json=teamId,proto3" json:"team_id,omitempty"`
Team string `protobuf:"bytes,2,opt,name=team,proto3" json:"team,omitempty"`
HomeAway string `protobuf:"bytes,3,opt,name=home_away,json=homeAway,proto3" json:"home_away,omitempty"`
LineScores []int32 `protobuf:"varint,4,rep,packed,name=line_scores,json=lineScores,proto3" json:"line_scores,omitempty"`
Points int32 `protobuf:"varint,5,opt,name=points,proto3" json:"points,omitempty"`
Drives int32 `protobuf:"varint,6,opt,name=drives,proto3" json:"drives,omitempty"`
ScoringOpportunities int32 `protobuf:"varint,7,opt,name=scoring_opportunities,json=scoringOpportunities,proto3" json:"scoring_opportunities,omitempty"`
PointsPerOpportunity float64 `protobuf:"fixed64,8,opt,name=points_per_opportunity,json=pointsPerOpportunity,proto3" json:"points_per_opportunity,omitempty"`
AverageStartYardLine *float64 `` /* 133-byte string literal not displayed */
Plays int32 `protobuf:"varint,10,opt,name=plays,proto3" json:"plays,omitempty"`
LineYards float64 `protobuf:"fixed64,11,opt,name=line_yards,json=lineYards,proto3" json:"line_yards,omitempty"`
LineYardsPerRush float64 `protobuf:"fixed64,12,opt,name=line_yards_per_rush,json=lineYardsPerRush,proto3" json:"line_yards_per_rush,omitempty"`
SecondLevelYards float64 `protobuf:"fixed64,13,opt,name=second_level_yards,json=secondLevelYards,proto3" json:"second_level_yards,omitempty"`
SecondLevelYardsPerRush float64 `` /* 139-byte string literal not displayed */
OpenFieldYards float64 `protobuf:"fixed64,15,opt,name=open_field_yards,json=openFieldYards,proto3" json:"open_field_yards,omitempty"`
OpenFieldYardsPerRush float64 `` /* 133-byte string literal not displayed */
EpaPerPlay float64 `protobuf:"fixed64,17,opt,name=epa_per_play,json=epaPerPlay,proto3" json:"epa_per_play,omitempty"`
TotalEpa float64 `protobuf:"fixed64,18,opt,name=total_epa,json=totalEpa,proto3" json:"total_epa,omitempty"`
PassingEpa float64 `protobuf:"fixed64,19,opt,name=passing_epa,json=passingEpa,proto3" json:"passing_epa,omitempty"`
EpaPerPass float64 `protobuf:"fixed64,20,opt,name=epa_per_pass,json=epaPerPass,proto3" json:"epa_per_pass,omitempty"`
RushingEpa float64 `protobuf:"fixed64,21,opt,name=rushing_epa,json=rushingEpa,proto3" json:"rushing_epa,omitempty"`
EpaPerRush float64 `protobuf:"fixed64,22,opt,name=epa_per_rush,json=epaPerRush,proto3" json:"epa_per_rush,omitempty"`
SuccessRate float64 `protobuf:"fixed64,23,opt,name=success_rate,json=successRate,proto3" json:"success_rate,omitempty"`
StandardDownSuccessRate float64 `` /* 137-byte string literal not displayed */
PassingDownSuccessRate float64 `` /* 134-byte string literal not displayed */
Explosiveness float64 `protobuf:"fixed64,26,opt,name=explosiveness,proto3" json:"explosiveness,omitempty"`
DeserveToWin *float64 `protobuf:"fixed64,27,opt,name=deserve_to_win,json=deserveToWin,proto3,oneof" json:"deserve_to_win,omitempty"`
// contains filtered or unexported fields
}
func (*LiveGameTeam) Descriptor
deprecated
func (*LiveGameTeam) Descriptor() ([]byte, []int)
Deprecated: Use LiveGameTeam.ProtoReflect.Descriptor instead.
func (*LiveGameTeam) GetAverageStartYardLine ¶
func (x *LiveGameTeam) GetAverageStartYardLine() float64
func (*LiveGameTeam) GetDeserveToWin ¶
func (x *LiveGameTeam) GetDeserveToWin() float64
func (*LiveGameTeam) GetDrives ¶
func (x *LiveGameTeam) GetDrives() int32
func (*LiveGameTeam) GetEpaPerPass ¶
func (x *LiveGameTeam) GetEpaPerPass() float64
func (*LiveGameTeam) GetEpaPerPlay ¶
func (x *LiveGameTeam) GetEpaPerPlay() float64
func (*LiveGameTeam) GetEpaPerRush ¶
func (x *LiveGameTeam) GetEpaPerRush() float64
func (*LiveGameTeam) GetExplosiveness ¶
func (x *LiveGameTeam) GetExplosiveness() float64
func (*LiveGameTeam) GetHomeAway ¶
func (x *LiveGameTeam) GetHomeAway() string
func (*LiveGameTeam) GetLineScores ¶
func (x *LiveGameTeam) GetLineScores() []int32
func (*LiveGameTeam) GetLineYards ¶
func (x *LiveGameTeam) GetLineYards() float64
func (*LiveGameTeam) GetLineYardsPerRush ¶
func (x *LiveGameTeam) GetLineYardsPerRush() float64
func (*LiveGameTeam) GetOpenFieldYards ¶
func (x *LiveGameTeam) GetOpenFieldYards() float64
func (*LiveGameTeam) GetOpenFieldYardsPerRush ¶
func (x *LiveGameTeam) GetOpenFieldYardsPerRush() float64
func (*LiveGameTeam) GetPassingDownSuccessRate ¶
func (x *LiveGameTeam) GetPassingDownSuccessRate() float64
func (*LiveGameTeam) GetPassingEpa ¶
func (x *LiveGameTeam) GetPassingEpa() float64
func (*LiveGameTeam) GetPlays ¶
func (x *LiveGameTeam) GetPlays() int32
func (*LiveGameTeam) GetPoints ¶
func (x *LiveGameTeam) GetPoints() int32
func (*LiveGameTeam) GetPointsPerOpportunity ¶
func (x *LiveGameTeam) GetPointsPerOpportunity() float64
func (*LiveGameTeam) GetRushingEpa ¶
func (x *LiveGameTeam) GetRushingEpa() float64
func (*LiveGameTeam) GetScoringOpportunities ¶
func (x *LiveGameTeam) GetScoringOpportunities() int32
func (*LiveGameTeam) GetSecondLevelYards ¶
func (x *LiveGameTeam) GetSecondLevelYards() float64
func (*LiveGameTeam) GetSecondLevelYardsPerRush ¶
func (x *LiveGameTeam) GetSecondLevelYardsPerRush() float64
func (*LiveGameTeam) GetStandardDownSuccessRate ¶
func (x *LiveGameTeam) GetStandardDownSuccessRate() float64
func (*LiveGameTeam) GetSuccessRate ¶
func (x *LiveGameTeam) GetSuccessRate() float64
func (*LiveGameTeam) GetTeam ¶
func (x *LiveGameTeam) GetTeam() string
func (*LiveGameTeam) GetTeamId ¶
func (x *LiveGameTeam) GetTeamId() int32
func (*LiveGameTeam) GetTotalEpa ¶
func (x *LiveGameTeam) GetTotalEpa() float64
func (*LiveGameTeam) ProtoMessage ¶
func (*LiveGameTeam) ProtoMessage()
func (*LiveGameTeam) ProtoReflect ¶
func (x *LiveGameTeam) ProtoReflect() protoreflect.Message
func (*LiveGameTeam) Reset ¶
func (x *LiveGameTeam) Reset()
func (*LiveGameTeam) String ¶
func (x *LiveGameTeam) String() string
type Matchup ¶
type Matchup struct {
Team1 string `protobuf:"bytes,1,opt,name=team1,proto3" json:"team1,omitempty"`
Team2 string `protobuf:"bytes,2,opt,name=team2,proto3" json:"team2,omitempty"`
StartYear *int32 `protobuf:"varint,3,opt,name=start_year,json=startYear,proto3,oneof" json:"start_year,omitempty"`
EndYear *int32 `protobuf:"varint,4,opt,name=end_year,json=endYear,proto3,oneof" json:"end_year,omitempty"`
Team1Wins int32 `protobuf:"varint,5,opt,name=team1_wins,json=team1Wins,proto3" json:"team1_wins,omitempty"`
Team2Wins int32 `protobuf:"varint,6,opt,name=team2_wins,json=team2Wins,proto3" json:"team2_wins,omitempty"`
Ties int32 `protobuf:"varint,7,opt,name=ties,proto3" json:"ties,omitempty"`
Games []*MatchupGame `protobuf:"bytes,8,rep,name=games,proto3" json:"games,omitempty"`
// contains filtered or unexported fields
}
func (*Matchup) Descriptor
deprecated
func (*Matchup) GetEndYear ¶
func (*Matchup) GetGames ¶
func (x *Matchup) GetGames() []*MatchupGame
func (*Matchup) GetStartYear ¶
func (*Matchup) GetTeam1Wins ¶
func (*Matchup) GetTeam2Wins ¶
func (*Matchup) ProtoMessage ¶
func (*Matchup) ProtoMessage()
func (*Matchup) ProtoReflect ¶
func (x *Matchup) ProtoReflect() protoreflect.Message
type MatchupGame ¶
type MatchupGame struct {
Season int32 `protobuf:"varint,1,opt,name=season,proto3" json:"season,omitempty"`
Week int32 `protobuf:"varint,2,opt,name=week,proto3" json:"week,omitempty"`
SeasonType string `protobuf:"bytes,3,opt,name=season_type,json=seasonType,proto3" json:"season_type,omitempty"`
Date string `protobuf:"bytes,4,opt,name=date,proto3" json:"date,omitempty"`
NeutralSite bool `protobuf:"varint,5,opt,name=neutral_site,json=neutralSite,proto3" json:"neutral_site,omitempty"`
Venue string `protobuf:"bytes,6,opt,name=venue,proto3" json:"venue,omitempty"`
HomeTeam string `protobuf:"bytes,7,opt,name=home_team,json=homeTeam,proto3" json:"home_team,omitempty"`
HomeScore *int32 `protobuf:"varint,8,opt,name=home_score,json=homeScore,proto3,oneof" json:"home_score,omitempty"`
AwayTeam string `protobuf:"bytes,9,opt,name=away_team,json=awayTeam,proto3" json:"away_team,omitempty"`
AwayScore *int32 `protobuf:"varint,10,opt,name=away_score,json=awayScore,proto3,oneof" json:"away_score,omitempty"`
Winner string `protobuf:"bytes,11,opt,name=winner,proto3" json:"winner,omitempty"`
// contains filtered or unexported fields
}
func (*MatchupGame) Descriptor
deprecated
func (*MatchupGame) Descriptor() ([]byte, []int)
Deprecated: Use MatchupGame.ProtoReflect.Descriptor instead.
func (*MatchupGame) GetAwayScore ¶
func (x *MatchupGame) GetAwayScore() int32
func (*MatchupGame) GetAwayTeam ¶
func (x *MatchupGame) GetAwayTeam() string
func (*MatchupGame) GetDate ¶
func (x *MatchupGame) GetDate() string
func (*MatchupGame) GetHomeScore ¶
func (x *MatchupGame) GetHomeScore() int32
func (*MatchupGame) GetHomeTeam ¶
func (x *MatchupGame) GetHomeTeam() string
func (*MatchupGame) GetNeutralSite ¶
func (x *MatchupGame) GetNeutralSite() bool
func (*MatchupGame) GetSeason ¶
func (x *MatchupGame) GetSeason() int32
func (*MatchupGame) GetSeasonType ¶
func (x *MatchupGame) GetSeasonType() string
func (*MatchupGame) GetVenue ¶
func (x *MatchupGame) GetVenue() string
func (*MatchupGame) GetWeek ¶
func (x *MatchupGame) GetWeek() int32
func (*MatchupGame) GetWinner ¶
func (x *MatchupGame) GetWinner() string
func (*MatchupGame) ProtoMessage ¶
func (*MatchupGame) ProtoMessage()
func (*MatchupGame) ProtoReflect ¶
func (x *MatchupGame) ProtoReflect() protoreflect.Message
func (*MatchupGame) Reset ¶
func (x *MatchupGame) Reset()
func (*MatchupGame) String ¶
func (x *MatchupGame) String() string
type Play ¶
type Play struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
DriveId string `protobuf:"bytes,2,opt,name=drive_id,json=driveId,proto3" json:"drive_id,omitempty"`
GameId int32 `protobuf:"varint,3,opt,name=game_id,json=gameId,proto3" json:"game_id,omitempty"`
DriveNumber *int32 `protobuf:"varint,4,opt,name=drive_number,json=driveNumber,proto3,oneof" json:"drive_number,omitempty"`
PlayNumber *int32 `protobuf:"varint,5,opt,name=play_number,json=playNumber,proto3,oneof" json:"play_number,omitempty"`
Offense string `protobuf:"bytes,6,opt,name=offense,proto3" json:"offense,omitempty"`
OffenseConference string `protobuf:"bytes,7,opt,name=offense_conference,json=offenseConference,proto3" json:"offense_conference,omitempty"`
OffenseScore int32 `protobuf:"varint,8,opt,name=offense_score,json=offenseScore,proto3" json:"offense_score,omitempty"`
Defense string `protobuf:"bytes,9,opt,name=defense,proto3" json:"defense,omitempty"`
Home string `protobuf:"bytes,10,opt,name=home,proto3" json:"home,omitempty"`
Away string `protobuf:"bytes,11,opt,name=away,proto3" json:"away,omitempty"`
DefenseConference string `protobuf:"bytes,12,opt,name=defense_conference,json=defenseConference,proto3" json:"defense_conference,omitempty"`
DefenseScore int32 `protobuf:"varint,13,opt,name=defense_score,json=defenseScore,proto3" json:"defense_score,omitempty"`
Period int32 `protobuf:"varint,14,opt,name=period,proto3" json:"period,omitempty"`
Clock *ClockInt32 `protobuf:"bytes,15,opt,name=clock,proto3" json:"clock,omitempty"`
OffenseTimeouts *int32 `protobuf:"varint,16,opt,name=offense_timeouts,json=offenseTimeouts,proto3,oneof" json:"offense_timeouts,omitempty"`
DefenseTimeouts *int32 `protobuf:"varint,17,opt,name=defense_timeouts,json=defenseTimeouts,proto3,oneof" json:"defense_timeouts,omitempty"`
Yardline int32 `protobuf:"varint,18,opt,name=yardline,proto3" json:"yardline,omitempty"`
YardsToGoal int32 `protobuf:"varint,19,opt,name=yards_to_goal,json=yardsToGoal,proto3" json:"yards_to_goal,omitempty"`
Down int32 `protobuf:"varint,20,opt,name=down,proto3" json:"down,omitempty"`
Distance int32 `protobuf:"varint,21,opt,name=distance,proto3" json:"distance,omitempty"`
YardsGained int32 `protobuf:"varint,22,opt,name=yards_gained,json=yardsGained,proto3" json:"yards_gained,omitempty"`
Scoring bool `protobuf:"varint,23,opt,name=scoring,proto3" json:"scoring,omitempty"`
PlayType string `protobuf:"bytes,24,opt,name=play_type,json=playType,proto3" json:"play_type,omitempty"`
PlayText string `protobuf:"bytes,25,opt,name=play_text,json=playText,proto3" json:"play_text,omitempty"`
Ppa *float64 `protobuf:"fixed64,26,opt,name=ppa,proto3,oneof" json:"ppa,omitempty"`
Wallclock string `protobuf:"bytes,27,opt,name=wallclock,proto3" json:"wallclock,omitempty"`
// contains filtered or unexported fields
}
func (*Play) Descriptor
deprecated
func (*Play) GetClock ¶
func (x *Play) GetClock() *ClockInt32
func (*Play) GetDefense ¶
func (*Play) GetDefenseConference ¶
func (*Play) GetDefenseScore ¶
func (*Play) GetDefenseTimeouts ¶
func (*Play) GetDistance ¶
func (*Play) GetDriveId ¶
func (*Play) GetDriveNumber ¶
func (*Play) GetOffense ¶
func (*Play) GetOffenseConference ¶
func (*Play) GetOffenseScore ¶
func (*Play) GetOffenseTimeouts ¶
func (*Play) GetPlayNumber ¶
func (*Play) GetPlayText ¶
func (*Play) GetPlayType ¶
func (*Play) GetScoring ¶
func (*Play) GetWallclock ¶
func (*Play) GetYardline ¶
func (*Play) GetYardsGained ¶
func (*Play) GetYardsToGoal ¶
func (*Play) ProtoMessage ¶
func (*Play) ProtoMessage()
func (*Play) ProtoReflect ¶
func (x *Play) ProtoReflect() protoreflect.Message
type PlayStat ¶
type PlayStat struct {
GameId float64 `protobuf:"fixed64,1,opt,name=game_id,json=gameId,proto3" json:"game_id,omitempty"`
Season float64 `protobuf:"fixed64,2,opt,name=season,proto3" json:"season,omitempty"`
Week float64 `protobuf:"fixed64,3,opt,name=week,proto3" json:"week,omitempty"`
Team string `protobuf:"bytes,4,opt,name=team,proto3" json:"team,omitempty"`
Conference string `protobuf:"bytes,5,opt,name=conference,proto3" json:"conference,omitempty"`
Opponent string `protobuf:"bytes,6,opt,name=opponent,proto3" json:"opponent,omitempty"`
TeamScore float64 `protobuf:"fixed64,7,opt,name=team_score,json=teamScore,proto3" json:"team_score,omitempty"`
OpponentScore float64 `protobuf:"fixed64,8,opt,name=opponent_score,json=opponentScore,proto3" json:"opponent_score,omitempty"`
DriveId string `protobuf:"bytes,9,opt,name=drive_id,json=driveId,proto3" json:"drive_id,omitempty"`
PlayId string `protobuf:"bytes,10,opt,name=play_id,json=playId,proto3" json:"play_id,omitempty"`
Period float64 `protobuf:"fixed64,11,opt,name=period,proto3" json:"period,omitempty"`
Clock *ClockDouble `protobuf:"bytes,12,opt,name=clock,proto3" json:"clock,omitempty"`
YardsToGoal float64 `protobuf:"fixed64,13,opt,name=yards_to_goal,json=yardsToGoal,proto3" json:"yards_to_goal,omitempty"`
Down float64 `protobuf:"fixed64,14,opt,name=down,proto3" json:"down,omitempty"`
Distance float64 `protobuf:"fixed64,15,opt,name=distance,proto3" json:"distance,omitempty"`
AthleteId string `protobuf:"bytes,16,opt,name=athlete_id,json=athleteId,proto3" json:"athlete_id,omitempty"`
AthleteName string `protobuf:"bytes,17,opt,name=athlete_name,json=athleteName,proto3" json:"athlete_name,omitempty"`
StatType string `protobuf:"bytes,18,opt,name=stat_type,json=statType,proto3" json:"stat_type,omitempty"`
Stat float64 `protobuf:"fixed64,19,opt,name=stat,proto3" json:"stat,omitempty"`
// contains filtered or unexported fields
}
func (*PlayStat) Descriptor
deprecated
func (*PlayStat) GetAthleteId ¶
func (*PlayStat) GetAthleteName ¶
func (*PlayStat) GetClock ¶
func (x *PlayStat) GetClock() *ClockDouble
func (*PlayStat) GetConference ¶
func (*PlayStat) GetDistance ¶
func (*PlayStat) GetDriveId ¶
func (*PlayStat) GetOpponent ¶
func (*PlayStat) GetOpponentScore ¶
func (*PlayStat) GetStatType ¶
func (*PlayStat) GetTeamScore ¶
func (*PlayStat) GetYardsToGoal ¶
func (*PlayStat) ProtoMessage ¶
func (*PlayStat) ProtoMessage()
func (*PlayStat) ProtoReflect ¶
func (x *PlayStat) ProtoReflect() protoreflect.Message
type PlayStatType ¶
type PlayStatType struct {
Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
// contains filtered or unexported fields
}
func (*PlayStatType) Descriptor
deprecated
func (*PlayStatType) Descriptor() ([]byte, []int)
Deprecated: Use PlayStatType.ProtoReflect.Descriptor instead.
func (*PlayStatType) GetId ¶
func (x *PlayStatType) GetId() int32
func (*PlayStatType) GetName ¶
func (x *PlayStatType) GetName() string
func (*PlayStatType) ProtoMessage ¶
func (*PlayStatType) ProtoMessage()
func (*PlayStatType) ProtoReflect ¶
func (x *PlayStatType) ProtoReflect() protoreflect.Message
func (*PlayStatType) Reset ¶
func (x *PlayStatType) Reset()
func (*PlayStatType) String ¶
func (x *PlayStatType) String() string
type PlayType ¶
type PlayType struct {
Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
Text string `protobuf:"bytes,2,opt,name=text,proto3" json:"text,omitempty"`
Abbreviation string `protobuf:"bytes,3,opt,name=abbreviation,proto3" json:"abbreviation,omitempty"`
// contains filtered or unexported fields
}
func (*PlayType) Descriptor
deprecated
func (*PlayType) GetAbbreviation ¶
func (*PlayType) ProtoMessage ¶
func (*PlayType) ProtoMessage()
func (*PlayType) ProtoReflect ¶
func (x *PlayType) ProtoReflect() protoreflect.Message
type PlayWinProbability ¶
type PlayWinProbability struct {
GameId int32 `protobuf:"varint,1,opt,name=game_id,json=gameId,proto3" json:"game_id,omitempty"`
PlayId string `protobuf:"bytes,2,opt,name=play_id,json=playId,proto3" json:"play_id,omitempty"`
PlayText string `protobuf:"bytes,3,opt,name=play_text,json=playText,proto3" json:"play_text,omitempty"`
HomeId int32 `protobuf:"varint,4,opt,name=home_id,json=homeId,proto3" json:"home_id,omitempty"`
Home string `protobuf:"bytes,5,opt,name=home,proto3" json:"home,omitempty"`
AwayId int32 `protobuf:"varint,6,opt,name=away_id,json=awayId,proto3" json:"away_id,omitempty"`
Away string `protobuf:"bytes,7,opt,name=away,proto3" json:"away,omitempty"`
Spread float64 `protobuf:"fixed64,8,opt,name=spread,proto3" json:"spread,omitempty"`
HomeBall bool `protobuf:"varint,9,opt,name=home_ball,json=homeBall,proto3" json:"home_ball,omitempty"`
HomeScore int32 `protobuf:"varint,10,opt,name=home_score,json=homeScore,proto3" json:"home_score,omitempty"`
AwayScore int32 `protobuf:"varint,11,opt,name=away_score,json=awayScore,proto3" json:"away_score,omitempty"`
YardLine int32 `protobuf:"varint,12,opt,name=yard_line,json=yardLine,proto3" json:"yard_line,omitempty"`
Down int32 `protobuf:"varint,13,opt,name=down,proto3" json:"down,omitempty"`
Distance int32 `protobuf:"varint,14,opt,name=distance,proto3" json:"distance,omitempty"`
HomeWinProbability float64 `protobuf:"fixed64,15,opt,name=home_win_probability,json=homeWinProbability,proto3" json:"home_win_probability,omitempty"`
PlayNumber int32 `protobuf:"varint,16,opt,name=play_number,json=playNumber,proto3" json:"play_number,omitempty"`
// contains filtered or unexported fields
}
func (*PlayWinProbability) Descriptor
deprecated
func (*PlayWinProbability) Descriptor() ([]byte, []int)
Deprecated: Use PlayWinProbability.ProtoReflect.Descriptor instead.
func (*PlayWinProbability) GetAway ¶
func (x *PlayWinProbability) GetAway() string
func (*PlayWinProbability) GetAwayId ¶
func (x *PlayWinProbability) GetAwayId() int32
func (*PlayWinProbability) GetAwayScore ¶
func (x *PlayWinProbability) GetAwayScore() int32
func (*PlayWinProbability) GetDistance ¶
func (x *PlayWinProbability) GetDistance() int32
func (*PlayWinProbability) GetDown ¶
func (x *PlayWinProbability) GetDown() int32
func (*PlayWinProbability) GetGameId ¶
func (x *PlayWinProbability) GetGameId() int32
func (*PlayWinProbability) GetHome ¶
func (x *PlayWinProbability) GetHome() string
func (*PlayWinProbability) GetHomeBall ¶
func (x *PlayWinProbability) GetHomeBall() bool
func (*PlayWinProbability) GetHomeId ¶
func (x *PlayWinProbability) GetHomeId() int32
func (*PlayWinProbability) GetHomeScore ¶
func (x *PlayWinProbability) GetHomeScore() int32
func (*PlayWinProbability) GetHomeWinProbability ¶
func (x *PlayWinProbability) GetHomeWinProbability() float64
func (*PlayWinProbability) GetPlayId ¶
func (x *PlayWinProbability) GetPlayId() string
func (*PlayWinProbability) GetPlayNumber ¶
func (x *PlayWinProbability) GetPlayNumber() int32
func (*PlayWinProbability) GetPlayText ¶
func (x *PlayWinProbability) GetPlayText() string
func (*PlayWinProbability) GetSpread ¶
func (x *PlayWinProbability) GetSpread() float64
func (*PlayWinProbability) GetYardLine ¶
func (x *PlayWinProbability) GetYardLine() int32
func (*PlayWinProbability) ProtoMessage ¶
func (*PlayWinProbability) ProtoMessage()
func (*PlayWinProbability) ProtoReflect ¶
func (x *PlayWinProbability) ProtoReflect() protoreflect.Message
func (*PlayWinProbability) Reset ¶
func (x *PlayWinProbability) Reset()
func (*PlayWinProbability) String ¶
func (x *PlayWinProbability) String() string
type PlayerGamePredictedPointsAdded ¶
type PlayerGamePredictedPointsAdded struct {
Season int32 `protobuf:"varint,1,opt,name=season,proto3" json:"season,omitempty"`
Week int32 `protobuf:"varint,2,opt,name=week,proto3" json:"week,omitempty"`
SeasonType string `protobuf:"bytes,3,opt,name=season_type,json=seasonType,proto3" json:"season_type,omitempty"`
Id string `protobuf:"bytes,4,opt,name=id,proto3" json:"id,omitempty"`
Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"`
Position string `protobuf:"bytes,6,opt,name=position,proto3" json:"position,omitempty"`
Team string `protobuf:"bytes,7,opt,name=team,proto3" json:"team,omitempty"`
Opponent string `protobuf:"bytes,8,opt,name=opponent,proto3" json:"opponent,omitempty"`
Average_PPA *AveragePpa `protobuf:"bytes,9,opt,name=average_PPA,json=averagePPA,proto3" json:"average_PPA,omitempty"`
// contains filtered or unexported fields
}
func (*PlayerGamePredictedPointsAdded) Descriptor
deprecated
func (*PlayerGamePredictedPointsAdded) Descriptor() ([]byte, []int)
Deprecated: Use PlayerGamePredictedPointsAdded.ProtoReflect.Descriptor instead.
func (*PlayerGamePredictedPointsAdded) GetAverage_PPA ¶
func (x *PlayerGamePredictedPointsAdded) GetAverage_PPA() *AveragePpa
func (*PlayerGamePredictedPointsAdded) GetId ¶
func (x *PlayerGamePredictedPointsAdded) GetId() string
func (*PlayerGamePredictedPointsAdded) GetName ¶
func (x *PlayerGamePredictedPointsAdded) GetName() string
func (*PlayerGamePredictedPointsAdded) GetOpponent ¶
func (x *PlayerGamePredictedPointsAdded) GetOpponent() string
func (*PlayerGamePredictedPointsAdded) GetPosition ¶
func (x *PlayerGamePredictedPointsAdded) GetPosition() string
func (*PlayerGamePredictedPointsAdded) GetSeason ¶
func (x *PlayerGamePredictedPointsAdded) GetSeason() int32
func (*PlayerGamePredictedPointsAdded) GetSeasonType ¶
func (x *PlayerGamePredictedPointsAdded) GetSeasonType() string
func (*PlayerGamePredictedPointsAdded) GetTeam ¶
func (x *PlayerGamePredictedPointsAdded) GetTeam() string
func (*PlayerGamePredictedPointsAdded) GetWeek ¶
func (x *PlayerGamePredictedPointsAdded) GetWeek() int32
func (*PlayerGamePredictedPointsAdded) ProtoMessage ¶
func (*PlayerGamePredictedPointsAdded) ProtoMessage()
func (*PlayerGamePredictedPointsAdded) ProtoReflect ¶
func (x *PlayerGamePredictedPointsAdded) ProtoReflect() protoreflect.Message
func (*PlayerGamePredictedPointsAdded) Reset ¶
func (x *PlayerGamePredictedPointsAdded) Reset()
func (*PlayerGamePredictedPointsAdded) String ¶
func (x *PlayerGamePredictedPointsAdded) String() string
type PlayerGameUsage ¶
type PlayerGameUsage struct {
Total float64 `protobuf:"fixed64,1,opt,name=total,proto3" json:"total,omitempty"`
Quarter1 *float64 `protobuf:"fixed64,2,opt,name=quarter1,proto3,oneof" json:"quarter1,omitempty"`
Quarter2 *float64 `protobuf:"fixed64,3,opt,name=quarter2,proto3,oneof" json:"quarter2,omitempty"`
Quarter3 *float64 `protobuf:"fixed64,4,opt,name=quarter3,proto3,oneof" json:"quarter3,omitempty"`
Quarter4 *float64 `protobuf:"fixed64,5,opt,name=quarter4,proto3,oneof" json:"quarter4,omitempty"`
Rushing float64 `protobuf:"fixed64,6,opt,name=rushing,proto3" json:"rushing,omitempty"`
Passing float64 `protobuf:"fixed64,7,opt,name=passing,proto3" json:"passing,omitempty"`
Player string `protobuf:"bytes,8,opt,name=player,proto3" json:"player,omitempty"`
Team string `protobuf:"bytes,9,opt,name=team,proto3" json:"team,omitempty"`
Position string `protobuf:"bytes,10,opt,name=position,proto3" json:"position,omitempty"`
// contains filtered or unexported fields
}
func (*PlayerGameUsage) Descriptor
deprecated
func (*PlayerGameUsage) Descriptor() ([]byte, []int)
Deprecated: Use PlayerGameUsage.ProtoReflect.Descriptor instead.
func (*PlayerGameUsage) GetPassing ¶
func (x *PlayerGameUsage) GetPassing() float64
func (*PlayerGameUsage) GetPlayer ¶
func (x *PlayerGameUsage) GetPlayer() string
func (*PlayerGameUsage) GetPosition ¶
func (x *PlayerGameUsage) GetPosition() string
func (*PlayerGameUsage) GetQuarter1 ¶
func (x *PlayerGameUsage) GetQuarter1() float64
func (*PlayerGameUsage) GetQuarter2 ¶
func (x *PlayerGameUsage) GetQuarter2() float64
func (*PlayerGameUsage) GetQuarter3 ¶
func (x *PlayerGameUsage) GetQuarter3() float64
func (*PlayerGameUsage) GetQuarter4 ¶
func (x *PlayerGameUsage) GetQuarter4() float64
func (*PlayerGameUsage) GetRushing ¶
func (x *PlayerGameUsage) GetRushing() float64
func (*PlayerGameUsage) GetTeam ¶
func (x *PlayerGameUsage) GetTeam() string
func (*PlayerGameUsage) GetTotal ¶
func (x *PlayerGameUsage) GetTotal() float64
func (*PlayerGameUsage) ProtoMessage ¶
func (*PlayerGameUsage) ProtoMessage()
func (*PlayerGameUsage) ProtoReflect ¶
func (x *PlayerGameUsage) ProtoReflect() protoreflect.Message
func (*PlayerGameUsage) Reset ¶
func (x *PlayerGameUsage) Reset()
func (*PlayerGameUsage) String ¶
func (x *PlayerGameUsage) String() string
type PlayerPPA ¶
type PlayerPPA struct {
Player string `protobuf:"bytes,1,opt,name=player,proto3" json:"player,omitempty"`
Team string `protobuf:"bytes,2,opt,name=team,proto3" json:"team,omitempty"`
Position string `protobuf:"bytes,3,opt,name=position,proto3" json:"position,omitempty"`
Average *PlayerStatsByQuarter `protobuf:"bytes,4,opt,name=average,proto3" json:"average,omitempty"`
Cumulative *PlayerStatsByQuarter `protobuf:"bytes,5,opt,name=cumulative,proto3" json:"cumulative,omitempty"`
// contains filtered or unexported fields
}
func (*PlayerPPA) Descriptor
deprecated
func (*PlayerPPA) GetAverage ¶
func (x *PlayerPPA) GetAverage() *PlayerStatsByQuarter
func (*PlayerPPA) GetCumulative ¶
func (x *PlayerPPA) GetCumulative() *PlayerStatsByQuarter
func (*PlayerPPA) GetPosition ¶
func (*PlayerPPA) ProtoMessage ¶
func (*PlayerPPA) ProtoMessage()
func (*PlayerPPA) ProtoReflect ¶
func (x *PlayerPPA) ProtoReflect() protoreflect.Message
type PlayerPPAChartItem ¶
type PlayerPPAChartItem struct {
PlayNumber int32 `protobuf:"varint,1,opt,name=play_number,json=playNumber,proto3" json:"play_number,omitempty"`
Avg_PPA float64 `protobuf:"fixed64,2,opt,name=avg_PPA,json=avgPPA,proto3" json:"avg_PPA,omitempty"`
// contains filtered or unexported fields
}
func (*PlayerPPAChartItem) Descriptor
deprecated
func (*PlayerPPAChartItem) Descriptor() ([]byte, []int)
Deprecated: Use PlayerPPAChartItem.ProtoReflect.Descriptor instead.
func (*PlayerPPAChartItem) GetAvg_PPA ¶
func (x *PlayerPPAChartItem) GetAvg_PPA() float64
func (*PlayerPPAChartItem) GetPlayNumber ¶
func (x *PlayerPPAChartItem) GetPlayNumber() int32
func (*PlayerPPAChartItem) ProtoMessage ¶
func (*PlayerPPAChartItem) ProtoMessage()
func (*PlayerPPAChartItem) ProtoReflect ¶
func (x *PlayerPPAChartItem) ProtoReflect() protoreflect.Message
func (*PlayerPPAChartItem) Reset ¶
func (x *PlayerPPAChartItem) Reset()
func (*PlayerPPAChartItem) String ¶
func (x *PlayerPPAChartItem) String() string
type PlayerSearchResult ¶
type PlayerSearchResult struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
Team string `protobuf:"bytes,2,opt,name=team,proto3" json:"team,omitempty"`
Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
FirstName string `protobuf:"bytes,4,opt,name=first_name,json=firstName,proto3" json:"first_name,omitempty"`
LastName string `protobuf:"bytes,5,opt,name=last_name,json=lastName,proto3" json:"last_name,omitempty"`
Weight *int32 `protobuf:"varint,6,opt,name=weight,proto3,oneof" json:"weight,omitempty"`
Height *float64 `protobuf:"fixed64,7,opt,name=height,proto3,oneof" json:"height,omitempty"`
Jersey *int32 `protobuf:"varint,8,opt,name=jersey,proto3,oneof" json:"jersey,omitempty"`
Position string `protobuf:"bytes,9,opt,name=position,proto3" json:"position,omitempty"`
Hometown string `protobuf:"bytes,10,opt,name=hometown,proto3" json:"hometown,omitempty"`
TeamColor string `protobuf:"bytes,11,opt,name=team_color,json=teamColor,proto3" json:"team_color,omitempty"`
TeamColorSecondary string `protobuf:"bytes,12,opt,name=team_color_secondary,json=teamColorSecondary,proto3" json:"team_color_secondary,omitempty"`
// contains filtered or unexported fields
}
func (*PlayerSearchResult) Descriptor
deprecated
func (*PlayerSearchResult) Descriptor() ([]byte, []int)
Deprecated: Use PlayerSearchResult.ProtoReflect.Descriptor instead.
func (*PlayerSearchResult) GetFirstName ¶
func (x *PlayerSearchResult) GetFirstName() string
func (*PlayerSearchResult) GetHeight ¶
func (x *PlayerSearchResult) GetHeight() float64
func (*PlayerSearchResult) GetHometown ¶
func (x *PlayerSearchResult) GetHometown() string
func (*PlayerSearchResult) GetId ¶
func (x *PlayerSearchResult) GetId() string
func (*PlayerSearchResult) GetJersey ¶
func (x *PlayerSearchResult) GetJersey() int32
func (*PlayerSearchResult) GetLastName ¶
func (x *PlayerSearchResult) GetLastName() string
func (*PlayerSearchResult) GetName ¶
func (x *PlayerSearchResult) GetName() string
func (*PlayerSearchResult) GetPosition ¶
func (x *PlayerSearchResult) GetPosition() string
func (*PlayerSearchResult) GetTeam ¶
func (x *PlayerSearchResult) GetTeam() string
func (*PlayerSearchResult) GetTeamColor ¶
func (x *PlayerSearchResult) GetTeamColor() string
func (*PlayerSearchResult) GetTeamColorSecondary ¶
func (x *PlayerSearchResult) GetTeamColorSecondary() string
func (*PlayerSearchResult) GetWeight ¶
func (x *PlayerSearchResult) GetWeight() int32
func (*PlayerSearchResult) ProtoMessage ¶
func (*PlayerSearchResult) ProtoMessage()
func (*PlayerSearchResult) ProtoReflect ¶
func (x *PlayerSearchResult) ProtoReflect() protoreflect.Message
func (*PlayerSearchResult) Reset ¶
func (x *PlayerSearchResult) Reset()
func (*PlayerSearchResult) String ¶
func (x *PlayerSearchResult) String() string
type PlayerSeasonPpaSplits ¶
type PlayerSeasonPpaSplits struct {
PassingDowns *float64 `protobuf:"fixed64,1,opt,name=passing_downs,json=passingDowns,proto3,oneof" json:"passing_downs,omitempty"`
StandardDowns *float64 `protobuf:"fixed64,2,opt,name=standard_downs,json=standardDowns,proto3,oneof" json:"standard_downs,omitempty"`
ThirdDown *float64 `protobuf:"fixed64,3,opt,name=third_down,json=thirdDown,proto3,oneof" json:"third_down,omitempty"`
SecondDown *float64 `protobuf:"fixed64,4,opt,name=second_down,json=secondDown,proto3,oneof" json:"second_down,omitempty"`
FirstDown *float64 `protobuf:"fixed64,5,opt,name=first_down,json=firstDown,proto3,oneof" json:"first_down,omitempty"`
Rush *float64 `protobuf:"fixed64,6,opt,name=rush,proto3,oneof" json:"rush,omitempty"`
Pass *float64 `protobuf:"fixed64,7,opt,name=pass,proto3,oneof" json:"pass,omitempty"`
All *float64 `protobuf:"fixed64,8,opt,name=all,proto3,oneof" json:"all,omitempty"`
// contains filtered or unexported fields
}
func (*PlayerSeasonPpaSplits) Descriptor
deprecated
func (*PlayerSeasonPpaSplits) Descriptor() ([]byte, []int)
Deprecated: Use PlayerSeasonPpaSplits.ProtoReflect.Descriptor instead.
func (*PlayerSeasonPpaSplits) GetAll ¶
func (x *PlayerSeasonPpaSplits) GetAll() float64
func (*PlayerSeasonPpaSplits) GetFirstDown ¶
func (x *PlayerSeasonPpaSplits) GetFirstDown() float64
func (*PlayerSeasonPpaSplits) GetPass ¶
func (x *PlayerSeasonPpaSplits) GetPass() float64
func (*PlayerSeasonPpaSplits) GetPassingDowns ¶
func (x *PlayerSeasonPpaSplits) GetPassingDowns() float64
func (*PlayerSeasonPpaSplits) GetRush ¶
func (x *PlayerSeasonPpaSplits) GetRush() float64
func (*PlayerSeasonPpaSplits) GetSecondDown ¶
func (x *PlayerSeasonPpaSplits) GetSecondDown() float64
func (*PlayerSeasonPpaSplits) GetStandardDowns ¶
func (x *PlayerSeasonPpaSplits) GetStandardDowns() float64
func (*PlayerSeasonPpaSplits) GetThirdDown ¶
func (x *PlayerSeasonPpaSplits) GetThirdDown() float64
func (*PlayerSeasonPpaSplits) ProtoMessage ¶
func (*PlayerSeasonPpaSplits) ProtoMessage()
func (*PlayerSeasonPpaSplits) ProtoReflect ¶
func (x *PlayerSeasonPpaSplits) ProtoReflect() protoreflect.Message
func (*PlayerSeasonPpaSplits) Reset ¶
func (x *PlayerSeasonPpaSplits) Reset()
func (*PlayerSeasonPpaSplits) String ¶
func (x *PlayerSeasonPpaSplits) String() string
type PlayerSeasonPredictedPointsAdded ¶
type PlayerSeasonPredictedPointsAdded struct {
Season int32 `protobuf:"varint,1,opt,name=season,proto3" json:"season,omitempty"`
Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
Position string `protobuf:"bytes,4,opt,name=position,proto3" json:"position,omitempty"`
Team string `protobuf:"bytes,5,opt,name=team,proto3" json:"team,omitempty"`
Conference string `protobuf:"bytes,6,opt,name=conference,proto3" json:"conference,omitempty"`
Average_PPA *PlayerSeasonPpaSplits `protobuf:"bytes,7,opt,name=average_PPA,json=averagePPA,proto3" json:"average_PPA,omitempty"`
Total_PPA *PlayerSeasonPpaSplits `protobuf:"bytes,8,opt,name=total_PPA,json=totalPPA,proto3" json:"total_PPA,omitempty"`
// contains filtered or unexported fields
}
func (*PlayerSeasonPredictedPointsAdded) Descriptor
deprecated
func (*PlayerSeasonPredictedPointsAdded) Descriptor() ([]byte, []int)
Deprecated: Use PlayerSeasonPredictedPointsAdded.ProtoReflect.Descriptor instead.
func (*PlayerSeasonPredictedPointsAdded) GetAverage_PPA ¶
func (x *PlayerSeasonPredictedPointsAdded) GetAverage_PPA() *PlayerSeasonPpaSplits
func (*PlayerSeasonPredictedPointsAdded) GetConference ¶
func (x *PlayerSeasonPredictedPointsAdded) GetConference() string
func (*PlayerSeasonPredictedPointsAdded) GetId ¶
func (x *PlayerSeasonPredictedPointsAdded) GetId() string
func (*PlayerSeasonPredictedPointsAdded) GetName ¶
func (x *PlayerSeasonPredictedPointsAdded) GetName() string
func (*PlayerSeasonPredictedPointsAdded) GetPosition ¶
func (x *PlayerSeasonPredictedPointsAdded) GetPosition() string
func (*PlayerSeasonPredictedPointsAdded) GetSeason ¶
func (x *PlayerSeasonPredictedPointsAdded) GetSeason() int32
func (*PlayerSeasonPredictedPointsAdded) GetTeam ¶
func (x *PlayerSeasonPredictedPointsAdded) GetTeam() string
func (*PlayerSeasonPredictedPointsAdded) GetTotal_PPA ¶
func (x *PlayerSeasonPredictedPointsAdded) GetTotal_PPA() *PlayerSeasonPpaSplits
func (*PlayerSeasonPredictedPointsAdded) ProtoMessage ¶
func (*PlayerSeasonPredictedPointsAdded) ProtoMessage()
func (*PlayerSeasonPredictedPointsAdded) ProtoReflect ¶
func (x *PlayerSeasonPredictedPointsAdded) ProtoReflect() protoreflect.Message
func (*PlayerSeasonPredictedPointsAdded) Reset ¶
func (x *PlayerSeasonPredictedPointsAdded) Reset()
func (*PlayerSeasonPredictedPointsAdded) String ¶
func (x *PlayerSeasonPredictedPointsAdded) String() string
type PlayerStat ¶
type PlayerStat struct {
Season int32 `protobuf:"varint,1,opt,name=season,proto3" json:"season,omitempty"`
PlayerId string `protobuf:"bytes,2,opt,name=player_id,json=playerId,proto3" json:"player_id,omitempty"`
Player string `protobuf:"bytes,3,opt,name=player,proto3" json:"player,omitempty"`
Position string `protobuf:"bytes,4,opt,name=position,proto3" json:"position,omitempty"`
Team string `protobuf:"bytes,5,opt,name=team,proto3" json:"team,omitempty"`
Conference string `protobuf:"bytes,6,opt,name=conference,proto3" json:"conference,omitempty"`
Category string `protobuf:"bytes,7,opt,name=category,proto3" json:"category,omitempty"`
StatType string `protobuf:"bytes,8,opt,name=stat_type,json=statType,proto3" json:"stat_type,omitempty"`
Stat string `protobuf:"bytes,9,opt,name=stat,proto3" json:"stat,omitempty"`
// contains filtered or unexported fields
}
func (*PlayerStat) Descriptor
deprecated
func (*PlayerStat) Descriptor() ([]byte, []int)
Deprecated: Use PlayerStat.ProtoReflect.Descriptor instead.
func (*PlayerStat) GetCategory ¶
func (x *PlayerStat) GetCategory() string
func (*PlayerStat) GetConference ¶
func (x *PlayerStat) GetConference() string
func (*PlayerStat) GetPlayer ¶
func (x *PlayerStat) GetPlayer() string
func (*PlayerStat) GetPlayerId ¶
func (x *PlayerStat) GetPlayerId() string
func (*PlayerStat) GetPosition ¶
func (x *PlayerStat) GetPosition() string
func (*PlayerStat) GetSeason ¶
func (x *PlayerStat) GetSeason() int32
func (*PlayerStat) GetStat ¶
func (x *PlayerStat) GetStat() string
func (*PlayerStat) GetStatType ¶
func (x *PlayerStat) GetStatType() string
func (*PlayerStat) GetTeam ¶
func (x *PlayerStat) GetTeam() string
func (*PlayerStat) ProtoMessage ¶
func (*PlayerStat) ProtoMessage()
func (*PlayerStat) ProtoReflect ¶
func (x *PlayerStat) ProtoReflect() protoreflect.Message
func (*PlayerStat) Reset ¶
func (x *PlayerStat) Reset()
func (*PlayerStat) String ¶
func (x *PlayerStat) String() string
type PlayerStatsByQuarter ¶
type PlayerStatsByQuarter struct {
Total float64 `protobuf:"fixed64,1,opt,name=total,proto3" json:"total,omitempty"`
Quarter1 *float64 `protobuf:"fixed64,2,opt,name=quarter1,proto3,oneof" json:"quarter1,omitempty"`
Quarter2 *float64 `protobuf:"fixed64,3,opt,name=quarter2,proto3,oneof" json:"quarter2,omitempty"`
Quarter3 *float64 `protobuf:"fixed64,4,opt,name=quarter3,proto3,oneof" json:"quarter3,omitempty"`
Quarter4 *float64 `protobuf:"fixed64,5,opt,name=quarter4,proto3,oneof" json:"quarter4,omitempty"`
Rushing float64 `protobuf:"fixed64,6,opt,name=rushing,proto3" json:"rushing,omitempty"`
Passing float64 `protobuf:"fixed64,7,opt,name=passing,proto3" json:"passing,omitempty"`
// contains filtered or unexported fields
}
func (*PlayerStatsByQuarter) Descriptor
deprecated
func (*PlayerStatsByQuarter) Descriptor() ([]byte, []int)
Deprecated: Use PlayerStatsByQuarter.ProtoReflect.Descriptor instead.
func (*PlayerStatsByQuarter) GetPassing ¶
func (x *PlayerStatsByQuarter) GetPassing() float64
func (*PlayerStatsByQuarter) GetQuarter1 ¶
func (x *PlayerStatsByQuarter) GetQuarter1() float64
func (*PlayerStatsByQuarter) GetQuarter2 ¶
func (x *PlayerStatsByQuarter) GetQuarter2() float64
func (*PlayerStatsByQuarter) GetQuarter3 ¶
func (x *PlayerStatsByQuarter) GetQuarter3() float64
func (*PlayerStatsByQuarter) GetQuarter4 ¶
func (x *PlayerStatsByQuarter) GetQuarter4() float64
func (*PlayerStatsByQuarter) GetRushing ¶
func (x *PlayerStatsByQuarter) GetRushing() float64
func (*PlayerStatsByQuarter) GetTotal ¶
func (x *PlayerStatsByQuarter) GetTotal() float64
func (*PlayerStatsByQuarter) ProtoMessage ¶
func (*PlayerStatsByQuarter) ProtoMessage()
func (*PlayerStatsByQuarter) ProtoReflect ¶
func (x *PlayerStatsByQuarter) ProtoReflect() protoreflect.Message
func (*PlayerStatsByQuarter) Reset ¶
func (x *PlayerStatsByQuarter) Reset()
func (*PlayerStatsByQuarter) String ¶
func (x *PlayerStatsByQuarter) String() string
type PlayerTransfer ¶
type PlayerTransfer struct {
Season int32 `protobuf:"varint,1,opt,name=season,proto3" json:"season,omitempty"`
FirstName string `protobuf:"bytes,2,opt,name=first_name,json=firstName,proto3" json:"first_name,omitempty"`
LastName string `protobuf:"bytes,3,opt,name=last_name,json=lastName,proto3" json:"last_name,omitempty"`
Position string `protobuf:"bytes,4,opt,name=position,proto3" json:"position,omitempty"`
Origin string `protobuf:"bytes,5,opt,name=origin,proto3" json:"origin,omitempty"`
Destination string `protobuf:"bytes,6,opt,name=destination,proto3" json:"destination,omitempty"`
TransferDate *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=transfer_date,json=transferDate,proto3" json:"transfer_date,omitempty"`
Rating *float64 `protobuf:"fixed64,8,opt,name=rating,proto3,oneof" json:"rating,omitempty"`
Stars *int32 `protobuf:"varint,9,opt,name=stars,proto3,oneof" json:"stars,omitempty"`
Eligibility string `protobuf:"bytes,10,opt,name=eligibility,proto3" json:"eligibility,omitempty"`
// contains filtered or unexported fields
}
func (*PlayerTransfer) Descriptor
deprecated
func (*PlayerTransfer) Descriptor() ([]byte, []int)
Deprecated: Use PlayerTransfer.ProtoReflect.Descriptor instead.
func (*PlayerTransfer) GetDestination ¶
func (x *PlayerTransfer) GetDestination() string
func (*PlayerTransfer) GetEligibility ¶
func (x *PlayerTransfer) GetEligibility() string
func (*PlayerTransfer) GetFirstName ¶
func (x *PlayerTransfer) GetFirstName() string
func (*PlayerTransfer) GetLastName ¶
func (x *PlayerTransfer) GetLastName() string
func (*PlayerTransfer) GetOrigin ¶
func (x *PlayerTransfer) GetOrigin() string
func (*PlayerTransfer) GetPosition ¶
func (x *PlayerTransfer) GetPosition() string
func (*PlayerTransfer) GetRating ¶
func (x *PlayerTransfer) GetRating() float64
func (*PlayerTransfer) GetSeason ¶
func (x *PlayerTransfer) GetSeason() int32
func (*PlayerTransfer) GetStars ¶
func (x *PlayerTransfer) GetStars() int32
func (*PlayerTransfer) GetTransferDate ¶
func (x *PlayerTransfer) GetTransferDate() *timestamppb.Timestamp
func (*PlayerTransfer) ProtoMessage ¶
func (*PlayerTransfer) ProtoMessage()
func (*PlayerTransfer) ProtoReflect ¶
func (x *PlayerTransfer) ProtoReflect() protoreflect.Message
func (*PlayerTransfer) Reset ¶
func (x *PlayerTransfer) Reset()
func (*PlayerTransfer) String ¶
func (x *PlayerTransfer) String() string
type PlayerUsage ¶
type PlayerUsage struct {
Season int32 `protobuf:"varint,1,opt,name=season,proto3" json:"season,omitempty"`
Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
Position string `protobuf:"bytes,4,opt,name=position,proto3" json:"position,omitempty"`
Team string `protobuf:"bytes,5,opt,name=team,proto3" json:"team,omitempty"`
Conference string `protobuf:"bytes,6,opt,name=conference,proto3" json:"conference,omitempty"`
Usage *PlayerUsageSplits `protobuf:"bytes,7,opt,name=usage,proto3" json:"usage,omitempty"`
// contains filtered or unexported fields
}
func (*PlayerUsage) Descriptor
deprecated
func (*PlayerUsage) Descriptor() ([]byte, []int)
Deprecated: Use PlayerUsage.ProtoReflect.Descriptor instead.
func (*PlayerUsage) GetConference ¶
func (x *PlayerUsage) GetConference() string
func (*PlayerUsage) GetId ¶
func (x *PlayerUsage) GetId() string
func (*PlayerUsage) GetName ¶
func (x *PlayerUsage) GetName() string
func (*PlayerUsage) GetPosition ¶
func (x *PlayerUsage) GetPosition() string
func (*PlayerUsage) GetSeason ¶
func (x *PlayerUsage) GetSeason() int32
func (*PlayerUsage) GetTeam ¶
func (x *PlayerUsage) GetTeam() string
func (*PlayerUsage) GetUsage ¶
func (x *PlayerUsage) GetUsage() *PlayerUsageSplits
func (*PlayerUsage) ProtoMessage ¶
func (*PlayerUsage) ProtoMessage()
func (*PlayerUsage) ProtoReflect ¶
func (x *PlayerUsage) ProtoReflect() protoreflect.Message
func (*PlayerUsage) Reset ¶
func (x *PlayerUsage) Reset()
func (*PlayerUsage) String ¶
func (x *PlayerUsage) String() string
type PlayerUsageSplits ¶
type PlayerUsageSplits struct {
PassingDowns *float64 `protobuf:"fixed64,1,opt,name=passing_downs,json=passingDowns,proto3,oneof" json:"passing_downs,omitempty"`
StandardDowns *float64 `protobuf:"fixed64,2,opt,name=standard_downs,json=standardDowns,proto3,oneof" json:"standard_downs,omitempty"`
ThirdDown *float64 `protobuf:"fixed64,3,opt,name=third_down,json=thirdDown,proto3,oneof" json:"third_down,omitempty"`
SecondDown *float64 `protobuf:"fixed64,4,opt,name=second_down,json=secondDown,proto3,oneof" json:"second_down,omitempty"`
FirstDown *float64 `protobuf:"fixed64,5,opt,name=first_down,json=firstDown,proto3,oneof" json:"first_down,omitempty"`
Rush *float64 `protobuf:"fixed64,6,opt,name=rush,proto3,oneof" json:"rush,omitempty"`
Pass *float64 `protobuf:"fixed64,7,opt,name=pass,proto3,oneof" json:"pass,omitempty"`
Overall *float64 `protobuf:"fixed64,8,opt,name=overall,proto3,oneof" json:"overall,omitempty"`
// contains filtered or unexported fields
}
func (*PlayerUsageSplits) Descriptor
deprecated
func (*PlayerUsageSplits) Descriptor() ([]byte, []int)
Deprecated: Use PlayerUsageSplits.ProtoReflect.Descriptor instead.
func (*PlayerUsageSplits) GetFirstDown ¶
func (x *PlayerUsageSplits) GetFirstDown() float64
func (*PlayerUsageSplits) GetOverall ¶
func (x *PlayerUsageSplits) GetOverall() float64
func (*PlayerUsageSplits) GetPass ¶
func (x *PlayerUsageSplits) GetPass() float64
func (*PlayerUsageSplits) GetPassingDowns ¶
func (x *PlayerUsageSplits) GetPassingDowns() float64
func (*PlayerUsageSplits) GetRush ¶
func (x *PlayerUsageSplits) GetRush() float64
func (*PlayerUsageSplits) GetSecondDown ¶
func (x *PlayerUsageSplits) GetSecondDown() float64
func (*PlayerUsageSplits) GetStandardDowns ¶
func (x *PlayerUsageSplits) GetStandardDowns() float64
func (*PlayerUsageSplits) GetThirdDown ¶
func (x *PlayerUsageSplits) GetThirdDown() float64
func (*PlayerUsageSplits) ProtoMessage ¶
func (*PlayerUsageSplits) ProtoMessage()
func (*PlayerUsageSplits) ProtoReflect ¶
func (x *PlayerUsageSplits) ProtoReflect() protoreflect.Message
func (*PlayerUsageSplits) Reset ¶
func (x *PlayerUsageSplits) Reset()
func (*PlayerUsageSplits) String ¶
func (x *PlayerUsageSplits) String() string
type PlayerWeightedEPA ¶
type PlayerWeightedEPA struct {
Year int32 `protobuf:"varint,1,opt,name=year,proto3" json:"year,omitempty"`
AthleteId string `protobuf:"bytes,2,opt,name=athlete_id,json=athleteId,proto3" json:"athlete_id,omitempty"`
AthleteName string `protobuf:"bytes,3,opt,name=athlete_name,json=athleteName,proto3" json:"athlete_name,omitempty"`
Position string `protobuf:"bytes,4,opt,name=position,proto3" json:"position,omitempty"`
Team string `protobuf:"bytes,5,opt,name=team,proto3" json:"team,omitempty"`
Conference string `protobuf:"bytes,6,opt,name=conference,proto3" json:"conference,omitempty"`
Wepa float64 `protobuf:"fixed64,7,opt,name=wepa,proto3" json:"wepa,omitempty"`
Plays int32 `protobuf:"varint,8,opt,name=plays,proto3" json:"plays,omitempty"`
// contains filtered or unexported fields
}
func (*PlayerWeightedEPA) Descriptor
deprecated
func (*PlayerWeightedEPA) Descriptor() ([]byte, []int)
Deprecated: Use PlayerWeightedEPA.ProtoReflect.Descriptor instead.
func (*PlayerWeightedEPA) GetAthleteId ¶
func (x *PlayerWeightedEPA) GetAthleteId() string
func (*PlayerWeightedEPA) GetAthleteName ¶
func (x *PlayerWeightedEPA) GetAthleteName() string
func (*PlayerWeightedEPA) GetConference ¶
func (x *PlayerWeightedEPA) GetConference() string
func (*PlayerWeightedEPA) GetPlays ¶
func (x *PlayerWeightedEPA) GetPlays() int32
func (*PlayerWeightedEPA) GetPosition ¶
func (x *PlayerWeightedEPA) GetPosition() string
func (*PlayerWeightedEPA) GetTeam ¶
func (x *PlayerWeightedEPA) GetTeam() string
func (*PlayerWeightedEPA) GetWepa ¶
func (x *PlayerWeightedEPA) GetWepa() float64
func (*PlayerWeightedEPA) GetYear ¶
func (x *PlayerWeightedEPA) GetYear() int32
func (*PlayerWeightedEPA) ProtoMessage ¶
func (*PlayerWeightedEPA) ProtoMessage()
func (*PlayerWeightedEPA) ProtoReflect ¶
func (x *PlayerWeightedEPA) ProtoReflect() protoreflect.Message
func (*PlayerWeightedEPA) Reset ¶
func (x *PlayerWeightedEPA) Reset()
func (*PlayerWeightedEPA) String ¶
func (x *PlayerWeightedEPA) String() string
type Poll ¶
type Poll struct {
Poll string `protobuf:"bytes,1,opt,name=poll,proto3" json:"poll,omitempty"`
Ranks []*PollRank `protobuf:"bytes,2,rep,name=ranks,proto3" json:"ranks,omitempty"`
// contains filtered or unexported fields
}
func (*Poll) Descriptor
deprecated
func (*Poll) ProtoMessage ¶
func (*Poll) ProtoMessage()
func (*Poll) ProtoReflect ¶
func (x *Poll) ProtoReflect() protoreflect.Message
type PollRank ¶
type PollRank struct {
Rank *int32 `protobuf:"varint,1,opt,name=rank,proto3,oneof" json:"rank,omitempty"`
TeamId *int32 `protobuf:"varint,2,opt,name=team_id,json=teamId,proto3,oneof" json:"team_id,omitempty"`
School string `protobuf:"bytes,3,opt,name=school,proto3" json:"school,omitempty"`
Conference string `protobuf:"bytes,4,opt,name=conference,proto3" json:"conference,omitempty"`
FirstPlaceVotes *int32 `protobuf:"varint,5,opt,name=first_place_votes,json=firstPlaceVotes,proto3,oneof" json:"first_place_votes,omitempty"`
Points *int32 `protobuf:"varint,6,opt,name=points,proto3,oneof" json:"points,omitempty"`
// contains filtered or unexported fields
}
func (*PollRank) Descriptor
deprecated
func (*PollRank) GetConference ¶
func (*PollRank) GetFirstPlaceVotes ¶
func (*PollRank) ProtoMessage ¶
func (*PollRank) ProtoMessage()
func (*PollRank) ProtoReflect ¶
func (x *PollRank) ProtoReflect() protoreflect.Message
type PollWeek ¶
type PollWeek struct {
Season int32 `protobuf:"varint,1,opt,name=season,proto3" json:"season,omitempty"`
SeasonType string `protobuf:"bytes,2,opt,name=season_type,json=seasonType,proto3" json:"season_type,omitempty"`
Week int32 `protobuf:"varint,3,opt,name=week,proto3" json:"week,omitempty"`
Polls []*Poll `protobuf:"bytes,4,rep,name=polls,proto3" json:"polls,omitempty"`
// contains filtered or unexported fields
}
func (*PollWeek) Descriptor
deprecated
func (*PollWeek) GetSeasonType ¶
func (*PollWeek) ProtoMessage ¶
func (*PollWeek) ProtoMessage()
func (*PollWeek) ProtoReflect ¶
func (x *PollWeek) ProtoReflect() protoreflect.Message
type PredictedPointsAddedTotals ¶
type PredictedPointsAddedTotals struct {
ThirdDown float64 `protobuf:"fixed64,1,opt,name=third_down,json=thirdDown,proto3" json:"third_down,omitempty"`
SecondDown float64 `protobuf:"fixed64,2,opt,name=second_down,json=secondDown,proto3" json:"second_down,omitempty"`
FirstDown float64 `protobuf:"fixed64,3,opt,name=first_down,json=firstDown,proto3" json:"first_down,omitempty"`
Rushing float64 `protobuf:"fixed64,4,opt,name=rushing,proto3" json:"rushing,omitempty"`
Passing float64 `protobuf:"fixed64,5,opt,name=passing,proto3" json:"passing,omitempty"`
Total float64 `protobuf:"fixed64,6,opt,name=total,proto3" json:"total,omitempty"` // JSON uses "total" in teams cumulative
// contains filtered or unexported fields
}
PredictedPointsAddedTotals for teams (uses "total" in JSON)
func (*PredictedPointsAddedTotals) Descriptor
deprecated
func (*PredictedPointsAddedTotals) Descriptor() ([]byte, []int)
Deprecated: Use PredictedPointsAddedTotals.ProtoReflect.Descriptor instead.
func (*PredictedPointsAddedTotals) GetFirstDown ¶
func (x *PredictedPointsAddedTotals) GetFirstDown() float64
func (*PredictedPointsAddedTotals) GetPassing ¶
func (x *PredictedPointsAddedTotals) GetPassing() float64
func (*PredictedPointsAddedTotals) GetRushing ¶
func (x *PredictedPointsAddedTotals) GetRushing() float64
func (*PredictedPointsAddedTotals) GetSecondDown ¶
func (x *PredictedPointsAddedTotals) GetSecondDown() float64
func (*PredictedPointsAddedTotals) GetThirdDown ¶
func (x *PredictedPointsAddedTotals) GetThirdDown() float64
func (*PredictedPointsAddedTotals) GetTotal ¶
func (x *PredictedPointsAddedTotals) GetTotal() float64
func (*PredictedPointsAddedTotals) ProtoMessage ¶
func (*PredictedPointsAddedTotals) ProtoMessage()
func (*PredictedPointsAddedTotals) ProtoReflect ¶
func (x *PredictedPointsAddedTotals) ProtoReflect() protoreflect.Message
func (*PredictedPointsAddedTotals) Reset ¶
func (x *PredictedPointsAddedTotals) Reset()
func (*PredictedPointsAddedTotals) String ¶
func (x *PredictedPointsAddedTotals) String() string
type PredictedPointsAddedTotalsForGames ¶
type PredictedPointsAddedTotalsForGames struct {
ThirdDown float64 `protobuf:"fixed64,1,opt,name=third_down,json=thirdDown,proto3" json:"third_down,omitempty"`
SecondDown float64 `protobuf:"fixed64,2,opt,name=second_down,json=secondDown,proto3" json:"second_down,omitempty"`
FirstDown float64 `protobuf:"fixed64,3,opt,name=first_down,json=firstDown,proto3" json:"first_down,omitempty"`
Rushing float64 `protobuf:"fixed64,4,opt,name=rushing,proto3" json:"rushing,omitempty"`
Passing float64 `protobuf:"fixed64,5,opt,name=passing,proto3" json:"passing,omitempty"`
Overall float64 `protobuf:"fixed64,6,opt,name=overall,proto3" json:"overall,omitempty"` // JSON uses "overall" in games offense/defense
// contains filtered or unexported fields
}
PredictedPointsAddedTotalsForGames for games (uses "overall" in JSON)
func (*PredictedPointsAddedTotalsForGames) Descriptor
deprecated
func (*PredictedPointsAddedTotalsForGames) Descriptor() ([]byte, []int)
Deprecated: Use PredictedPointsAddedTotalsForGames.ProtoReflect.Descriptor instead.
func (*PredictedPointsAddedTotalsForGames) GetFirstDown ¶
func (x *PredictedPointsAddedTotalsForGames) GetFirstDown() float64
func (*PredictedPointsAddedTotalsForGames) GetOverall ¶
func (x *PredictedPointsAddedTotalsForGames) GetOverall() float64
func (*PredictedPointsAddedTotalsForGames) GetPassing ¶
func (x *PredictedPointsAddedTotalsForGames) GetPassing() float64
func (*PredictedPointsAddedTotalsForGames) GetRushing ¶
func (x *PredictedPointsAddedTotalsForGames) GetRushing() float64
func (*PredictedPointsAddedTotalsForGames) GetSecondDown ¶
func (x *PredictedPointsAddedTotalsForGames) GetSecondDown() float64
func (*PredictedPointsAddedTotalsForGames) GetThirdDown ¶
func (x *PredictedPointsAddedTotalsForGames) GetThirdDown() float64
func (*PredictedPointsAddedTotalsForGames) ProtoMessage ¶
func (*PredictedPointsAddedTotalsForGames) ProtoMessage()
func (*PredictedPointsAddedTotalsForGames) ProtoReflect ¶
func (x *PredictedPointsAddedTotalsForGames) ProtoReflect() protoreflect.Message
func (*PredictedPointsAddedTotalsForGames) Reset ¶
func (x *PredictedPointsAddedTotalsForGames) Reset()
func (*PredictedPointsAddedTotalsForGames) String ¶
func (x *PredictedPointsAddedTotalsForGames) String() string
type PredictedPointsValue ¶
type PredictedPointsValue struct {
YardLine int32 `protobuf:"varint,1,opt,name=yard_line,json=yardLine,proto3" json:"yard_line,omitempty"`
PredictedPoints float64 `protobuf:"fixed64,2,opt,name=predicted_points,json=predictedPoints,proto3" json:"predicted_points,omitempty"`
// contains filtered or unexported fields
}
func (*PredictedPointsValue) Descriptor
deprecated
func (*PredictedPointsValue) Descriptor() ([]byte, []int)
Deprecated: Use PredictedPointsValue.ProtoReflect.Descriptor instead.
func (*PredictedPointsValue) GetPredictedPoints ¶
func (x *PredictedPointsValue) GetPredictedPoints() float64
func (*PredictedPointsValue) GetYardLine ¶
func (x *PredictedPointsValue) GetYardLine() int32
func (*PredictedPointsValue) ProtoMessage ¶
func (*PredictedPointsValue) ProtoMessage()
func (*PredictedPointsValue) ProtoReflect ¶
func (x *PredictedPointsValue) ProtoReflect() protoreflect.Message
func (*PredictedPointsValue) Reset ¶
func (x *PredictedPointsValue) Reset()
func (*PredictedPointsValue) String ¶
func (x *PredictedPointsValue) String() string
type PregameWinProbability ¶
type PregameWinProbability struct {
Season int32 `protobuf:"varint,1,opt,name=season,proto3" json:"season,omitempty"`
SeasonType string `protobuf:"bytes,2,opt,name=season_type,json=seasonType,proto3" json:"season_type,omitempty"`
Week int32 `protobuf:"varint,3,opt,name=week,proto3" json:"week,omitempty"`
GameId int32 `protobuf:"varint,4,opt,name=game_id,json=gameId,proto3" json:"game_id,omitempty"`
HomeTeam string `protobuf:"bytes,5,opt,name=home_team,json=homeTeam,proto3" json:"home_team,omitempty"`
AwayTeam string `protobuf:"bytes,6,opt,name=away_team,json=awayTeam,proto3" json:"away_team,omitempty"`
Spread float64 `protobuf:"fixed64,7,opt,name=spread,proto3" json:"spread,omitempty"`
HomeWinProbability float64 `protobuf:"fixed64,8,opt,name=home_win_probability,json=homeWinProbability,proto3" json:"home_win_probability,omitempty"`
// contains filtered or unexported fields
}
func (*PregameWinProbability) Descriptor
deprecated
func (*PregameWinProbability) Descriptor() ([]byte, []int)
Deprecated: Use PregameWinProbability.ProtoReflect.Descriptor instead.
func (*PregameWinProbability) GetAwayTeam ¶
func (x *PregameWinProbability) GetAwayTeam() string
func (*PregameWinProbability) GetGameId ¶
func (x *PregameWinProbability) GetGameId() int32
func (*PregameWinProbability) GetHomeTeam ¶
func (x *PregameWinProbability) GetHomeTeam() string
func (*PregameWinProbability) GetHomeWinProbability ¶
func (x *PregameWinProbability) GetHomeWinProbability() float64
func (*PregameWinProbability) GetSeason ¶
func (x *PregameWinProbability) GetSeason() int32
func (*PregameWinProbability) GetSeasonType ¶
func (x *PregameWinProbability) GetSeasonType() string
func (*PregameWinProbability) GetSpread ¶
func (x *PregameWinProbability) GetSpread() float64
func (*PregameWinProbability) GetWeek ¶
func (x *PregameWinProbability) GetWeek() int32
func (*PregameWinProbability) ProtoMessage ¶
func (*PregameWinProbability) ProtoMessage()
func (*PregameWinProbability) ProtoReflect ¶
func (x *PregameWinProbability) ProtoReflect() protoreflect.Message
func (*PregameWinProbability) Reset ¶
func (x *PregameWinProbability) Reset()
func (*PregameWinProbability) String ¶
func (x *PregameWinProbability) String() string
type Recruit ¶
type Recruit struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
AthleteId string `protobuf:"bytes,2,opt,name=athlete_id,json=athleteId,proto3" json:"athlete_id,omitempty"`
RecruitType string `protobuf:"bytes,3,opt,name=recruit_type,json=recruitType,proto3" json:"recruit_type,omitempty"`
Year int32 `protobuf:"varint,4,opt,name=year,proto3" json:"year,omitempty"`
Ranking *int32 `protobuf:"varint,5,opt,name=ranking,proto3,oneof" json:"ranking,omitempty"`
Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"`
School string `protobuf:"bytes,7,opt,name=school,proto3" json:"school,omitempty"`
CommittedTo string `protobuf:"bytes,8,opt,name=committed_to,json=committedTo,proto3" json:"committed_to,omitempty"`
Position string `protobuf:"bytes,9,opt,name=position,proto3" json:"position,omitempty"`
Height *float64 `protobuf:"fixed64,10,opt,name=height,proto3,oneof" json:"height,omitempty"`
Weight *int32 `protobuf:"varint,11,opt,name=weight,proto3,oneof" json:"weight,omitempty"`
Stars int32 `protobuf:"varint,12,opt,name=stars,proto3" json:"stars,omitempty"`
Rating float64 `protobuf:"fixed64,13,opt,name=rating,proto3" json:"rating,omitempty"`
City string `protobuf:"bytes,14,opt,name=city,proto3" json:"city,omitempty"`
StateProvince string `protobuf:"bytes,15,opt,name=state_province,json=stateProvince,proto3" json:"state_province,omitempty"`
Country string `protobuf:"bytes,16,opt,name=country,proto3" json:"country,omitempty"`
HometownInfo *RecruitHometownInfo `protobuf:"bytes,17,opt,name=hometown_info,json=hometownInfo,proto3" json:"hometown_info,omitempty"`
// contains filtered or unexported fields
}
func (*Recruit) Descriptor
deprecated
func (*Recruit) GetAthleteId ¶
func (*Recruit) GetCommittedTo ¶
func (*Recruit) GetCountry ¶
func (*Recruit) GetHometownInfo ¶
func (x *Recruit) GetHometownInfo() *RecruitHometownInfo
func (*Recruit) GetPosition ¶
func (*Recruit) GetRanking ¶
func (*Recruit) GetRecruitType ¶
func (*Recruit) GetStateProvince ¶
func (*Recruit) ProtoMessage ¶
func (*Recruit) ProtoMessage()
func (*Recruit) ProtoReflect ¶
func (x *Recruit) ProtoReflect() protoreflect.Message
type RecruitHometownInfo ¶
type RecruitHometownInfo struct {
FipsCode string `protobuf:"bytes,1,opt,name=fips_code,json=fipsCode,proto3" json:"fips_code,omitempty"`
Longitude *float64 `protobuf:"fixed64,2,opt,name=longitude,proto3,oneof" json:"longitude,omitempty"`
Latitude *float64 `protobuf:"fixed64,3,opt,name=latitude,proto3,oneof" json:"latitude,omitempty"`
// contains filtered or unexported fields
}
func (*RecruitHometownInfo) Descriptor
deprecated
func (*RecruitHometownInfo) Descriptor() ([]byte, []int)
Deprecated: Use RecruitHometownInfo.ProtoReflect.Descriptor instead.
func (*RecruitHometownInfo) GetFipsCode ¶
func (x *RecruitHometownInfo) GetFipsCode() string
func (*RecruitHometownInfo) GetLatitude ¶
func (x *RecruitHometownInfo) GetLatitude() float64
func (*RecruitHometownInfo) GetLongitude ¶
func (x *RecruitHometownInfo) GetLongitude() float64
func (*RecruitHometownInfo) ProtoMessage ¶
func (*RecruitHometownInfo) ProtoMessage()
func (*RecruitHometownInfo) ProtoReflect ¶
func (x *RecruitHometownInfo) ProtoReflect() protoreflect.Message
func (*RecruitHometownInfo) Reset ¶
func (x *RecruitHometownInfo) Reset()
func (*RecruitHometownInfo) String ¶
func (x *RecruitHometownInfo) String() string
type ReturningProduction ¶
type ReturningProduction struct {
Season int32 `protobuf:"varint,1,opt,name=season,proto3" json:"season,omitempty"`
Team string `protobuf:"bytes,2,opt,name=team,proto3" json:"team,omitempty"`
Conference string `protobuf:"bytes,3,opt,name=conference,proto3" json:"conference,omitempty"`
Total_PPA float64 `protobuf:"fixed64,4,opt,name=total_PPA,json=totalPPA,proto3" json:"total_PPA,omitempty"`
TotalPassing_PPA float64 `protobuf:"fixed64,5,opt,name=total_passing_PPA,json=totalPassingPPA,proto3" json:"total_passing_PPA,omitempty"`
TotalReceiving_PPA float64 `protobuf:"fixed64,6,opt,name=total_receiving_PPA,json=totalReceivingPPA,proto3" json:"total_receiving_PPA,omitempty"`
TotalRushing_PPA float64 `protobuf:"fixed64,7,opt,name=total_rushing_PPA,json=totalRushingPPA,proto3" json:"total_rushing_PPA,omitempty"`
Percent_PPA float64 `protobuf:"fixed64,8,opt,name=percent_PPA,json=percentPPA,proto3" json:"percent_PPA,omitempty"`
PercentPassing_PPA float64 `protobuf:"fixed64,9,opt,name=percent_passing_PPA,json=percentPassingPPA,proto3" json:"percent_passing_PPA,omitempty"`
PercentReceiving_PPA float64 `protobuf:"fixed64,10,opt,name=percent_receiving_PPA,json=percentReceivingPPA,proto3" json:"percent_receiving_PPA,omitempty"`
PercentRushing_PPA float64 `protobuf:"fixed64,11,opt,name=percent_rushing_PPA,json=percentRushingPPA,proto3" json:"percent_rushing_PPA,omitempty"`
Usage float64 `protobuf:"fixed64,12,opt,name=usage,proto3" json:"usage,omitempty"`
PassingUsage float64 `protobuf:"fixed64,13,opt,name=passing_usage,json=passingUsage,proto3" json:"passing_usage,omitempty"`
ReceivingUsage float64 `protobuf:"fixed64,14,opt,name=receiving_usage,json=receivingUsage,proto3" json:"receiving_usage,omitempty"`
RushingUsage float64 `protobuf:"fixed64,15,opt,name=rushing_usage,json=rushingUsage,proto3" json:"rushing_usage,omitempty"`
// contains filtered or unexported fields
}
func (*ReturningProduction) Descriptor
deprecated
func (*ReturningProduction) Descriptor() ([]byte, []int)
Deprecated: Use ReturningProduction.ProtoReflect.Descriptor instead.
func (*ReturningProduction) GetConference ¶
func (x *ReturningProduction) GetConference() string
func (*ReturningProduction) GetPassingUsage ¶
func (x *ReturningProduction) GetPassingUsage() float64
func (*ReturningProduction) GetPercentPassing_PPA ¶
func (x *ReturningProduction) GetPercentPassing_PPA() float64
func (*ReturningProduction) GetPercentReceiving_PPA ¶
func (x *ReturningProduction) GetPercentReceiving_PPA() float64
func (*ReturningProduction) GetPercentRushing_PPA ¶
func (x *ReturningProduction) GetPercentRushing_PPA() float64
func (*ReturningProduction) GetPercent_PPA ¶
func (x *ReturningProduction) GetPercent_PPA() float64
func (*ReturningProduction) GetReceivingUsage ¶
func (x *ReturningProduction) GetReceivingUsage() float64
func (*ReturningProduction) GetRushingUsage ¶
func (x *ReturningProduction) GetRushingUsage() float64
func (*ReturningProduction) GetSeason ¶
func (x *ReturningProduction) GetSeason() int32
func (*ReturningProduction) GetTeam ¶
func (x *ReturningProduction) GetTeam() string
func (*ReturningProduction) GetTotalPassing_PPA ¶
func (x *ReturningProduction) GetTotalPassing_PPA() float64
func (*ReturningProduction) GetTotalReceiving_PPA ¶
func (x *ReturningProduction) GetTotalReceiving_PPA() float64
func (*ReturningProduction) GetTotalRushing_PPA ¶
func (x *ReturningProduction) GetTotalRushing_PPA() float64
func (*ReturningProduction) GetTotal_PPA ¶
func (x *ReturningProduction) GetTotal_PPA() float64
func (*ReturningProduction) GetUsage ¶
func (x *ReturningProduction) GetUsage() float64
func (*ReturningProduction) ProtoMessage ¶
func (*ReturningProduction) ProtoMessage()
func (*ReturningProduction) ProtoReflect ¶
func (x *ReturningProduction) ProtoReflect() protoreflect.Message
func (*ReturningProduction) Reset ¶
func (x *ReturningProduction) Reset()
func (*ReturningProduction) String ¶
func (x *ReturningProduction) String() string
type RosterPlayer ¶
type RosterPlayer struct {
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
FirstName string `protobuf:"bytes,2,opt,name=first_name,json=firstName,proto3" json:"first_name,omitempty"`
LastName string `protobuf:"bytes,3,opt,name=last_name,json=lastName,proto3" json:"last_name,omitempty"`
Team string `protobuf:"bytes,4,opt,name=team,proto3" json:"team,omitempty"`
Height *float64 `protobuf:"fixed64,5,opt,name=height,proto3,oneof" json:"height,omitempty"`
Weight *int32 `protobuf:"varint,6,opt,name=weight,proto3,oneof" json:"weight,omitempty"`
Jersey *int32 `protobuf:"varint,7,opt,name=jersey,proto3,oneof" json:"jersey,omitempty"`
// Deprecated: Marked as deprecated in cfbd/internal/proto/cfbd.proto.
Year *int32 `protobuf:"varint,8,opt,name=year,proto3,oneof" json:"year,omitempty"`
Position string `protobuf:"bytes,9,opt,name=position,proto3" json:"position,omitempty"`
HomeCity string `protobuf:"bytes,10,opt,name=home_city,json=homeCity,proto3" json:"home_city,omitempty"`
HomeState string `protobuf:"bytes,11,opt,name=home_state,json=homeState,proto3" json:"home_state,omitempty"`
HomeCountry string `protobuf:"bytes,12,opt,name=home_country,json=homeCountry,proto3" json:"home_country,omitempty"`
HomeLatitude *float64 `protobuf:"fixed64,13,opt,name=home_latitude,json=homeLatitude,proto3,oneof" json:"home_latitude,omitempty"`
HomeLongitude *float64 `protobuf:"fixed64,14,opt,name=home_longitude,json=homeLongitude,proto3,oneof" json:"home_longitude,omitempty"`
HomeCounty_FIPS string `protobuf:"bytes,15,opt,name=home_county_FIPS,json=homeCountyFIPS,proto3" json:"home_county_FIPS,omitempty"`
RecruitIds []string `protobuf:"bytes,16,rep,name=recruit_ids,json=recruitIds,proto3" json:"recruit_ids,omitempty"`
// contains filtered or unexported fields
}
func (*RosterPlayer) Descriptor
deprecated
func (*RosterPlayer) Descriptor() ([]byte, []int)
Deprecated: Use RosterPlayer.ProtoReflect.Descriptor instead.
func (*RosterPlayer) GetFirstName ¶
func (x *RosterPlayer) GetFirstName() string
func (*RosterPlayer) GetHeight ¶
func (x *RosterPlayer) GetHeight() float64
func (*RosterPlayer) GetHomeCity ¶
func (x *RosterPlayer) GetHomeCity() string
func (*RosterPlayer) GetHomeCountry ¶
func (x *RosterPlayer) GetHomeCountry() string
func (*RosterPlayer) GetHomeCounty_FIPS ¶
func (x *RosterPlayer) GetHomeCounty_FIPS() string
func (*RosterPlayer) GetHomeLatitude ¶
func (x *RosterPlayer) GetHomeLatitude() float64
func (*RosterPlayer) GetHomeLongitude ¶
func (x *RosterPlayer) GetHomeLongitude() float64
func (*RosterPlayer) GetHomeState ¶
func (x *RosterPlayer) GetHomeState() string
func (*RosterPlayer) GetId ¶
func (x *RosterPlayer) GetId() string
func (*RosterPlayer) GetJersey ¶
func (x *RosterPlayer) GetJersey() int32
func (*RosterPlayer) GetLastName ¶
func (x *RosterPlayer) GetLastName() string
func (*RosterPlayer) GetPosition ¶
func (x *RosterPlayer) GetPosition() string
func (*RosterPlayer) GetRecruitIds ¶
func (x *RosterPlayer) GetRecruitIds() []string
func (*RosterPlayer) GetTeam ¶
func (x *RosterPlayer) GetTeam() string
func (*RosterPlayer) GetWeight ¶
func (x *RosterPlayer) GetWeight() int32
func (*RosterPlayer) GetYear
deprecated
func (x *RosterPlayer) GetYear() int32
Deprecated: Marked as deprecated in cfbd/internal/proto/cfbd.proto.
func (*RosterPlayer) ProtoMessage ¶
func (*RosterPlayer) ProtoMessage()
func (*RosterPlayer) ProtoReflect ¶
func (x *RosterPlayer) ProtoReflect() protoreflect.Message
func (*RosterPlayer) Reset ¶
func (x *RosterPlayer) Reset()
func (*RosterPlayer) String ¶
func (x *RosterPlayer) String() string
type RushingYardsSplit ¶
type RushingYardsSplit struct {
HighlightYards float64 `protobuf:"fixed64,1,opt,name=highlight_yards,json=highlightYards,proto3" json:"highlight_yards,omitempty"`
OpenFieldYards float64 `protobuf:"fixed64,2,opt,name=open_field_yards,json=openFieldYards,proto3" json:"open_field_yards,omitempty"`
SecondLevelYards float64 `protobuf:"fixed64,3,opt,name=second_level_yards,json=secondLevelYards,proto3" json:"second_level_yards,omitempty"`
LineYards float64 `protobuf:"fixed64,4,opt,name=line_yards,json=lineYards,proto3" json:"line_yards,omitempty"`
// contains filtered or unexported fields
}
func (*RushingYardsSplit) Descriptor
deprecated
func (*RushingYardsSplit) Descriptor() ([]byte, []int)
Deprecated: Use RushingYardsSplit.ProtoReflect.Descriptor instead.
func (*RushingYardsSplit) GetHighlightYards ¶
func (x *RushingYardsSplit) GetHighlightYards() float64
func (*RushingYardsSplit) GetLineYards ¶
func (x *RushingYardsSplit) GetLineYards() float64
func (*RushingYardsSplit) GetOpenFieldYards ¶
func (x *RushingYardsSplit) GetOpenFieldYards() float64
func (*RushingYardsSplit) GetSecondLevelYards ¶
func (x *RushingYardsSplit) GetSecondLevelYards() float64
func (*RushingYardsSplit) ProtoMessage ¶
func (*RushingYardsSplit) ProtoMessage()
func (*RushingYardsSplit) ProtoReflect ¶
func (x *RushingYardsSplit) ProtoReflect() protoreflect.Message
func (*RushingYardsSplit) Reset ¶
func (x *RushingYardsSplit) Reset()
func (*RushingYardsSplit) String ¶
func (x *RushingYardsSplit) String() string
type Scoreboard ¶
type Scoreboard struct {
Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
StartDate *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=start_date,json=startDate,proto3" json:"start_date,omitempty"`
StartTime_TBD bool `protobuf:"varint,3,opt,name=start_time_TBD,json=startTimeTBD,proto3" json:"start_time_TBD,omitempty"`
Tv string `protobuf:"bytes,4,opt,name=tv,proto3" json:"tv,omitempty"`
NeutralSite bool `protobuf:"varint,5,opt,name=neutral_site,json=neutralSite,proto3" json:"neutral_site,omitempty"`
ConferenceGame bool `protobuf:"varint,6,opt,name=conference_game,json=conferenceGame,proto3" json:"conference_game,omitempty"`
Status string `protobuf:"bytes,7,opt,name=status,proto3" json:"status,omitempty"`
Period *int32 `protobuf:"varint,8,opt,name=period,proto3,oneof" json:"period,omitempty"`
Clock string `protobuf:"bytes,9,opt,name=clock,proto3" json:"clock,omitempty"`
Situation string `protobuf:"bytes,10,opt,name=situation,proto3" json:"situation,omitempty"`
Possession string `protobuf:"bytes,11,opt,name=possession,proto3" json:"possession,omitempty"`
LastPlay string `protobuf:"bytes,12,opt,name=last_play,json=lastPlay,proto3" json:"last_play,omitempty"`
Venue *structpb.Struct `protobuf:"bytes,13,opt,name=venue,proto3" json:"venue,omitempty"`
HomeTeam *structpb.Struct `protobuf:"bytes,14,opt,name=home_team,json=homeTeam,proto3" json:"home_team,omitempty"`
AwayTeam *structpb.Struct `protobuf:"bytes,15,opt,name=away_team,json=awayTeam,proto3" json:"away_team,omitempty"`
Weather *structpb.Struct `protobuf:"bytes,16,opt,name=weather,proto3" json:"weather,omitempty"`
Betting *structpb.Struct `protobuf:"bytes,17,opt,name=betting,proto3" json:"betting,omitempty"`
// contains filtered or unexported fields
}
func (*Scoreboard) Descriptor
deprecated
func (*Scoreboard) Descriptor() ([]byte, []int)
Deprecated: Use Scoreboard.ProtoReflect.Descriptor instead.
func (*Scoreboard) GetAwayTeam ¶
func (x *Scoreboard) GetAwayTeam() *structpb.Struct
func (*Scoreboard) GetBetting ¶
func (x *Scoreboard) GetBetting() *structpb.Struct
func (*Scoreboard) GetClock ¶
func (x *Scoreboard) GetClock() string
func (*Scoreboard) GetConferenceGame ¶
func (x *Scoreboard) GetConferenceGame() bool
func (*Scoreboard) GetHomeTeam ¶
func (x *Scoreboard) GetHomeTeam() *structpb.Struct
func (*Scoreboard) GetId ¶
func (x *Scoreboard) GetId() int32
func (*Scoreboard) GetLastPlay ¶
func (x *Scoreboard) GetLastPlay() string
func (*Scoreboard) GetNeutralSite ¶
func (x *Scoreboard) GetNeutralSite() bool
func (*Scoreboard) GetPeriod ¶
func (x *Scoreboard) GetPeriod() int32
func (*Scoreboard) GetPossession ¶
func (x *Scoreboard) GetPossession() string
func (*Scoreboard) GetSituation ¶
func (x *Scoreboard) GetSituation() string
func (*Scoreboard) GetStartDate ¶
func (x *Scoreboard) GetStartDate() *timestamppb.Timestamp
func (*Scoreboard) GetStartTime_TBD ¶
func (x *Scoreboard) GetStartTime_TBD() bool
func (*Scoreboard) GetStatus ¶
func (x *Scoreboard) GetStatus() string
func (*Scoreboard) GetTv ¶
func (x *Scoreboard) GetTv() string
func (*Scoreboard) GetVenue ¶
func (x *Scoreboard) GetVenue() *structpb.Struct
func (*Scoreboard) GetWeather ¶
func (x *Scoreboard) GetWeather() *structpb.Struct
func (*Scoreboard) ProtoMessage ¶
func (*Scoreboard) ProtoMessage()
func (*Scoreboard) ProtoReflect ¶
func (x *Scoreboard) ProtoReflect() protoreflect.Message
func (*Scoreboard) Reset ¶
func (x *Scoreboard) Reset()
func (*Scoreboard) String ¶
func (x *Scoreboard) String() string
type SearchPlayersRequest ¶
type SearchPlayersRequest struct {
// SearchTerm is optional.
SearchTerm string
// Year is optional.
Year int32
// Team is optional.
Team string
// Position is optional.
Position string
}
SearchPlayersRequest is the request configuration for the resource located at GET /player/search.
type SpSpecialTeams ¶
type SpSpecialTeams struct {
Rating *float64 `protobuf:"fixed64,1,opt,name=rating,proto3,oneof" json:"rating,omitempty"`
// contains filtered or unexported fields
}
func (*SpSpecialTeams) Descriptor
deprecated
func (*SpSpecialTeams) Descriptor() ([]byte, []int)
Deprecated: Use SpSpecialTeams.ProtoReflect.Descriptor instead.
func (*SpSpecialTeams) GetRating ¶
func (x *SpSpecialTeams) GetRating() float64
func (*SpSpecialTeams) ProtoMessage ¶
func (*SpSpecialTeams) ProtoMessage()
func (*SpSpecialTeams) ProtoReflect ¶
func (x *SpSpecialTeams) ProtoReflect() protoreflect.Message
func (*SpSpecialTeams) Reset ¶
func (x *SpSpecialTeams) Reset()
func (*SpSpecialTeams) String ¶
func (x *SpSpecialTeams) String() string
type SpTeamDefense ¶
type SpTeamDefense struct {
Havoc *AdvancedHavoc `protobuf:"bytes,1,opt,name=havoc,proto3" json:"havoc,omitempty"`
PassingDowns *float64 `protobuf:"fixed64,2,opt,name=passing_downs,json=passingDowns,proto3,oneof" json:"passing_downs,omitempty"`
StandardDowns *float64 `protobuf:"fixed64,3,opt,name=standard_downs,json=standardDowns,proto3,oneof" json:"standard_downs,omitempty"`
Passing *float64 `protobuf:"fixed64,4,opt,name=passing,proto3,oneof" json:"passing,omitempty"`
Rushing *float64 `protobuf:"fixed64,5,opt,name=rushing,proto3,oneof" json:"rushing,omitempty"`
Explosiveness *float64 `protobuf:"fixed64,6,opt,name=explosiveness,proto3,oneof" json:"explosiveness,omitempty"`
Success *float64 `protobuf:"fixed64,7,opt,name=success,proto3,oneof" json:"success,omitempty"`
Rating *float64 `protobuf:"fixed64,8,opt,name=rating,proto3,oneof" json:"rating,omitempty"`
Ranking *int32 `protobuf:"varint,9,opt,name=ranking,proto3,oneof" json:"ranking,omitempty"`
// contains filtered or unexported fields
}
func (*SpTeamDefense) Descriptor
deprecated
func (*SpTeamDefense) Descriptor() ([]byte, []int)
Deprecated: Use SpTeamDefense.ProtoReflect.Descriptor instead.
func (*SpTeamDefense) GetExplosiveness ¶
func (x *SpTeamDefense) GetExplosiveness() float64
func (*SpTeamDefense) GetHavoc ¶
func (x *SpTeamDefense) GetHavoc() *AdvancedHavoc
func (*SpTeamDefense) GetPassing ¶
func (x *SpTeamDefense) GetPassing() float64
func (*SpTeamDefense) GetPassingDowns ¶
func (x *SpTeamDefense) GetPassingDowns() float64
func (*SpTeamDefense) GetRanking ¶
func (x *SpTeamDefense) GetRanking() int32
func (*SpTeamDefense) GetRating ¶
func (x *SpTeamDefense) GetRating() float64
func (*SpTeamDefense) GetRushing ¶
func (x *SpTeamDefense) GetRushing() float64
func (*SpTeamDefense) GetStandardDowns ¶
func (x *SpTeamDefense) GetStandardDowns() float64
func (*SpTeamDefense) GetSuccess ¶
func (x *SpTeamDefense) GetSuccess() float64
func (*SpTeamDefense) ProtoMessage ¶
func (*SpTeamDefense) ProtoMessage()
func (*SpTeamDefense) ProtoReflect ¶
func (x *SpTeamDefense) ProtoReflect() protoreflect.Message
func (*SpTeamDefense) Reset ¶
func (x *SpTeamDefense) Reset()
func (*SpTeamDefense) String ¶
func (x *SpTeamDefense) String() string
type SpTeamOffense ¶
type SpTeamOffense struct {
Pace *float64 `protobuf:"fixed64,1,opt,name=pace,proto3,oneof" json:"pace,omitempty"`
RunRate *float64 `protobuf:"fixed64,2,opt,name=run_rate,json=runRate,proto3,oneof" json:"run_rate,omitempty"`
PassingDowns *float64 `protobuf:"fixed64,3,opt,name=passing_downs,json=passingDowns,proto3,oneof" json:"passing_downs,omitempty"`
StandardDowns *float64 `protobuf:"fixed64,4,opt,name=standard_downs,json=standardDowns,proto3,oneof" json:"standard_downs,omitempty"`
Passing *float64 `protobuf:"fixed64,5,opt,name=passing,proto3,oneof" json:"passing,omitempty"`
Rushing *float64 `protobuf:"fixed64,6,opt,name=rushing,proto3,oneof" json:"rushing,omitempty"`
Explosiveness *float64 `protobuf:"fixed64,7,opt,name=explosiveness,proto3,oneof" json:"explosiveness,omitempty"`
Success *float64 `protobuf:"fixed64,8,opt,name=success,proto3,oneof" json:"success,omitempty"`
Rating *float64 `protobuf:"fixed64,9,opt,name=rating,proto3,oneof" json:"rating,omitempty"`
Ranking *int32 `protobuf:"varint,10,opt,name=ranking,proto3,oneof" json:"ranking,omitempty"`
// contains filtered or unexported fields
}
func (*SpTeamOffense) Descriptor
deprecated
func (*SpTeamOffense) Descriptor() ([]byte, []int)
Deprecated: Use SpTeamOffense.ProtoReflect.Descriptor instead.
func (*SpTeamOffense) GetExplosiveness ¶
func (x *SpTeamOffense) GetExplosiveness() float64
func (*SpTeamOffense) GetPace ¶
func (x *SpTeamOffense) GetPace() float64
func (*SpTeamOffense) GetPassing ¶
func (x *SpTeamOffense) GetPassing() float64
func (*SpTeamOffense) GetPassingDowns ¶
func (x *SpTeamOffense) GetPassingDowns() float64
func (*SpTeamOffense) GetRanking ¶
func (x *SpTeamOffense) GetRanking() int32
func (*SpTeamOffense) GetRating ¶
func (x *SpTeamOffense) GetRating() float64
func (*SpTeamOffense) GetRunRate ¶
func (x *SpTeamOffense) GetRunRate() float64
func (*SpTeamOffense) GetRushing ¶
func (x *SpTeamOffense) GetRushing() float64
func (*SpTeamOffense) GetStandardDowns ¶
func (x *SpTeamOffense) GetStandardDowns() float64
func (*SpTeamOffense) GetSuccess ¶
func (x *SpTeamOffense) GetSuccess() float64
func (*SpTeamOffense) ProtoMessage ¶
func (*SpTeamOffense) ProtoMessage()
func (*SpTeamOffense) ProtoReflect ¶
func (x *SpTeamOffense) ProtoReflect() protoreflect.Message
func (*SpTeamOffense) Reset ¶
func (x *SpTeamOffense) Reset()
func (*SpTeamOffense) String ¶
func (x *SpTeamOffense) String() string
type StatValue ¶
type StatValue struct {
// Swagger: anyOf -> string OR number($double)
Value *structpb.Value `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
// contains filtered or unexported fields
}
func (*StatValue) Descriptor
deprecated
func (*StatValue) ProtoMessage ¶
func (*StatValue) ProtoMessage()
func (*StatValue) ProtoReflect ¶
func (x *StatValue) ProtoReflect() protoreflect.Message
type StatsByQuarter ¶
type StatsByQuarter struct {
Total float64 `protobuf:"fixed64,1,opt,name=total,proto3" json:"total,omitempty"`
Quarter1 *float64 `protobuf:"fixed64,2,opt,name=quarter1,proto3,oneof" json:"quarter1,omitempty"`
Quarter2 *float64 `protobuf:"fixed64,3,opt,name=quarter2,proto3,oneof" json:"quarter2,omitempty"`
Quarter3 *float64 `protobuf:"fixed64,4,opt,name=quarter3,proto3,oneof" json:"quarter3,omitempty"`
Quarter4 *float64 `protobuf:"fixed64,5,opt,name=quarter4,proto3,oneof" json:"quarter4,omitempty"`
// contains filtered or unexported fields
}
func (*StatsByQuarter) Descriptor
deprecated
func (*StatsByQuarter) Descriptor() ([]byte, []int)
Deprecated: Use StatsByQuarter.ProtoReflect.Descriptor instead.
func (*StatsByQuarter) GetQuarter1 ¶
func (x *StatsByQuarter) GetQuarter1() float64
func (*StatsByQuarter) GetQuarter2 ¶
func (x *StatsByQuarter) GetQuarter2() float64
func (*StatsByQuarter) GetQuarter3 ¶
func (x *StatsByQuarter) GetQuarter3() float64
func (*StatsByQuarter) GetQuarter4 ¶
func (x *StatsByQuarter) GetQuarter4() float64
func (*StatsByQuarter) GetTotal ¶
func (x *StatsByQuarter) GetTotal() float64
func (*StatsByQuarter) ProtoMessage ¶
func (*StatsByQuarter) ProtoMessage()
func (*StatsByQuarter) ProtoReflect ¶
func (x *StatsByQuarter) ProtoReflect() protoreflect.Message
func (*StatsByQuarter) Reset ¶
func (x *StatsByQuarter) Reset()
func (*StatsByQuarter) String ¶
func (x *StatsByQuarter) String() string
type SuccessRateSplit ¶
type SuccessRateSplit struct {
PassingDowns float64 `protobuf:"fixed64,1,opt,name=passing_downs,json=passingDowns,proto3" json:"passing_downs,omitempty"`
StandardDowns float64 `protobuf:"fixed64,2,opt,name=standard_downs,json=standardDowns,proto3" json:"standard_downs,omitempty"`
Total float64 `protobuf:"fixed64,3,opt,name=total,proto3" json:"total,omitempty"`
// contains filtered or unexported fields
}
func (*SuccessRateSplit) Descriptor
deprecated
func (*SuccessRateSplit) Descriptor() ([]byte, []int)
Deprecated: Use SuccessRateSplit.ProtoReflect.Descriptor instead.
func (*SuccessRateSplit) GetPassingDowns ¶
func (x *SuccessRateSplit) GetPassingDowns() float64
func (*SuccessRateSplit) GetStandardDowns ¶
func (x *SuccessRateSplit) GetStandardDowns() float64
func (*SuccessRateSplit) GetTotal ¶
func (x *SuccessRateSplit) GetTotal() float64
func (*SuccessRateSplit) ProtoMessage ¶
func (*SuccessRateSplit) ProtoMessage()
func (*SuccessRateSplit) ProtoReflect ¶
func (x *SuccessRateSplit) ProtoReflect() protoreflect.Message
func (*SuccessRateSplit) Reset ¶
func (x *SuccessRateSplit) Reset()
func (*SuccessRateSplit) String ¶
func (x *SuccessRateSplit) String() string
type Team ¶
type Team struct {
Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
School string `protobuf:"bytes,2,opt,name=school,proto3" json:"school,omitempty"`
Mascot string `protobuf:"bytes,3,opt,name=mascot,proto3" json:"mascot,omitempty"`
Abbreviation string `protobuf:"bytes,4,opt,name=abbreviation,proto3" json:"abbreviation,omitempty"`
AlternateNames []string `protobuf:"bytes,5,rep,name=alternate_names,json=alternateNames,proto3" json:"alternate_names,omitempty"`
Conference string `protobuf:"bytes,6,opt,name=conference,proto3" json:"conference,omitempty"`
Division string `protobuf:"bytes,7,opt,name=division,proto3" json:"division,omitempty"`
Classification string `protobuf:"bytes,8,opt,name=classification,proto3" json:"classification,omitempty"`
Color string `protobuf:"bytes,9,opt,name=color,proto3" json:"color,omitempty"`
AlternateColor string `protobuf:"bytes,10,opt,name=alternate_color,json=alternateColor,proto3" json:"alternate_color,omitempty"`
Logos []string `protobuf:"bytes,11,rep,name=logos,proto3" json:"logos,omitempty"`
Twitter string `protobuf:"bytes,12,opt,name=twitter,proto3" json:"twitter,omitempty"`
Location *Venue `protobuf:"bytes,13,opt,name=location,proto3" json:"location,omitempty"`
// contains filtered or unexported fields
}
func (*Team) Descriptor
deprecated
func (*Team) GetAbbreviation ¶
func (*Team) GetAlternateColor ¶
func (*Team) GetAlternateNames ¶
func (*Team) GetClassification ¶
func (*Team) GetConference ¶
func (*Team) GetDivision ¶
func (*Team) GetLocation ¶
func (*Team) GetTwitter ¶
func (*Team) ProtoMessage ¶
func (*Team) ProtoMessage()
func (*Team) ProtoReflect ¶
func (x *Team) ProtoReflect() protoreflect.Message
type TeamATS ¶
type TeamATS struct {
Year int32 `protobuf:"varint,1,opt,name=year,proto3" json:"year,omitempty"`
TeamId int32 `protobuf:"varint,2,opt,name=team_id,json=teamId,proto3" json:"team_id,omitempty"`
Team string `protobuf:"bytes,3,opt,name=team,proto3" json:"team,omitempty"`
Conference string `protobuf:"bytes,4,opt,name=conference,proto3" json:"conference,omitempty"`
Games *int32 `protobuf:"varint,5,opt,name=games,proto3,oneof" json:"games,omitempty"`
AtsWins int32 `protobuf:"varint,6,opt,name=ats_wins,json=atsWins,proto3" json:"ats_wins,omitempty"`
AtsLosses int32 `protobuf:"varint,7,opt,name=ats_losses,json=atsLosses,proto3" json:"ats_losses,omitempty"`
AtsPushes int32 `protobuf:"varint,8,opt,name=ats_pushes,json=atsPushes,proto3" json:"ats_pushes,omitempty"`
AvgCoverMargin *float64 `protobuf:"fixed64,9,opt,name=avg_cover_margin,json=avgCoverMargin,proto3,oneof" json:"avg_cover_margin,omitempty"`
// contains filtered or unexported fields
}
func (*TeamATS) Descriptor
deprecated
func (*TeamATS) GetAtsLosses ¶
func (*TeamATS) GetAtsPushes ¶
func (*TeamATS) GetAtsWins ¶
func (*TeamATS) GetAvgCoverMargin ¶
func (*TeamATS) GetConference ¶
func (*TeamATS) ProtoMessage ¶
func (*TeamATS) ProtoMessage()
func (*TeamATS) ProtoReflect ¶
func (x *TeamATS) ProtoReflect() protoreflect.Message
type TeamElo ¶
type TeamElo struct {
Year int32 `protobuf:"varint,1,opt,name=year,proto3" json:"year,omitempty"`
Team string `protobuf:"bytes,2,opt,name=team,proto3" json:"team,omitempty"`
Conference string `protobuf:"bytes,3,opt,name=conference,proto3" json:"conference,omitempty"`
Elo *int32 `protobuf:"varint,4,opt,name=elo,proto3,oneof" json:"elo,omitempty"`
// contains filtered or unexported fields
}
func (*TeamElo) Descriptor
deprecated
func (*TeamElo) GetConference ¶
func (*TeamElo) ProtoMessage ¶
func (*TeamElo) ProtoMessage()
func (*TeamElo) ProtoReflect ¶
func (x *TeamElo) ProtoReflect() protoreflect.Message
type TeamExplosiveness ¶
type TeamExplosiveness struct {
Team string `protobuf:"bytes,1,opt,name=team,proto3" json:"team,omitempty"`
Overall *StatsByQuarter `protobuf:"bytes,2,opt,name=overall,proto3" json:"overall,omitempty"`
// contains filtered or unexported fields
}
func (*TeamExplosiveness) Descriptor
deprecated
func (*TeamExplosiveness) Descriptor() ([]byte, []int)
Deprecated: Use TeamExplosiveness.ProtoReflect.Descriptor instead.
func (*TeamExplosiveness) GetOverall ¶
func (x *TeamExplosiveness) GetOverall() *StatsByQuarter
func (*TeamExplosiveness) GetTeam ¶
func (x *TeamExplosiveness) GetTeam() string
func (*TeamExplosiveness) ProtoMessage ¶
func (*TeamExplosiveness) ProtoMessage()
func (*TeamExplosiveness) ProtoReflect ¶
func (x *TeamExplosiveness) ProtoReflect() protoreflect.Message
func (*TeamExplosiveness) Reset ¶
func (x *TeamExplosiveness) Reset()
func (*TeamExplosiveness) String ¶
func (x *TeamExplosiveness) String() string
type TeamFPI ¶
type TeamFPI struct {
Year int32 `protobuf:"varint,1,opt,name=year,proto3" json:"year,omitempty"`
Team string `protobuf:"bytes,2,opt,name=team,proto3" json:"team,omitempty"`
Conference string `protobuf:"bytes,3,opt,name=conference,proto3" json:"conference,omitempty"`
Fpi *float64 `protobuf:"fixed64,4,opt,name=fpi,proto3,oneof" json:"fpi,omitempty"`
ResumeRanks *FpiResumeRanks `protobuf:"bytes,5,opt,name=resume_ranks,json=resumeRanks,proto3" json:"resume_ranks,omitempty"`
Efficiencies *FpiEfficiencies `protobuf:"bytes,6,opt,name=efficiencies,proto3" json:"efficiencies,omitempty"`
// contains filtered or unexported fields
}
func (*TeamFPI) Descriptor
deprecated
func (*TeamFPI) GetConference ¶
func (*TeamFPI) GetEfficiencies ¶
func (x *TeamFPI) GetEfficiencies() *FpiEfficiencies
func (*TeamFPI) GetResumeRanks ¶
func (x *TeamFPI) GetResumeRanks() *FpiResumeRanks
func (*TeamFPI) ProtoMessage ¶
func (*TeamFPI) ProtoMessage()
func (*TeamFPI) ProtoReflect ¶
func (x *TeamFPI) ProtoReflect() protoreflect.Message
type TeamFieldPosition ¶
type TeamFieldPosition struct {
Team string `protobuf:"bytes,1,opt,name=team,proto3" json:"team,omitempty"`
AverageStart float64 `protobuf:"fixed64,2,opt,name=average_start,json=averageStart,proto3" json:"average_start,omitempty"`
AverageStartingPredictedPoints float64 `` /* 157-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*TeamFieldPosition) Descriptor
deprecated
func (*TeamFieldPosition) Descriptor() ([]byte, []int)
Deprecated: Use TeamFieldPosition.ProtoReflect.Descriptor instead.
func (*TeamFieldPosition) GetAverageStart ¶
func (x *TeamFieldPosition) GetAverageStart() float64
func (*TeamFieldPosition) GetAverageStartingPredictedPoints ¶
func (x *TeamFieldPosition) GetAverageStartingPredictedPoints() float64
func (*TeamFieldPosition) GetTeam ¶
func (x *TeamFieldPosition) GetTeam() string
func (*TeamFieldPosition) ProtoMessage ¶
func (*TeamFieldPosition) ProtoMessage()
func (*TeamFieldPosition) ProtoReflect ¶
func (x *TeamFieldPosition) ProtoReflect() protoreflect.Message
func (*TeamFieldPosition) Reset ¶
func (x *TeamFieldPosition) Reset()
func (*TeamFieldPosition) String ¶
func (x *TeamFieldPosition) String() string
type TeamGamePredictedPointsAdded ¶
type TeamGamePredictedPointsAdded struct {
GameId int32 `protobuf:"varint,1,opt,name=game_id,json=gameId,proto3" json:"game_id,omitempty"`
Season int32 `protobuf:"varint,2,opt,name=season,proto3" json:"season,omitempty"`
Week int32 `protobuf:"varint,3,opt,name=week,proto3" json:"week,omitempty"`
SeasonType string `protobuf:"bytes,4,opt,name=season_type,json=seasonType,proto3" json:"season_type,omitempty"`
Team string `protobuf:"bytes,5,opt,name=team,proto3" json:"team,omitempty"`
Conference string `protobuf:"bytes,6,opt,name=conference,proto3" json:"conference,omitempty"`
Opponent string `protobuf:"bytes,7,opt,name=opponent,proto3" json:"opponent,omitempty"`
Offense *PredictedPointsAddedTotalsForGames `protobuf:"bytes,8,opt,name=offense,proto3" json:"offense,omitempty"`
Defense *PredictedPointsAddedTotalsForGames `protobuf:"bytes,9,opt,name=defense,proto3" json:"defense,omitempty"`
// contains filtered or unexported fields
}
func (*TeamGamePredictedPointsAdded) Descriptor
deprecated
func (*TeamGamePredictedPointsAdded) Descriptor() ([]byte, []int)
Deprecated: Use TeamGamePredictedPointsAdded.ProtoReflect.Descriptor instead.
func (*TeamGamePredictedPointsAdded) GetConference ¶
func (x *TeamGamePredictedPointsAdded) GetConference() string
func (*TeamGamePredictedPointsAdded) GetDefense ¶
func (x *TeamGamePredictedPointsAdded) GetDefense() *PredictedPointsAddedTotalsForGames
func (*TeamGamePredictedPointsAdded) GetGameId ¶
func (x *TeamGamePredictedPointsAdded) GetGameId() int32
func (*TeamGamePredictedPointsAdded) GetOffense ¶
func (x *TeamGamePredictedPointsAdded) GetOffense() *PredictedPointsAddedTotalsForGames
func (*TeamGamePredictedPointsAdded) GetOpponent ¶
func (x *TeamGamePredictedPointsAdded) GetOpponent() string
func (*TeamGamePredictedPointsAdded) GetSeason ¶
func (x *TeamGamePredictedPointsAdded) GetSeason() int32
func (*TeamGamePredictedPointsAdded) GetSeasonType ¶
func (x *TeamGamePredictedPointsAdded) GetSeasonType() string
func (*TeamGamePredictedPointsAdded) GetTeam ¶
func (x *TeamGamePredictedPointsAdded) GetTeam() string
func (*TeamGamePredictedPointsAdded) GetWeek ¶
func (x *TeamGamePredictedPointsAdded) GetWeek() int32
func (*TeamGamePredictedPointsAdded) ProtoMessage ¶
func (*TeamGamePredictedPointsAdded) ProtoMessage()
func (*TeamGamePredictedPointsAdded) ProtoReflect ¶
func (x *TeamGamePredictedPointsAdded) ProtoReflect() protoreflect.Message
func (*TeamGamePredictedPointsAdded) Reset ¶
func (x *TeamGamePredictedPointsAdded) Reset()
func (*TeamGamePredictedPointsAdded) String ¶
func (x *TeamGamePredictedPointsAdded) String() string
type TeamHavoc ¶
type TeamHavoc struct {
Team string `protobuf:"bytes,1,opt,name=team,proto3" json:"team,omitempty"`
Total float64 `protobuf:"fixed64,2,opt,name=total,proto3" json:"total,omitempty"`
FrontSeven float64 `protobuf:"fixed64,3,opt,name=front_seven,json=frontSeven,proto3" json:"front_seven,omitempty"`
Db float64 `protobuf:"fixed64,4,opt,name=db,proto3" json:"db,omitempty"`
// contains filtered or unexported fields
}
func (*TeamHavoc) Descriptor
deprecated
func (*TeamHavoc) GetFrontSeven ¶
func (*TeamHavoc) ProtoMessage ¶
func (*TeamHavoc) ProtoMessage()
func (*TeamHavoc) ProtoReflect ¶
func (x *TeamHavoc) ProtoReflect() protoreflect.Message
type TeamPPA ¶
type TeamPPA struct {
Team string `protobuf:"bytes,1,opt,name=team,proto3" json:"team,omitempty"`
Plays int32 `protobuf:"varint,2,opt,name=plays,proto3" json:"plays,omitempty"`
Overall *StatsByQuarter `protobuf:"bytes,3,opt,name=overall,proto3" json:"overall,omitempty"`
Passing *StatsByQuarter `protobuf:"bytes,4,opt,name=passing,proto3" json:"passing,omitempty"`
Rushing *StatsByQuarter `protobuf:"bytes,5,opt,name=rushing,proto3" json:"rushing,omitempty"`
// contains filtered or unexported fields
}
func (*TeamPPA) Descriptor
deprecated
func (*TeamPPA) GetOverall ¶
func (x *TeamPPA) GetOverall() *StatsByQuarter
func (*TeamPPA) GetPassing ¶
func (x *TeamPPA) GetPassing() *StatsByQuarter
func (*TeamPPA) GetRushing ¶
func (x *TeamPPA) GetRushing() *StatsByQuarter
func (*TeamPPA) ProtoMessage ¶
func (*TeamPPA) ProtoMessage()
func (*TeamPPA) ProtoReflect ¶
func (x *TeamPPA) ProtoReflect() protoreflect.Message
type TeamRecord ¶
type TeamRecord struct {
Games int32 `protobuf:"varint,1,opt,name=games,proto3" json:"games,omitempty"`
Wins int32 `protobuf:"varint,2,opt,name=wins,proto3" json:"wins,omitempty"`
Losses int32 `protobuf:"varint,3,opt,name=losses,proto3" json:"losses,omitempty"`
Ties int32 `protobuf:"varint,4,opt,name=ties,proto3" json:"ties,omitempty"`
// contains filtered or unexported fields
}
func (*TeamRecord) Descriptor
deprecated
func (*TeamRecord) Descriptor() ([]byte, []int)
Deprecated: Use TeamRecord.ProtoReflect.Descriptor instead.
func (*TeamRecord) GetGames ¶
func (x *TeamRecord) GetGames() int32
func (*TeamRecord) GetLosses ¶
func (x *TeamRecord) GetLosses() int32
func (*TeamRecord) GetTies ¶
func (x *TeamRecord) GetTies() int32
func (*TeamRecord) GetWins ¶
func (x *TeamRecord) GetWins() int32
func (*TeamRecord) ProtoMessage ¶
func (*TeamRecord) ProtoMessage()
func (*TeamRecord) ProtoReflect ¶
func (x *TeamRecord) ProtoReflect() protoreflect.Message
func (*TeamRecord) Reset ¶
func (x *TeamRecord) Reset()
func (*TeamRecord) String ¶
func (x *TeamRecord) String() string
type TeamRecords ¶
type TeamRecords struct {
Year int32 `protobuf:"varint,1,opt,name=year,proto3" json:"year,omitempty"`
TeamId *int32 `protobuf:"varint,2,opt,name=team_id,json=teamId,proto3,oneof" json:"team_id,omitempty"`
Team string `protobuf:"bytes,3,opt,name=team,proto3" json:"team,omitempty"`
Classification string `protobuf:"bytes,4,opt,name=classification,proto3" json:"classification,omitempty"`
Conference string `protobuf:"bytes,5,opt,name=conference,proto3" json:"conference,omitempty"`
Division string `protobuf:"bytes,6,opt,name=division,proto3" json:"division,omitempty"`
ExpectedWins *float64 `protobuf:"fixed64,7,opt,name=expected_wins,json=expectedWins,proto3,oneof" json:"expected_wins,omitempty"`
Total *TeamRecord `protobuf:"bytes,8,opt,name=total,proto3" json:"total,omitempty"`
ConferenceGames *TeamRecord `protobuf:"bytes,9,opt,name=conference_games,json=conferenceGames,proto3" json:"conference_games,omitempty"`
HomeGames *TeamRecord `protobuf:"bytes,10,opt,name=home_games,json=homeGames,proto3" json:"home_games,omitempty"`
AwayGames *TeamRecord `protobuf:"bytes,11,opt,name=away_games,json=awayGames,proto3" json:"away_games,omitempty"`
NeutralSiteGames *TeamRecord `protobuf:"bytes,12,opt,name=neutral_site_games,json=neutralSiteGames,proto3" json:"neutral_site_games,omitempty"`
RegularSeason *TeamRecord `protobuf:"bytes,13,opt,name=regular_season,json=regularSeason,proto3" json:"regular_season,omitempty"`
Postseason *TeamRecord `protobuf:"bytes,14,opt,name=postseason,proto3" json:"postseason,omitempty"`
// contains filtered or unexported fields
}
func (*TeamRecords) Descriptor
deprecated
func (*TeamRecords) Descriptor() ([]byte, []int)
Deprecated: Use TeamRecords.ProtoReflect.Descriptor instead.
func (*TeamRecords) GetAwayGames ¶
func (x *TeamRecords) GetAwayGames() *TeamRecord
func (*TeamRecords) GetClassification ¶
func (x *TeamRecords) GetClassification() string
func (*TeamRecords) GetConference ¶
func (x *TeamRecords) GetConference() string
func (*TeamRecords) GetConferenceGames ¶
func (x *TeamRecords) GetConferenceGames() *TeamRecord
func (*TeamRecords) GetDivision ¶
func (x *TeamRecords) GetDivision() string
func (*TeamRecords) GetExpectedWins ¶
func (x *TeamRecords) GetExpectedWins() float64
func (*TeamRecords) GetHomeGames ¶
func (x *TeamRecords) GetHomeGames() *TeamRecord
func (*TeamRecords) GetNeutralSiteGames ¶
func (x *TeamRecords) GetNeutralSiteGames() *TeamRecord
func (*TeamRecords) GetPostseason ¶
func (x *TeamRecords) GetPostseason() *TeamRecord
func (*TeamRecords) GetRegularSeason ¶
func (x *TeamRecords) GetRegularSeason() *TeamRecord
func (*TeamRecords) GetTeam ¶
func (x *TeamRecords) GetTeam() string
func (*TeamRecords) GetTeamId ¶
func (x *TeamRecords) GetTeamId() int32
func (*TeamRecords) GetTotal ¶
func (x *TeamRecords) GetTotal() *TeamRecord
func (*TeamRecords) GetYear ¶
func (x *TeamRecords) GetYear() int32
func (*TeamRecords) ProtoMessage ¶
func (*TeamRecords) ProtoMessage()
func (*TeamRecords) ProtoReflect ¶
func (x *TeamRecords) ProtoReflect() protoreflect.Message
func (*TeamRecords) Reset ¶
func (x *TeamRecords) Reset()
func (*TeamRecords) String ¶
func (x *TeamRecords) String() string
type TeamRecruitingRanking ¶
type TeamRecruitingRanking struct {
Year int32 `protobuf:"varint,1,opt,name=year,proto3" json:"year,omitempty"`
Rank int32 `protobuf:"varint,2,opt,name=rank,proto3" json:"rank,omitempty"`
Team string `protobuf:"bytes,3,opt,name=team,proto3" json:"team,omitempty"`
Points float64 `protobuf:"fixed64,4,opt,name=points,proto3" json:"points,omitempty"`
// contains filtered or unexported fields
}
func (*TeamRecruitingRanking) Descriptor
deprecated
func (*TeamRecruitingRanking) Descriptor() ([]byte, []int)
Deprecated: Use TeamRecruitingRanking.ProtoReflect.Descriptor instead.
func (*TeamRecruitingRanking) GetPoints ¶
func (x *TeamRecruitingRanking) GetPoints() float64
func (*TeamRecruitingRanking) GetRank ¶
func (x *TeamRecruitingRanking) GetRank() int32
func (*TeamRecruitingRanking) GetTeam ¶
func (x *TeamRecruitingRanking) GetTeam() string
func (*TeamRecruitingRanking) GetYear ¶
func (x *TeamRecruitingRanking) GetYear() int32
func (*TeamRecruitingRanking) ProtoMessage ¶
func (*TeamRecruitingRanking) ProtoMessage()
func (*TeamRecruitingRanking) ProtoReflect ¶
func (x *TeamRecruitingRanking) ProtoReflect() protoreflect.Message
func (*TeamRecruitingRanking) Reset ¶
func (x *TeamRecruitingRanking) Reset()
func (*TeamRecruitingRanking) String ¶
func (x *TeamRecruitingRanking) String() string
type TeamRushingStats ¶
type TeamRushingStats struct {
Team string `protobuf:"bytes,1,opt,name=team,proto3" json:"team,omitempty"`
PowerSuccess float64 `protobuf:"fixed64,2,opt,name=power_success,json=powerSuccess,proto3" json:"power_success,omitempty"`
StuffRate float64 `protobuf:"fixed64,3,opt,name=stuff_rate,json=stuffRate,proto3" json:"stuff_rate,omitempty"`
LineYards float64 `protobuf:"fixed64,4,opt,name=line_yards,json=lineYards,proto3" json:"line_yards,omitempty"`
LineYardsAverage float64 `protobuf:"fixed64,5,opt,name=line_yards_average,json=lineYardsAverage,proto3" json:"line_yards_average,omitempty"`
SecondLevelYards float64 `protobuf:"fixed64,6,opt,name=second_level_yards,json=secondLevelYards,proto3" json:"second_level_yards,omitempty"`
SecondLevelYardsAverage float64 `` /* 136-byte string literal not displayed */
OpenFieldYards float64 `protobuf:"fixed64,8,opt,name=open_field_yards,json=openFieldYards,proto3" json:"open_field_yards,omitempty"`
OpenFieldYardsAverage float64 `` /* 130-byte string literal not displayed */
// contains filtered or unexported fields
}
func (*TeamRushingStats) Descriptor
deprecated
func (*TeamRushingStats) Descriptor() ([]byte, []int)
Deprecated: Use TeamRushingStats.ProtoReflect.Descriptor instead.
func (*TeamRushingStats) GetLineYards ¶
func (x *TeamRushingStats) GetLineYards() float64
func (*TeamRushingStats) GetLineYardsAverage ¶
func (x *TeamRushingStats) GetLineYardsAverage() float64
func (*TeamRushingStats) GetOpenFieldYards ¶
func (x *TeamRushingStats) GetOpenFieldYards() float64
func (*TeamRushingStats) GetOpenFieldYardsAverage ¶
func (x *TeamRushingStats) GetOpenFieldYardsAverage() float64
func (*TeamRushingStats) GetPowerSuccess ¶
func (x *TeamRushingStats) GetPowerSuccess() float64
func (*TeamRushingStats) GetSecondLevelYards ¶
func (x *TeamRushingStats) GetSecondLevelYards() float64
func (*TeamRushingStats) GetSecondLevelYardsAverage ¶
func (x *TeamRushingStats) GetSecondLevelYardsAverage() float64
func (*TeamRushingStats) GetStuffRate ¶
func (x *TeamRushingStats) GetStuffRate() float64
func (*TeamRushingStats) GetTeam ¶
func (x *TeamRushingStats) GetTeam() string
func (*TeamRushingStats) ProtoMessage ¶
func (*TeamRushingStats) ProtoMessage()
func (*TeamRushingStats) ProtoReflect ¶
func (x *TeamRushingStats) ProtoReflect() protoreflect.Message
func (*TeamRushingStats) Reset ¶
func (x *TeamRushingStats) Reset()
func (*TeamRushingStats) String ¶
func (x *TeamRushingStats) String() string
type TeamSP ¶
type TeamSP struct {
Year int32 `protobuf:"varint,1,opt,name=year,proto3" json:"year,omitempty"`
Team string `protobuf:"bytes,2,opt,name=team,proto3" json:"team,omitempty"`
Conference string `protobuf:"bytes,3,opt,name=conference,proto3" json:"conference,omitempty"`
Rating *float64 `protobuf:"fixed64,4,opt,name=rating,proto3,oneof" json:"rating,omitempty"`
Ranking *int32 `protobuf:"varint,5,opt,name=ranking,proto3,oneof" json:"ranking,omitempty"`
SecondOrderWins *float64 `protobuf:"fixed64,6,opt,name=second_order_wins,json=secondOrderWins,proto3,oneof" json:"second_order_wins,omitempty"`
Sos *float64 `protobuf:"fixed64,7,opt,name=sos,proto3,oneof" json:"sos,omitempty"`
Offense *SpTeamOffense `protobuf:"bytes,8,opt,name=offense,proto3" json:"offense,omitempty"`
Defense *SpTeamDefense `protobuf:"bytes,9,opt,name=defense,proto3" json:"defense,omitempty"`
SpecialTeams *SpSpecialTeams `protobuf:"bytes,10,opt,name=special_teams,json=specialTeams,proto3" json:"special_teams,omitempty"`
// contains filtered or unexported fields
}
func (*TeamSP) Descriptor
deprecated
func (*TeamSP) GetConference ¶
func (*TeamSP) GetDefense ¶
func (x *TeamSP) GetDefense() *SpTeamDefense
func (*TeamSP) GetOffense ¶
func (x *TeamSP) GetOffense() *SpTeamOffense
func (*TeamSP) GetRanking ¶
func (*TeamSP) GetSecondOrderWins ¶
func (*TeamSP) GetSpecialTeams ¶
func (x *TeamSP) GetSpecialTeams() *SpSpecialTeams
func (*TeamSP) ProtoMessage ¶
func (*TeamSP) ProtoMessage()
func (*TeamSP) ProtoReflect ¶
func (x *TeamSP) ProtoReflect() protoreflect.Message
type TeamSRS ¶
type TeamSRS struct {
Year int32 `protobuf:"varint,1,opt,name=year,proto3" json:"year,omitempty"`
Team string `protobuf:"bytes,2,opt,name=team,proto3" json:"team,omitempty"`
Conference string `protobuf:"bytes,3,opt,name=conference,proto3" json:"conference,omitempty"`
Division string `protobuf:"bytes,4,opt,name=division,proto3" json:"division,omitempty"`
Rating float64 `protobuf:"fixed64,5,opt,name=rating,proto3" json:"rating,omitempty"`
Ranking *int32 `protobuf:"varint,6,opt,name=ranking,proto3,oneof" json:"ranking,omitempty"`
// contains filtered or unexported fields
}
func (*TeamSRS) Descriptor
deprecated
func (*TeamSRS) GetConference ¶
func (*TeamSRS) GetDivision ¶
func (*TeamSRS) GetRanking ¶
func (*TeamSRS) ProtoMessage ¶
func (*TeamSRS) ProtoMessage()
func (*TeamSRS) ProtoReflect ¶
func (x *TeamSRS) ProtoReflect() protoreflect.Message
type TeamScoringOpportunities ¶
type TeamScoringOpportunities struct {
Team string `protobuf:"bytes,1,opt,name=team,proto3" json:"team,omitempty"`
Opportunities int32 `protobuf:"varint,2,opt,name=opportunities,proto3" json:"opportunities,omitempty"`
Points int32 `protobuf:"varint,3,opt,name=points,proto3" json:"points,omitempty"`
PointsPerOpportunity float64 `protobuf:"fixed64,4,opt,name=points_per_opportunity,json=pointsPerOpportunity,proto3" json:"points_per_opportunity,omitempty"`
// contains filtered or unexported fields
}
func (*TeamScoringOpportunities) Descriptor
deprecated
func (*TeamScoringOpportunities) Descriptor() ([]byte, []int)
Deprecated: Use TeamScoringOpportunities.ProtoReflect.Descriptor instead.
func (*TeamScoringOpportunities) GetOpportunities ¶
func (x *TeamScoringOpportunities) GetOpportunities() int32
func (*TeamScoringOpportunities) GetPoints ¶
func (x *TeamScoringOpportunities) GetPoints() int32
func (*TeamScoringOpportunities) GetPointsPerOpportunity ¶
func (x *TeamScoringOpportunities) GetPointsPerOpportunity() float64
func (*TeamScoringOpportunities) GetTeam ¶
func (x *TeamScoringOpportunities) GetTeam() string
func (*TeamScoringOpportunities) ProtoMessage ¶
func (*TeamScoringOpportunities) ProtoMessage()
func (*TeamScoringOpportunities) ProtoReflect ¶
func (x *TeamScoringOpportunities) ProtoReflect() protoreflect.Message
func (*TeamScoringOpportunities) Reset ¶
func (x *TeamScoringOpportunities) Reset()
func (*TeamScoringOpportunities) String ¶
func (x *TeamScoringOpportunities) String() string
type TeamSeasonPredictedPointsAdded ¶
type TeamSeasonPredictedPointsAdded struct {
Season int32 `protobuf:"varint,1,opt,name=season,proto3" json:"season,omitempty"`
Conference string `protobuf:"bytes,2,opt,name=conference,proto3" json:"conference,omitempty"`
Team string `protobuf:"bytes,3,opt,name=team,proto3" json:"team,omitempty"`
Offense *TeamSeasonPredictedPointsAddedUnit `protobuf:"bytes,4,opt,name=offense,proto3" json:"offense,omitempty"`
Defense *TeamSeasonPredictedPointsAddedUnit `protobuf:"bytes,5,opt,name=defense,proto3" json:"defense,omitempty"`
// contains filtered or unexported fields
}
func (*TeamSeasonPredictedPointsAdded) Descriptor
deprecated
func (*TeamSeasonPredictedPointsAdded) Descriptor() ([]byte, []int)
Deprecated: Use TeamSeasonPredictedPointsAdded.ProtoReflect.Descriptor instead.
func (*TeamSeasonPredictedPointsAdded) GetConference ¶
func (x *TeamSeasonPredictedPointsAdded) GetConference() string
func (*TeamSeasonPredictedPointsAdded) GetDefense ¶
func (x *TeamSeasonPredictedPointsAdded) GetDefense() *TeamSeasonPredictedPointsAddedUnit
func (*TeamSeasonPredictedPointsAdded) GetOffense ¶
func (x *TeamSeasonPredictedPointsAdded) GetOffense() *TeamSeasonPredictedPointsAddedUnit
func (*TeamSeasonPredictedPointsAdded) GetSeason ¶
func (x *TeamSeasonPredictedPointsAdded) GetSeason() int32
func (*TeamSeasonPredictedPointsAdded) GetTeam ¶
func (x *TeamSeasonPredictedPointsAdded) GetTeam() string
func (*TeamSeasonPredictedPointsAdded) ProtoMessage ¶
func (*TeamSeasonPredictedPointsAdded) ProtoMessage()
func (*TeamSeasonPredictedPointsAdded) ProtoReflect ¶
func (x *TeamSeasonPredictedPointsAdded) ProtoReflect() protoreflect.Message
func (*TeamSeasonPredictedPointsAdded) Reset ¶
func (x *TeamSeasonPredictedPointsAdded) Reset()
func (*TeamSeasonPredictedPointsAdded) String ¶
func (x *TeamSeasonPredictedPointsAdded) String() string
type TeamSeasonPredictedPointsAddedUnit ¶
type TeamSeasonPredictedPointsAddedUnit struct {
Cumulative *PredictedPointsAddedTotals `protobuf:"bytes,1,opt,name=cumulative,proto3" json:"cumulative,omitempty"`
ThirdDown *float64 `protobuf:"fixed64,2,opt,name=third_down,json=thirdDown,proto3,oneof" json:"third_down,omitempty"`
SecondDown *float64 `protobuf:"fixed64,3,opt,name=second_down,json=secondDown,proto3,oneof" json:"second_down,omitempty"`
FirstDown *float64 `protobuf:"fixed64,4,opt,name=first_down,json=firstDown,proto3,oneof" json:"first_down,omitempty"`
Rushing *float64 `protobuf:"fixed64,5,opt,name=rushing,proto3,oneof" json:"rushing,omitempty"`
Passing *float64 `protobuf:"fixed64,6,opt,name=passing,proto3,oneof" json:"passing,omitempty"`
Overall *float64 `protobuf:"fixed64,7,opt,name=overall,proto3,oneof" json:"overall,omitempty"`
// contains filtered or unexported fields
}
func (*TeamSeasonPredictedPointsAddedUnit) Descriptor
deprecated
func (*TeamSeasonPredictedPointsAddedUnit) Descriptor() ([]byte, []int)
Deprecated: Use TeamSeasonPredictedPointsAddedUnit.ProtoReflect.Descriptor instead.
func (*TeamSeasonPredictedPointsAddedUnit) GetCumulative ¶
func (x *TeamSeasonPredictedPointsAddedUnit) GetCumulative() *PredictedPointsAddedTotals
func (*TeamSeasonPredictedPointsAddedUnit) GetFirstDown ¶
func (x *TeamSeasonPredictedPointsAddedUnit) GetFirstDown() float64
func (*TeamSeasonPredictedPointsAddedUnit) GetOverall ¶
func (x *TeamSeasonPredictedPointsAddedUnit) GetOverall() float64
func (*TeamSeasonPredictedPointsAddedUnit) GetPassing ¶
func (x *TeamSeasonPredictedPointsAddedUnit) GetPassing() float64
func (*TeamSeasonPredictedPointsAddedUnit) GetRushing ¶
func (x *TeamSeasonPredictedPointsAddedUnit) GetRushing() float64
func (*TeamSeasonPredictedPointsAddedUnit) GetSecondDown ¶
func (x *TeamSeasonPredictedPointsAddedUnit) GetSecondDown() float64
func (*TeamSeasonPredictedPointsAddedUnit) GetThirdDown ¶
func (x *TeamSeasonPredictedPointsAddedUnit) GetThirdDown() float64
func (*TeamSeasonPredictedPointsAddedUnit) ProtoMessage ¶
func (*TeamSeasonPredictedPointsAddedUnit) ProtoMessage()
func (*TeamSeasonPredictedPointsAddedUnit) ProtoReflect ¶
func (x *TeamSeasonPredictedPointsAddedUnit) ProtoReflect() protoreflect.Message
func (*TeamSeasonPredictedPointsAddedUnit) Reset ¶
func (x *TeamSeasonPredictedPointsAddedUnit) Reset()
func (*TeamSeasonPredictedPointsAddedUnit) String ¶
func (x *TeamSeasonPredictedPointsAddedUnit) String() string
type TeamStat ¶
type TeamStat struct {
Season int32 `protobuf:"varint,1,opt,name=season,proto3" json:"season,omitempty"`
Team string `protobuf:"bytes,2,opt,name=team,proto3" json:"team,omitempty"`
Conference string `protobuf:"bytes,3,opt,name=conference,proto3" json:"conference,omitempty"`
StatName string `protobuf:"bytes,4,opt,name=stat_name,json=statName,proto3" json:"stat_name,omitempty"`
StatValue *structpb.Value `protobuf:"bytes,5,opt,name=stat_value,json=statValue,proto3" json:"stat_value,omitempty"`
// contains filtered or unexported fields
}
func (*TeamStat) Descriptor
deprecated
func (*TeamStat) GetConference ¶
func (*TeamStat) GetStatName ¶
func (*TeamStat) GetStatValue ¶
func (*TeamStat) ProtoMessage ¶
func (*TeamStat) ProtoMessage()
func (*TeamStat) ProtoReflect ¶
func (x *TeamStat) ProtoReflect() protoreflect.Message
type TeamSuccessRates ¶
type TeamSuccessRates struct {
Team string `protobuf:"bytes,1,opt,name=team,proto3" json:"team,omitempty"`
Overall *StatsByQuarter `protobuf:"bytes,2,opt,name=overall,proto3" json:"overall,omitempty"`
StandardDowns *StatsByQuarter `protobuf:"bytes,3,opt,name=standard_downs,json=standardDowns,proto3" json:"standard_downs,omitempty"`
PassingDowns *StatsByQuarter `protobuf:"bytes,4,opt,name=passing_downs,json=passingDowns,proto3" json:"passing_downs,omitempty"`
// contains filtered or unexported fields
}
func (*TeamSuccessRates) Descriptor
deprecated
func (*TeamSuccessRates) Descriptor() ([]byte, []int)
Deprecated: Use TeamSuccessRates.ProtoReflect.Descriptor instead.
func (*TeamSuccessRates) GetOverall ¶
func (x *TeamSuccessRates) GetOverall() *StatsByQuarter
func (*TeamSuccessRates) GetPassingDowns ¶
func (x *TeamSuccessRates) GetPassingDowns() *StatsByQuarter
func (*TeamSuccessRates) GetStandardDowns ¶
func (x *TeamSuccessRates) GetStandardDowns() *StatsByQuarter
func (*TeamSuccessRates) GetTeam ¶
func (x *TeamSuccessRates) GetTeam() string
func (*TeamSuccessRates) ProtoMessage ¶
func (*TeamSuccessRates) ProtoMessage()
func (*TeamSuccessRates) ProtoReflect ¶
func (x *TeamSuccessRates) ProtoReflect() protoreflect.Message
func (*TeamSuccessRates) Reset ¶
func (x *TeamSuccessRates) Reset()
func (*TeamSuccessRates) String ¶
func (x *TeamSuccessRates) String() string
type TeamTalent ¶
type TeamTalent struct {
Year int32 `protobuf:"varint,1,opt,name=year,proto3" json:"year,omitempty"`
Team string `protobuf:"bytes,2,opt,name=team,proto3" json:"team,omitempty"`
Talent float64 `protobuf:"fixed64,3,opt,name=talent,proto3" json:"talent,omitempty"`
// contains filtered or unexported fields
}
func (*TeamTalent) Descriptor
deprecated
func (*TeamTalent) Descriptor() ([]byte, []int)
Deprecated: Use TeamTalent.ProtoReflect.Descriptor instead.
func (*TeamTalent) GetTalent ¶
func (x *TeamTalent) GetTalent() float64
func (*TeamTalent) GetTeam ¶
func (x *TeamTalent) GetTeam() string
func (*TeamTalent) GetYear ¶
func (x *TeamTalent) GetYear() int32
func (*TeamTalent) ProtoMessage ¶
func (*TeamTalent) ProtoMessage()
func (*TeamTalent) ProtoReflect ¶
func (x *TeamTalent) ProtoReflect() protoreflect.Message
func (*TeamTalent) Reset ¶
func (x *TeamTalent) Reset()
func (*TeamTalent) String ¶
func (x *TeamTalent) String() string
type UserInfo ¶
type UserInfo struct {
PatronLevel float64 `protobuf:"fixed64,1,opt,name=patron_level,json=patronLevel,proto3" json:"patron_level,omitempty"`
RemainingCalls float64 `protobuf:"fixed64,2,opt,name=remaining_calls,json=remainingCalls,proto3" json:"remaining_calls,omitempty"`
// contains filtered or unexported fields
}
func (*UserInfo) Descriptor
deprecated
func (*UserInfo) GetPatronLevel ¶
func (*UserInfo) GetRemainingCalls ¶
func (*UserInfo) ProtoMessage ¶
func (*UserInfo) ProtoMessage()
func (*UserInfo) ProtoReflect ¶
func (x *UserInfo) ProtoReflect() protoreflect.Message
type Venue ¶
type Venue struct {
Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
City string `protobuf:"bytes,3,opt,name=city,proto3" json:"city,omitempty"`
State string `protobuf:"bytes,4,opt,name=state,proto3" json:"state,omitempty"`
Zip string `protobuf:"bytes,5,opt,name=zip,proto3" json:"zip,omitempty"`
CountryCode string `protobuf:"bytes,6,opt,name=country_code,json=countryCode,proto3" json:"country_code,omitempty"`
Timezone string `protobuf:"bytes,7,opt,name=timezone,proto3" json:"timezone,omitempty"`
Latitude *float64 `protobuf:"fixed64,8,opt,name=latitude,proto3,oneof" json:"latitude,omitempty"`
Longitude *float64 `protobuf:"fixed64,9,opt,name=longitude,proto3,oneof" json:"longitude,omitempty"`
Elevation string `protobuf:"bytes,10,opt,name=elevation,proto3" json:"elevation,omitempty"`
Capacity *int32 `protobuf:"varint,11,opt,name=capacity,proto3,oneof" json:"capacity,omitempty"`
ConstructionYear *int32 `protobuf:"varint,12,opt,name=construction_year,json=constructionYear,proto3,oneof" json:"construction_year,omitempty"`
Grass *bool `protobuf:"varint,13,opt,name=grass,proto3,oneof" json:"grass,omitempty"`
Dome *bool `protobuf:"varint,14,opt,name=dome,proto3,oneof" json:"dome,omitempty"`
// contains filtered or unexported fields
}
func (*Venue) Descriptor
deprecated
func (*Venue) GetCapacity ¶
func (*Venue) GetConstructionYear ¶
func (*Venue) GetCountryCode ¶
func (*Venue) GetElevation ¶
func (*Venue) GetLatitude ¶
func (*Venue) GetLongitude ¶
func (*Venue) GetTimezone ¶
func (*Venue) ProtoMessage ¶
func (*Venue) ProtoMessage()
func (*Venue) ProtoReflect ¶
func (x *Venue) ProtoReflect() protoreflect.Message