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

ai.promoted.proto.common.AnonUserRetainedUserOrBuilder 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 AnonUserRetainedUserOrBuilder extends
    // @@protoc_insertion_point(interface_extends:common.AnonUserRetainedUser)
    com.google.protobuf.MessageOrBuilder {

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

  /**
   * string anon_user_id = 2 [json_name = "anonUserId"];
   * @return The anonUserId.
   */
  java.lang.String getAnonUserId();
  /**
   * string anon_user_id = 2 [json_name = "anonUserId"];
   * @return The bytes for anonUserId.
   */
  com.google.protobuf.ByteString
      getAnonUserIdBytes();

  /**
   * 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 event_time_millis = 4 [json_name = "eventTimeMillis"];
   * @return The eventTimeMillis.
   */
  long getEventTimeMillis();

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy