Interface GroupUserList.GroupUserOrBuilder

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

public static interface GroupUserList.GroupUserOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Their relationship to the group.
    Their relationship to the group.
    User.
    User.
    boolean
    Their relationship to the group.
    boolean
    User.

    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

    • hasUser

      boolean hasUser()
       User.
       
      .nakama.api.User user = 1;
      Returns:
      Whether the user field is set.
    • getUser

      User getUser()
       User.
       
      .nakama.api.User user = 1;
      Returns:
      The user.
    • getUserOrBuilder

      UserOrBuilder getUserOrBuilder()
       User.
       
      .nakama.api.User user = 1;
    • hasState

      boolean hasState()
       Their relationship to the group.
       
      .google.protobuf.Int32Value state = 2;
      Returns:
      Whether the state field is set.
    • getState

      Int32Value getState()
       Their relationship to the group.
       
      .google.protobuf.Int32Value state = 2;
      Returns:
      The state.
    • getStateOrBuilder

      Int32ValueOrBuilder getStateOrBuilder()
       Their relationship to the group.
       
      .google.protobuf.Int32Value state = 2;