cfbd

package
v0.0.32 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 9, 2026 License: MIT Imports: 20 Imported by: 0

Documentation

Overview

Package cfbd provides a minimal, type-safe Golang client for the College Football Data API.

Index

Constants

This section is empty.

Variables

View Source
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")
)
View Source
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 (*AdvancedGameStatSide) GetPassingPlays

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 (*AdvancedGameStatSide) GetSecondLevelYards

func (x *AdvancedGameStatSide) GetSecondLevelYards() float64

func (*AdvancedGameStatSide) GetSecondLevelYardsTotal

func (x *AdvancedGameStatSide) GetSecondLevelYardsTotal() int32

func (*AdvancedGameStatSide) GetStandardDowns

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 (*AdvancedGameStatSideDownMetrics) GetSuccessRate

func (x *AdvancedGameStatSideDownMetrics) GetSuccessRate() float64

func (*AdvancedGameStatSideDownMetrics) ProtoMessage

func (*AdvancedGameStatSideDownMetrics) ProtoMessage()

func (*AdvancedGameStatSideDownMetrics) ProtoReflect

func (*AdvancedGameStatSideDownMetrics) Reset

func (*AdvancedGameStatSideDownMetrics) 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 (*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 (*AdvancedGameStatSidePlayMetrics) Reset

func (*AdvancedGameStatSidePlayMetrics) 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 New

func New(apiKey string) (*Client, error)

New creates a new Client.

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

func (c *Client) GetCoaches(
	ctx context.Context,
	request GetCoachesRequest,
) ([]*Coach, error)

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

func (c *Client) GetDraftTeams(ctx context.Context) ([]*DraftTeam, error)

GetDraftTeams retrieves all NFL draft teams.

Calls GET /draft/teams.

The behavior depends on the provided parameters:

ctx  controls request cancellation

func (*Client) GetDrives

func (c *Client) GetDrives(
	ctx context.Context,
	request GetDrivesRequest,
) ([]*Drive, error)

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

func (c *Client) GetFBSTeams(
	ctx context.Context,
	request GetFBSTeamsRequest,
) ([]*Team, error)

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

func (c *Client) GetGames(
	ctx context.Context,
	request GetGamesRequest,
) ([]*Game, error)

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

func (c *Client) GetInfo(ctx context.Context) (*UserInfo, error)

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

func (c *Client) GetPlayTypes(ctx context.Context) ([]*PlayType, error)

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

func (c *Client) GetPlays(
	ctx context.Context,
	request GetPlaysRequest,
) ([]*Play, error)

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

func (c *Client) GetStatCategories(ctx context.Context) ([]string, error)

GetStatCategories retrieves all available statistics categories.

Calls GET /stats/categories.

The behavior depends on the provided parameters:

ctx  controls request cancellation

func (*Client) GetTeamATS

func (c *Client) GetTeamATS(
	ctx context.Context,
	request GetTeamATSRequest,
) ([]*TeamATS, error)

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

func (c *Client) GetTeams(
	ctx context.Context,
	request GetTeamsRequest,
) ([]*Team, error)

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

func (c *Client) GetVenues(ctx context.Context) ([]*Venue, error)

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) Descriptor() ([]byte, []int)

Deprecated: Use Coach.ProtoReflect.Descriptor instead.

func (*Coach) GetFirstName

func (x *Coach) GetFirstName() string

func (*Coach) GetHireDate

func (x *Coach) GetHireDate() *timestamppb.Timestamp

func (*Coach) GetLastName

func (x *Coach) GetLastName() string

func (*Coach) GetSeasons

func (x *Coach) GetSeasons() []*CoachSeason

func (*Coach) ProtoMessage

func (*Coach) ProtoMessage()

func (*Coach) ProtoReflect

func (x *Coach) ProtoReflect() protoreflect.Message

func (*Coach) Reset

func (x *Coach) Reset()

func (*Coach) String

func (x *Coach) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use DraftPick.ProtoReflect.Descriptor instead.

func (*DraftPick) GetCollegeAthleteId

func (x *DraftPick) GetCollegeAthleteId() int32

func (*DraftPick) GetCollegeConference

func (x *DraftPick) GetCollegeConference() string

func (*DraftPick) GetCollegeId

func (x *DraftPick) GetCollegeId() int32

func (*DraftPick) GetCollegeTeam

func (x *DraftPick) GetCollegeTeam() string

func (*DraftPick) GetHeight

func (x *DraftPick) GetHeight() float64

func (*DraftPick) GetHometownInfo

func (x *DraftPick) GetHometownInfo() *DraftPickHometownInfo

func (*DraftPick) GetName

func (x *DraftPick) GetName() string

func (*DraftPick) GetNflAthleteId

func (x *DraftPick) GetNflAthleteId() int32

func (*DraftPick) GetNflTeam

func (x *DraftPick) GetNflTeam() string

func (*DraftPick) GetNflTeamId

func (x *DraftPick) GetNflTeamId() int32

func (*DraftPick) GetOverall

func (x *DraftPick) GetOverall() int32

func (*DraftPick) GetPick

func (x *DraftPick) GetPick() int32

func (*DraftPick) GetPosition

func (x *DraftPick) GetPosition() string

func (*DraftPick) GetPreDraftGrade

func (x *DraftPick) GetPreDraftGrade() int32

func (*DraftPick) GetPreDraftPositionRanking

func (x *DraftPick) GetPreDraftPositionRanking() int32

func (*DraftPick) GetPreDraftRanking

