ai.promoted.proto.event.IdentifierProvenancesOrBuilder 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 IdentifierProvenancesOrBuilder extends
// @@protoc_insertion_point(interface_extends:event.IdentifierProvenances)
com.google.protobuf.MessageOrBuilder {
/**
* .event.IdentifierProvenance user_id_provenance = 1 [json_name = "userIdProvenance"];
* @return The enum numeric value on the wire for userIdProvenance.
*/
int getUserIdProvenanceValue();
/**
* .event.IdentifierProvenance user_id_provenance = 1 [json_name = "userIdProvenance"];
* @return The userIdProvenance.
*/
ai.promoted.proto.event.IdentifierProvenance getUserIdProvenance();
/**
* .event.IdentifierProvenance log_user_id_provenance = 9 [json_name = "logUserIdProvenance"];
* @return The enum numeric value on the wire for logUserIdProvenance.
*/
int getLogUserIdProvenanceValue();
/**
* .event.IdentifierProvenance log_user_id_provenance = 9 [json_name = "logUserIdProvenance"];
* @return The logUserIdProvenance.
*/
ai.promoted.proto.event.IdentifierProvenance getLogUserIdProvenance();
/**
* .event.IdentifierProvenance session_id_provenance = 2 [json_name = "sessionIdProvenance"];
* @return The enum numeric value on the wire for sessionIdProvenance.
*/
int getSessionIdProvenanceValue();
/**
* .event.IdentifierProvenance session_id_provenance = 2 [json_name = "sessionIdProvenance"];
* @return The sessionIdProvenance.
*/
ai.promoted.proto.event.IdentifierProvenance getSessionIdProvenance();
/**
* .event.IdentifierProvenance view_id_provenance = 3 [json_name = "viewIdProvenance"];
* @return The enum numeric value on the wire for viewIdProvenance.
*/
int getViewIdProvenanceValue();
/**
* .event.IdentifierProvenance view_id_provenance = 3 [json_name = "viewIdProvenance"];
* @return The viewIdProvenance.
*/
ai.promoted.proto.event.IdentifierProvenance getViewIdProvenance();
/**
* .event.IdentifierProvenance auto_view_id_provenance = 8 [json_name = "autoViewIdProvenance"];
* @return The enum numeric value on the wire for autoViewIdProvenance.
*/
int getAutoViewIdProvenanceValue();
/**
* .event.IdentifierProvenance auto_view_id_provenance = 8 [json_name = "autoViewIdProvenance"];
* @return The autoViewIdProvenance.
*/
ai.promoted.proto.event.IdentifierProvenance getAutoViewIdProvenance();
/**
* .event.IdentifierProvenance insertion_id_provenance = 10 [json_name = "insertionIdProvenance"];
* @return The enum numeric value on the wire for insertionIdProvenance.
*/
int getInsertionIdProvenanceValue();
/**
* .event.IdentifierProvenance insertion_id_provenance = 10 [json_name = "insertionIdProvenance"];
* @return The insertionIdProvenance.
*/
ai.promoted.proto.event.IdentifierProvenance getInsertionIdProvenance();
/**
* .event.IdentifierProvenance impression_id_provenance = 4 [json_name = "impressionIdProvenance"];
* @return The enum numeric value on the wire for impressionIdProvenance.
*/
int getImpressionIdProvenanceValue();
/**
* .event.IdentifierProvenance impression_id_provenance = 4 [json_name = "impressionIdProvenance"];
* @return The impressionIdProvenance.
*/
ai.promoted.proto.event.IdentifierProvenance getImpressionIdProvenance();
/**
* .event.IdentifierProvenance action_id_provenance = 5 [json_name = "actionIdProvenance"];
* @return The enum numeric value on the wire for actionIdProvenance.
*/
int getActionIdProvenanceValue();
/**
* .event.IdentifierProvenance action_id_provenance = 5 [json_name = "actionIdProvenance"];
* @return The actionIdProvenance.
*/
ai.promoted.proto.event.IdentifierProvenance getActionIdProvenance();
/**
* .event.IdentifierProvenance content_id_provenance = 6 [json_name = "contentIdProvenance"];
* @return The enum numeric value on the wire for contentIdProvenance.
*/
int getContentIdProvenanceValue();
/**
* .event.IdentifierProvenance content_id_provenance = 6 [json_name = "contentIdProvenance"];
* @return The contentIdProvenance.
*/
ai.promoted.proto.event.IdentifierProvenance getContentIdProvenance();
/**
* .event.IdentifierProvenance request_id_provenance = 7 [json_name = "requestIdProvenance"];
* @return The enum numeric value on the wire for requestIdProvenance.
*/
int getRequestIdProvenanceValue();
/**
* .event.IdentifierProvenance request_id_provenance = 7 [json_name = "requestIdProvenance"];
* @return The requestIdProvenance.
*/
ai.promoted.proto.event.IdentifierProvenance getRequestIdProvenance();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy