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

main.java.com.streamlayer.interactive.game.EndRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 5.120.2
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: streamlayer/interactive/game/interactive.game.proto

// Protobuf Java Version: 3.25.3
package com.streamlayer.interactive.game;

public interface EndRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:streamlayer.interactive.game.EndRequest)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * int64 event_id = 1 [json_name = "eventId"];
   * @return The eventId.
   */
  long getEventId();

  /**
   * string organization_id = 2 [json_name = "organizationId"];
   * @return The organizationId.
   */
  java.lang.String getOrganizationId();
  /**
   * string organization_id = 2 [json_name = "organizationId"];
   * @return The bytes for organizationId.
   */
  com.google.protobuf.ByteString
      getOrganizationIdBytes();

  /**
   * .streamlayer.interactive.ServerNotificationOptions server_notification = 3 [json_name = "serverNotification"];
   * @return Whether the serverNotification field is set.
   */
  boolean hasServerNotification();
  /**
   * .streamlayer.interactive.ServerNotificationOptions server_notification = 3 [json_name = "serverNotification"];
   * @return The serverNotification.
   */
  com.streamlayer.interactive.common.ServerNotificationOptions getServerNotification();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy