main.java.com.streamlayer.interactive.common.QuestionAutoPostStartOptionsOrBuilder 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 QuestionAutoPostStartOptionsOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.interactive.QuestionAutoPostStartOptions)
com.google.protobuf.MessageLiteOrBuilder {
/**
* .streamlayer.interactive.QuestionAutoPostStartOptions.ScheduleOptions schedule = 1 [json_name = "schedule"];
* @return Whether the schedule field is set.
*/
boolean hasSchedule();
/**
* .streamlayer.interactive.QuestionAutoPostStartOptions.ScheduleOptions schedule = 1 [json_name = "schedule"];
* @return The schedule.
*/
com.streamlayer.interactive.common.QuestionAutoPostStartOptions.ScheduleOptions getSchedule();
public com.streamlayer.interactive.common.QuestionAutoPostStartOptions.OptionsCase getOptionsCase();
}