func (x *DraftPick) GetPreDraftRanking() int32

func (*DraftPick) GetRound

func (x *DraftPick) GetRound() int32

func (*DraftPick) GetWeight

func (x *DraftPick) GetWeight() int32

func (*DraftPick) GetYear

func (x *DraftPick) GetYear() int32

func (*DraftPick) ProtoMessage

func (*DraftPick) ProtoMessage()

func (*DraftPick) ProtoReflect

func (x *DraftPick) ProtoReflect() protoreflect.Message

func (*DraftPick) Reset

func (x *DraftPick) Reset()

func (*DraftPick) String

func (x *DraftPick) String() string

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"`
	// contains filtered or unexported fields
}

func (*DraftTeam) Descriptor deprecated

func (*DraftTeam) Descriptor() ([]byte, []int)

Deprecated: Use DraftTeam.ProtoReflect.Descriptor instead.

func (*DraftTeam) GetDisplayName

func (x *DraftTeam) GetDisplayName() string

func (*DraftTeam) GetLocation

func (x *DraftTeam) GetLocation() string
func (x *DraftTeam) GetLogo() string

func (*DraftTeam) GetNickname

func (x *DraftTeam) GetNickname() string

func (*DraftTeam) ProtoMessage

func (*DraftTeam) ProtoMessage()

func (*DraftTeam) ProtoReflect

func (x *DraftTeam) ProtoReflect() protoreflect.Message

func (*DraftTeam) Reset

func (x *DraftTeam) Reset()

func (*DraftTeam) String

func (x *DraftTeam) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use Drive.ProtoReflect.Descriptor instead.

func (*Drive) GetDefense

func (x *Drive) GetDefense() string

func (*Drive) GetDefenseConference

func (x *Drive) GetDefenseConference() string

func (*Drive) GetDriveNumber

func (x *Drive) GetDriveNumber() int32

func (*Drive) GetDriveResult

func (x *Drive) GetDriveResult() string

func (*Drive) GetElapsed

func (x *Drive) GetElapsed() *ClockInt32

func (*Drive) GetEndDefenseScore

func (x *Drive) GetEndDefenseScore() int32

func (*Drive) GetEndOffenseScore

func (x *Drive) GetEndOffenseScore() int32

func (*Drive) GetEndPeriod

func (x *Drive) GetEndPeriod() int32

func (*Drive) GetEndTime

func (x *Drive) GetEndTime() *ClockInt32

func (*Drive) GetEndYardline

func (x *Drive) GetEndYardline() int32

func (*Drive) GetEndYardsToGoal

func (x *Drive) GetEndYardsToGoal() int32

func (*Drive) GetGameId

func (x *Drive) GetGameId() int32

func (*Drive) GetId

func (x *Drive) GetId() string

func (*Drive) GetIsHomeOffense

func (x *Drive) GetIsHomeOffense() bool

func (*Drive) GetOffense

func (x *Drive) GetOffense() string

func (*Drive) GetOffenseConference

func (x *Drive) GetOffenseConference() string

func (*Drive) GetPlays

func (x *Drive) GetPlays() int32

func (*Drive) GetScoring

func (x *Drive) GetScoring() bool

func (*Drive) GetStartDefenseScore

func (x *Drive) GetStartDefenseScore() int32

func (*Drive) GetStartOffenseScore

func (x *Drive) GetStartOffenseScore() int32

func (*Drive) GetStartPeriod

func (x *Drive) GetStartPeriod() int32

func (*Drive) GetStartTime

func (x *Drive) GetStartTime() *ClockInt32

func (*Drive) GetStartYardline

func (x *Drive) GetStartYardline() int32

func (*Drive) GetStartYardsToGoal

func (x *Drive) GetStartYardsToGoal() int32

func (*Drive) GetYards

func (x *Drive) GetYards() int32

func (*Drive) ProtoMessage

func (*Drive) ProtoMessage()

func (*Drive) ProtoReflect

func (x *Drive) ProtoReflect() protoreflect.Message

func (*Drive) Reset

func (x *Drive) Reset()

func (*Drive) String

func (x *Drive) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use EpaSplit.ProtoReflect.Descriptor instead.

func (*EpaSplit) GetPassing

func (x *EpaSplit) GetPassing() float64

func (*EpaSplit) GetRushing

func (x *EpaSplit) GetRushing() float64

func (*EpaSplit) GetTotal

func (x *EpaSplit) GetTotal() float64

func (*EpaSplit) ProtoMessage

func (*EpaSplit) ProtoMessage()

func (*EpaSplit) ProtoReflect

func (x *EpaSplit) ProtoReflect() protoreflect.Message

func (*EpaSplit) Reset

func (x *EpaSplit) Reset()

func (*EpaSplit) String

func (x *EpaSplit) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use Game.ProtoReflect.Descriptor instead.

func (*Game) GetAttendance

func (x *Game) GetAttendance() int32

func (*Game) GetAwayClassification

func (x *Game) GetAwayClassification() string

func (*Game) GetAwayConference

func (x *Game) GetAwayConference() string

func (*Game) GetAwayId

func (x *Game) GetAwayId() int32

func (*Game) GetAwayLineScores

func (x *Game) GetAwayLineScores() []int32

func (*Game) GetAwayPoints

func (x *Game) GetAwayPoints() int32

func (*Game) GetAwayPostgameElo

func (x *Game) GetAwayPostgameElo() int32

func (*Game) GetAwayPostgameWinProbability

func (x *Game) GetAwayPostgameWinProbability() float64

