public static final class PartyJoin.Builder extends com.google.protobuf.GeneratedMessage.Builder<PartyJoin.Builder> implements PartyJoinOrBuilder
Join a party, or request to join if the party is not open.Protobuf type
nakama.realtime.PartyJoin
Modifier and Type | Method and Description |
---|---|
PartyJoin |
build() |
PartyJoin |
buildPartial() |
PartyJoin.Builder |
clear() |
PartyJoin.Builder |
clearPartyId()
Party ID to join.
|
PartyJoin |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
java.lang.String |
getPartyId()
Party ID to join.
|
com.google.protobuf.ByteString |
getPartyIdBytes()
Party ID to join.
|
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
PartyJoin.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
PartyJoin.Builder |
mergeFrom(com.google.protobuf.Message other) |
PartyJoin.Builder |
mergeFrom(PartyJoin other) |
PartyJoin.Builder |
setPartyId(java.lang.String value)
Party ID to join.
|
PartyJoin.Builder |
setPartyIdBytes(com.google.protobuf.ByteString value)
Party ID to join.
|
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage.Builder<PartyJoin.Builder>
public PartyJoin.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessage.Builder<PartyJoin.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessage.Builder<PartyJoin.Builder>
public PartyJoin getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public PartyJoin build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public PartyJoin buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public PartyJoin.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<PartyJoin.Builder>
public PartyJoin.Builder mergeFrom(PartyJoin other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage.Builder<PartyJoin.Builder>
public PartyJoin.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<PartyJoin.Builder>
java.io.IOException
public java.lang.String getPartyId()
Party ID to join.
string party_id = 1 [json_name = "partyId"];
getPartyId
in interface PartyJoinOrBuilder
public com.google.protobuf.ByteString getPartyIdBytes()
Party ID to join.
string party_id = 1 [json_name = "partyId"];
getPartyIdBytes
in interface PartyJoinOrBuilder
public PartyJoin.Builder setPartyId(java.lang.String value)
Party ID to join.
string party_id = 1 [json_name = "partyId"];
value
- The partyId to set.public PartyJoin.Builder clearPartyId()
Party ID to join.
string party_id = 1 [json_name = "partyId"];
public PartyJoin.Builder setPartyIdBytes(com.google.protobuf.ByteString value)
Party ID to join.
string party_id = 1 [json_name = "partyId"];
value
- The bytes for partyId to set.