Interface CreateRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
CreateRequest,CreateRequest.Builder
public interface CreateRequestOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BypassNotificationsgetBypassNotifications().streamlayer.interactive.BypassNotifications bypass_notifications = 6 [json_name = "bypassNotifications"];java.lang.StringgetModerationId()string moderation_id = 1 [json_name = "moderationId"];com.google.protobuf.ByteStringgetModerationIdBytes()string moderation_id = 1 [json_name = "moderationId"];java.lang.StringgetOrganizationId()string organization_id = 4 [json_name = "organizationId"];com.google.protobuf.ByteStringgetOrganizationIdBytes()string organization_id = 4 [json_name = "organizationId"];QuestiongetQuestion().streamlayer.interactive.Question question = 3 [json_name = "question"];ServerNotificationOptionsgetServerNotification().streamlayer.interactive.ServerNotificationOptions server_notification = 5 [json_name = "serverNotification"];QuestionTypegetType().streamlayer.interactive.QuestionType type = 2 [json_name = "type"];intgetTypeValue().streamlayer.interactive.QuestionType type = 2 [json_name = "type"];booleanhasBypassNotifications().streamlayer.interactive.BypassNotifications bypass_notifications = 6 [json_name = "bypassNotifications"];booleanhasQuestion().streamlayer.interactive.Question question = 3 [json_name = "question"];booleanhasServerNotification().streamlayer.interactive.ServerNotificationOptions server_notification = 5 [json_name = "serverNotification"];
-
-
-
Method Detail
-
getModerationId
java.lang.String getModerationId()
string moderation_id = 1 [json_name = "moderationId"];- Returns:
- The moderationId.
-
getModerationIdBytes
com.google.protobuf.ByteString getModerationIdBytes()
string moderation_id = 1 [json_name = "moderationId"];- Returns:
- The bytes for moderationId.
-
getTypeValue
int getTypeValue()
.streamlayer.interactive.QuestionType type = 2 [json_name = "type"];- Returns:
- The enum numeric value on the wire for type.
-
getType
QuestionType getType()
.streamlayer.interactive.QuestionType type = 2 [json_name = "type"];- Returns:
- The type.
-
hasQuestion
boolean hasQuestion()
.streamlayer.interactive.Question question = 3 [json_name = "question"];- Returns:
- Whether the question field is set.
-
getQuestion
Question getQuestion()
.streamlayer.interactive.Question question = 3 [json_name = "question"];- Returns:
- The question.
-
getOrganizationId
java.lang.String getOrganizationId()
string organization_id = 4 [json_name = "organizationId"];- Returns:
- The organizationId.
-
getOrganizationIdBytes
com.google.protobuf.ByteString getOrganizationIdBytes()
string organization_id = 4 [json_name = "organizationId"];- Returns:
- The bytes for organizationId.
-
hasServerNotification
boolean hasServerNotification()
.streamlayer.interactive.ServerNotificationOptions server_notification = 5 [json_name = "serverNotification"];- Returns:
- Whether the serverNotification field is set.
-
getServerNotification
ServerNotificationOptions getServerNotification()
.streamlayer.interactive.ServerNotificationOptions server_notification = 5 [json_name = "serverNotification"];- Returns:
- The serverNotification.
-
hasBypassNotifications
boolean hasBypassNotifications()
.streamlayer.interactive.BypassNotifications bypass_notifications = 6 [json_name = "bypassNotifications"];- Returns:
- Whether the bypassNotifications field is set.
-
getBypassNotifications
BypassNotifications getBypassNotifications()
.streamlayer.interactive.BypassNotifications bypass_notifications = 6 [json_name = "bypassNotifications"];- Returns:
- The bypassNotifications.
-
-