ai.promoted.proto.common.AnonUserRetainedUserOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of deliveryclient Show documentation
Show all versions of deliveryclient Show documentation
A Java Client to contact the Promoted.ai Delivery API.
// 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