public interface PartyMatchmakerRemoveOrBuilder
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 to cancel.
|
com.google.protobuf.ByteString |
getTicketBytes()
The ticket to cancel.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.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 to cancel.
string ticket = 2 [json_name = "ticket"];com.google.protobuf.ByteString getTicketBytes()
The ticket to cancel.
string ticket = 2 [json_name = "ticket"];