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