main.java.com.streamlayer.inplay.common.CompetitorOrBuilder 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;
public interface CompetitorOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.inplay.common.Competitor)
com.google.protobuf.MessageLiteOrBuilder {
/**
* string name = 1 [json_name = "name"];
* @return The name.
*/
java.lang.String getName();
/**
* string name = 1 [json_name = "name"];
* @return The bytes for name.
*/
com.google.protobuf.ByteString
getNameBytes();
/**
* .streamlayer.inplay.common.CompetitorType type = 2 [json_name = "type"];
* @return The enum numeric value on the wire for type.
*/
int getTypeValue();
/**
* .streamlayer.inplay.common.CompetitorType type = 2 [json_name = "type"];
* @return The type.
*/
com.streamlayer.inplay.common.CompetitorType getType();
/**
* uint64 id = 3 [json_name = "id"];
* @return The id.
*/
long getId();
/**
* string logo = 4 [json_name = "logo"];
* @return The logo.
*/
java.lang.String getLogo();
/**
* string logo = 4 [json_name = "logo"];
* @return The bytes for logo.
*/
com.google.protobuf.ByteString
getLogoBytes();
/**
* string colors = 5 [json_name = "colors"];
* @return The colors.
*/
java.lang.String getColors();
/**
* string colors = 5 [json_name = "colors"];
* @return The bytes for colors.
*/
com.google.protobuf.ByteString
getColorsBytes();
}