Interface MatchmakerTicketOrBuilder

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

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

    Modifier and Type
    Method
    Description
    The ticket that can be used to cancel matchmaking.
    com.google.protobuf.ByteString
    The ticket that can be used to cancel matchmaking.

    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 that can be used to cancel matchmaking.
       
      string ticket = 1;
      Returns:
      The ticket.
    • getTicketBytes

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