Interface AgainstOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Against,Against.Builder
public interface AgainstOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintuint32 currentGoalStage = 17;longuint64 diffSei2absSecond = 15;intuint32 finalGoalStage = 16;string leftGoal = 3;com.google.protobuf.ByteStringstring leftGoal = 3;longuint64 leftGoalInt = 20;.Image leftLogo = 2;.Image leftLogo = 2;string leftName = 1;com.google.protobuf.ByteStringstring leftName = 1;intuint32 leftScoreAddition = 18;longuint64 leftTeamId = 13;string rightGoal = 8;com.google.protobuf.ByteStringstring rightGoal = 8;longuint64 rightGoalInt = 21;.Image rightLogo = 7;.Image rightLogo = 7;LeftPlayersList leftPlayersList = 4; LeftGoalStageDetail leftGoalStageDetail = 5;com.google.protobuf.ByteStringLeftPlayersList leftPlayersList = 4; LeftGoalStageDetail leftGoalStageDetail = 5;intuint32 rightScoreAddition = 19;longuint64 rightTeamId = 14;longRightPlayersList rightPlayersList = 9; RightGoalStageDetail rightGoalStageDetail = 10;longuint64 version = 12;boolean.Image leftLogo = 2;boolean.Image rightLogo = 7;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getLeftName
String getLeftName()string leftName = 1;- Returns:
- The leftName.
-
getLeftNameBytes
com.google.protobuf.ByteString getLeftNameBytes()string leftName = 1;- Returns:
- The bytes for leftName.
-
hasLeftLogo
boolean hasLeftLogo().Image leftLogo = 2;- Returns:
- Whether the leftLogo field is set.
-
getLeftLogo
Image getLeftLogo().Image leftLogo = 2;- Returns:
- The leftLogo.
-
getLeftLogoOrBuilder
ImageOrBuilder getLeftLogoOrBuilder().Image leftLogo = 2; -
getLeftGoal
String getLeftGoal()string leftGoal = 3;- Returns:
- The leftGoal.
-
getLeftGoalBytes
com.google.protobuf.ByteString getLeftGoalBytes()string leftGoal = 3;- Returns:
- The bytes for leftGoal.
-
getRightName
String getRightName()LeftPlayersList leftPlayersList = 4; LeftGoalStageDetail leftGoalStageDetail = 5;
string rightName = 6;- Returns:
- The rightName.
-
getRightNameBytes
com.google.protobuf.ByteString getRightNameBytes()LeftPlayersList leftPlayersList = 4; LeftGoalStageDetail leftGoalStageDetail = 5;
string rightName = 6;- Returns:
- The bytes for rightName.
-
hasRightLogo
boolean hasRightLogo().Image rightLogo = 7;- Returns:
- Whether the rightLogo field is set.
-
getRightLogo
Image getRightLogo().Image rightLogo = 7;- Returns:
- The rightLogo.
-
getRightLogoOrBuilder
ImageOrBuilder getRightLogoOrBuilder().Image rightLogo = 7; -
getRightGoal
String getRightGoal()string rightGoal = 8;- Returns:
- The rightGoal.
-
getRightGoalBytes
com.google.protobuf.ByteString getRightGoalBytes()string rightGoal = 8;- Returns:
- The bytes for rightGoal.
-
getTimestamp
long getTimestamp()RightPlayersList rightPlayersList = 9; RightGoalStageDetail rightGoalStageDetail = 10;
uint64 timestamp = 11;- Returns:
- The timestamp.
-
getVersion
long getVersion()uint64 version = 12;- Returns:
- The version.
-
getLeftTeamId
long getLeftTeamId()uint64 leftTeamId = 13;- Returns:
- The leftTeamId.
-
getRightTeamId
long getRightTeamId()uint64 rightTeamId = 14;- Returns:
- The rightTeamId.
-
getDiffSei2AbsSecond
long getDiffSei2AbsSecond()uint64 diffSei2absSecond = 15;- Returns:
- The diffSei2absSecond.
-
getFinalGoalStage
int getFinalGoalStage()uint32 finalGoalStage = 16;- Returns:
- The finalGoalStage.
-
getCurrentGoalStage
int getCurrentGoalStage()uint32 currentGoalStage = 17;- Returns:
- The currentGoalStage.
-
getLeftScoreAddition
int getLeftScoreAddition()uint32 leftScoreAddition = 18;- Returns:
- The leftScoreAddition.
-
getRightScoreAddition
int getRightScoreAddition()uint32 rightScoreAddition = 19;- Returns:
- The rightScoreAddition.
-
getLeftGoalInt
long getLeftGoalInt()uint64 leftGoalInt = 20;- Returns:
- The leftGoalInt.
-
getRightGoalInt
long getRightGoalInt()uint64 rightGoalInt = 21;- Returns:
- The rightGoalInt.
-