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