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

main.java.com.streamlayer.interactive.question.SetStatusRequestOrBuilder 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/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();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy