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

main.java.com.streamlayer.interactive.feed.InsightNotificationOrBuilder 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 InsightNotificationOrBuilder extends
    // @@protoc_insertion_point(interface_extends:streamlayer.interactive.feed.InsightNotification)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * optional string title = 1 [json_name = "title"];
   * @return Whether the title field is set.
   */
  boolean hasTitle();
  /**
   * optional string title = 1 [json_name = "title"];
   * @return The title.
   */
  java.lang.String getTitle();
  /**
   * optional string title = 1 [json_name = "title"];
   * @return The bytes for title.
   */
  com.google.protobuf.ByteString
      getTitleBytes();

  /**
   * optional string body = 2 [json_name = "body"];
   * @return Whether the body field is set.
   */
  boolean hasBody();
  /**
   * optional string body = 2 [json_name = "body"];
   * @return The body.
   */
  java.lang.String getBody();
  /**
   * optional string body = 2 [json_name = "body"];
   * @return The bytes for body.
   */
  com.google.protobuf.ByteString
      getBodyBytes();

  /**
   * optional int32 image_position = 3 [json_name = "imagePosition"];
   * @return Whether the imagePosition field is set.
   */
  boolean hasImagePosition();
  /**
   * optional int32 image_position = 3 [json_name = "imagePosition"];
   * @return The imagePosition.
   */
  int getImagePosition();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy