Interface RetainedUserOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getCreateEventApiTimeMillis()
      uint64 create_event_api_time_millis = 4 [json_name = "createEventApiTimeMillis"];
      long getLastForgottenTimeMillis()
      uint64 last_forgotten_time_millis = 6 [json_name = "lastForgottenTimeMillis"];
      long getPlatformId()
      uint64 platform_id = 1 [json_name = "platformId"];
      long getProcessTimeMillis()
      uint64 process_time_millis = 5 [json_name = "processTimeMillis"];
      String getRetainedUserId()
      string retained_user_id = 3 [json_name = "retainedUserId"];
      com.google.protobuf.ByteString getRetainedUserIdBytes()
      string retained_user_id = 3 [json_name = "retainedUserId"];
      String getUserId()
      string user_id = 2 [json_name = "userId"];
      com.google.protobuf.ByteString getUserIdBytes()
      string user_id = 2 [json_name = "userId"];
      • 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 Detail

      • getPlatformId

        long getPlatformId()
        uint64 platform_id = 1 [json_name = "platformId"];
        Returns:
        The platformId.
      • getUserId

        String getUserId()
        string user_id = 2 [json_name = "userId"];
        Returns:
        The userId.
      • getUserIdBytes

        com.google.protobuf.ByteString getUserIdBytes()
        string user_id = 2 [json_name = "userId"];
        Returns:
        The bytes for userId.
      • getRetainedUserId

        String getRetainedUserId()
        string retained_user_id = 3 [json_name = "retainedUserId"];
        Returns:
        The retainedUserId.
      • getRetainedUserIdBytes

        com.google.protobuf.ByteString getRetainedUserIdBytes()
        string retained_user_id = 3 [json_name = "retainedUserId"];
        Returns:
        The bytes for retainedUserId.
      • getCreateEventApiTimeMillis

        long getCreateEventApiTimeMillis()
        uint64 create_event_api_time_millis = 4 [json_name = "createEventApiTimeMillis"];
        Returns:
        The createEventApiTimeMillis.
      • getProcessTimeMillis

        long getProcessTimeMillis()
        uint64 process_time_millis = 5 [json_name = "processTimeMillis"];
        Returns:
        The processTimeMillis.
      • getLastForgottenTimeMillis

        long getLastForgottenTimeMillis()
        uint64 last_forgotten_time_millis = 6 [json_name = "lastForgottenTimeMillis"];
        Returns:
        The lastForgottenTimeMillis.