Interface PlayerGCGMatchDismissNotifyOuterClass.PlayerGCGMatchDismissNotifyOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
PlayerGCGMatchDismissNotifyOuterClass.PlayerGCGMatchDismissNotify, PlayerGCGMatchDismissNotifyOuterClass.PlayerGCGMatchDismissNotify.Builder
Enclosing class:
PlayerGCGMatchDismissNotifyOuterClass

public static interface PlayerGCGMatchDismissNotifyOuterClass.PlayerGCGMatchDismissNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 match_id = 4;
    .MatchReason reason = 7;
    int
    .MatchReason reason = 7;
    int
    getUidList(int index)
    repeated uint32 uid_list = 11;
    int
    repeated uint32 uid_list = 11;
    repeated uint32 uid_list = 11;

    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

    • getUidListList

      List<Integer> getUidListList()
      repeated uint32 uid_list = 11;
      Returns:
      A list containing the uidList.
    • getUidListCount

      int getUidListCount()
      repeated uint32 uid_list = 11;
      Returns:
      The count of uidList.
    • getUidList

      int getUidList(int index)
      repeated uint32 uid_list = 11;
      Parameters:
      index - The index of the element to return.
      Returns:
      The uidList at the given index.
    • getReasonValue

      int getReasonValue()
      .MatchReason reason = 7;
      Returns:
      The enum numeric value on the wire for reason.
    • getReason

      .MatchReason reason = 7;
      Returns:
      The reason.
    • getMatchId

      int getMatchId()
      uint32 match_id = 4;
      Returns:
      The matchId.