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

main.java.com.streamlayer.interactive.event.moderation.CreateModerationRequestOrBuilder 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/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(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy