main.java.com.streamlayer.interactive.event.moderation.CreateModerationRequestOrBuilder 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/event/moderation/interactive.event.moderation.proto
// Protobuf Java Version: 3.25.3
package com.streamlayer.interactive.event.moderation;
public interface CreateModerationRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.interactive.event.moderation.CreateModerationRequest)
com.google.protobuf.MessageLiteOrBuilder {
/**
*
* sport event id
*
*
* string event_id = 1 [json_name = "eventId"];
* @return The eventId.
*/
java.lang.String getEventId();
/**
*
* sport event id
*
*
* string event_id = 1 [json_name = "eventId"];
* @return The bytes for eventId.
*/
com.google.protobuf.ByteString
getEventIdBytes();
/**
* .streamlayer.interactive.event.moderation.CreateModerationRequest.EventModerationSettings settings = 2 [json_name = "settings", deprecated = true];
* @deprecated streamlayer.interactive.event.moderation.CreateModerationRequest.settings is deprecated.
* See streamlayer/interactive/event/moderation/interactive.event.moderation.proto;l=22
* @return Whether the settings field is set.
*/
@java.lang.Deprecated boolean hasSettings();
/**
* .streamlayer.interactive.event.moderation.CreateModerationRequest.EventModerationSettings settings = 2 [json_name = "settings", deprecated = true];
* @deprecated streamlayer.interactive.event.moderation.CreateModerationRequest.settings is deprecated.
* See streamlayer/interactive/event/moderation/interactive.event.moderation.proto;l=22
* @return The settings.
*/
@java.lang.Deprecated com.streamlayer.interactive.event.moderation.CreateModerationRequest.EventModerationSettings getSettings();
/**
* .streamlayer.interactive.EventModeration data = 3 [json_name = "data"];
* @return Whether the data field is set.
*/
boolean hasData();
/**
* .streamlayer.interactive.EventModeration data = 3 [json_name = "data"];
* @return The data.
*/
com.streamlayer.interactive.common.EventModeration getData();
/**
* string organization_id = 4 [json_name = "organizationId"];
* @return The organizationId.
*/
java.lang.String getOrganizationId();
/**
* string organization_id = 4 [json_name = "organizationId"];
* @return The bytes for organizationId.
*/
com.google.protobuf.ByteString
getOrganizationIdBytes();
/**
* .streamlayer.interactive.ServerNotificationOptions server_notification = 5 [json_name = "serverNotification"];
* @return Whether the serverNotification field is set.
*/
boolean hasServerNotification();
/**
* .streamlayer.interactive.ServerNotificationOptions server_notification = 5 [json_name = "serverNotification"];
* @return The serverNotification.
*/
com.streamlayer.interactive.common.ServerNotificationOptions getServerNotification();
/**
* .streamlayer.interactive.BypassNotifications bypass_notifications = 6 [json_name = "bypassNotifications"];
* @return Whether the bypassNotifications field is set.
*/
boolean hasBypassNotifications();
/**
* .streamlayer.interactive.BypassNotifications bypass_notifications = 6 [json_name = "bypassNotifications"];
* @return The bypassNotifications.
*/
com.streamlayer.interactive.common.BypassNotifications getBypassNotifications();
}