Interface UserGroupList.UserGroupOrBuilder

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

public static interface UserGroupList.UserGroupOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Group.
    Group.
    The user's relationship to the group.
    The user's relationship to the group.
    boolean
    Group.
    boolean
    The user's relationship to the group.

    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

    • hasGroup

      boolean hasGroup()
       Group.
       
      .nakama.api.Group group = 1;
      Returns:
      Whether the group field is set.
    • getGroup

      Group getGroup()
       Group.
       
      .nakama.api.Group group = 1;
      Returns:
      The group.
    • getGroupOrBuilder

      GroupOrBuilder getGroupOrBuilder()
       Group.
       
      .nakama.api.Group group = 1;
    • hasState

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

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

      Int32ValueOrBuilder getStateOrBuilder()
       The user's relationship to the group.
       
      .google.protobuf.Int32Value state = 2;