All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.java.com.streamlayer.interactive.feed.FeedItemOrBuilder Maven / Gradle / Ivy

There is a newer version: 5.133.1
Show newest version
// 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 FeedItemOrBuilder extends
    // @@protoc_insertion_point(interface_extends:streamlayer.interactive.feed.FeedItem)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * 
   * question_id
   * 
* * string id = 1 [json_name = "id"]; * @return The id. */ java.lang.String getId(); /** *
   * question_id
   * 
* * string id = 1 [json_name = "id"]; * @return The bytes for id. */ com.google.protobuf.ByteString getIdBytes(); /** *
   * question | tweet | insight | promotion
   * 
* * string type = 2 [json_name = "type"]; * @return The type. */ java.lang.String getType(); /** *
   * question | tweet | insight | promotion
   * 
* * string type = 2 [json_name = "type"]; * @return The bytes for type. */ com.google.protobuf.ByteString getTypeBytes(); /** * .streamlayer.interactive.feed.FeedItemAttributes attributes = 3 [json_name = "attributes"]; * @return Whether the attributes field is set. */ boolean hasAttributes(); /** * .streamlayer.interactive.feed.FeedItemAttributes attributes = 3 [json_name = "attributes"]; * @return The attributes. */ com.streamlayer.interactive.feed.FeedItemAttributes getAttributes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy