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

main.java.com.streamlayer.interactive.question.UpdateRequestOrBuilder 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 UpdateRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:streamlayer.interactive.question.UpdateRequest)
    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.Question data = 2 [json_name = "data"];
   * @return Whether the data field is set.
   */
  boolean hasData();
  /**
   * .streamlayer.interactive.Question data = 2 [json_name = "data"];
   * @return The data.
   */
  com.streamlayer.interactive.common.Question getData();

  /**
   * 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();

  /**
   * .streamlayer.interactive.BypassNotifications bypass_notifications = 5 [json_name = "bypassNotifications"];
   * @return Whether the bypassNotifications field is set.
   */
  boolean hasBypassNotifications();
  /**
   * .streamlayer.interactive.BypassNotifications bypass_notifications = 5 [json_name = "bypassNotifications"];
   * @return The bypassNotifications.
   */
  com.streamlayer.interactive.common.BypassNotifications getBypassNotifications();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy