ai.promoted.proto.common.RetainedUserOrBuilder 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 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