public interface PartyCreateOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getMaxSize()
Maximum number of party members.
|
boolean |
getOpen()
Whether or not the party will require join requests to be approved by the party leader.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean getOpen()
Whether or not the party will require join requests to be approved by the party leader.
bool open = 1 [json_name = "open"];
int getMaxSize()
Maximum number of party members.
int32 max_size = 2 [json_name = "maxSize"];