main.java.com.streamlayer.interactive.common.QuestionAutoPostOrBuilder 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 QuestionAutoPostOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.interactive.QuestionAutoPost)
com.google.protobuf.MessageLiteOrBuilder {
/**
* .streamlayer.interactive.QuestionAutoPostState state = 1 [json_name = "state"];
* @return The enum numeric value on the wire for state.
*/
int getStateValue();
/**
* .streamlayer.interactive.QuestionAutoPostState state = 1 [json_name = "state"];
* @return The state.
*/
com.streamlayer.interactive.common.QuestionAutoPostState getState();
/**
* uint32 interval = 2 [json_name = "interval"];
* @return The interval.
*/
int getInterval();
/**
* .google.protobuf.Timestamp next_post_time = 3 [json_name = "nextPostTime"];
* @return Whether the nextPostTime field is set.
*/
boolean hasNextPostTime();
/**
* .google.protobuf.Timestamp next_post_time = 3 [json_name = "nextPostTime"];
* @return The nextPostTime.
*/
com.google.protobuf.Timestamp getNextPostTime();
/**
* .streamlayer.interactive.QuestionAutoPostStart start_mode = 4 [json_name = "startMode"];
* @return The enum numeric value on the wire for startMode.
*/
int getStartModeValue();
/**
* .streamlayer.interactive.QuestionAutoPostStart start_mode = 4 [json_name = "startMode"];
* @return The startMode.
*/
com.streamlayer.interactive.common.QuestionAutoPostStart getStartMode();
/**
* .streamlayer.interactive.QuestionAutoPostStartOptions start_options = 5 [json_name = "startOptions"];
* @return Whether the startOptions field is set.
*/
boolean hasStartOptions();
/**
* .streamlayer.interactive.QuestionAutoPostStartOptions start_options = 5 [json_name = "startOptions"];
* @return The startOptions.
*/
com.streamlayer.interactive.common.QuestionAutoPostStartOptions getStartOptions();
}