func (*Game) GetAwayPregameElo

func (x *Game) GetAwayPregameElo() int32

func (*Game) GetAwayTeam

func (x *Game) GetAwayTeam() string

func (*Game) GetCompleted

func (x *Game) GetCompleted() bool

func (*Game) GetConferenceGame

func (x *Game) GetConferenceGame() bool

func (*Game) GetExcitementIndex

func (x *Game) GetExcitementIndex() float64

func (*Game) GetHighlights

func (x *Game) GetHighlights() string

func (*Game) GetHomeClassification

func (x *Game) GetHomeClassification() string

func (*Game) GetHomeConference

func (x *Game) GetHomeConference() string

func (*Game) GetHomeId

func (x *Game) GetHomeId() int32

func (*Game) GetHomeLineScores

func (x *Game) GetHomeLineScores() []int32

func (*Game) GetHomePoints

func (x *Game) GetHomePoints() int32

func (*Game) GetHomePostgameElo

func (x *Game) GetHomePostgameElo() int32

func (*Game) GetHomePostgameWinProbability

func (x *Game) GetHomePostgameWinProbability() float64

func (*Game) GetHomePregameElo

func (x *Game) GetHomePregameElo() int32

func (*Game) GetHomeTeam

func (x *Game) GetHomeTeam() string

func (*Game) GetId

func (x *Game) GetId() int32

func (*Game) GetNeutralSite

func (x *Game) GetNeutralSite() bool

func (*Game) GetNotes

func (x *Game) GetNotes() string

func (*Game) GetSeason

func (x *Game) GetSeason() int32

func (*Game) GetSeasonType

func (x *Game) GetSeasonType() string

func (*Game) GetStartDate

func (x *Game) GetStartDate() *timestamppb.Timestamp

func (*Game) GetStartTime_TBD

func (x *Game) GetStartTime_TBD() bool

func (*Game) GetVenue

func (x *Game) GetVenue() string

func (*Game) GetVenueId

func (x *Game) GetVenueId() int32

func (*Game) GetWeek

func (x *Game) GetWeek() int32

func (*Game) ProtoMessage

func (*Game) ProtoMessage()

func (*Game) ProtoReflect

func (x *Game) ProtoReflect() protoreflect.Message

func (*Game) Reset

func (x *Game) Reset()

func (*Game) String

func (x *Game) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use GameLine.ProtoReflect.Descriptor instead.

func (*GameLine) GetAwayMoneyline

func (x *GameLine) GetAwayMoneyline() float64

func (*GameLine) GetFormattedSpread

func (x *GameLine) GetFormattedSpread() string

func (*GameLine) GetHomeMoneyline

func (x *GameLine) GetHomeMoneyline() float64

func (*GameLine) GetOverUnder

func (x *GameLine) GetOverUnder() float64

func (*GameLine) GetOverUnderOpen

func (x *GameLine) GetOverUnderOpen() float64

func (*GameLine) GetProvider

func (x *GameLine) GetProvider() string

func (*GameLine) GetSpread

func (x *GameLine) GetSpread() float64

func (*GameLine) GetSpreadOpen

func (x *GameLine) GetSpreadOpen() float64

func (*GameLine) ProtoMessage

func (*GameLine) ProtoMessage()

func (*GameLine) ProtoReflect

func (x *GameLine) ProtoReflect() protoreflect.Message

func (*GameLine) Reset

func (x *GameLine) Reset()

func (*GameLine) String

func (x *GameLine) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use GameMedia.ProtoReflect.Descriptor instead.

func (*GameMedia) GetAwayConference

func (x *GameMedia) GetAwayConference() string

func (*GameMedia) GetAwayTeam

func (x *GameMedia) GetAwayTeam() string

func (*GameMedia) GetHomeConference

func (x *GameMedia) GetHomeConference() string

func (*GameMedia) GetHomeTeam

func (x *GameMedia) GetHomeTeam() string

func (*GameMedia) GetId

func (x *GameMedia) GetId() int32

func (*GameMedia) GetIsStartTime_TBD

func (x *GameMedia) GetIsStartTime_TBD() bool

func (*GameMedia) GetMediaType

func (x *GameMedia) GetMediaType() string

func (*GameMedia) GetOutlet

func (x *GameMedia) GetOutlet() string

func (*GameMedia) GetSeason

func (x *GameMedia) GetSeason() int32

func (*GameMedia) GetSeasonType

func (x *GameMedia) GetSeasonType() string

func (*GameMedia) GetStartTime

func (x *GameMedia) GetStartTime() *timestamppb.Timestamp

func (*GameMedia) GetWeek

func (x *GameMedia) GetWeek() int32

func (*GameMedia) ProtoMessage

func (*GameMedia) ProtoMessage()

func (*GameMedia) ProtoReflect

func (x *GameMedia) ProtoReflect() protoreflect.Message

func (*GameMedia) Reset

func (x *GameMedia) Reset()

func (*GameMedia) String

func (x *GameMedia) String() string

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 (*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) Descriptor() ([]byte, []int)

Deprecated: Use Int32List.ProtoReflect.Descriptor instead.

func (*Int32List) GetValues

func (x *Int32List) GetValues() []int32

func (*Int32List) ProtoMessage

func (*Int32List) ProtoMessage()

func (*Int32List) ProtoReflect

func (x *Int32List) ProtoReflect() protoreflect.Message

func (*Int32List) Reset

func (x *Int32List) Reset()

func (*Int32List) String

func (x *Int32List) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use LiveGame.ProtoReflect.Descriptor instead.

