Interface FriendOrBuilder

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

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

    Modifier and Type
    Method
    Description
    The friend status.
    The friend status.
    Time of the latest relationship update.
    Time of the latest relationship update.
    The user object.
    The user object.
    boolean
    The friend status.
    boolean
    Time of the latest relationship update.
    boolean
    The user object.

    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()
       The user object.
       
      .nakama.api.User user = 1;
      Returns:
      Whether the user field is set.
    • getUser

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

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

      boolean hasState()
       The friend status.
       
      .google.protobuf.Int32Value state = 2;
      Returns:
      Whether the state field is set.
    • getState

      Int32Value getState()
       The friend status.
       
      .google.protobuf.Int32Value state = 2;
      Returns:
      The state.
    • getStateOrBuilder

      Int32ValueOrBuilder getStateOrBuilder()
       The friend status.
       
      .google.protobuf.Int32Value state = 2;
    • hasUpdateTime

      boolean hasUpdateTime()
       Time of the latest relationship update.
       
      .google.protobuf.Timestamp update_time = 3;
      Returns:
      Whether the updateTime field is set.
    • getUpdateTime

      Timestamp getUpdateTime()
       Time of the latest relationship update.
       
      .google.protobuf.Timestamp update_time = 3;
      Returns:
      The updateTime.
    • getUpdateTimeOrBuilder

      TimestampOrBuilder getUpdateTimeOrBuilder()
       Time of the latest relationship update.
       
      .google.protobuf.Timestamp update_time = 3;