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, 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<PartyJoinRequestList.Builder>
public PartyJoinRequestList.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<PartyJoinRequestList.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<PartyJoinRequestList.Builder>
public PartyJoinRequestList getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public PartyJoinRequestList build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public PartyJoinRequestList buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public PartyJoinRequestList.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
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.MessageLiteOrBuilder
isInitialized
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.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<PartyJoinRequestList.Builder>
java.io.IOException
public java.lang.String getPartyId()
Party ID to get a list of join requests for.
string party_id = 1 [json_name = "partyId"];
getPartyId
in interface PartyJoinRequestListOrBuilder
public 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 PartyJoinRequestListOrBuilder
public 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.