func (*LiveGame) GetClock

func (x *LiveGame) GetClock() string

func (*LiveGame) GetDistance

func (x *LiveGame) GetDistance() int32

func (*LiveGame) GetDown

func (x *LiveGame) GetDown() int32

func (*LiveGame) GetDrives

func (x *LiveGame) GetDrives() []*LiveGameDrive

func (*LiveGame) GetId

func (x *LiveGame) GetId() int32

func (*LiveGame) GetPeriod

func (x *LiveGame) GetPeriod() int32

func (*LiveGame) GetPossession

func (x *LiveGame) GetPossession() string

func (*LiveGame) GetStatus

func (x *LiveGame) GetStatus() string

func (*LiveGame) GetTeams

func (x *LiveGame) GetTeams() []*LiveGameTeam

func (*LiveGame) GetYardsToGoal

func (x *LiveGame) GetYardsToGoal() int32

func (*LiveGame) ProtoMessage

func (*LiveGame) ProtoMessage()

func (*LiveGame) ProtoReflect

func (x *LiveGame) ProtoReflect() protoreflect.Message

func (*LiveGame) Reset

func (x *LiveGame) Reset()

func (*LiveGame) String

func (x *LiveGame) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use Matchup.ProtoReflect.Descriptor instead.

func (*Matchup) GetEndYear

func (x *Matchup) GetEndYear() int32

func (*Matchup) GetGames

func (x *Matchup) GetGames() []*MatchupGame

func (*Matchup) GetStartYear

func (x *Matchup) GetStartYear() int32

func (*Matchup) GetTeam1

func (x *Matchup) GetTeam1() string

func (*Matchup) GetTeam1Wins

func (x *Matchup) GetTeam1Wins() int32

func (*Matchup) GetTeam2

func (x *Matchup) GetTeam2() string

func (*Matchup) GetTeam2Wins

func (x *Matchup) GetTeam2Wins() int32

func (*Matchup) GetTies

func (x *Matchup) GetTies() int32

func (*Matchup) ProtoMessage

func (*Matchup) ProtoMessage()

func (*Matchup) ProtoReflect

func (x *Matchup) ProtoReflect() protoreflect.Message

func (*Matchup) Reset

func (x *Matchup) Reset()

func (*Matchup) String

func (x *Matchup) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use Play.ProtoReflect.Descriptor instead.

func (*Play) GetAway

func (x *Play) GetAway() string

func (*Play) GetClock

func (x *Play) GetClock() *ClockInt32

func (*Play) GetDefense

func (x *Play) GetDefense() string

func (*Play) GetDefenseConference

func (x *Play) GetDefenseConference() string

func (*Play) GetDefenseScore

func (x *Play) GetDefenseScore() int32

func (*Play) GetDefenseTimeouts

func (x *Play) GetDefenseTimeouts() int32

func (*Play) GetDistance

func (x *Play) GetDistance() int32

func (*Play) GetDown

func (x *Play) GetDown() int32

func (*Play) GetDriveId

func (x *Play) GetDriveId() string

func (*Play) GetDriveNumber

func (x *Play) GetDriveNumber() int32

func (*Play) GetGameId

func (x *Play) GetGameId() int32

func (*Play) GetHome

func (x *Play) GetHome() string

func (*Play) GetId

func (x *Play) GetId() string

func (*Play) GetOffense

func (x *Play) GetOffense() string

func (*Play) GetOffenseConference

func (x *Play) GetOffenseConference() string

func (*Play) GetOffenseScore

func (x *Play) GetOffenseScore() int32

func (*Play) GetOffenseTimeouts

func (x *Play) GetOffenseTimeouts() int32

func (*Play) GetPeriod

func (x *Play) GetPeriod() int32

func (*Play) GetPlayNumber

func (x *Play) GetPlayNumber() int32

func (*Play) GetPlayText

func (x *Play) GetPlayText() string

func (*Play) GetPlayType

func (x *Play) GetPlayType() string

func (*Play) GetPpa

func (x *Play) GetPpa() float64

func (*Play) GetScoring

func (x *Play) GetScoring() bool

func (*Play) GetWallclock

func (x *Play) GetWallclock() string

func (*Play) GetYardline

func (x *Play) GetYardline() int32

func (*Play) GetYardsGained

func (x *Play) GetYardsGained() int32

func (*Play) GetYardsToGoal

func (x *Play) GetYardsToGoal() int32

func (*Play) ProtoMessage

func (*Play) ProtoMessage()

func (*Play) ProtoReflect

func (x *Play) ProtoReflect() protoreflect.Message

func (*Play) Reset

func (x *Play) Reset()

func (*Play) String

func (x *Play) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use PlayStat.ProtoReflect.Descriptor instead.

func (*PlayStat) GetAthleteId

func (x *PlayStat) GetAthleteId() string

func (*PlayStat) GetAthleteName

func (x *PlayStat) GetAthleteName() string

func (*PlayStat) GetClock

func (x *PlayStat) GetClock() *ClockDouble

func (*PlayStat) GetConference

func (x *PlayStat) GetConference() string

func (*PlayStat) GetDistance

func (x *PlayStat) GetDistance() float64

func (*PlayStat) GetDown

func (x *PlayStat) GetDown() float64

func (*PlayStat) GetDriveId

func (x *PlayStat) GetDriveId() string

func (*PlayStat) GetGameId

func (x *PlayStat) GetGameId() float64

func (*PlayStat) GetOpponent

