main.java.com.streamlayer.interactive.common.EventModerationOrBuilder 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/interactive.common.proto
// Protobuf Java Version: 3.25.3
package com.streamlayer.interactive.common;
public interface EventModerationOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.interactive.EventModeration)
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();
/**
* string event_id = 2 [json_name = "eventId"];
* @return The eventId.
*/
java.lang.String getEventId();
/**
* string event_id = 2 [json_name = "eventId"];
* @return The bytes for eventId.
*/
com.google.protobuf.ByteString
getEventIdBytes();
/**
* .streamlayer.interactive.Sponsorship sponsorship = 3 [json_name = "sponsorship", deprecated = true];
* @deprecated streamlayer.interactive.EventModeration.sponsorship is deprecated.
* See streamlayer/interactive/interactive.common.proto;l=469
* @return Whether the sponsorship field is set.
*/
@java.lang.Deprecated boolean hasSponsorship();
/**
* .streamlayer.interactive.Sponsorship sponsorship = 3 [json_name = "sponsorship", deprecated = true];
* @deprecated streamlayer.interactive.EventModeration.sponsorship is deprecated.
* See streamlayer/interactive/interactive.common.proto;l=469
* @return The sponsorship.
*/
@java.lang.Deprecated com.streamlayer.interactive.common.Sponsorship getSponsorship();
/**
* bool onboarding_enabled = 4 [json_name = "onboardingEnabled"];
* @return The onboardingEnabled.
*/
boolean getOnboardingEnabled();
/**
* .streamlayer.interactive.EventModeration.QuestionSettings question = 5 [json_name = "question"];
* @return Whether the question field is set.
*/
boolean hasQuestion();
/**
* .streamlayer.interactive.EventModeration.QuestionSettings question = 5 [json_name = "question"];
* @return The question.
*/
com.streamlayer.interactive.common.EventModeration.QuestionSettings getQuestion();
/**
* .streamlayer.interactive.EventModeration.SponsorshipSettings sponsors = 6 [json_name = "sponsors"];
* @return Whether the sponsors field is set.
*/
boolean hasSponsors();
/**
* .streamlayer.interactive.EventModeration.SponsorshipSettings sponsors = 6 [json_name = "sponsors"];
* @return The sponsors.
*/
com.streamlayer.interactive.common.EventModeration.SponsorshipSettings getSponsors();
/**
* .streamlayer.interactive.EventModeration.NotificationSettings notification = 7 [json_name = "notification"];
* @return Whether the notification field is set.
*/
boolean hasNotification();
/**
* .streamlayer.interactive.EventModeration.NotificationSettings notification = 7 [json_name = "notification"];
* @return The notification.
*/
com.streamlayer.interactive.common.EventModeration.NotificationSettings getNotification();
/**
* .google.protobuf.Timestamp activated_at = 8 [json_name = "activatedAt"];
* @return Whether the activatedAt field is set.
*/
boolean hasActivatedAt();
/**
* .google.protobuf.Timestamp activated_at = 8 [json_name = "activatedAt"];
* @return The activatedAt.
*/
com.google.protobuf.Timestamp getActivatedAt();
/**
* .google.protobuf.Timestamp deactivated_at = 9 [json_name = "deactivatedAt"];
* @return Whether the deactivatedAt field is set.
*/
boolean hasDeactivatedAt();
/**
* .google.protobuf.Timestamp deactivated_at = 9 [json_name = "deactivatedAt"];
* @return The deactivatedAt.
*/
com.google.protobuf.Timestamp getDeactivatedAt();
/**
* .streamlayer.interactive.QuestionAutoPost question_auto_post = 10 [json_name = "questionAutoPost"];
* @return Whether the questionAutoPost field is set.
*/
boolean hasQuestionAutoPost();
/**
* .streamlayer.interactive.QuestionAutoPost question_auto_post = 10 [json_name = "questionAutoPost"];
* @return The questionAutoPost.
*/
com.streamlayer.interactive.common.QuestionAutoPost getQuestionAutoPost();
/**
* .streamlayer.interactive.BypassNotifications bypass_notifications = 11 [json_name = "bypassNotifications"];
* @return Whether the bypassNotifications field is set.
*/
boolean hasBypassNotifications();
/**
* .streamlayer.interactive.BypassNotifications bypass_notifications = 11 [json_name = "bypassNotifications"];
* @return The bypassNotifications.
*/
com.streamlayer.interactive.common.BypassNotifications getBypassNotifications();
/**
* .streamlayer.interactive.ImporterCollaboration importer_collaboration = 12 [json_name = "importerCollaboration"];
* @return Whether the importerCollaboration field is set.
*/
boolean hasImporterCollaboration();
/**
* .streamlayer.interactive.ImporterCollaboration importer_collaboration = 12 [json_name = "importerCollaboration"];
* @return The importerCollaboration.
*/
com.streamlayer.interactive.common.ImporterCollaboration getImporterCollaboration();
}