main.java.com.streamlayer.sports.events.RetrieveEventIdRequestOrBuilder 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/sports/events/events.proto
// Protobuf Java Version: 3.25.3
package com.streamlayer.sports.events;
public interface RetrieveEventIdRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.sports.events.RetrieveEventIdRequest)
com.google.protobuf.MessageLiteOrBuilder {
/**
*
* host event id
*
*
* string id = 1 [json_name = "id"];
* @return The id.
*/
java.lang.String getId();
/**
*
* host event id
*
*
* string id = 1 [json_name = "id"];
* @return The bytes for id.
*/
com.google.protobuf.ByteString
getIdBytes();
}