func (x *PlayStat) GetOpponent() string

func (*PlayStat) GetOpponentScore

func (x *PlayStat) GetOpponentScore() float64

func (*PlayStat) GetPeriod

func (x *PlayStat) GetPeriod() float64

func (*PlayStat) GetPlayId

func (x *PlayStat) GetPlayId() string

func (*PlayStat) GetSeason

func (x *PlayStat) GetSeason() float64

func (*PlayStat) GetStat

func (x *PlayStat) GetStat() float64

func (*PlayStat) GetStatType

func (x *PlayStat) GetStatType() string

func (*PlayStat) GetTeam

func (x *PlayStat) GetTeam() string

func (*PlayStat) GetTeamScore

func (x *PlayStat) GetTeamScore() float64

func (*PlayStat) GetWeek

func (x *PlayStat) GetWeek() float64

func (*PlayStat) GetYardsToGoal

func (x *PlayStat) GetYardsToGoal() float64

func (*PlayStat) ProtoMessage

func (*PlayStat) ProtoMessage()

func (*PlayStat) ProtoReflect

func (x *PlayStat) ProtoReflect() protoreflect.Message

func (*PlayStat) Reset

func (x *PlayStat) Reset()

func (*PlayStat) String

func (x *PlayStat) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use PlayType.ProtoReflect.Descriptor instead.

func (*PlayType) GetAbbreviation

func (x *PlayType) GetAbbreviation() string

func (*PlayType) GetId

func (x *PlayType) GetId() int32

func (*PlayType) GetText

func (x *PlayType) GetText() string

func (*PlayType) ProtoMessage

func (*PlayType) ProtoMessage()

func (*PlayType) ProtoReflect

func (x *PlayType) ProtoReflect() protoreflect.Message

func (*PlayType) Reset

func (x *PlayType) Reset()

func (*PlayType) String

func (x *PlayType) String() string

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 (*PlayerGamePredictedPointsAdded) GetName

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 (*PlayerGamePredictedPointsAdded) GetWeek

func (*PlayerGamePredictedPointsAdded) ProtoMessage

func (*PlayerGamePredictedPointsAdded) ProtoMessage()

func (*PlayerGamePredictedPointsAdded) ProtoReflect

func (*PlayerGamePredictedPointsAdded) Reset

func (x *PlayerGamePredictedPointsAdded) Reset()

func (*PlayerGamePredictedPointsAdded) 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) Descriptor() ([]byte, []int)

Deprecated: Use PlayerPPA.ProtoReflect.Descriptor instead.

func (*PlayerPPA) GetAverage

func (x *PlayerPPA) GetAverage() *PlayerStatsByQuarter

func (*PlayerPPA) GetCumulative

func (x *PlayerPPA) GetCumulative() *PlayerStatsByQuarter

func (*PlayerPPA) GetPlayer

func (x *PlayerPPA) GetPlayer() string

func (*PlayerPPA) GetPosition

func (x *PlayerPPA) GetPosition() string

func (*PlayerPPA) GetTeam

func (x *PlayerPPA) GetTeam() string

func (*PlayerPPA) ProtoMessage

func (*PlayerPPA) ProtoMessage()

func (*PlayerPPA) ProtoReflect

func (x *PlayerPPA) ProtoReflect() protoreflect.Message

func (*PlayerPPA) Reset

func (x *PlayerPPA) Reset()

func (*PlayerPPA) String

func (x *PlayerPPA) String() string

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 (*PlayerSeasonPredictedPointsAdded) GetConference

func (x *PlayerSeasonPredictedPointsAdded) GetConference() string

func (*PlayerSeasonPredictedPointsAdded) GetId

func (*PlayerSeasonPredictedPointsAdded) GetName

func (*PlayerSeasonPredictedPointsAdded) GetPosition

func (x *PlayerSeasonPredictedPointsAdded) GetPosition() string

func (*PlayerSeasonPredictedPointsAdded) GetSeason

func (x *PlayerSeasonPredictedPointsAdded) GetSeason() int32

func (*PlayerSeasonPredictedPointsAdded) GetTeam

func (*PlayerSeasonPredictedPointsAdded) GetTotal_PPA

func (*PlayerSeasonPredictedPointsAdded) ProtoMessage

func (*PlayerSeasonPredictedPointsAdded) ProtoMessage()

func (*PlayerSeasonPredictedPointsAdded) ProtoReflect

func (*PlayerSeasonPredictedPointsAdded) Reset

func (*PlayerSeasonPredictedPointsAdded) 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) Descriptor() ([]byte, []int)

Deprecated: Use Poll.ProtoReflect.Descriptor instead.

func (*Poll) GetPoll

func (x *Poll) GetPoll() string

func (*Poll) GetRanks

func (x *Poll) GetRanks() []*PollRank

func (*Poll) ProtoMessage

func (*Poll) ProtoMessage()

func (*Poll) ProtoReflect

func (x *Poll) ProtoReflect() protoreflect.Message

func (*Poll) Reset

func (x *Poll) Reset()

func (*Poll) String

func (x *Poll) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use PollRank.ProtoReflect.Descriptor instead.

func (*PollRank) GetConference

func (x *PollRank) GetConference() string

func (*PollRank) GetFirstPlaceVotes

func (x *PollRank) GetFirstPlaceVotes() int32

func (*PollRank) GetPoints

func (x *PollRank) GetPoints() int32

func (*PollRank) GetRank

func (x *PollRank) GetRank() int32

func (*PollRank) GetSchool

func (x *PollRank) GetSchool() string

