Package com.streamlayer.interactive.game
Class StartRequest.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
-
- com.google.protobuf.GeneratedMessageLite.Builder<StartRequest,StartRequest.Builder>
-
- com.streamlayer.interactive.game.StartRequest.Builder
-
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,StartRequestOrBuilder,java.lang.Cloneable
- Enclosing class:
- StartRequest
public static final class StartRequest.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<StartRequest,StartRequest.Builder> implements StartRequestOrBuilder
Protobuf typestreamlayer.interactive.game.StartRequest
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StartRequest.BuilderclearEventId()int64 event_id = 1 [json_name = "eventId"];StartRequest.BuilderclearOrganizationId()string organization_id = 2 [json_name = "organizationId"];StartRequest.BuilderclearServerNotification().streamlayer.interactive.ServerNotificationOptions server_notification = 3 [json_name = "serverNotification"];longgetEventId()int64 event_id = 1 [json_name = "eventId"];java.lang.StringgetOrganizationId()string organization_id = 2 [json_name = "organizationId"];com.google.protobuf.ByteStringgetOrganizationIdBytes()string organization_id = 2 [json_name = "organizationId"];ServerNotificationOptionsgetServerNotification().streamlayer.interactive.ServerNotificationOptions server_notification = 3 [json_name = "serverNotification"];booleanhasServerNotification().streamlayer.interactive.ServerNotificationOptions server_notification = 3 [json_name = "serverNotification"];StartRequest.BuildermergeServerNotification(ServerNotificationOptions value).streamlayer.interactive.ServerNotificationOptions server_notification = 3 [json_name = "serverNotification"];StartRequest.BuildersetEventId(long value)int64 event_id = 1 [json_name = "eventId"];StartRequest.BuildersetOrganizationId(java.lang.String value)string organization_id = 2 [json_name = "organizationId"];StartRequest.BuildersetOrganizationIdBytes(com.google.protobuf.ByteString value)string organization_id = 2 [json_name = "organizationId"];StartRequest.BuildersetServerNotification(ServerNotificationOptions value).streamlayer.interactive.ServerNotificationOptions server_notification = 3 [json_name = "serverNotification"];StartRequest.BuildersetServerNotification(ServerNotificationOptions.Builder builderForValue).streamlayer.interactive.ServerNotificationOptions server_notification = 3 [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
-
getEventId
public long getEventId()
int64 event_id = 1 [json_name = "eventId"];- Specified by:
getEventIdin interfaceStartRequestOrBuilder- Returns:
- The eventId.
-
setEventId
public StartRequest.Builder setEventId(long value)
int64 event_id = 1 [json_name = "eventId"];- Parameters:
value- The eventId to set.- Returns:
- This builder for chaining.
-
clearEventId
public StartRequest.Builder clearEventId()
int64 event_id = 1 [json_name = "eventId"];- Returns:
- This builder for chaining.
-
getOrganizationId
public java.lang.String getOrganizationId()
string organization_id = 2 [json_name = "organizationId"];- Specified by:
getOrganizationIdin interfaceStartRequestOrBuilder- Returns:
- The organizationId.
-
getOrganizationIdBytes
public com.google.protobuf.ByteString getOrganizationIdBytes()
string organization_id = 2 [json_name = "organizationId"];- Specified by:
getOrganizationIdBytesin interfaceStartRequestOrBuilder- Returns:
- The bytes for organizationId.
-
setOrganizationId
public StartRequest.Builder setOrganizationId(java.lang.String value)
string organization_id = 2 [json_name = "organizationId"];- Parameters:
value- The organizationId to set.- Returns:
- This builder for chaining.
-
clearOrganizationId
public StartRequest.Builder clearOrganizationId()
string organization_id = 2 [json_name = "organizationId"];- Returns:
- This builder for chaining.
-
setOrganizationIdBytes
public StartRequest.Builder setOrganizationIdBytes(com.google.protobuf.ByteString value)
string organization_id = 2 [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 = 3 [json_name = "serverNotification"];- Specified by:
hasServerNotificationin interfaceStartRequestOrBuilder- Returns:
- Whether the serverNotification field is set.
-
getServerNotification
public ServerNotificationOptions getServerNotification()
.streamlayer.interactive.ServerNotificationOptions server_notification = 3 [json_name = "serverNotification"];- Specified by:
getServerNotificationin interfaceStartRequestOrBuilder- Returns:
- The serverNotification.
-
setServerNotification
public StartRequest.Builder setServerNotification(ServerNotificationOptions value)
.streamlayer.interactive.ServerNotificationOptions server_notification = 3 [json_name = "serverNotification"];
-
setServerNotification
public StartRequest.Builder setServerNotification(ServerNotificationOptions.Builder builderForValue)
.streamlayer.interactive.ServerNotificationOptions server_notification = 3 [json_name = "serverNotification"];
-
mergeServerNotification
public StartRequest.Builder mergeServerNotification(ServerNotificationOptions value)
.streamlayer.interactive.ServerNotificationOptions server_notification = 3 [json_name = "serverNotification"];
-
clearServerNotification
public StartRequest.Builder clearServerNotification()
.streamlayer.interactive.ServerNotificationOptions server_notification = 3 [json_name = "serverNotification"];
-
-