public interface PartyMatchmakerTicketOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPartyId()
Party ID.
|
com.google.protobuf.ByteString |
getPartyIdBytes()
Party ID.
|
java.lang.String |
getTicket()
The ticket that can be used to cancel matchmaking.
|
com.google.protobuf.ByteString |
getTicketBytes()
The ticket that can be used to cancel matchmaking.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.lang.String getPartyId()
Party ID.
string party_id = 1 [json_name = "partyId"];
com.google.protobuf.ByteString getPartyIdBytes()
Party ID.
string party_id = 1 [json_name = "partyId"];
java.lang.String getTicket()
The ticket that can be used to cancel matchmaking.
string ticket = 2 [json_name = "ticket"];
com.google.protobuf.ByteString getTicketBytes()
The ticket that can be used to cancel matchmaking.
string ticket = 2 [json_name = "ticket"];