func (*PollRank) GetTeamId

func (x *PollRank) GetTeamId() int32

func (*PollRank) ProtoMessage

func (*PollRank) ProtoMessage()

func (*PollRank) ProtoReflect

func (x *PollRank) ProtoReflect() protoreflect.Message

func (*PollRank) Reset

func (x *PollRank) Reset()

func (*PollRank) String

func (x *PollRank) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use PollWeek.ProtoReflect.Descriptor instead.

func (*PollWeek) GetPolls

func (x *PollWeek) GetPolls() []*Poll

func (*PollWeek) GetSeason

func (x *PollWeek) GetSeason() int32

func (*PollWeek) GetSeasonType

func (x *PollWeek) GetSeasonType() string

func (*PollWeek) GetWeek

func (x *PollWeek) GetWeek() int32

func (*PollWeek) ProtoMessage

func (*PollWeek) ProtoMessage()

func (*PollWeek) ProtoReflect

func (x *PollWeek) ProtoReflect() protoreflect.Message

func (*PollWeek) Reset

func (x *PollWeek) Reset()

func (*PollWeek) String

func (x *PollWeek) String() string

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 (*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 (*PredictedPointsAddedTotalsForGames) GetPassing

func (*PredictedPointsAddedTotalsForGames) GetRushing

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 (*PredictedPointsAddedTotalsForGames) Reset

func (*PredictedPointsAddedTotalsForGames) 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) Descriptor() ([]byte, []int)

Deprecated: Use Recruit.ProtoReflect.Descriptor instead.

func (*Recruit) GetAthleteId

func (x *Recruit) GetAthleteId() string

func (*Recruit) GetCity

func (x *Recruit) GetCity() string

func (*Recruit) GetCommittedTo

func (x *Recruit) GetCommittedTo() string

func (*Recruit) GetCountry

func (x *Recruit) GetCountry() string

func (*Recruit) GetHeight

func (x *Recruit) GetHeight() float64

func (*Recruit) GetHometownInfo

func (x *Recruit) GetHometownInfo() *RecruitHometownInfo

func (*Recruit) GetId

func (x *Recruit) GetId() string

func (*Recruit) GetName

func (x *Recruit) GetName() string

func (*Recruit) GetPosition

func (x *Recruit) GetPosition() string

func (*Recruit) GetRanking

func (x *Recruit) GetRanking() int32

func (*Recruit) GetRating

func (x *Recruit) GetRating() float64

func (*Recruit) GetRecruitType

func (x *Recruit) GetRecruitType() string

func (*Recruit) GetSchool

func (x *Recruit) GetSchool() string

func (*Recruit) GetStars

func (x *Recruit) GetStars() int32

func (*Recruit) GetStateProvince

func (x *Recruit) GetStateProvince() string

func (*Recruit) GetWeight

func (x *Recruit) GetWeight() int32

func (*Recruit) GetYear

func (x *Recruit) GetYear() int32

func (*Recruit) ProtoMessage

func (*Recruit) ProtoMessage()

func (*Recruit) ProtoReflect

func (x *Recruit) ProtoReflect() protoreflect.Message

func (*Recruit) Reset

func (x *Recruit) Reset()

func (*Recruit) String

func (x *Recruit) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use StatValue.ProtoReflect.Descriptor instead.

func (*StatValue) GetValue

func (x *StatValue) GetValue() *structpb.Value

func (*StatValue) ProtoMessage

func (*StatValue) ProtoMessage()

func (*StatValue) ProtoReflect

func (x *StatValue) ProtoReflect() protoreflect.Message

func (*StatValue) Reset

func (x *StatValue) Reset()

func (*StatValue) String

func (x *StatValue) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use Team.ProtoReflect.Descriptor instead.

func (*Team) GetAbbreviation

func (x *Team) GetAbbreviation() string

func (*Team) GetAlternateColor

func (x *Team) GetAlternateColor() string

func (*Team) GetAlternateNames

func (x *Team) GetAlternateNames() []string

func (*Team) GetClassification

func (x *Team) GetClassification() string

func (*Team) GetColor

func (x *Team) GetColor() string

func (*Team) GetConference

func (x *Team) GetConference() string

func (*Team) GetDivision

func (x *Team) GetDivision() string

func (*Team) GetId

func (x *Team) GetId() int32

func (*Team) GetLocation

func (x *Team) GetLocation() *Venue

func (*Team) GetLogos

func (x *Team) GetLogos() []string

func (*Team) GetMascot

func (x *Team) GetMascot() string

func (*Team) GetSchool

func (x *Team) GetSchool() string

func (*Team) GetTwitter

func (x *Team) GetTwitter() string

func (*Team) ProtoMessage

func (*Team) ProtoMessage()

func (*Team) ProtoReflect

func (x *Team) ProtoReflect() protoreflect.Message

func (*Team) Reset

func (x *Team) Reset()

func (*Team) String

func (x *Team) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use TeamATS.ProtoReflect.Descriptor instead.

func (*TeamATS) GetAtsLosses

func (x *TeamATS) GetAtsLosses() int32

func (*TeamATS) GetAtsPushes

func (x *TeamATS) GetAtsPushes() int32

func (*TeamATS) GetAtsWins

func (x *TeamATS) GetAtsWins() int32

func (*TeamATS) GetAvgCoverMargin

func (x *TeamATS) GetAvgCoverMargin() float64

func (*TeamATS) GetConference

func (x *TeamATS) GetConference() string

func (*TeamATS) GetGames

