public static final class PartyJoinRequestList.Builder extends com.google.protobuf.GeneratedMessage.Builder<PartyJoinRequestList.Builder> implements PartyJoinRequestListOrBuilder
Request a list of pending join requests for a party.Protobuf type
nakama.realtime.PartyJoinRequestList| Modifier and Type | Method and Description |
|---|---|
PartyJoinRequestList |
build() |
PartyJoinRequestList |
buildPartial() |
PartyJoinRequestList.Builder |
clear() |
PartyJoinRequestList.Builder |
clearPartyId()
Party ID to get a list of join requests for.
|
PartyJoinRequestList |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
java.lang.String |
getPartyId()
Party ID to get a list of join requests for.
|
com.google.protobuf.ByteString |
getPartyIdBytes()
Party ID to get a list of join requests for.
|
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
PartyJoinRequestList.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
PartyJoinRequestList.Builder |
mergeFrom(com.google.protobuf.Message other) |
PartyJoinRequestList.Builder |
mergeFrom(PartyJoinRequestList other) |
PartyJoinRequestList.Builder |
setPartyId(java.lang.String value)
Party ID to get a list of join requests for.
|
PartyJoinRequestList.Builder |
setPartyIdBytes(com.google.protobuf.ByteString value)
Party ID to get a list of join requests for.
|
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, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<PartyJoinRequestList.Builder>public PartyJoinRequestList.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<PartyJoinRequestList.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<PartyJoinRequestList.Builder>public PartyJoinRequestList getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic PartyJoinRequestList build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic PartyJoinRequestList buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic PartyJoinRequestList.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<PartyJoinRequestList.Builder>public PartyJoinRequestList.Builder mergeFrom(PartyJoinRequestList other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<PartyJoinRequestList.Builder>public PartyJoinRequestList.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<PartyJoinRequestList.Builder>java.io.IOExceptionpublic java.lang.String getPartyId()
Party ID to get a list of join requests for.
string party_id = 1 [json_name = "partyId"];getPartyId in interface PartyJoinRequestListOrBuilderpublic com.google.protobuf.ByteString getPartyIdBytes()
Party ID to get a list of join requests for.
string party_id = 1 [json_name = "partyId"];getPartyIdBytes in interface PartyJoinRequestListOrBuilderpublic PartyJoinRequestList.Builder setPartyId(java.lang.String value)
Party ID to get a list of join requests for.
string party_id = 1 [json_name = "partyId"];value - The partyId to set.public PartyJoinRequestList.Builder clearPartyId()
Party ID to get a list of join requests for.
string party_id = 1 [json_name = "partyId"];public PartyJoinRequestList.Builder setPartyIdBytes(com.google.protobuf.ByteString value)
Party ID to get a list of join requests for.
string party_id = 1 [json_name = "partyId"];value - The bytes for partyId to set.