main.java.com.streamlayer.sports.soccer.SoccerTeamDefenseStats Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sl-protofiles Show documentation
Show all versions of sl-protofiles Show documentation
StreamLayer Java Protofiles
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: streamlayer/sports/soccer/soccer.proto
// Protobuf Java Version: 3.25.3
package com.streamlayer.sports.soccer;
/**
* Protobuf type {@code streamlayer.sports.soccer.SoccerTeamDefenseStats}
*/
public final class SoccerTeamDefenseStats extends
com.google.protobuf.GeneratedMessageLite<
SoccerTeamDefenseStats, SoccerTeamDefenseStats.Builder> implements
// @@protoc_insertion_point(message_implements:streamlayer.sports.soccer.SoccerTeamDefenseStats)
SoccerTeamDefenseStatsOrBuilder {
private SoccerTeamDefenseStats() {
}
public static final int TACKLES_MADE_FIELD_NUMBER = 1;
private int tacklesMade_;
/**
* int32 tackles_made = 1 [json_name = "tacklesMade"];
* @return The tacklesMade.
*/
@java.lang.Override
public int getTacklesMade() {
return tacklesMade_;
}
/**
* int32 tackles_made = 1 [json_name = "tacklesMade"];
* @param value The tacklesMade to set.
*/
private void setTacklesMade(int value) {
tacklesMade_ = value;
}
/**
* int32 tackles_made = 1 [json_name = "tacklesMade"];
*/
private void clearTacklesMade() {
tacklesMade_ = 0;
}
public static final int INTERCEPTIONS_FIELD_NUMBER = 2;
private int interceptions_;
/**
* int32 interceptions = 2 [json_name = "interceptions"];
* @return The interceptions.
*/
@java.lang.Override
public int getInterceptions() {
return interceptions_;
}
/**
* int32 interceptions = 2 [json_name = "interceptions"];
* @param value The interceptions to set.
*/
private void setInterceptions(int value) {
interceptions_ = value;
}
/**
* int32 interceptions = 2 [json_name = "interceptions"];
*/
private void clearInterceptions() {
interceptions_ = 0;
}
public static final int BLOCKED_SHOTS_FIELD_NUMBER = 3;
private int blockedShots_;
/**
* int32 blocked_shots = 3 [json_name = "blockedShots"];
* @return The blockedShots.
*/
@java.lang.Override
public int getBlockedShots() {
return blockedShots_;
}
/**
* int32 blocked_shots = 3 [json_name = "blockedShots"];
* @param value The blockedShots to set.
*/
private void setBlockedShots(int value) {
blockedShots_ = value;
}
/**
* int32 blocked_shots = 3 [json_name = "blockedShots"];
*/
private void clearBlockedShots() {
blockedShots_ = 0;
}
public static final int CLEARANCES_FIELD_NUMBER = 4;
private int clearances_;
/**
* int32 clearances = 4 [json_name = "clearances"];
* @return The clearances.
*/
@java.lang.Override
public int getClearances() {
return clearances_;
}
/**
* int32 clearances = 4 [json_name = "clearances"];
* @param value The clearances to set.
*/
private void setClearances(int value) {
clearances_ = value;
}
/**
* int32 clearances = 4 [json_name = "clearances"];
*/
private void clearClearances() {
clearances_ = 0;
}
public static final int DUELS_WON_FIELD_NUMBER = 5;
private int duelsWon_;
/**
* int32 duels_won = 5 [json_name = "duelsWon"];
* @return The duelsWon.
*/
@java.lang.Override
public int getDuelsWon() {
return duelsWon_;
}
/**
* int32 duels_won = 5 [json_name = "duelsWon"];
* @param value The duelsWon to set.
*/
private void setDuelsWon(int value) {
duelsWon_ = value;
}
/**
* int32 duels_won = 5 [json_name = "duelsWon"];
*/
private void clearDuelsWon() {
duelsWon_ = 0;
}
public static com.streamlayer.sports.soccer.SoccerTeamDefenseStats parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, data);
}
public static com.streamlayer.sports.soccer.SoccerTeamDefenseStats parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, data, extensionRegistry);
}
public static com.streamlayer.sports.soccer.SoccerTeamDefenseStats parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, data);
}
public static com.streamlayer.sports.soccer.SoccerTeamDefenseStats parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, data, extensionRegistry);
}
public static com.streamlayer.sports.soccer.SoccerTeamDefenseStats parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, data);
}
public static com.streamlayer.sports.soccer.SoccerTeamDefenseStats parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, data, extensionRegistry);
}
public static com.streamlayer.sports.soccer.SoccerTeamDefenseStats parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, input);
}
public static com.streamlayer.sports.soccer.SoccerTeamDefenseStats parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, input, extensionRegistry);
}
public static com.streamlayer.sports.soccer.SoccerTeamDefenseStats parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return parseDelimitedFrom(DEFAULT_INSTANCE, input);
}
public static com.streamlayer.sports.soccer.SoccerTeamDefenseStats parseDelimitedFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return parseDelimitedFrom(DEFAULT_INSTANCE, input, extensionRegistry);
}
public static com.streamlayer.sports.soccer.SoccerTeamDefenseStats parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, input);
}
public static com.streamlayer.sports.soccer.SoccerTeamDefenseStats parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, input, extensionRegistry);
}
public static Builder newBuilder() {
return (Builder) DEFAULT_INSTANCE.createBuilder();
}
public static Builder newBuilder(com.streamlayer.sports.soccer.SoccerTeamDefenseStats prototype) {
return DEFAULT_INSTANCE.createBuilder(prototype);
}
/**
* Protobuf type {@code streamlayer.sports.soccer.SoccerTeamDefenseStats}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageLite.Builder<
com.streamlayer.sports.soccer.SoccerTeamDefenseStats, Builder> implements
// @@protoc_insertion_point(builder_implements:streamlayer.sports.soccer.SoccerTeamDefenseStats)
com.streamlayer.sports.soccer.SoccerTeamDefenseStatsOrBuilder {
// Construct using com.streamlayer.sports.soccer.SoccerTeamDefenseStats.newBuilder()
private Builder() {
super(DEFAULT_INSTANCE);
}
/**
* int32 tackles_made = 1 [json_name = "tacklesMade"];
* @return The tacklesMade.
*/
@java.lang.Override
public int getTacklesMade() {
return instance.getTacklesMade();
}
/**
* int32 tackles_made = 1 [json_name = "tacklesMade"];
* @param value The tacklesMade to set.
* @return This builder for chaining.
*/
public Builder setTacklesMade(int value) {
copyOnWrite();
instance.setTacklesMade(value);
return this;
}
/**
* int32 tackles_made = 1 [json_name = "tacklesMade"];
* @return This builder for chaining.
*/
public Builder clearTacklesMade() {
copyOnWrite();
instance.clearTacklesMade();
return this;
}
/**
* int32 interceptions = 2 [json_name = "interceptions"];
* @return The interceptions.
*/
@java.lang.Override
public int getInterceptions() {
return instance.getInterceptions();
}
/**
* int32 interceptions = 2 [json_name = "interceptions"];
* @param value The interceptions to set.
* @return This builder for chaining.
*/
public Builder setInterceptions(int value) {
copyOnWrite();
instance.setInterceptions(value);
return this;
}
/**
* int32 interceptions = 2 [json_name = "interceptions"];
* @return This builder for chaining.
*/
public Builder clearInterceptions() {
copyOnWrite();
instance.clearInterceptions();
return this;
}
/**
* int32 blocked_shots = 3 [json_name = "blockedShots"];
* @return The blockedShots.
*/
@java.lang.Override
public int getBlockedShots() {
return instance.getBlockedShots();
}
/**
* int32 blocked_shots = 3 [json_name = "blockedShots"];
* @param value The blockedShots to set.
* @return This builder for chaining.
*/
public Builder setBlockedShots(int value) {
copyOnWrite();
instance.setBlockedShots(value);
return this;
}
/**
* int32 blocked_shots = 3 [json_name = "blockedShots"];
* @return This builder for chaining.
*/
public Builder clearBlockedShots() {
copyOnWrite();
instance.clearBlockedShots();
return this;
}
/**
* int32 clearances = 4 [json_name = "clearances"];
* @return The clearances.
*/
@java.lang.Override
public int getClearances() {
return instance.getClearances();
}
/**
* int32 clearances = 4 [json_name = "clearances"];
* @param value The clearances to set.
* @return This builder for chaining.
*/
public Builder setClearances(int value) {
copyOnWrite();
instance.setClearances(value);
return this;
}
/**
* int32 clearances = 4 [json_name = "clearances"];
* @return This builder for chaining.
*/
public Builder clearClearances() {
copyOnWrite();
instance.clearClearances();
return this;
}
/**
* int32 duels_won = 5 [json_name = "duelsWon"];
* @return The duelsWon.
*/
@java.lang.Override
public int getDuelsWon() {
return instance.getDuelsWon();
}
/**
* int32 duels_won = 5 [json_name = "duelsWon"];
* @param value The duelsWon to set.
* @return This builder for chaining.
*/
public Builder setDuelsWon(int value) {
copyOnWrite();
instance.setDuelsWon(value);
return this;
}
/**
* int32 duels_won = 5 [json_name = "duelsWon"];
* @return This builder for chaining.
*/
public Builder clearDuelsWon() {
copyOnWrite();
instance.clearDuelsWon();
return this;
}
// @@protoc_insertion_point(builder_scope:streamlayer.sports.soccer.SoccerTeamDefenseStats)
}
@java.lang.Override
@java.lang.SuppressWarnings({"unchecked", "fallthrough"})
protected final java.lang.Object dynamicMethod(
com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,
java.lang.Object arg0, java.lang.Object arg1) {
switch (method) {
case NEW_MUTABLE_INSTANCE: {
return new com.streamlayer.sports.soccer.SoccerTeamDefenseStats();
}
case NEW_BUILDER: {
return new Builder();
}
case BUILD_MESSAGE_INFO: {
java.lang.Object[] objects = new java.lang.Object[] {
"tacklesMade_",
"interceptions_",
"blockedShots_",
"clearances_",
"duelsWon_",
};
java.lang.String info =
"\u0000\u0005\u0000\u0000\u0001\u0005\u0005\u0000\u0000\u0000\u0001\u0004\u0002\u0004" +
"\u0003\u0004\u0004\u0004\u0005\u0004";
return newMessageInfo(DEFAULT_INSTANCE, info, objects);
}
// fall through
case GET_DEFAULT_INSTANCE: {
return DEFAULT_INSTANCE;
}
case GET_PARSER: {
com.google.protobuf.Parser parser = PARSER;
if (parser == null) {
synchronized (com.streamlayer.sports.soccer.SoccerTeamDefenseStats.class) {
parser = PARSER;
if (parser == null) {
parser =
new DefaultInstanceBasedParser(
DEFAULT_INSTANCE);
PARSER = parser;
}
}
}
return parser;
}
case GET_MEMOIZED_IS_INITIALIZED: {
return (byte) 1;
}
case SET_MEMOIZED_IS_INITIALIZED: {
return null;
}
}
throw new UnsupportedOperationException();
}
// @@protoc_insertion_point(class_scope:streamlayer.sports.soccer.SoccerTeamDefenseStats)
private static final com.streamlayer.sports.soccer.SoccerTeamDefenseStats DEFAULT_INSTANCE;
static {
SoccerTeamDefenseStats defaultInstance = new SoccerTeamDefenseStats();
// New instances are implicitly immutable so no need to make
// immutable.
DEFAULT_INSTANCE = defaultInstance;
com.google.protobuf.GeneratedMessageLite.registerDefaultInstance(
SoccerTeamDefenseStats.class, defaultInstance);
}
public static com.streamlayer.sports.soccer.SoccerTeamDefenseStats getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static volatile com.google.protobuf.Parser PARSER;
public static com.google.protobuf.Parser parser() {
return DEFAULT_INSTANCE.getParserForType();
}
}