Interface MatchmakerRemoveOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
MatchmakerRemove, MatchmakerRemove.Builder

public interface MatchmakerRemoveOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The ticket to cancel.
    com.google.protobuf.ByteString
    The ticket to cancel.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getTicket

      String getTicket()
       The ticket to cancel.
       
      string ticket = 1;
      Returns:
      The ticket.
    • getTicketBytes

      com.google.protobuf.ByteString getTicketBytes()
       The ticket to cancel.
       
      string ticket = 1;
      Returns:
      The bytes for ticket.