func (x *TeamATS) GetGames() int32

func (*TeamATS) GetTeam

func (x *TeamATS) GetTeam() string

func (*TeamATS) GetTeamId

func (x *TeamATS) GetTeamId() int32

func (*TeamATS) GetYear

func (x *TeamATS) GetYear() int32

func (*TeamATS) ProtoMessage

func (*TeamATS) ProtoMessage()

func (*TeamATS) ProtoReflect

func (x *TeamATS) ProtoReflect() protoreflect.Message

func (*TeamATS) Reset

func (x *TeamATS) Reset()

func (*TeamATS) String

func (x *TeamATS) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use TeamElo.ProtoReflect.Descriptor instead.

func (*TeamElo) GetConference

func (x *TeamElo) GetConference() string

func (*TeamElo) GetElo

func (x *TeamElo) GetElo() int32

func (*TeamElo) GetTeam

func (x *TeamElo) GetTeam() string

func (*TeamElo) GetYear

func (x *TeamElo) GetYear() int32

func (*TeamElo) ProtoMessage

func (*TeamElo) ProtoMessage()

func (*TeamElo) ProtoReflect

func (x *TeamElo) ProtoReflect() protoreflect.Message

func (*TeamElo) Reset

func (x *TeamElo) Reset()

func (*TeamElo) String

func (x *TeamElo) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use TeamFPI.ProtoReflect.Descriptor instead.

func (*TeamFPI) GetConference

func (x *TeamFPI) GetConference() string

func (*TeamFPI) GetEfficiencies

func (x *TeamFPI) GetEfficiencies() *FpiEfficiencies

func (*TeamFPI) GetFpi

func (x *TeamFPI) GetFpi() float64

func (*TeamFPI) GetResumeRanks

func (x *TeamFPI) GetResumeRanks() *FpiResumeRanks

func (*TeamFPI) GetTeam

func (x *TeamFPI) GetTeam() string

func (*TeamFPI) GetYear

func (x *TeamFPI) GetYear() int32

func (*TeamFPI) ProtoMessage

func (*TeamFPI) ProtoMessage()

func (*TeamFPI) ProtoReflect

func (x *TeamFPI) ProtoReflect() protoreflect.Message

func (*TeamFPI) Reset

func (x *TeamFPI) Reset()

func (*TeamFPI) String

func (x *TeamFPI) String() string

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 (*TeamGamePredictedPointsAdded) GetGameId

func (x *TeamGamePredictedPointsAdded) GetGameId() int32

func (*TeamGamePredictedPointsAdded) GetOffense

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 (*TeamGamePredictedPointsAdded) Reset

func (x *TeamGamePredictedPointsAdded) Reset()

func (*TeamGamePredictedPointsAdded) 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) Descriptor() ([]byte, []int)

Deprecated: Use TeamHavoc.ProtoReflect.Descriptor instead.

func (*TeamHavoc) GetDb

func (x *TeamHavoc) GetDb() float64

func (*TeamHavoc) GetFrontSeven

func (x *TeamHavoc) GetFrontSeven() float64

func (*TeamHavoc) GetTeam

func (x *TeamHavoc) GetTeam() string

func (*TeamHavoc) GetTotal

func (x *TeamHavoc) GetTotal() float64

func (*TeamHavoc) ProtoMessage

func (*TeamHavoc) ProtoMessage()

func (*TeamHavoc) ProtoReflect

func (x *TeamHavoc) ProtoReflect() protoreflect.Message

func (*TeamHavoc) Reset

func (x *TeamHavoc) Reset()

func (*TeamHavoc) String

func (x *TeamHavoc) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use TeamPPA.ProtoReflect.Descriptor instead.

func (*TeamPPA) GetOverall

func (x *TeamPPA) GetOverall() *StatsByQuarter

func (*TeamPPA) GetPassing

func (x *TeamPPA) GetPassing() *StatsByQuarter

func (*TeamPPA) GetPlays

func (x *TeamPPA) GetPlays() int32

func (*TeamPPA) GetRushing

func (x *TeamPPA) GetRushing() *StatsByQuarter

func (*TeamPPA) GetTeam

func (x *TeamPPA) GetTeam() string

func (*TeamPPA) ProtoMessage

func (*TeamPPA) ProtoMessage()

func (*TeamPPA) ProtoReflect

func (x *TeamPPA) ProtoReflect() protoreflect.Message

func (*TeamPPA) Reset

func (x *TeamPPA) Reset()

func (*TeamPPA) String

func (x *TeamPPA) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use TeamSP.ProtoReflect.Descriptor instead.

func (*TeamSP) GetConference

func (x *TeamSP) GetConference() string

func (*TeamSP) GetDefense

func (x *TeamSP) GetDefense() *SpTeamDefense

func (*TeamSP) GetOffense

func (x *TeamSP) GetOffense() *SpTeamOffense

func (*TeamSP) GetRanking

func (x *TeamSP) GetRanking() int32

func (*TeamSP) GetRating

func (x *TeamSP) GetRating() float64

func (*TeamSP) GetSecondOrderWins

func (x *TeamSP) GetSecondOrderWins() float64

func (*TeamSP) GetSos

func (x *TeamSP) GetSos() float64

func (*TeamSP) GetSpecialTeams

func (x *TeamSP) GetSpecialTeams() *SpSpecialTeams

func (*TeamSP) GetTeam

func (x *TeamSP) GetTeam() string

func (*TeamSP) GetYear

func (x *TeamSP) GetYear() int32

