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

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

  /**
   * .streamlayer.interactive.ExtendedQuestion question = 1 [json_name = "question"];
   * @return Whether the question field is set.
   */
  boolean hasQuestion();
  /**
   * .streamlayer.interactive.ExtendedQuestion question = 1 [json_name = "question"];
   * @return The question.
   */
  com.streamlayer.interactive.common.ExtendedQuestion getQuestion();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy