main.java.com.streamlayer.sportsdata.client.bets.GameLineResponseOrBuilder 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/sportsdata/client/bets/bets.proto
// Protobuf Java Version: 3.25.3
package com.streamlayer.sportsdata.client.bets;
public interface GameLineResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.sportsdata.client.bets.GameLineResponse)
com.google.protobuf.MessageLiteOrBuilder {
/**
* .streamlayer.sportsdata.client.bets.GameLineResponse.GameLineResponseData data = 1 [json_name = "data"];
* @return Whether the data field is set.
*/
boolean hasData();
/**
* .streamlayer.sportsdata.client.bets.GameLineResponse.GameLineResponseData data = 1 [json_name = "data"];
* @return The data.
*/
com.streamlayer.sportsdata.client.bets.GameLineResponse.GameLineResponseData getData();
}