main.java.com.streamlayer.interactive.common.BannerOrBuilder 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/interactive/interactive.common.proto
// Protobuf Java Version: 3.25.3
package com.streamlayer.interactive.common;
public interface BannerOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.interactive.Banner)
com.google.protobuf.MessageLiteOrBuilder {
/**
* string image_url = 1 [json_name = "imageUrl"];
* @return The imageUrl.
*/
java.lang.String getImageUrl();
/**
* string image_url = 1 [json_name = "imageUrl"];
* @return The bytes for imageUrl.
*/
com.google.protobuf.ByteString
getImageUrlBytes();
/**
* string url = 2 [json_name = "url"];
* @return The url.
*/
java.lang.String getUrl();
/**
* string url = 2 [json_name = "url"];
* @return The bytes for url.
*/
com.google.protobuf.ByteString
getUrlBytes();
/**
* .streamlayer.interactive.CTAButton cta_button = 3 [json_name = "ctaButton"];
* @return Whether the ctaButton field is set.
*/
boolean hasCtaButton();
/**
* .streamlayer.interactive.CTAButton cta_button = 3 [json_name = "ctaButton"];
* @return The ctaButton.
*/
com.streamlayer.interactive.common.CTAButton getCtaButton();
/**
*
* in L-Bar only
*
*
* .streamlayer.interactive.FileLink video = 4 [json_name = "video"];
* @return Whether the video field is set.
*/
boolean hasVideo();
/**
*
* in L-Bar only
*
*
* .streamlayer.interactive.FileLink video = 4 [json_name = "video"];
* @return The video.
*/
com.streamlayer.interactive.common.FileLink getVideo();
/**
*
* in L-Bar only
*
*
* optional string body = 5 [json_name = "body"];
* @return Whether the body field is set.
*/
boolean hasBody();
/**
*
* in L-Bar only
*
*
* optional string body = 5 [json_name = "body"];
* @return The body.
*/
java.lang.String getBody();
/**
*
* in L-Bar only
*
*
* optional string body = 5 [json_name = "body"];
* @return The bytes for body.
*/
com.google.protobuf.ByteString
getBodyBytes();
/**
* optional .streamlayer.analytics.v1.common.TopicSubType analytics_topic_sub_type = 6 [json_name = "analyticsTopicSubType"];
* @return Whether the analyticsTopicSubType field is set.
*/
boolean hasAnalyticsTopicSubType();
/**
* optional .streamlayer.analytics.v1.common.TopicSubType analytics_topic_sub_type = 6 [json_name = "analyticsTopicSubType"];
* @return The enum numeric value on the wire for analyticsTopicSubType.
*/
int getAnalyticsTopicSubTypeValue();
/**
* optional .streamlayer.analytics.v1.common.TopicSubType analytics_topic_sub_type = 6 [json_name = "analyticsTopicSubType"];
* @return The analyticsTopicSubType.
*/
com.streamlayer.analytics.common.v1.TopicSubType getAnalyticsTopicSubType();
/**
* optional string title = 7 [json_name = "title"];
* @return Whether the title field is set.
*/
boolean hasTitle();
/**
* optional string title = 7 [json_name = "title"];
* @return The title.
*/
java.lang.String getTitle();
/**
* optional string title = 7 [json_name = "title"];
* @return The bytes for title.
*/
com.google.protobuf.ByteString
getTitleBytes();
}