main.java.com.streamlayer.sports.baseball.Pitching 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/baseball/baseball.proto
// Protobuf Java Version: 3.25.3
package com.streamlayer.sports.baseball;
/**
* Protobuf type {@code streamlayer.sports.baseball.Pitching}
*/
public final class Pitching extends
com.google.protobuf.GeneratedMessageLite<
Pitching, Pitching.Builder> implements
// @@protoc_insertion_point(message_implements:streamlayer.sports.baseball.Pitching)
PitchingOrBuilder {
private Pitching() {
playerName_ = "";
inningsPitched_ = "";
hitsByPitch_ = "";
earnedRuns_ = "";
walks_ = "";
strikeouts_ = "";
}
public static final int PLAYER_NAME_FIELD_NUMBER = 1;
private java.lang.String playerName_;
/**
* string player_name = 1 [json_name = "playerName"];
* @return The playerName.
*/
@java.lang.Override
public java.lang.String getPlayerName() {
return playerName_;
}
/**
* string player_name = 1 [json_name = "playerName"];
* @return The bytes for playerName.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getPlayerNameBytes() {
return com.google.protobuf.ByteString.copyFromUtf8(playerName_);
}
/**
* string player_name = 1 [json_name = "playerName"];
* @param value The playerName to set.
*/
private void setPlayerName(
java.lang.String value) {
java.lang.Class> valueClass = value.getClass();
playerName_ = value;
}
/**
* string player_name = 1 [json_name = "playerName"];
*/
private void clearPlayerName() {
playerName_ = getDefaultInstance().getPlayerName();
}
/**
* string player_name = 1 [json_name = "playerName"];
* @param value The bytes for playerName to set.
*/
private void setPlayerNameBytes(
com.google.protobuf.ByteString value) {
checkByteStringIsUtf8(value);
playerName_ = value.toStringUtf8();
}
public static final int INNINGS_PITCHED_FIELD_NUMBER = 2;
private java.lang.String inningsPitched_;
/**
*
* IP – Innings pitched: the number of outs a team gets while a pitcher is pitching divided by 3.
*
*
* string innings_pitched = 2 [json_name = "inningsPitched"];
* @return The inningsPitched.
*/
@java.lang.Override
public java.lang.String getInningsPitched() {
return inningsPitched_;
}
/**
*
* IP – Innings pitched: the number of outs a team gets while a pitcher is pitching divided by 3.
*
*
* string innings_pitched = 2 [json_name = "inningsPitched"];
* @return The bytes for inningsPitched.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getInningsPitchedBytes() {
return com.google.protobuf.ByteString.copyFromUtf8(inningsPitched_);
}
/**
*
* IP – Innings pitched: the number of outs a team gets while a pitcher is pitching divided by 3.
*
*
* string innings_pitched = 2 [json_name = "inningsPitched"];
* @param value The inningsPitched to set.
*/
private void setInningsPitched(
java.lang.String value) {
java.lang.Class> valueClass = value.getClass();
inningsPitched_ = value;
}
/**
*
* IP – Innings pitched: the number of outs a team gets while a pitcher is pitching divided by 3.
*
*
* string innings_pitched = 2 [json_name = "inningsPitched"];
*/
private void clearInningsPitched() {
inningsPitched_ = getDefaultInstance().getInningsPitched();
}
/**
*
* IP – Innings pitched: the number of outs a team gets while a pitcher is pitching divided by 3.
*
*
* string innings_pitched = 2 [json_name = "inningsPitched"];
* @param value The bytes for inningsPitched to set.
*/
private void setInningsPitchedBytes(
com.google.protobuf.ByteString value) {
checkByteStringIsUtf8(value);
inningsPitched_ = value.toStringUtf8();
}
public static final int HITS_BY_PITCH_FIELD_NUMBER = 3;
private java.lang.String hitsByPitch_;
/**
*
* H is how many hits the pitcher gave up.
*
*
* string hits_by_pitch = 3 [json_name = "hitsByPitch"];
* @return The hitsByPitch.
*/
@java.lang.Override
public java.lang.String getHitsByPitch() {
return hitsByPitch_;
}
/**
*
* H is how many hits the pitcher gave up.
*
*
* string hits_by_pitch = 3 [json_name = "hitsByPitch"];
* @return The bytes for hitsByPitch.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getHitsByPitchBytes() {
return com.google.protobuf.ByteString.copyFromUtf8(hitsByPitch_);
}
/**
*
* H is how many hits the pitcher gave up.
*
*
* string hits_by_pitch = 3 [json_name = "hitsByPitch"];
* @param value The hitsByPitch to set.
*/
private void setHitsByPitch(
java.lang.String value) {
java.lang.Class> valueClass = value.getClass();
hitsByPitch_ = value;
}
/**
*
* H is how many hits the pitcher gave up.
*
*
* string hits_by_pitch = 3 [json_name = "hitsByPitch"];
*/
private void clearHitsByPitch() {
hitsByPitch_ = getDefaultInstance().getHitsByPitch();
}
/**
*
* H is how many hits the pitcher gave up.
*
*
* string hits_by_pitch = 3 [json_name = "hitsByPitch"];
* @param value The bytes for hitsByPitch to set.
*/
private void setHitsByPitchBytes(
com.google.protobuf.ByteString value) {
checkByteStringIsUtf8(value);
hitsByPitch_ = value.toStringUtf8();
}
public static final int EARNED_RUNS_FIELD_NUMBER = 4;
private java.lang.String earnedRuns_;
/**
*
* ER is earned runs pitcher allowed.
*
*
* string earned_runs = 4 [json_name = "earnedRuns"];
* @return The earnedRuns.
*/
@java.lang.Override
public java.lang.String getEarnedRuns() {
return earnedRuns_;
}
/**
*
* ER is earned runs pitcher allowed.
*
*
* string earned_runs = 4 [json_name = "earnedRuns"];
* @return The bytes for earnedRuns.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getEarnedRunsBytes() {
return com.google.protobuf.ByteString.copyFromUtf8(earnedRuns_);
}
/**
*
* ER is earned runs pitcher allowed.
*
*
* string earned_runs = 4 [json_name = "earnedRuns"];
* @param value The earnedRuns to set.
*/
private void setEarnedRuns(
java.lang.String value) {
java.lang.Class> valueClass = value.getClass();
earnedRuns_ = value;
}
/**
*
* ER is earned runs pitcher allowed.
*
*
* string earned_runs = 4 [json_name = "earnedRuns"];
*/
private void clearEarnedRuns() {
earnedRuns_ = getDefaultInstance().getEarnedRuns();
}
/**
*
* ER is earned runs pitcher allowed.
*
*
* string earned_runs = 4 [json_name = "earnedRuns"];
* @param value The bytes for earnedRuns to set.
*/
private void setEarnedRunsBytes(
com.google.protobuf.ByteString value) {
checkByteStringIsUtf8(value);
earnedRuns_ = value.toStringUtf8();
}
public static final int WALKS_FIELD_NUMBER = 5;
private java.lang.String walks_;
/**
*
* MISMATCHED!!!!!! BB is how many walks pitcher allowed.
*
*
* string walks = 5 [json_name = "walks"];
* @return The walks.
*/
@java.lang.Override
public java.lang.String getWalks() {
return walks_;
}
/**
*
* MISMATCHED!!!!!! BB is how many walks pitcher allowed.
*
*
* string walks = 5 [json_name = "walks"];
* @return The bytes for walks.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getWalksBytes() {
return com.google.protobuf.ByteString.copyFromUtf8(walks_);
}
/**
*
* MISMATCHED!!!!!! BB is how many walks pitcher allowed.
*
*
* string walks = 5 [json_name = "walks"];
* @param value The walks to set.
*/
private void setWalks(
java.lang.String value) {
java.lang.Class> valueClass = value.getClass();
walks_ = value;
}
/**
*
* MISMATCHED!!!!!! BB is how many walks pitcher allowed.
*
*
* string walks = 5 [json_name = "walks"];
*/
private void clearWalks() {
walks_ = getDefaultInstance().getWalks();
}
/**
*
* MISMATCHED!!!!!! BB is how many walks pitcher allowed.
*
*
* string walks = 5 [json_name = "walks"];
* @param value The bytes for walks to set.
*/
private void setWalksBytes(
com.google.protobuf.ByteString value) {
checkByteStringIsUtf8(value);
walks_ = value.toStringUtf8();
}
public static final int STRIKEOUTS_FIELD_NUMBER = 6;
private java.lang.String strikeouts_;
/**
*
* SO – Strikeout: number of batters who received strike three.
*
*
* string strikeouts = 6 [json_name = "strikeouts"];
* @return The strikeouts.
*/
@java.lang.Override
public java.lang.String getStrikeouts() {
return strikeouts_;
}
/**
*
* SO – Strikeout: number of batters who received strike three.
*
*
* string strikeouts = 6 [json_name = "strikeouts"];
* @return The bytes for strikeouts.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getStrikeoutsBytes() {
return com.google.protobuf.ByteString.copyFromUtf8(strikeouts_);
}
/**
*
* SO – Strikeout: number of batters who received strike three.
*
*
* string strikeouts = 6 [json_name = "strikeouts"];
* @param value The strikeouts to set.
*/
private void setStrikeouts(
java.lang.String value) {
java.lang.Class> valueClass = value.getClass();
strikeouts_ = value;
}
/**
*
* SO – Strikeout: number of batters who received strike three.
*
*
* string strikeouts = 6 [json_name = "strikeouts"];
*/
private void clearStrikeouts() {
strikeouts_ = getDefaultInstance().getStrikeouts();
}
/**
*
* SO – Strikeout: number of batters who received strike three.
*
*
* string strikeouts = 6 [json_name = "strikeouts"];
* @param value The bytes for strikeouts to set.
*/
private void setStrikeoutsBytes(
com.google.protobuf.ByteString value) {
checkByteStringIsUtf8(value);
strikeouts_ = value.toStringUtf8();
}
public static com.streamlayer.sports.baseball.Pitching parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, data);
}
public static com.streamlayer.sports.baseball.Pitching 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.baseball.Pitching 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.baseball.Pitching 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.baseball.Pitching parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, data);
}
public static com.streamlayer.sports.baseball.Pitching 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.baseball.Pitching parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, input);
}
public static com.streamlayer.sports.baseball.Pitching 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.baseball.Pitching parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return parseDelimitedFrom(DEFAULT_INSTANCE, input);
}
public static com.streamlayer.sports.baseball.Pitching 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.baseball.Pitching parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, input);
}
public static com.streamlayer.sports.baseball.Pitching 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.baseball.Pitching prototype) {
return DEFAULT_INSTANCE.createBuilder(prototype);
}
/**
* Protobuf type {@code streamlayer.sports.baseball.Pitching}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageLite.Builder<
com.streamlayer.sports.baseball.Pitching, Builder> implements
// @@protoc_insertion_point(builder_implements:streamlayer.sports.baseball.Pitching)
com.streamlayer.sports.baseball.PitchingOrBuilder {
// Construct using com.streamlayer.sports.baseball.Pitching.newBuilder()
private Builder() {
super(DEFAULT_INSTANCE);
}
/**
* string player_name = 1 [json_name = "playerName"];
* @return The playerName.
*/
@java.lang.Override
public java.lang.String getPlayerName() {
return instance.getPlayerName();
}
/**
* string player_name = 1 [json_name = "playerName"];
* @return The bytes for playerName.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getPlayerNameBytes() {
return instance.getPlayerNameBytes();
}
/**
* string player_name = 1 [json_name = "playerName"];
* @param value The playerName to set.
* @return This builder for chaining.
*/
public Builder setPlayerName(
java.lang.String value) {
copyOnWrite();
instance.setPlayerName(value);
return this;
}
/**
* string player_name = 1 [json_name = "playerName"];
* @return This builder for chaining.
*/
public Builder clearPlayerName() {
copyOnWrite();
instance.clearPlayerName();
return this;
}
/**
* string player_name = 1 [json_name = "playerName"];
* @param value The bytes for playerName to set.
* @return This builder for chaining.
*/
public Builder setPlayerNameBytes(
com.google.protobuf.ByteString value) {
copyOnWrite();
instance.setPlayerNameBytes(value);
return this;
}
/**
*
* IP – Innings pitched: the number of outs a team gets while a pitcher is pitching divided by 3.
*
*
* string innings_pitched = 2 [json_name = "inningsPitched"];
* @return The inningsPitched.
*/
@java.lang.Override
public java.lang.String getInningsPitched() {
return instance.getInningsPitched();
}
/**
*
* IP – Innings pitched: the number of outs a team gets while a pitcher is pitching divided by 3.
*
*
* string innings_pitched = 2 [json_name = "inningsPitched"];
* @return The bytes for inningsPitched.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getInningsPitchedBytes() {
return instance.getInningsPitchedBytes();
}
/**
*
* IP – Innings pitched: the number of outs a team gets while a pitcher is pitching divided by 3.
*
*
* string innings_pitched = 2 [json_name = "inningsPitched"];
* @param value The inningsPitched to set.
* @return This builder for chaining.
*/
public Builder setInningsPitched(
java.lang.String value) {
copyOnWrite();
instance.setInningsPitched(value);
return this;
}
/**
*
* IP – Innings pitched: the number of outs a team gets while a pitcher is pitching divided by 3.
*
*
* string innings_pitched = 2 [json_name = "inningsPitched"];
* @return This builder for chaining.
*/
public Builder clearInningsPitched() {
copyOnWrite();
instance.clearInningsPitched();
return this;
}
/**
*
* IP – Innings pitched: the number of outs a team gets while a pitcher is pitching divided by 3.
*
*
* string innings_pitched = 2 [json_name = "inningsPitched"];
* @param value The bytes for inningsPitched to set.
* @return This builder for chaining.
*/
public Builder setInningsPitchedBytes(
com.google.protobuf.ByteString value) {
copyOnWrite();
instance.setInningsPitchedBytes(value);
return this;
}
/**
*
* H is how many hits the pitcher gave up.
*
*
* string hits_by_pitch = 3 [json_name = "hitsByPitch"];
* @return The hitsByPitch.
*/
@java.lang.Override
public java.lang.String getHitsByPitch() {
return instance.getHitsByPitch();
}
/**
*
* H is how many hits the pitcher gave up.
*
*
* string hits_by_pitch = 3 [json_name = "hitsByPitch"];
* @return The bytes for hitsByPitch.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getHitsByPitchBytes() {
return instance.getHitsByPitchBytes();
}
/**
*
* H is how many hits the pitcher gave up.
*
*
* string hits_by_pitch = 3 [json_name = "hitsByPitch"];
* @param value The hitsByPitch to set.
* @return This builder for chaining.
*/
public Builder setHitsByPitch(
java.lang.String value) {
copyOnWrite();
instance.setHitsByPitch(value);
return this;
}
/**
*
* H is how many hits the pitcher gave up.
*
*
* string hits_by_pitch = 3 [json_name = "hitsByPitch"];
* @return This builder for chaining.
*/
public Builder clearHitsByPitch() {
copyOnWrite();
instance.clearHitsByPitch();
return this;
}
/**
*
* H is how many hits the pitcher gave up.
*
*
* string hits_by_pitch = 3 [json_name = "hitsByPitch"];
* @param value The bytes for hitsByPitch to set.
* @return This builder for chaining.
*/
public Builder setHitsByPitchBytes(
com.google.protobuf.ByteString value) {
copyOnWrite();
instance.setHitsByPitchBytes(value);
return this;
}
/**
*
* ER is earned runs pitcher allowed.
*
*
* string earned_runs = 4 [json_name = "earnedRuns"];
* @return The earnedRuns.
*/
@java.lang.Override
public java.lang.String getEarnedRuns() {
return instance.getEarnedRuns();
}
/**
*
* ER is earned runs pitcher allowed.
*
*
* string earned_runs = 4 [json_name = "earnedRuns"];
* @return The bytes for earnedRuns.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getEarnedRunsBytes() {
return instance.getEarnedRunsBytes();
}
/**
*
* ER is earned runs pitcher allowed.
*
*
* string earned_runs = 4 [json_name = "earnedRuns"];
* @param value The earnedRuns to set.
* @return This builder for chaining.
*/
public Builder setEarnedRuns(
java.lang.String value) {
copyOnWrite();
instance.setEarnedRuns(value);
return this;
}
/**
*
* ER is earned runs pitcher allowed.
*
*
* string earned_runs = 4 [json_name = "earnedRuns"];
* @return This builder for chaining.
*/
public Builder clearEarnedRuns() {
copyOnWrite();
instance.clearEarnedRuns();
return this;
}
/**
*
* ER is earned runs pitcher allowed.
*
*
* string earned_runs = 4 [json_name = "earnedRuns"];
* @param value The bytes for earnedRuns to set.
* @return This builder for chaining.
*/
public Builder setEarnedRunsBytes(
com.google.protobuf.ByteString value) {
copyOnWrite();
instance.setEarnedRunsBytes(value);
return this;
}
/**
*
* MISMATCHED!!!!!! BB is how many walks pitcher allowed.
*
*
* string walks = 5 [json_name = "walks"];
* @return The walks.
*/
@java.lang.Override
public java.lang.String getWalks() {
return instance.getWalks();
}
/**
*
* MISMATCHED!!!!!! BB is how many walks pitcher allowed.
*
*
* string walks = 5 [json_name = "walks"];
* @return The bytes for walks.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getWalksBytes() {
return instance.getWalksBytes();
}
/**
*
* MISMATCHED!!!!!! BB is how many walks pitcher allowed.
*
*
* string walks = 5 [json_name = "walks"];
* @param value The walks to set.
* @return This builder for chaining.
*/
public Builder setWalks(
java.lang.String value) {
copyOnWrite();
instance.setWalks(value);
return this;
}
/**
*
* MISMATCHED!!!!!! BB is how many walks pitcher allowed.
*
*
* string walks = 5 [json_name = "walks"];
* @return This builder for chaining.
*/
public Builder clearWalks() {
copyOnWrite();
instance.clearWalks();
return this;
}
/**
*
* MISMATCHED!!!!!! BB is how many walks pitcher allowed.
*
*
* string walks = 5 [json_name = "walks"];
* @param value The bytes for walks to set.
* @return This builder for chaining.
*/
public Builder setWalksBytes(
com.google.protobuf.ByteString value) {
copyOnWrite();
instance.setWalksBytes(value);
return this;
}
/**
*
* SO – Strikeout: number of batters who received strike three.
*
*
* string strikeouts = 6 [json_name = "strikeouts"];
* @return The strikeouts.
*/
@java.lang.Override
public java.lang.String getStrikeouts() {
return instance.getStrikeouts();
}
/**
*
* SO – Strikeout: number of batters who received strike three.
*
*
* string strikeouts = 6 [json_name = "strikeouts"];
* @return The bytes for strikeouts.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getStrikeoutsBytes() {
return instance.getStrikeoutsBytes();
}
/**
*
* SO – Strikeout: number of batters who received strike three.
*
*
* string strikeouts = 6 [json_name = "strikeouts"];
* @param value The strikeouts to set.
* @return This builder for chaining.
*/
public Builder setStrikeouts(
java.lang.String value) {
copyOnWrite();
instance.setStrikeouts(value);
return this;
}
/**
*
* SO – Strikeout: number of batters who received strike three.
*
*
* string strikeouts = 6 [json_name = "strikeouts"];
* @return This builder for chaining.
*/
public Builder clearStrikeouts() {
copyOnWrite();
instance.clearStrikeouts();
return this;
}
/**
*
* SO – Strikeout: number of batters who received strike three.
*
*
* string strikeouts = 6 [json_name = "strikeouts"];
* @param value The bytes for strikeouts to set.
* @return This builder for chaining.
*/
public Builder setStrikeoutsBytes(
com.google.protobuf.ByteString value) {
copyOnWrite();
instance.setStrikeoutsBytes(value);
return this;
}
// @@protoc_insertion_point(builder_scope:streamlayer.sports.baseball.Pitching)
}
@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.baseball.Pitching();
}
case NEW_BUILDER: {
return new Builder();
}
case BUILD_MESSAGE_INFO: {
java.lang.Object[] objects = new java.lang.Object[] {
"playerName_",
"inningsPitched_",
"hitsByPitch_",
"earnedRuns_",
"walks_",
"strikeouts_",
};
java.lang.String info =
"\u0000\u0006\u0000\u0000\u0001\u0006\u0006\u0000\u0000\u0000\u0001\u0208\u0002\u0208" +
"\u0003\u0208\u0004\u0208\u0005\u0208\u0006\u0208";
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.baseball.Pitching.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.baseball.Pitching)
private static final com.streamlayer.sports.baseball.Pitching DEFAULT_INSTANCE;
static {
Pitching defaultInstance = new Pitching();
// New instances are implicitly immutable so no need to make
// immutable.
DEFAULT_INSTANCE = defaultInstance;
com.google.protobuf.GeneratedMessageLite.registerDefaultInstance(
Pitching.class, defaultInstance);
}
public static com.streamlayer.sports.baseball.Pitching getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static volatile com.google.protobuf.Parser PARSER;
public static com.google.protobuf.Parser parser() {
return DEFAULT_INSTANCE.getParserForType();
}
}