All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.java.com.streamlayer.inplay.common.CompetitorOrBuilder Maven / Gradle / Ivy

There is a newer version: 5.133.1
Show newest version
// 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();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy