All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ai.promoted.proto.common.RetainedUserOrBuilder Maven / Gradle / Ivy

There is a newer version: 3.2.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: proto/common/retained_user.proto

package ai.promoted.proto.common;

public interface RetainedUserOrBuilder extends
    // @@protoc_insertion_point(interface_extends:common.RetainedUser)
    com.google.protobuf.MessageOrBuilder {

  /**
   * uint64 platform_id = 1 [json_name = "platformId"];
   * @return The platformId.
   */
  long getPlatformId();

  /**
   * string user_id = 2 [json_name = "userId"];
   * @return The userId.
   */
  java.lang.String getUserId();
  /**
   * string user_id = 2 [json_name = "userId"];
   * @return The bytes for userId.
   */
  com.google.protobuf.ByteString
      getUserIdBytes();

  /**
   * string retained_user_id = 3 [json_name = "retainedUserId"];
   * @return The retainedUserId.
   */
  java.lang.String getRetainedUserId();
  /**
   * string retained_user_id = 3 [json_name = "retainedUserId"];
   * @return The bytes for retainedUserId.
   */
  com.google.protobuf.ByteString
      getRetainedUserIdBytes();

  /**
   * uint64 create_event_api_time_millis = 4 [json_name = "createEventApiTimeMillis"];
   * @return The createEventApiTimeMillis.
   */
  long getCreateEventApiTimeMillis();

  /**
   * uint64 process_time_millis = 5 [json_name = "processTimeMillis"];
   * @return The processTimeMillis.
   */
  long getProcessTimeMillis();

  /**
   * uint64 last_forgotten_time_millis = 6 [json_name = "lastForgottenTimeMillis"];
   * @return The lastForgottenTimeMillis.
   */
  long getLastForgottenTimeMillis();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy