ai.promoted.proto.event.ActionOrBuilder 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/event/event.proto
package ai.promoted.proto.event;
public interface ActionOrBuilder extends
// @@protoc_insertion_point(interface_extends:event.Action)
com.google.protobuf.MessageOrBuilder {
/**
* uint64 platform_id = 1 [json_name = "platformId"];
* @return The platformId.
*/
long getPlatformId();
/**
* .common.UserInfo user_info = 2 [json_name = "userInfo"];
* @return Whether the userInfo field is set.
*/
boolean hasUserInfo();
/**
* .common.UserInfo user_info = 2 [json_name = "userInfo"];
* @return The userInfo.
*/
ai.promoted.proto.common.UserInfo getUserInfo();
/**
* .common.UserInfo user_info = 2 [json_name = "userInfo"];
*/
ai.promoted.proto.common.UserInfoOrBuilder getUserInfoOrBuilder();
/**
* .common.Timing timing = 3 [json_name = "timing"];
* @return Whether the timing field is set.
*/
boolean hasTiming();
/**
* .common.Timing timing = 3 [json_name = "timing"];
* @return The timing.
*/
ai.promoted.proto.common.Timing getTiming();
/**
* .common.Timing timing = 3 [json_name = "timing"];
*/
ai.promoted.proto.common.TimingOrBuilder getTimingOrBuilder();
/**
* .common.ClientInfo client_info = 4 [json_name = "clientInfo"];
* @return Whether the clientInfo field is set.
*/
boolean hasClientInfo();
/**
* .common.ClientInfo client_info = 4 [json_name = "clientInfo"];
* @return The clientInfo.
*/
ai.promoted.proto.common.ClientInfo getClientInfo();
/**
* .common.ClientInfo client_info = 4 [json_name = "clientInfo"];
*/
ai.promoted.proto.common.ClientInfoOrBuilder getClientInfoOrBuilder();
/**
* string action_id = 6 [json_name = "actionId"];
* @return The actionId.
*/
java.lang.String getActionId();
/**
* string action_id = 6 [json_name = "actionId"];
* @return The bytes for actionId.
*/
com.google.protobuf.ByteString
getActionIdBytes();
/**
* string impression_id = 7 [json_name = "impressionId"];
* @return The impressionId.
*/
java.lang.String getImpressionId();
/**
* string impression_id = 7 [json_name = "impressionId"];
* @return The bytes for impressionId.
*/
com.google.protobuf.ByteString
getImpressionIdBytes();
/**
* string insertion_id = 8 [json_name = "insertionId"];
* @return The insertionId.
*/
java.lang.String getInsertionId();
/**
* string insertion_id = 8 [json_name = "insertionId"];
* @return The bytes for insertionId.
*/
com.google.protobuf.ByteString
getInsertionIdBytes();
/**
* string request_id = 9 [json_name = "requestId"];
* @return The requestId.
*/
java.lang.String getRequestId();
/**
* string request_id = 9 [json_name = "requestId"];
* @return The bytes for requestId.
*/
com.google.protobuf.ByteString
getRequestIdBytes();
/**
* string view_id = 11 [json_name = "viewId"];
* @return The viewId.
*/
java.lang.String getViewId();
/**
* string view_id = 11 [json_name = "viewId"];
* @return The bytes for viewId.
*/
com.google.protobuf.ByteString
getViewIdBytes();
/**
* string auto_view_id = 23 [json_name = "autoViewId"];
* @return The autoViewId.
*/
java.lang.String getAutoViewId();
/**
* string auto_view_id = 23 [json_name = "autoViewId"];
* @return The bytes for autoViewId.
*/
com.google.protobuf.ByteString
getAutoViewIdBytes();
/**
* string session_id = 10 [json_name = "sessionId"];
* @return The sessionId.
*/
java.lang.String getSessionId();
/**
* string session_id = 10 [json_name = "sessionId"];
* @return The bytes for sessionId.
*/
com.google.protobuf.ByteString
getSessionIdBytes();
/**
* string content_id = 21 [json_name = "contentId"];
* @return The contentId.
*/
java.lang.String getContentId();
/**
* string content_id = 21 [json_name = "contentId"];
* @return The bytes for contentId.
*/
com.google.protobuf.ByteString
getContentIdBytes();
/**
* string name = 12 [json_name = "name"];
* @return The name.
*/
java.lang.String getName();
/**
* string name = 12 [json_name = "name"];
* @return The bytes for name.
*/
com.google.protobuf.ByteString
getNameBytes();
/**
* .event.ActionType action_type = 14 [json_name = "actionType"];
* @return The enum numeric value on the wire for actionType.
*/
int getActionTypeValue();
/**
* .event.ActionType action_type = 14 [json_name = "actionType"];
* @return The actionType.
*/
ai.promoted.proto.event.ActionType getActionType();
/**
* string custom_action_type = 15 [json_name = "customActionType"];
* @return The customActionType.
*/
java.lang.String getCustomActionType();
/**
* string custom_action_type = 15 [json_name = "customActionType"];
* @return The bytes for customActionType.
*/
com.google.protobuf.ByteString
getCustomActionTypeBytes();
/**
* string element_id = 17 [json_name = "elementId"];
* @return The elementId.
*/
java.lang.String getElementId();
/**
* string element_id = 17 [json_name = "elementId"];
* @return The bytes for elementId.
*/
com.google.protobuf.ByteString
getElementIdBytes();
/**
* .event.NavigateAction navigate_action = 18 [json_name = "navigateAction"];
* @return Whether the navigateAction field is set.
*/
boolean hasNavigateAction();
/**
* .event.NavigateAction navigate_action = 18 [json_name = "navigateAction"];
* @return The navigateAction.
*/
ai.promoted.proto.event.NavigateAction getNavigateAction();
/**
* .event.NavigateAction navigate_action = 18 [json_name = "navigateAction"];
*/
ai.promoted.proto.event.NavigateActionOrBuilder getNavigateActionOrBuilder();
/**
* bool has_superimposed_views = 22 [json_name = "hasSuperimposedViews"];
* @return The hasSuperimposedViews.
*/
boolean getHasSuperimposedViews();
/**
* .event.IndexPath client_position = 24 [json_name = "clientPosition"];
* @return Whether the clientPosition field is set.
*/
boolean hasClientPosition();
/**
* .event.IndexPath client_position = 24 [json_name = "clientPosition"];
* @return The clientPosition.
*/
ai.promoted.proto.event.IndexPath getClientPosition();
/**
* .event.IndexPath client_position = 24 [json_name = "clientPosition"];
*/
ai.promoted.proto.event.IndexPathOrBuilder getClientPositionOrBuilder();
/**
* .event.IdentifierProvenances id_provenances = 25 [json_name = "idProvenances"];
* @return Whether the idProvenances field is set.
*/
boolean hasIdProvenances();
/**
* .event.IdentifierProvenances id_provenances = 25 [json_name = "idProvenances"];
* @return The idProvenances.
*/
ai.promoted.proto.event.IdentifierProvenances getIdProvenances();
/**
* .event.IdentifierProvenances id_provenances = 25 [json_name = "idProvenances"];
*/
ai.promoted.proto.event.IdentifierProvenancesOrBuilder getIdProvenancesOrBuilder();
/**
* .common.Properties properties = 20 [json_name = "properties"];
* @return Whether the properties field is set.
*/
boolean hasProperties();
/**
* .common.Properties properties = 20 [json_name = "properties"];
* @return The properties.
*/
ai.promoted.proto.common.Properties getProperties();
/**
* .common.Properties properties = 20 [json_name = "properties"];
*/
ai.promoted.proto.common.PropertiesOrBuilder getPropertiesOrBuilder();
/**
* .common.Device device = 26 [json_name = "device"];
* @return Whether the device field is set.
*/
boolean hasDevice();
/**
* .common.Device device = 26 [json_name = "device"];
* @return The device.
*/
ai.promoted.proto.common.Device getDevice();
/**
* .common.Device device = 26 [json_name = "device"];
*/
ai.promoted.proto.common.DeviceOrBuilder getDeviceOrBuilder();
/**
* .event.Cart cart = 28 [json_name = "cart"];
* @return Whether the cart field is set.
*/
boolean hasCart();
/**
* .event.Cart cart = 28 [json_name = "cart"];
* @return The cart.
*/
ai.promoted.proto.event.Cart getCart();
/**
* .event.Cart cart = 28 [json_name = "cart"];
*/
ai.promoted.proto.event.CartOrBuilder getCartOrBuilder();
public ai.promoted.proto.event.Action.ActionCase getActionCase();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy