main.java.com.streamlayer.interactive.question.SetStatusRequestOrBuilder 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/question/interactive.questions.proto
// Protobuf Java Version: 3.25.3
package com.streamlayer.interactive.question;
public interface SetStatusRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.interactive.question.SetStatusRequest)
com.google.protobuf.MessageLiteOrBuilder {
/**
* string id = 1 [json_name = "id"];
* @return The id.
*/
java.lang.String getId();
/**
* string id = 1 [json_name = "id"];
* @return The bytes for id.
*/
com.google.protobuf.ByteString
getIdBytes();
/**
* .streamlayer.interactive.QuestionStatus status = 2 [json_name = "status"];
* @return The enum numeric value on the wire for status.
*/
int getStatusValue();
/**
* .streamlayer.interactive.QuestionStatus status = 2 [json_name = "status"];
* @return The status.
*/
com.streamlayer.interactive.common.QuestionStatus getStatus();
/**
* string organization_id = 3 [json_name = "organizationId"];
* @return The organizationId.
*/
java.lang.String getOrganizationId();
/**
* string organization_id = 3 [json_name = "organizationId"];
* @return The bytes for organizationId.
*/
com.google.protobuf.ByteString
getOrganizationIdBytes();
/**
* .streamlayer.interactive.ServerNotificationOptions server_notification = 4 [json_name = "serverNotification"];
* @return Whether the serverNotification field is set.
*/
boolean hasServerNotification();
/**
* .streamlayer.interactive.ServerNotificationOptions server_notification = 4 [json_name = "serverNotification"];
* @return The serverNotification.
*/
com.streamlayer.interactive.common.ServerNotificationOptions getServerNotification();
}