func (*TeamSP) ProtoMessage

func (*TeamSP) ProtoMessage()

func (*TeamSP) ProtoReflect

func (x *TeamSP) ProtoReflect() protoreflect.Message

func (*TeamSP) Reset

func (x *TeamSP) Reset()

func (*TeamSP) String

func (x *TeamSP) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use TeamSRS.ProtoReflect.Descriptor instead.

func (*TeamSRS) GetConference

func (x *TeamSRS) GetConference() string

func (*TeamSRS) GetDivision

func (x *TeamSRS) GetDivision() string

func (*TeamSRS) GetRanking

func (x *TeamSRS) GetRanking() int32

func (*TeamSRS) GetRating

func (x *TeamSRS) GetRating() float64

func (*TeamSRS) GetTeam

func (x *TeamSRS) GetTeam() string

func (*TeamSRS) GetYear

func (x *TeamSRS) GetYear() int32

func (*TeamSRS) ProtoMessage

func (*TeamSRS) ProtoMessage()

func (*TeamSRS) ProtoReflect

func (x *TeamSRS) ProtoReflect() protoreflect.Message

func (*TeamSRS) Reset

func (x *TeamSRS) Reset()

func (*TeamSRS) String

func (x *TeamSRS) String() string

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 (*TeamSeasonPredictedPointsAdded) GetOffense

func (*TeamSeasonPredictedPointsAdded) GetSeason

func (x *TeamSeasonPredictedPointsAdded) GetSeason() int32

func (*TeamSeasonPredictedPointsAdded) GetTeam

func (*TeamSeasonPredictedPointsAdded) ProtoMessage

func (*TeamSeasonPredictedPointsAdded) ProtoMessage()

func (*TeamSeasonPredictedPointsAdded) ProtoReflect

func (*TeamSeasonPredictedPointsAdded) Reset

func (x *TeamSeasonPredictedPointsAdded) Reset()

func (*TeamSeasonPredictedPointsAdded) 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 (*TeamSeasonPredictedPointsAddedUnit) GetFirstDown

func (x *TeamSeasonPredictedPointsAddedUnit) GetFirstDown() float64

func (*TeamSeasonPredictedPointsAddedUnit) GetOverall

func (*TeamSeasonPredictedPointsAddedUnit) GetPassing

func (*TeamSeasonPredictedPointsAddedUnit) GetRushing

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 (*TeamSeasonPredictedPointsAddedUnit) Reset

func (*TeamSeasonPredictedPointsAddedUnit) 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) Descriptor() ([]byte, []int)

Deprecated: Use TeamStat.ProtoReflect.Descriptor instead.

func (*TeamStat) GetConference

func (x *TeamStat) GetConference() string

func (*TeamStat) GetSeason

func (x *TeamStat) GetSeason() int32

func (*TeamStat) GetStatName

func (x *TeamStat) GetStatName() string

func (*TeamStat) GetStatValue

func (x *TeamStat) GetStatValue() *structpb.Value

func (*TeamStat) GetTeam

func (x *TeamStat) GetTeam() string

func (*TeamStat) ProtoMessage

func (*TeamStat) ProtoMessage()

func (*TeamStat) ProtoReflect

func (x *TeamStat) ProtoReflect() protoreflect.Message

func (*TeamStat) Reset

func (x *TeamStat) Reset()

func (*TeamStat) String

func (x *TeamStat) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use UserInfo.ProtoReflect.Descriptor instead.

func (*UserInfo) GetPatronLevel

func (x *UserInfo) GetPatronLevel() float64

func (*UserInfo) GetRemainingCalls

func (x *UserInfo) GetRemainingCalls() float64

func (*UserInfo) ProtoMessage

func (*UserInfo) ProtoMessage()

func (*UserInfo) ProtoReflect

func (x *UserInfo) ProtoReflect() protoreflect.Message

func (*UserInfo) Reset

func (x *UserInfo) Reset()

func (*UserInfo) String

func (x *UserInfo) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use Venue.ProtoReflect.Descriptor instead.

func (*Venue) GetCapacity

func (x *Venue) GetCapacity() int32

func (*Venue) GetCity

func (x *Venue) GetCity() string

func (*Venue) GetConstructionYear

func (x *Venue) GetConstructionYear() int32

func (*Venue) GetCountryCode

func (x *Venue) GetCountryCode() string

func (*Venue) GetDome

func (x *Venue) GetDome() bool

func (*Venue) GetElevation

func (x *Venue) GetElevation() string

func (*Venue) GetGrass

func (x *Venue) GetGrass() bool

func (*Venue) GetId

func (x *Venue) GetId() int32

func (*Venue) GetLatitude

func (x *Venue) GetLatitude() float64

func (*Venue) GetLongitude

func (x *Venue) GetLongitude() float64

func (*Venue) GetName

func (x *Venue) GetName() string

func (*Venue) GetState

func (x *Venue) GetState() string

func (*Venue) GetTimezone

func (x *Venue) GetTimezone() string

func (*Venue) GetZip

func (x *Venue) GetZip() string

func (*Venue) ProtoMessage

func (*Venue) ProtoMessage()

func (*Venue) ProtoReflect

func (x *Venue) ProtoReflect() protoreflect.Message

func (*Venue) Reset

func (x *Venue) Reset()

func (*Venue) String

func (x *Venue) String() string

Directories

Path Synopsis
internal
httpget
Package httpget provides an HTTP client wrapper for dependency injection and testing.
Package httpget provides an HTTP client wrapper for dependency injection and testing.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL