main.java.com.streamlayer.interactive.common.PromotionNotificationOrBuilder 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 PromotionNotificationOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.interactive.PromotionNotification)
com.google.protobuf.MessageLiteOrBuilder {
/**
* string sponsor_logo = 1 [json_name = "sponsorLogo"];
* @return The sponsorLogo.
*/
java.lang.String getSponsorLogo();
/**
* string sponsor_logo = 1 [json_name = "sponsorLogo"];
* @return The bytes for sponsorLogo.
*/
com.google.protobuf.ByteString
getSponsorLogoBytes();
/**
* .streamlayer.interactive.NotificationSponsorLogoMode sponsor_logo_mode = 2 [json_name = "sponsorLogoMode"];
* @return The enum numeric value on the wire for sponsorLogoMode.
*/
int getSponsorLogoModeValue();
/**
* .streamlayer.interactive.NotificationSponsorLogoMode sponsor_logo_mode = 2 [json_name = "sponsorLogoMode"];
* @return The sponsorLogoMode.
*/
com.streamlayer.interactive.common.NotificationSponsorLogoMode getSponsorLogoMode();
/**
* .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();
/**
* .streamlayer.interactive.NotificationPromotionImagePosition image_position = 4 [json_name = "imagePosition"];
* @return The enum numeric value on the wire for imagePosition.
*/
int getImagePositionValue();
/**
* .streamlayer.interactive.NotificationPromotionImagePosition image_position = 4 [json_name = "imagePosition"];
* @return The imagePosition.
*/
com.streamlayer.interactive.common.NotificationPromotionImagePosition getImagePosition();
/**
* .streamlayer.interactive.NotificationPromotionMode mode = 5 [json_name = "mode"];
* @return The enum numeric value on the wire for mode.
*/
int getModeValue();
/**
* .streamlayer.interactive.NotificationPromotionMode mode = 5 [json_name = "mode"];
* @return The mode.
*/
com.streamlayer.interactive.common.NotificationPromotionMode getMode();
}