main.java.com.streamlayer.triggers.GetSportLimitsRequestOrBuilder 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/triggers/triggers.proto
// Protobuf Java Version: 3.25.3
package com.streamlayer.triggers;
public interface GetSportLimitsRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.triggers.GetSportLimitsRequest)
com.google.protobuf.MessageLiteOrBuilder {
/**
* string sport = 1 [json_name = "sport"];
* @return The sport.
*/
java.lang.String getSport();
/**
* string sport = 1 [json_name = "sport"];
* @return The bytes for sport.
*/
com.google.protobuf.ByteString
getSportBytes();
}