main.java.com.streamlayer.sports.soccer.SoccerPlayerDefenseStats 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.SoccerPlayerDefenseStats}
*/
public final class SoccerPlayerDefenseStats extends
com.google.protobuf.GeneratedMessageLite<
SoccerPlayerDefenseStats, SoccerPlayerDefenseStats.Builder> implements
// @@protoc_insertion_point(message_implements:streamlayer.sports.soccer.SoccerPlayerDefenseStats)
SoccerPlayerDefenseStatsOrBuilder {
private SoccerPlayerDefenseStats() {
}
public static final int GOALS_FIELD_NUMBER = 1;
private int goals_;
/**
* int32 goals = 1 [json_name = "goals"];
* @return The goals.
*/
@java.lang.Override
public int getGoals() {
return goals_;
}
/**
* int32 goals = 1 [json_name = "goals"];
* @param value The goals to set.
*/
private void setGoals(int value) {
goals_ = value;
}
/**
* int32 goals = 1 [json_name = "goals"];
*/
private void clearGoals() {
goals_ = 0;
}
public static final int ASSISTS_FIELD_NUMBER = 2;
private int assists_;
/**
* int32 assists = 2 [json_name = "assists"];
* @return The assists.
*/
@java.lang.Override
public int getAssists() {
return assists_;
}
/**
* int32 assists = 2 [json_name = "assists"];
* @param value The assists to set.
*/
private void setAssists(int value) {
assists_ = value;
}
/**
* int32 assists = 2 [json_name = "assists"];
*/
private void clearAssists() {
assists_ = 0;
}
public static final int TACKLES_MADE_FIELD_NUMBER = 3;
private int tacklesMade_;
/**
* int32 tackles_made = 3 [json_name = "tacklesMade"];
* @return The tacklesMade.
*/
@java.lang.Override
public int getTacklesMade() {
return tacklesMade_;
}
/**
* int32 tackles_made = 3 [json_name = "tacklesMade"];
* @param value The tacklesMade to set.
*/
private void setTacklesMade(int value) {
tacklesMade_ = value;
}
/**
* int32 tackles_made = 3 [json_name = "tacklesMade"];
*/
private void clearTacklesMade() {
tacklesMade_ = 0;
}
public static final int INTERCEPTIONS_FIELD_NUMBER = 4;
private int interceptions_;
/**
* int32 interceptions = 4 [json_name = "interceptions"];
* @return The interceptions.
*/
@java.lang.Override
public int getInterceptions() {
return interceptions_;
}
/**
* int32 interceptions = 4 [json_name = "interceptions"];
* @param value The interceptions to set.
*/
private void setInterceptions(int value) {
interceptions_ = value;
}
/**
* int32 interceptions = 4 [json_name = "interceptions"];
*/
private void clearInterceptions() {
interceptions_ = 0;
}
public static final int BLOCKED_SHOTS_FIELD_NUMBER = 5;
private int blockedShots_;
/**
* int32 blocked_shots = 5 [json_name = "blockedShots"];
* @return The blockedShots.
*/
@java.lang.Override
public int getBlockedShots() {
return blockedShots_;
}
/**
* int32 blocked_shots = 5 [json_name = "blockedShots"];
* @param value The blockedShots to set.
*/
private void setBlockedShots(int value) {
blockedShots_ = value;
}
/**
* int32 blocked_shots = 5 [json_name = "blockedShots"];
*/
private void clearBlockedShots() {
blockedShots_ = 0;
}
public static com.streamlayer.sports.soccer.SoccerPlayerDefenseStats 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.SoccerPlayerDefenseStats 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.SoccerPlayerDefenseStats 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.SoccerPlayerDefenseStats 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.SoccerPlayerDefenseStats parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, data);
}
public static com.streamlayer.sports.soccer.SoccerPlayerDefenseStats 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.SoccerPlayerDefenseStats parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, input);
}
public static com.streamlayer.sports.soccer.SoccerPlayerDefenseStats 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.SoccerPlayerDefenseStats parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return parseDelimitedFrom(DEFAULT_INSTANCE, input);
}
public static com.streamlayer.sports.soccer.SoccerPlayerDefenseStats 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.SoccerPlayerDefenseStats 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.SoccerPlayerDefenseStats 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.SoccerPlayerDefenseStats prototype) {
return DEFAULT_INSTANCE.createBuilder(prototype);
}
/**
* Protobuf type {@code streamlayer.sports.soccer.SoccerPlayerDefenseStats}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageLite.Builder<
com.streamlayer.sports.soccer.SoccerPlayerDefenseStats, Builder> implements
// @@protoc_insertion_point(builder_implements:streamlayer.sports.soccer.SoccerPlayerDefenseStats)
com.streamlayer.sports.soccer.SoccerPlayerDefenseStatsOrBuilder {
// Construct using com.streamlayer.sports.soccer.SoccerPlayerDefenseStats.newBuilder()
private Builder() {
super(DEFAULT_INSTANCE);
}
/**
* int32 goals = 1 [json_name = "goals"];
* @return The goals.
*/
@java.lang.Override
public int getGoals() {
return instance.getGoals();
}
/**
* int32 goals = 1 [json_name = "goals"];
* @param value The goals to set.
* @return This builder for chaining.
*/
public Builder setGoals(int value) {
copyOnWrite();
instance.setGoals(value);
return this;
}
/**
* int32 goals = 1 [json_name = "goals"];
* @return This builder for chaining.
*/
public Builder clearGoals() {
copyOnWrite();
instance.clearGoals();
return this;
}
/**
* int32 assists = 2 [json_name = "assists"];
* @return The assists.
*/
@java.lang.Override
public int getAssists() {
return instance.getAssists();
}
/**
* int32 assists = 2 [json_name = "assists"];
* @param value The assists to set.
* @return This builder for chaining.
*/
public Builder setAssists(int value) {
copyOnWrite();
instance.setAssists(value);
return this;
}
/**
* int32 assists = 2 [json_name = "assists"];
* @return This builder for chaining.
*/
public Builder clearAssists() {
copyOnWrite();
instance.clearAssists();
return this;
}
/**
* int32 tackles_made = 3 [json_name = "tacklesMade"];
* @return The tacklesMade.
*/
@java.lang.Override
public int getTacklesMade() {
return instance.getTacklesMade();
}
/**
* int32 tackles_made = 3 [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 = 3 [json_name = "tacklesMade"];
* @return This builder for chaining.
*/
public Builder clearTacklesMade() {
copyOnWrite();
instance.clearTacklesMade();
return this;
}
/**
* int32 interceptions = 4 [json_name = "interceptions"];
* @return The interceptions.
*/
@java.lang.Override
public int getInterceptions() {
return instance.getInterceptions();
}
/**
* int32 interceptions = 4 [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 = 4 [json_name = "interceptions"];
* @return This builder for chaining.
*/
public Builder clearInterceptions() {
copyOnWrite();
instance.clearInterceptions();
return this;
}
/**
* int32 blocked_shots = 5 [json_name = "blockedShots"];
* @return The blockedShots.
*/
@java.lang.Override
public int getBlockedShots() {
return instance.getBlockedShots();
}
/**
* int32 blocked_shots = 5 [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 = 5 [json_name = "blockedShots"];
* @return This builder for chaining.
*/
public Builder clearBlockedShots() {
copyOnWrite();
instance.clearBlockedShots();
return this;
}
// @@protoc_insertion_point(builder_scope:streamlayer.sports.soccer.SoccerPlayerDefenseStats)
}
@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.SoccerPlayerDefenseStats();
}
case NEW_BUILDER: {
return new Builder();
}
case BUILD_MESSAGE_INFO: {
java.lang.Object[] objects = new java.lang.Object[] {
"goals_",
"assists_",
"tacklesMade_",
"interceptions_",
"blockedShots_",
};
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.SoccerPlayerDefenseStats.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.SoccerPlayerDefenseStats)
private static final com.streamlayer.sports.soccer.SoccerPlayerDefenseStats DEFAULT_INSTANCE;
static {
SoccerPlayerDefenseStats defaultInstance = new SoccerPlayerDefenseStats();
// New instances are implicitly immutable so no need to make
// immutable.
DEFAULT_INSTANCE = defaultInstance;
com.google.protobuf.GeneratedMessageLite.registerDefaultInstance(
SoccerPlayerDefenseStats.class, defaultInstance);
}
public static com.streamlayer.sports.soccer.SoccerPlayerDefenseStats getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static volatile com.google.protobuf.Parser PARSER;
public static com.google.protobuf.Parser parser() {
return DEFAULT_INSTANCE.getParserForType();
}
}