Class UpdateRequest.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
-
- com.google.protobuf.GeneratedMessageLite.Builder<UpdateRequest,UpdateRequest.Builder>
-
- com.streamlayer.interactive.question.UpdateRequest.Builder
-
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,UpdateRequestOrBuilder,java.lang.Cloneable
- Enclosing class:
- UpdateRequest
public static final class UpdateRequest.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<UpdateRequest,UpdateRequest.Builder> implements UpdateRequestOrBuilder
Protobuf typestreamlayer.interactive.question.UpdateRequest
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateRequest.BuilderclearBypassNotifications().streamlayer.interactive.BypassNotifications bypass_notifications = 5 [json_name = "bypassNotifications"];UpdateRequest.BuilderclearData().streamlayer.interactive.Question data = 2 [json_name = "data"];UpdateRequest.BuilderclearId()string id = 1 [json_name = "id"];UpdateRequest.BuilderclearOrganizationId()string organization_id = 3 [json_name = "organizationId"];UpdateRequest.BuilderclearServerNotification().streamlayer.interactive.ServerNotificationOptions server_notification = 4 [json_name = "serverNotification"];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"];UpdateRequest.BuildermergeBypassNotifications(BypassNotifications value).streamlayer.interactive.BypassNotifications bypass_notifications = 5 [json_name = "bypassNotifications"];UpdateRequest.BuildermergeData(Question value).streamlayer.interactive.Question data = 2 [json_name = "data"];UpdateRequest.BuildermergeServerNotification(ServerNotificationOptions value).streamlayer.interactive.ServerNotificationOptions server_notification = 4 [json_name = "serverNotification"];UpdateRequest.BuildersetBypassNotifications(BypassNotifications value).streamlayer.interactive.BypassNotifications bypass_notifications = 5 [json_name = "bypassNotifications"];UpdateRequest.BuildersetBypassNotifications(BypassNotifications.Builder builderForValue).streamlayer.interactive.BypassNotifications bypass_notifications = 5 [json_name = "bypassNotifications"];UpdateRequest.BuildersetData(Question value).streamlayer.interactive.Question data = 2 [json_name = "data"];UpdateRequest.BuildersetData(Question.Builder builderForValue).streamlayer.interactive.Question data = 2 [json_name = "data"];UpdateRequest.BuildersetId(java.lang.String value)string id = 1 [json_name = "id"];UpdateRequest.BuildersetIdBytes(com.google.protobuf.ByteString value)string id = 1 [json_name = "id"];UpdateRequest.BuildersetOrganizationId(java.lang.String value)string organization_id = 3 [json_name = "organizationId"];UpdateRequest.BuildersetOrganizationIdBytes(com.google.protobuf.ByteString value)string organization_id = 3 [json_name = "organizationId"];UpdateRequest.BuildersetServerNotification(ServerNotificationOptions value).streamlayer.interactive.ServerNotificationOptions server_notification = 4 [json_name = "serverNotification"];UpdateRequest.BuildersetServerNotification(ServerNotificationOptions.Builder builderForValue).streamlayer.interactive.ServerNotificationOptions server_notification = 4 [json_name = "serverNotification"];-
Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFrom
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
-
-
-
-
Method Detail
-
getId
public java.lang.String getId()
string id = 1 [json_name = "id"];- Specified by:
getIdin interfaceUpdateRequestOrBuilder- Returns:
- The id.
-
getIdBytes
public com.google.protobuf.ByteString getIdBytes()
string id = 1 [json_name = "id"];- Specified by:
getIdBytesin interfaceUpdateRequestOrBuilder- Returns:
- The bytes for id.
-
setId
public UpdateRequest.Builder setId(java.lang.String value)
string id = 1 [json_name = "id"];- Parameters:
value- The id to set.- Returns:
- This builder for chaining.
-
clearId
public UpdateRequest.Builder clearId()
string id = 1 [json_name = "id"];- Returns:
- This builder for chaining.
-
setIdBytes
public UpdateRequest.Builder setIdBytes(com.google.protobuf.ByteString value)
string id = 1 [json_name = "id"];- Parameters:
value- The bytes for id to set.- Returns:
- This builder for chaining.
-
hasData
public boolean hasData()
.streamlayer.interactive.Question data = 2 [json_name = "data"];- Specified by:
hasDatain interfaceUpdateRequestOrBuilder- Returns:
- Whether the data field is set.
-
getData
public Question getData()
.streamlayer.interactive.Question data = 2 [json_name = "data"];- Specified by:
getDatain interfaceUpdateRequestOrBuilder- Returns:
- The data.
-
setData
public UpdateRequest.Builder setData(Question value)
.streamlayer.interactive.Question data = 2 [json_name = "data"];
-
setData
public UpdateRequest.Builder setData(Question.Builder builderForValue)
.streamlayer.interactive.Question data = 2 [json_name = "data"];
-
mergeData
public UpdateRequest.Builder mergeData(Question value)
.streamlayer.interactive.Question data = 2 [json_name = "data"];
-
clearData
public UpdateRequest.Builder clearData()
.streamlayer.interactive.Question data = 2 [json_name = "data"];
-
getOrganizationId
public java.lang.String getOrganizationId()
string organization_id = 3 [json_name = "organizationId"];- Specified by:
getOrganizationIdin interfaceUpdateRequestOrBuilder- Returns:
- The organizationId.
-
getOrganizationIdBytes
public com.google.protobuf.ByteString getOrganizationIdBytes()
string organization_id = 3 [json_name = "organizationId"];- Specified by:
getOrganizationIdBytesin interfaceUpdateRequestOrBuilder- Returns:
- The bytes for organizationId.
-
setOrganizationId
public UpdateRequest.Builder setOrganizationId(java.lang.String value)
string organization_id = 3 [json_name = "organizationId"];- Parameters:
value- The organizationId to set.- Returns:
- This builder for chaining.
-
clearOrganizationId
public UpdateRequest.Builder clearOrganizationId()
string organization_id = 3 [json_name = "organizationId"];- Returns:
- This builder for chaining.
-
setOrganizationIdBytes
public UpdateRequest.Builder setOrganizationIdBytes(com.google.protobuf.ByteString value)
string organization_id = 3 [json_name = "organizationId"];- Parameters:
value- The bytes for organizationId to set.- Returns:
- This builder for chaining.
-
hasServerNotification
public boolean hasServerNotification()
.streamlayer.interactive.ServerNotificationOptions server_notification = 4 [json_name = "serverNotification"];- Specified by:
hasServerNotificationin interfaceUpdateRequestOrBuilder- Returns:
- Whether the serverNotification field is set.
-
getServerNotification
public ServerNotificationOptions getServerNotification()
.streamlayer.interactive.ServerNotificationOptions server_notification = 4 [json_name = "serverNotification"];- Specified by:
getServerNotificationin interfaceUpdateRequestOrBuilder- Returns:
- The serverNotification.
-
setServerNotification
public UpdateRequest.Builder setServerNotification(ServerNotificationOptions value)
.streamlayer.interactive.ServerNotificationOptions server_notification = 4 [json_name = "serverNotification"];
-
setServerNotification
public UpdateRequest.Builder setServerNotification(ServerNotificationOptions.Builder builderForValue)
.streamlayer.interactive.ServerNotificationOptions server_notification = 4 [json_name = "serverNotification"];
-
mergeServerNotification
public UpdateRequest.Builder mergeServerNotification(ServerNotificationOptions value)
.streamlayer.interactive.ServerNotificationOptions server_notification = 4 [json_name = "serverNotification"];
-
clearServerNotification
public UpdateRequest.Builder clearServerNotification()
.streamlayer.interactive.ServerNotificationOptions server_notification = 4 [json_name = "serverNotification"];
-
hasBypassNotifications
public boolean hasBypassNotifications()
.streamlayer.interactive.BypassNotifications bypass_notifications = 5 [json_name = "bypassNotifications"];- Specified by:
hasBypassNotificationsin interfaceUpdateRequestOrBuilder- Returns:
- Whether the bypassNotifications field is set.
-
getBypassNotifications
public BypassNotifications getBypassNotifications()
.streamlayer.interactive.BypassNotifications bypass_notifications = 5 [json_name = "bypassNotifications"];- Specified by:
getBypassNotificationsin interfaceUpdateRequestOrBuilder- Returns:
- The bypassNotifications.
-
setBypassNotifications
public UpdateRequest.Builder setBypassNotifications(BypassNotifications value)
.streamlayer.interactive.BypassNotifications bypass_notifications = 5 [json_name = "bypassNotifications"];
-
setBypassNotifications
public UpdateRequest.Builder setBypassNotifications(BypassNotifications.Builder builderForValue)
.streamlayer.interactive.BypassNotifications bypass_notifications = 5 [json_name = "bypassNotifications"];
-
mergeBypassNotifications
public UpdateRequest.Builder mergeBypassNotifications(BypassNotifications value)
.streamlayer.interactive.BypassNotifications bypass_notifications = 5 [json_name = "bypassNotifications"];
-
clearBypassNotifications
public UpdateRequest.Builder clearBypassNotifications()
.streamlayer.interactive.BypassNotifications bypass_notifications = 5 [json_name = "bypassNotifications"];
-
-