Class CreateRequest.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
-
- com.google.protobuf.GeneratedMessageLite.Builder<CreateRequest,CreateRequest.Builder>
-
- com.streamlayer.interactive.library.CreateRequest.Builder
-
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,CreateRequestOrBuilder,java.lang.Cloneable
- Enclosing class:
- CreateRequest
public static final class CreateRequest.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<CreateRequest,CreateRequest.Builder> implements CreateRequestOrBuilder
Protobuf typestreamlayer.interactive.library.CreateRequest
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateRequest.BuilderclearBypassNotifications().streamlayer.interactive.BypassNotifications bypass_notifications = 3 [json_name = "bypassNotifications"];CreateRequest.BuilderclearData().streamlayer.interactive.Template data = 2 [json_name = "data"];CreateRequest.BuilderclearOrganizationId()string organization_id = 1 [json_name = "organizationId"];CreateRequest.BuilderclearServerNotification().streamlayer.interactive.ServerNotificationOptions server_notification = 4 [json_name = "serverNotification"];BypassNotificationsgetBypassNotifications().streamlayer.interactive.BypassNotifications bypass_notifications = 3 [json_name = "bypassNotifications"];TemplategetData().streamlayer.interactive.Template data = 2 [json_name = "data"];java.lang.StringgetOrganizationId()string organization_id = 1 [json_name = "organizationId"];com.google.protobuf.ByteStringgetOrganizationIdBytes()string organization_id = 1 [json_name = "organizationId"];ServerNotificationOptionsgetServerNotification().streamlayer.interactive.ServerNotificationOptions server_notification = 4 [json_name = "serverNotification"];booleanhasBypassNotifications().streamlayer.interactive.BypassNotifications bypass_notifications = 3 [json_name = "bypassNotifications"];booleanhasData().streamlayer.interactive.Template data = 2 [json_name = "data"];booleanhasServerNotification().streamlayer.interactive.ServerNotificationOptions server_notification = 4 [json_name = "serverNotification"];CreateRequest.BuildermergeBypassNotifications(BypassNotifications value).streamlayer.interactive.BypassNotifications bypass_notifications = 3 [json_name = "bypassNotifications"];CreateRequest.BuildermergeData(Template value).streamlayer.interactive.Template data = 2 [json_name = "data"];CreateRequest.BuildermergeServerNotification(ServerNotificationOptions value).streamlayer.interactive.ServerNotificationOptions server_notification = 4 [json_name = "serverNotification"];CreateRequest.BuildersetBypassNotifications(BypassNotifications value).streamlayer.interactive.BypassNotifications bypass_notifications = 3 [json_name = "bypassNotifications"];CreateRequest.BuildersetBypassNotifications(BypassNotifications.Builder builderForValue).streamlayer.interactive.BypassNotifications bypass_notifications = 3 [json_name = "bypassNotifications"];CreateRequest.BuildersetData(Template value).streamlayer.interactive.Template data = 2 [json_name = "data"];CreateRequest.BuildersetData(Template.Builder builderForValue).streamlayer.interactive.Template data = 2 [json_name = "data"];CreateRequest.BuildersetOrganizationId(java.lang.String value)string organization_id = 1 [json_name = "organizationId"];CreateRequest.BuildersetOrganizationIdBytes(com.google.protobuf.ByteString value)string organization_id = 1 [json_name = "organizationId"];CreateRequest.BuildersetServerNotification(ServerNotificationOptions value).streamlayer.interactive.ServerNotificationOptions server_notification = 4 [json_name = "serverNotification"];CreateRequest.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
-
getOrganizationId
public java.lang.String getOrganizationId()
string organization_id = 1 [json_name = "organizationId"];- Specified by:
getOrganizationIdin interfaceCreateRequestOrBuilder- Returns:
- The organizationId.
-
getOrganizationIdBytes
public com.google.protobuf.ByteString getOrganizationIdBytes()
string organization_id = 1 [json_name = "organizationId"];- Specified by:
getOrganizationIdBytesin interfaceCreateRequestOrBuilder- Returns:
- The bytes for organizationId.
-
setOrganizationId
public CreateRequest.Builder setOrganizationId(java.lang.String value)
string organization_id = 1 [json_name = "organizationId"];- Parameters:
value- The organizationId to set.- Returns:
- This builder for chaining.
-
clearOrganizationId
public CreateRequest.Builder clearOrganizationId()
string organization_id = 1 [json_name = "organizationId"];- Returns:
- This builder for chaining.
-
setOrganizationIdBytes
public CreateRequest.Builder setOrganizationIdBytes(com.google.protobuf.ByteString value)
string organization_id = 1 [json_name = "organizationId"];- Parameters:
value- The bytes for organizationId to set.- Returns:
- This builder for chaining.
-
hasData
public boolean hasData()
.streamlayer.interactive.Template data = 2 [json_name = "data"];- Specified by:
hasDatain interfaceCreateRequestOrBuilder- Returns:
- Whether the data field is set.
-
getData
public Template getData()
.streamlayer.interactive.Template data = 2 [json_name = "data"];- Specified by:
getDatain interfaceCreateRequestOrBuilder- Returns:
- The data.
-
setData
public CreateRequest.Builder setData(Template value)
.streamlayer.interactive.Template data = 2 [json_name = "data"];
-
setData
public CreateRequest.Builder setData(Template.Builder builderForValue)
.streamlayer.interactive.Template data = 2 [json_name = "data"];
-
mergeData
public CreateRequest.Builder mergeData(Template value)
.streamlayer.interactive.Template data = 2 [json_name = "data"];
-
clearData
public CreateRequest.Builder clearData()
.streamlayer.interactive.Template data = 2 [json_name = "data"];
-
hasBypassNotifications
public boolean hasBypassNotifications()
.streamlayer.interactive.BypassNotifications bypass_notifications = 3 [json_name = "bypassNotifications"];- Specified by:
hasBypassNotificationsin interfaceCreateRequestOrBuilder- Returns:
- Whether the bypassNotifications field is set.
-
getBypassNotifications
public BypassNotifications getBypassNotifications()
.streamlayer.interactive.BypassNotifications bypass_notifications = 3 [json_name = "bypassNotifications"];- Specified by:
getBypassNotificationsin interfaceCreateRequestOrBuilder- Returns:
- The bypassNotifications.
-
setBypassNotifications
public CreateRequest.Builder setBypassNotifications(BypassNotifications value)
.streamlayer.interactive.BypassNotifications bypass_notifications = 3 [json_name = "bypassNotifications"];
-
setBypassNotifications
public CreateRequest.Builder setBypassNotifications(BypassNotifications.Builder builderForValue)
.streamlayer.interactive.BypassNotifications bypass_notifications = 3 [json_name = "bypassNotifications"];
-
mergeBypassNotifications
public CreateRequest.Builder mergeBypassNotifications(BypassNotifications value)
.streamlayer.interactive.BypassNotifications bypass_notifications = 3 [json_name = "bypassNotifications"];
-
clearBypassNotifications
public CreateRequest.Builder clearBypassNotifications()
.streamlayer.interactive.BypassNotifications bypass_notifications = 3 [json_name = "bypassNotifications"];
-
hasServerNotification
public boolean hasServerNotification()
.streamlayer.interactive.ServerNotificationOptions server_notification = 4 [json_name = "serverNotification"];- Specified by:
hasServerNotificationin interfaceCreateRequestOrBuilder- Returns:
- Whether the serverNotification field is set.
-
getServerNotification
public ServerNotificationOptions getServerNotification()
.streamlayer.interactive.ServerNotificationOptions server_notification = 4 [json_name = "serverNotification"];- Specified by:
getServerNotificationin interfaceCreateRequestOrBuilder- Returns:
- The serverNotification.
-
setServerNotification
public CreateRequest.Builder setServerNotification(ServerNotificationOptions value)
.streamlayer.interactive.ServerNotificationOptions server_notification = 4 [json_name = "serverNotification"];
-
setServerNotification
public CreateRequest.Builder setServerNotification(ServerNotificationOptions.Builder builderForValue)
.streamlayer.interactive.ServerNotificationOptions server_notification = 4 [json_name = "serverNotification"];
-
mergeServerNotification
public CreateRequest.Builder mergeServerNotification(ServerNotificationOptions value)
.streamlayer.interactive.ServerNotificationOptions server_notification = 4 [json_name = "serverNotification"];
-
clearServerNotification
public CreateRequest.Builder clearServerNotification()
.streamlayer.interactive.ServerNotificationOptions server_notification = 4 [json_name = "serverNotification"];
-
-