Interface UpdateRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
UpdateRequest,UpdateRequest.Builder
public interface UpdateRequestOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BypassNotificationsgetBypassNotifications().streamlayer.interactive.BypassNotifications bypass_notifications = 5 [json_name = "bypassNotifications"];QuestiongetData().streamlayer.interactive.Question data = 2 [json_name = "data"];java.lang.StringgetId()string id = 1 [json_name = "id"];com.google.protobuf.ByteStringgetIdBytes()string id = 1 [json_name = "id"];java.lang.StringgetOrganizationId()string organization_id = 3 [json_name = "organizationId"];com.google.protobuf.ByteStringgetOrganizationIdBytes()string organization_id = 3 [json_name = "organizationId"];ServerNotificationOptionsgetServerNotification().streamlayer.interactive.ServerNotificationOptions server_notification = 4 [json_name = "serverNotification"];booleanhasBypassNotifications().streamlayer.interactive.BypassNotifications bypass_notifications = 5 [json_name = "bypassNotifications"];booleanhasData().streamlayer.interactive.Question data = 2 [json_name = "data"];booleanhasServerNotification().streamlayer.interactive.ServerNotificationOptions server_notification = 4 [json_name = "serverNotification"];
-
-
-
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.
-
hasData
boolean hasData()
.streamlayer.interactive.Question data = 2 [json_name = "data"];- Returns:
- Whether the data field is set.
-
getData
Question getData()
.streamlayer.interactive.Question data = 2 [json_name = "data"];- Returns:
- The data.
-
getOrganizationId
java.lang.String getOrganizationId()
string organization_id = 3 [json_name = "organizationId"];- Returns:
- The organizationId.
-
getOrganizationIdBytes
com.google.protobuf.ByteString getOrganizationIdBytes()
string organization_id = 3 [json_name = "organizationId"];- Returns:
- The bytes for organizationId.
-
hasServerNotification
boolean hasServerNotification()
.streamlayer.interactive.ServerNotificationOptions server_notification = 4 [json_name = "serverNotification"];- Returns:
- Whether the serverNotification field is set.
-
getServerNotification
ServerNotificationOptions getServerNotification()
.streamlayer.interactive.ServerNotificationOptions server_notification = 4 [json_name = "serverNotification"];- Returns:
- The serverNotification.
-
hasBypassNotifications
boolean hasBypassNotifications()
.streamlayer.interactive.BypassNotifications bypass_notifications = 5 [json_name = "bypassNotifications"];- Returns:
- Whether the bypassNotifications field is set.
-
getBypassNotifications
BypassNotifications getBypassNotifications()
.streamlayer.interactive.BypassNotifications bypass_notifications = 5 [json_name = "bypassNotifications"];- Returns:
- The bypassNotifications.
-
-