main.java.com.streamlayer.sports.common.EventProgramOrBuilder 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/sports_common.proto
// Protobuf Java Version: 3.25.3
package com.streamlayer.sports.common;
public interface EventProgramOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.sports.EventProgram)
com.google.protobuf.MessageLiteOrBuilder {
/**
*
* show_id
*
*
* optional string id = 1 [json_name = "id"];
* @return Whether the id field is set.
*/
boolean hasId();
/**
*
* show_id
*
*
* optional string id = 1 [json_name = "id"];
* @return The id.
*/
java.lang.String getId();
/**
*
* show_id
*
*
* optional string id = 1 [json_name = "id"];
* @return The bytes for id.
*/
com.google.protobuf.ByteString
getIdBytes();
/**
*
* show_title
*
*
* string title = 2 [json_name = "title"];
* @return The title.
*/
java.lang.String getTitle();
/**
*
* show_title
*
*
* string title = 2 [json_name = "title"];
* @return The bytes for title.
*/
com.google.protobuf.ByteString
getTitleBytes();
/**
*
* utc ms
*
*
* string start_time = 3 [json_name = "startTime"];
* @return The startTime.
*/
java.lang.String getStartTime();
/**
*
* utc ms
*
*
* string start_time = 3 [json_name = "startTime"];
* @return The bytes for startTime.
*/
com.google.protobuf.ByteString
getStartTimeBytes();
/**
*
* utc ms
*
*
* string end_time = 4 [json_name = "endTime"];
* @return The endTime.
*/
java.lang.String getEndTime();
/**
*
* utc ms
*
*
* string end_time = 4 [json_name = "endTime"];
* @return The bytes for endTime.
*/
com.google.protobuf.ByteString
getEndTimeBytes();
/**
*
* show thumbnail_file (thumbnail img url)
*
*
* string thumbnail_url = 5 [json_name = "thumbnailUrl"];
* @return The thumbnailUrl.
*/
java.lang.String getThumbnailUrl();
/**
*
* show thumbnail_file (thumbnail img url)
*
*
* string thumbnail_url = 5 [json_name = "thumbnailUrl"];
* @return The bytes for thumbnailUrl.
*/
com.google.protobuf.ByteString
getThumbnailUrlBytes();
/**
*
* show square_thumbnail (thumbnail square img url)
*
*
* string square_thumbnail_url = 6 [json_name = "squareThumbnailUrl"];
* @return The squareThumbnailUrl.
*/
java.lang.String getSquareThumbnailUrl();
/**
*
* show square_thumbnail (thumbnail square img url)
*
*
* string square_thumbnail_url = 6 [json_name = "squareThumbnailUrl"];
* @return The bytes for squareThumbnailUrl.
*/
com.google.protobuf.ByteString
getSquareThumbnailUrlBytes();
}