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

main.java.com.streamlayer.sportsdata.client.bets.ShotsOnTargetOrBuilder 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/sportsdata/client/bets/bets.proto

// Protobuf Java Version: 3.25.3
package com.streamlayer.sportsdata.client.bets;

public interface ShotsOnTargetOrBuilder extends
    // @@protoc_insertion_point(interface_extends:streamlayer.sportsdata.client.bets.ShotsOnTarget)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * string player = 1 [json_name = "player"];
   * @return The player.
   */
  java.lang.String getPlayer();
  /**
   * string player = 1 [json_name = "player"];
   * @return The bytes for player.
   */
  com.google.protobuf.ByteString
      getPlayerBytes();

  /**
   * int32 one = 2 [json_name = "one"];
   * @return The one.
   */
  int getOne();

  /**
   * int32 two = 3 [json_name = "two"];
   * @return The two.
   */
  int getTwo();

  /**
   * string one_bet_link = 4 [json_name = "oneBetLink"];
   * @return The oneBetLink.
   */
  java.lang.String getOneBetLink();
  /**
   * string one_bet_link = 4 [json_name = "oneBetLink"];
   * @return The bytes for oneBetLink.
   */
  com.google.protobuf.ByteString
      getOneBetLinkBytes();

  /**
   * string two_bet_link = 5 [json_name = "twoBetLink"];
   * @return The twoBetLink.
   */
  java.lang.String getTwoBetLink();
  /**
   * string two_bet_link = 5 [json_name = "twoBetLink"];
   * @return The bytes for twoBetLink.
   */
  com.google.protobuf.ByteString
      getTwoBetLinkBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy