Interface EventModerationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
EventModeration,EventModeration.Builder
public interface EventModerationOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description com.google.protobuf.TimestampgetActivatedAt().google.protobuf.Timestamp activated_at = 8 [json_name = "activatedAt"];BypassNotificationsgetBypassNotifications().streamlayer.interactive.BypassNotifications bypass_notifications = 11 [json_name = "bypassNotifications"];com.google.protobuf.TimestampgetDeactivatedAt().google.protobuf.Timestamp deactivated_at = 9 [json_name = "deactivatedAt"];java.lang.StringgetEventId()string event_id = 2 [json_name = "eventId"];com.google.protobuf.ByteStringgetEventIdBytes()string event_id = 2 [json_name = "eventId"];java.lang.StringgetId()string id = 1 [json_name = "id"];com.google.protobuf.ByteStringgetIdBytes()string id = 1 [json_name = "id"];ImporterCollaborationgetImporterCollaboration().streamlayer.interactive.ImporterCollaboration importer_collaboration = 12 [json_name = "importerCollaboration"];EventModeration.NotificationSettingsgetNotification().streamlayer.interactive.EventModeration.NotificationSettings notification = 7 [json_name = "notification"];booleangetOnboardingEnabled()bool onboarding_enabled = 4 [json_name = "onboardingEnabled"];java.lang.StringgetOrganizationId()string organization_id = 13 [json_name = "organizationId"];com.google.protobuf.ByteStringgetOrganizationIdBytes()string organization_id = 13 [json_name = "organizationId"];EventModeration.QuestionSettingsgetQuestion().streamlayer.interactive.EventModeration.QuestionSettings question = 5 [json_name = "question"];QuestionAutoPostgetQuestionAutoPost().streamlayer.interactive.QuestionAutoPost question_auto_post = 10 [json_name = "questionAutoPost"];EventModeration.SponsorshipSettingsgetSponsors().streamlayer.interactive.EventModeration.SponsorshipSettings sponsors = 6 [json_name = "sponsors"];SponsorshipgetSponsorship()Deprecated.streamlayer.interactive.EventModeration.sponsorship is deprecated.booleanhasActivatedAt().google.protobuf.Timestamp activated_at = 8 [json_name = "activatedAt"];booleanhasBypassNotifications().streamlayer.interactive.BypassNotifications bypass_notifications = 11 [json_name = "bypassNotifications"];booleanhasDeactivatedAt().google.protobuf.Timestamp deactivated_at = 9 [json_name = "deactivatedAt"];booleanhasImporterCollaboration().streamlayer.interactive.ImporterCollaboration importer_collaboration = 12 [json_name = "importerCollaboration"];booleanhasNotification().streamlayer.interactive.EventModeration.NotificationSettings notification = 7 [json_name = "notification"];booleanhasQuestion().streamlayer.interactive.EventModeration.QuestionSettings question = 5 [json_name = "question"];booleanhasQuestionAutoPost().streamlayer.interactive.QuestionAutoPost question_auto_post = 10 [json_name = "questionAutoPost"];booleanhasSponsors().streamlayer.interactive.EventModeration.SponsorshipSettings sponsors = 6 [json_name = "sponsors"];booleanhasSponsorship()Deprecated.streamlayer.interactive.EventModeration.sponsorship is deprecated.
-
-
-
Method Detail
-
getId
java.lang.String getId()
string id = 1 [json_name = "id"];- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()
string id = 1 [json_name = "id"];- Returns:
- The bytes for id.
-
getEventId
java.lang.String getEventId()
string event_id = 2 [json_name = "eventId"];- Returns:
- The eventId.
-
getEventIdBytes
com.google.protobuf.ByteString getEventIdBytes()
string event_id = 2 [json_name = "eventId"];- Returns:
- The bytes for eventId.
-
hasSponsorship
@Deprecated boolean hasSponsorship()
Deprecated.streamlayer.interactive.EventModeration.sponsorship is deprecated. See streamlayer/interactive/interactive.common.proto;l=792.streamlayer.interactive.Sponsorship sponsorship = 3 [json_name = "sponsorship", deprecated = true];- Returns:
- Whether the sponsorship field is set.
-
getSponsorship
@Deprecated Sponsorship getSponsorship()
Deprecated.streamlayer.interactive.EventModeration.sponsorship is deprecated. See streamlayer/interactive/interactive.common.proto;l=792.streamlayer.interactive.Sponsorship sponsorship = 3 [json_name = "sponsorship", deprecated = true];- Returns:
- The sponsorship.
-
getOnboardingEnabled
boolean getOnboardingEnabled()
bool onboarding_enabled = 4 [json_name = "onboardingEnabled"];- Returns:
- The onboardingEnabled.
-
hasQuestion
boolean hasQuestion()
.streamlayer.interactive.EventModeration.QuestionSettings question = 5 [json_name = "question"];- Returns:
- Whether the question field is set.
-
getQuestion
EventModeration.QuestionSettings getQuestion()
.streamlayer.interactive.EventModeration.QuestionSettings question = 5 [json_name = "question"];- Returns:
- The question.
-
hasSponsors
boolean hasSponsors()
.streamlayer.interactive.EventModeration.SponsorshipSettings sponsors = 6 [json_name = "sponsors"];- Returns:
- Whether the sponsors field is set.
-
getSponsors
EventModeration.SponsorshipSettings getSponsors()
.streamlayer.interactive.EventModeration.SponsorshipSettings sponsors = 6 [json_name = "sponsors"];- Returns:
- The sponsors.
-
hasNotification
boolean hasNotification()
.streamlayer.interactive.EventModeration.NotificationSettings notification = 7 [json_name = "notification"];- Returns:
- Whether the notification field is set.
-
getNotification
EventModeration.NotificationSettings getNotification()
.streamlayer.interactive.EventModeration.NotificationSettings notification = 7 [json_name = "notification"];- Returns:
- The notification.
-
hasActivatedAt
boolean hasActivatedAt()
.google.protobuf.Timestamp activated_at = 8 [json_name = "activatedAt"];- Returns:
- Whether the activatedAt field is set.
-
getActivatedAt
com.google.protobuf.Timestamp getActivatedAt()
.google.protobuf.Timestamp activated_at = 8 [json_name = "activatedAt"];- Returns:
- The activatedAt.
-
hasDeactivatedAt
boolean hasDeactivatedAt()
.google.protobuf.Timestamp deactivated_at = 9 [json_name = "deactivatedAt"];- Returns:
- Whether the deactivatedAt field is set.
-
getDeactivatedAt
com.google.protobuf.Timestamp getDeactivatedAt()
.google.protobuf.Timestamp deactivated_at = 9 [json_name = "deactivatedAt"];- Returns:
- The deactivatedAt.
-
hasQuestionAutoPost
boolean hasQuestionAutoPost()
.streamlayer.interactive.QuestionAutoPost question_auto_post = 10 [json_name = "questionAutoPost"];- Returns:
- Whether the questionAutoPost field is set.
-
getQuestionAutoPost
QuestionAutoPost getQuestionAutoPost()
.streamlayer.interactive.QuestionAutoPost question_auto_post = 10 [json_name = "questionAutoPost"];- Returns:
- The questionAutoPost.
-
hasBypassNotifications
boolean hasBypassNotifications()
.streamlayer.interactive.BypassNotifications bypass_notifications = 11 [json_name = "bypassNotifications"];- Returns:
- Whether the bypassNotifications field is set.
-
getBypassNotifications
BypassNotifications getBypassNotifications()
.streamlayer.interactive.BypassNotifications bypass_notifications = 11 [json_name = "bypassNotifications"];- Returns:
- The bypassNotifications.
-
hasImporterCollaboration
boolean hasImporterCollaboration()
.streamlayer.interactive.ImporterCollaboration importer_collaboration = 12 [json_name = "importerCollaboration"];- Returns:
- Whether the importerCollaboration field is set.
-
getImporterCollaboration
ImporterCollaboration getImporterCollaboration()
.streamlayer.interactive.ImporterCollaboration importer_collaboration = 12 [json_name = "importerCollaboration"];- Returns:
- The importerCollaboration.
-
getOrganizationId
java.lang.String getOrganizationId()
string organization_id = 13 [json_name = "organizationId"];- Returns:
- The organizationId.
-
getOrganizationIdBytes
com.google.protobuf.ByteString getOrganizationIdBytes()
string organization_id = 13 [json_name = "organizationId"];- Returns:
- The bytes for organizationId.
-
-