main.java.com.streamlayer.inplay.common.Competitor 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/inplay/common/inplay.common.proto
// Protobuf Java Version: 3.25.3
package com.streamlayer.inplay.common;
/**
* Protobuf type {@code streamlayer.inplay.common.Competitor}
*/
public final class Competitor extends
com.google.protobuf.GeneratedMessageLite<
Competitor, Competitor.Builder> implements
// @@protoc_insertion_point(message_implements:streamlayer.inplay.common.Competitor)
CompetitorOrBuilder {
private Competitor() {
name_ = "";
logo_ = "";
colors_ = "";
}
public static final int NAME_FIELD_NUMBER = 1;
private java.lang.String name_;
/**
* string name = 1 [json_name = "name"];
* @return The name.
*/
@java.lang.Override
public java.lang.String getName() {
return name_;
}
/**
* string name = 1 [json_name = "name"];
* @return The bytes for name.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getNameBytes() {
return com.google.protobuf.ByteString.copyFromUtf8(name_);
}
/**
* string name = 1 [json_name = "name"];
* @param value The name to set.
*/
private void setName(
java.lang.String value) {
java.lang.Class> valueClass = value.getClass();
name_ = value;
}
/**
* string name = 1 [json_name = "name"];
*/
private void clearName() {
name_ = getDefaultInstance().getName();
}
/**
* string name = 1 [json_name = "name"];
* @param value The bytes for name to set.
*/
private void setNameBytes(
com.google.protobuf.ByteString value) {
checkByteStringIsUtf8(value);
name_ = value.toStringUtf8();
}
public static final int TYPE_FIELD_NUMBER = 2;
private int type_;
/**
* .streamlayer.inplay.common.CompetitorType type = 2 [json_name = "type"];
* @return The enum numeric value on the wire for type.
*/
@java.lang.Override
public int getTypeValue() {
return type_;
}
/**
* .streamlayer.inplay.common.CompetitorType type = 2 [json_name = "type"];
* @return The type.
*/
@java.lang.Override
public com.streamlayer.inplay.common.CompetitorType getType() {
com.streamlayer.inplay.common.CompetitorType result = com.streamlayer.inplay.common.CompetitorType.forNumber(type_);
return result == null ? com.streamlayer.inplay.common.CompetitorType.UNRECOGNIZED : result;
}
/**
* .streamlayer.inplay.common.CompetitorType type = 2 [json_name = "type"];
* @param value The enum numeric value on the wire for type to set.
*/
private void setTypeValue(int value) {
type_ = value;
}
/**
* .streamlayer.inplay.common.CompetitorType type = 2 [json_name = "type"];
* @param value The type to set.
*/
private void setType(com.streamlayer.inplay.common.CompetitorType value) {
type_ = value.getNumber();
}
/**
* .streamlayer.inplay.common.CompetitorType type = 2 [json_name = "type"];
*/
private void clearType() {
type_ = 0;
}
public static final int ID_FIELD_NUMBER = 3;
private long id_;
/**
* uint64 id = 3 [json_name = "id"];
* @return The id.
*/
@java.lang.Override
public long getId() {
return id_;
}
/**
* uint64 id = 3 [json_name = "id"];
* @param value The id to set.
*/
private void setId(long value) {
id_ = value;
}
/**
* uint64 id = 3 [json_name = "id"];
*/
private void clearId() {
id_ = 0L;
}
public static final int LOGO_FIELD_NUMBER = 4;
private java.lang.String logo_;
/**
* string logo = 4 [json_name = "logo"];
* @return The logo.
*/
@java.lang.Override
public java.lang.String getLogo() {
return logo_;
}
/**
* string logo = 4 [json_name = "logo"];
* @return The bytes for logo.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getLogoBytes() {
return com.google.protobuf.ByteString.copyFromUtf8(logo_);
}
/**
* string logo = 4 [json_name = "logo"];
* @param value The logo to set.
*/
private void setLogo(
java.lang.String value) {
java.lang.Class> valueClass = value.getClass();
logo_ = value;
}
/**
* string logo = 4 [json_name = "logo"];
*/
private void clearLogo() {
logo_ = getDefaultInstance().getLogo();
}
/**
* string logo = 4 [json_name = "logo"];
* @param value The bytes for logo to set.
*/
private void setLogoBytes(
com.google.protobuf.ByteString value) {
checkByteStringIsUtf8(value);
logo_ = value.toStringUtf8();
}
public static final int COLORS_FIELD_NUMBER = 5;
private java.lang.String colors_;
/**
* string colors = 5 [json_name = "colors"];
* @return The colors.
*/
@java.lang.Override
public java.lang.String getColors() {
return colors_;
}
/**
* string colors = 5 [json_name = "colors"];
* @return The bytes for colors.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getColorsBytes() {
return com.google.protobuf.ByteString.copyFromUtf8(colors_);
}
/**
* string colors = 5 [json_name = "colors"];
* @param value The colors to set.
*/
private void setColors(
java.lang.String value) {
java.lang.Class> valueClass = value.getClass();
colors_ = value;
}
/**
* string colors = 5 [json_name = "colors"];
*/
private void clearColors() {
colors_ = getDefaultInstance().getColors();
}
/**
* string colors = 5 [json_name = "colors"];
* @param value The bytes for colors to set.
*/
private void setColorsBytes(
com.google.protobuf.ByteString value) {
checkByteStringIsUtf8(value);
colors_ = value.toStringUtf8();
}
public static com.streamlayer.inplay.common.Competitor parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, data);
}
public static com.streamlayer.inplay.common.Competitor 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.inplay.common.Competitor parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, data);
}
public static com.streamlayer.inplay.common.Competitor 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.inplay.common.Competitor parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, data);
}
public static com.streamlayer.inplay.common.Competitor 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.inplay.common.Competitor parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, input);
}
public static com.streamlayer.inplay.common.Competitor 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.inplay.common.Competitor parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return parseDelimitedFrom(DEFAULT_INSTANCE, input);
}
public static com.streamlayer.inplay.common.Competitor parseDelimitedFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return parseDelimitedFrom(DEFAULT_INSTANCE, input, extensionRegistry);
}
public static com.streamlayer.inplay.common.Competitor parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, input);
}
public static com.streamlayer.inplay.common.Competitor 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.inplay.common.Competitor prototype) {
return DEFAULT_INSTANCE.createBuilder(prototype);
}
/**
* Protobuf type {@code streamlayer.inplay.common.Competitor}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageLite.Builder<
com.streamlayer.inplay.common.Competitor, Builder> implements
// @@protoc_insertion_point(builder_implements:streamlayer.inplay.common.Competitor)
com.streamlayer.inplay.common.CompetitorOrBuilder {
// Construct using com.streamlayer.inplay.common.Competitor.newBuilder()
private Builder() {
super(DEFAULT_INSTANCE);
}
/**
* string name = 1 [json_name = "name"];
* @return The name.
*/
@java.lang.Override
public java.lang.String getName() {
return instance.getName();
}
/**
* string name = 1 [json_name = "name"];
* @return The bytes for name.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getNameBytes() {
return instance.getNameBytes();
}
/**
* string name = 1 [json_name = "name"];
* @param value The name to set.
* @return This builder for chaining.
*/
public Builder setName(
java.lang.String value) {
copyOnWrite();
instance.setName(value);
return this;
}
/**
* string name = 1 [json_name = "name"];
* @return This builder for chaining.
*/
public Builder clearName() {
copyOnWrite();
instance.clearName();
return this;
}
/**
* string name = 1 [json_name = "name"];
* @param value The bytes for name to set.
* @return This builder for chaining.
*/
public Builder setNameBytes(
com.google.protobuf.ByteString value) {
copyOnWrite();
instance.setNameBytes(value);
return this;
}
/**
* .streamlayer.inplay.common.CompetitorType type = 2 [json_name = "type"];
* @return The enum numeric value on the wire for type.
*/
@java.lang.Override
public int getTypeValue() {
return instance.getTypeValue();
}
/**
* .streamlayer.inplay.common.CompetitorType type = 2 [json_name = "type"];
* @param value The type to set.
* @return This builder for chaining.
*/
public Builder setTypeValue(int value) {
copyOnWrite();
instance.setTypeValue(value);
return this;
}
/**
* .streamlayer.inplay.common.CompetitorType type = 2 [json_name = "type"];
* @return The type.
*/
@java.lang.Override
public com.streamlayer.inplay.common.CompetitorType getType() {
return instance.getType();
}
/**
* .streamlayer.inplay.common.CompetitorType type = 2 [json_name = "type"];
* @param value The enum numeric value on the wire for type to set.
* @return This builder for chaining.
*/
public Builder setType(com.streamlayer.inplay.common.CompetitorType value) {
copyOnWrite();
instance.setType(value);
return this;
}
/**
* .streamlayer.inplay.common.CompetitorType type = 2 [json_name = "type"];
* @return This builder for chaining.
*/
public Builder clearType() {
copyOnWrite();
instance.clearType();
return this;
}
/**
* uint64 id = 3 [json_name = "id"];
* @return The id.
*/
@java.lang.Override
public long getId() {
return instance.getId();
}
/**
* uint64 id = 3 [json_name = "id"];
* @param value The id to set.
* @return This builder for chaining.
*/
public Builder setId(long value) {
copyOnWrite();
instance.setId(value);
return this;
}
/**
* uint64 id = 3 [json_name = "id"];
* @return This builder for chaining.
*/
public Builder clearId() {
copyOnWrite();
instance.clearId();
return this;
}
/**
* string logo = 4 [json_name = "logo"];
* @return The logo.
*/
@java.lang.Override
public java.lang.String getLogo() {
return instance.getLogo();
}
/**
* string logo = 4 [json_name = "logo"];
* @return The bytes for logo.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getLogoBytes() {
return instance.getLogoBytes();
}
/**
* string logo = 4 [json_name = "logo"];
* @param value The logo to set.
* @return This builder for chaining.
*/
public Builder setLogo(
java.lang.String value) {
copyOnWrite();
instance.setLogo(value);
return this;
}
/**
* string logo = 4 [json_name = "logo"];
* @return This builder for chaining.
*/
public Builder clearLogo() {
copyOnWrite();
instance.clearLogo();
return this;
}
/**
* string logo = 4 [json_name = "logo"];
* @param value The bytes for logo to set.
* @return This builder for chaining.
*/
public Builder setLogoBytes(
com.google.protobuf.ByteString value) {
copyOnWrite();
instance.setLogoBytes(value);
return this;
}
/**
* string colors = 5 [json_name = "colors"];
* @return The colors.
*/
@java.lang.Override
public java.lang.String getColors() {
return instance.getColors();
}
/**
* string colors = 5 [json_name = "colors"];
* @return The bytes for colors.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getColorsBytes() {
return instance.getColorsBytes();
}
/**
* string colors = 5 [json_name = "colors"];
* @param value The colors to set.
* @return This builder for chaining.
*/
public Builder setColors(
java.lang.String value) {
copyOnWrite();
instance.setColors(value);
return this;
}
/**
* string colors = 5 [json_name = "colors"];
* @return This builder for chaining.
*/
public Builder clearColors() {
copyOnWrite();
instance.clearColors();
return this;
}
/**
* string colors = 5 [json_name = "colors"];
* @param value The bytes for colors to set.
* @return This builder for chaining.
*/
public Builder setColorsBytes(
com.google.protobuf.ByteString value) {
copyOnWrite();
instance.setColorsBytes(value);
return this;
}
// @@protoc_insertion_point(builder_scope:streamlayer.inplay.common.Competitor)
}
@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.inplay.common.Competitor();
}
case NEW_BUILDER: {
return new Builder();
}
case BUILD_MESSAGE_INFO: {
java.lang.Object[] objects = new java.lang.Object[] {
"name_",
"type_",
"id_",
"logo_",
"colors_",
};
java.lang.String info =
"\u0000\u0005\u0000\u0000\u0001\u0005\u0005\u0000\u0000\u0000\u0001\u0208\u0002\f" +
"\u0003\u0003\u0004\u0208\u0005\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.inplay.common.Competitor.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.inplay.common.Competitor)
private static final com.streamlayer.inplay.common.Competitor DEFAULT_INSTANCE;
static {
Competitor defaultInstance = new Competitor();
// New instances are implicitly immutable so no need to make
// immutable.
DEFAULT_INSTANCE = defaultInstance;
com.google.protobuf.GeneratedMessageLite.registerDefaultInstance(
Competitor.class, defaultInstance);
}
public static com.streamlayer.inplay.common.Competitor getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static volatile com.google.protobuf.Parser PARSER;
public static com.google.protobuf.Parser parser() {
return DEFAULT_INSTANCE.getParserForType();
}
}