main.java.com.streamlayer.sports.common.EventCustomFieldsOrBuilder 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 EventCustomFieldsOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.sports.EventCustomFields)
com.google.protobuf.MessageLiteOrBuilder {
/**
* string preview = 1 [json_name = "preview"];
* @return The preview.
*/
java.lang.String getPreview();
/**
* string preview = 1 [json_name = "preview"];
* @return The bytes for preview.
*/
com.google.protobuf.ByteString
getPreviewBytes();
/**
*
* stream url
*
*
* string stream = 2 [json_name = "stream"];
* @return The stream.
*/
java.lang.String getStream();
/**
*
* stream url
*
*
* string stream = 2 [json_name = "stream"];
* @return The bytes for stream.
*/
com.google.protobuf.ByteString
getStreamBytes();
/**
* string name = 3 [json_name = "name"];
* @return The name.
*/
java.lang.String getName();
/**
* string name = 3 [json_name = "name"];
* @return The bytes for name.
*/
com.google.protobuf.ByteString
getNameBytes();
/**
* string logo = 4 [json_name = "logo"];
* @return The logo.
*/
java.lang.String getLogo();
/**
* string logo = 4 [json_name = "logo"];
* @return The bytes for logo.
*/
com.google.protobuf.ByteString
getLogoBytes();
/**
* repeated string event_ids = 5 [json_name = "eventIds"];
* @return A list containing the eventIds.
*/
java.util.List
getEventIdsList();
/**
* repeated string event_ids = 5 [json_name = "eventIds"];
* @return The count of eventIds.
*/
int getEventIdsCount();
/**
* repeated string event_ids = 5 [json_name = "eventIds"];
* @param index The index of the element to return.
* @return The eventIds at the given index.
*/
java.lang.String getEventIds(int index);
/**
* repeated string event_ids = 5 [json_name = "eventIds"];
* @param index The index of the element to return.
* @return The eventIds at the given index.
*/
com.google.protobuf.ByteString
getEventIdsBytes(int index);
/**
* string subtitle = 6 [json_name = "subtitle"];
* @return The subtitle.
*/
java.lang.String getSubtitle();
/**
* string subtitle = 6 [json_name = "subtitle"];
* @return The bytes for subtitle.
*/
com.google.protobuf.ByteString
getSubtitleBytes();
/**
* string promotitle = 7 [json_name = "promotitle"];
* @return The promotitle.
*/
java.lang.String getPromotitle();
/**
* string promotitle = 7 [json_name = "promotitle"];
* @return The bytes for promotitle.
*/
com.google.protobuf.ByteString
getPromotitleBytes();
/**
*
* fallback url when stream is offline
*
*
* string slate = 8 [json_name = "slate"];
* @return The slate.
*/
java.lang.String getSlate();
/**
*
* fallback url when stream is offline
*
*
* string slate = 8 [json_name = "slate"];
* @return The bytes for slate.
*/
com.google.protobuf.ByteString
getSlateBytes();
/**
*
* Horizontal preview image
*
*
* string horizontal_preview = 9 [json_name = "horizontalPreview"];
* @return The horizontalPreview.
*/
java.lang.String getHorizontalPreview();
/**
*
* Horizontal preview image
*
*
* string horizontal_preview = 9 [json_name = "horizontalPreview"];
* @return The bytes for horizontalPreview.
*/
com.google.protobuf.ByteString
getHorizontalPreviewBytes();
/**
* string small_logo = 10 [json_name = "smallLogo"];
* @return The smallLogo.
*/
java.lang.String getSmallLogo();
/**
* string small_logo = 10 [json_name = "smallLogo"];
* @return The bytes for smallLogo.
*/
com.google.protobuf.ByteString
getSmallLogoBytes();
/**
*
* additional description
*
*
* string description = 11 [json_name = "description"];
* @return The description.
*/
java.lang.String getDescription();
/**
*
* additional description
*
*
* string description = 11 [json_name = "description"];
* @return The bytes for description.
*/
com.google.protobuf.ByteString
getDescriptionBytes();
}