main.java.com.streamlayer.interactive.feed.PromotionHistoryOrBuilder 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/feed/interactive.feed.proto
// Protobuf Java Version: 3.25.3
package com.streamlayer.interactive.feed;
public interface PromotionHistoryOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.interactive.feed.PromotionHistory)
com.google.protobuf.MessageLiteOrBuilder {
/**
* string id = 1 [json_name = "id"];
* @return The id.
*/
java.lang.String getId();
/**
* string id = 1 [json_name = "id"];
* @return The bytes for id.
*/
com.google.protobuf.ByteString
getIdBytes();
/**
* string title = 2 [json_name = "title"];
* @return The title.
*/
java.lang.String getTitle();
/**
* string title = 2 [json_name = "title"];
* @return The bytes for title.
*/
com.google.protobuf.ByteString
getTitleBytes();
/**
* string image = 3 [json_name = "image"];
* @return The image.
*/
java.lang.String getImage();
/**
* string image = 3 [json_name = "image"];
* @return The bytes for image.
*/
com.google.protobuf.ByteString
getImageBytes();
}