ai.promoted.proto.common.UserInfoOrBuilder 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/common.proto
package ai.promoted.proto.common;
public interface UserInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:common.UserInfo)
com.google.protobuf.MessageOrBuilder {
/**
* string user_id = 1 [json_name = "userId"];
* @return The userId.
*/
java.lang.String getUserId();
/**
* string user_id = 1 [json_name = "userId"];
* @return The bytes for userId.
*/
com.google.protobuf.ByteString
getUserIdBytes();
/**
* string log_user_id = 2 [json_name = "logUserId"];
* @return The logUserId.
*/
java.lang.String getLogUserId();
/**
* string log_user_id = 2 [json_name = "logUserId"];
* @return The bytes for logUserId.
*/
com.google.protobuf.ByteString
getLogUserIdBytes();
/**
* bool is_internal_user = 3 [json_name = "isInternalUser"];
* @return The isInternalUser.
*/
boolean getIsInternalUser();
/**
* bool ignore_usage = 4 [json_name = "ignoreUsage"];
* @return The ignoreUsage.
*/
boolean getIgnoreUsage();
/**
* string anon_user_id = 5 [json_name = "anonUserId"];
* @return The anonUserId.
*/
java.lang.String getAnonUserId();
/**
* string anon_user_id = 5 [json_name = "anonUserId"];
* @return The bytes for anonUserId.
*/
com.google.protobuf.ByteString
getAnonUserIdBytes();
/**
* string retained_user_id = 7 [json_name = "retainedUserId"];
* @return The retainedUserId.
*/
java.lang.String getRetainedUserId();
/**
* string retained_user_id = 7 [json_name = "retainedUserId"];
* @return The bytes for retainedUserId.
*/
com.google.protobuf.ByteString
getRetainedUserIdBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy