ai.promoted.proto.delivery.RequestOrBuilder 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/delivery/delivery.proto
package ai.promoted.proto.delivery;
public interface RequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:delivery.Request)
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();
/**
* .common.Device device = 18 [json_name = "device"];
* @return Whether the device field is set.
*/
boolean hasDevice();
/**
* .common.Device device = 18 [json_name = "device"];
* @return The device.
*/
ai.promoted.proto.common.Device getDevice();
/**
* .common.Device device = 18 [json_name = "device"];
*/
ai.promoted.proto.common.DeviceOrBuilder getDeviceOrBuilder();
/**
* string request_id = 6 [json_name = "requestId"];
* @return The requestId.
*/
java.lang.String getRequestId();
/**
* string request_id = 6 [json_name = "requestId"];
* @return The bytes for requestId.
*/
com.google.protobuf.ByteString
getRequestIdBytes();
/**
* string view_id = 7 [json_name = "viewId"];
* @return The viewId.
*/
java.lang.String getViewId();
/**
* string view_id = 7 [json_name = "viewId"];
* @return The bytes for viewId.
*/
com.google.protobuf.ByteString
getViewIdBytes();
/**
* string auto_view_id = 19 [json_name = "autoViewId"];
* @return The autoViewId.
*/
java.lang.String getAutoViewId();
/**
* string auto_view_id = 19 [json_name = "autoViewId"];
* @return The bytes for autoViewId.
*/
com.google.protobuf.ByteString
getAutoViewIdBytes();
/**
* string session_id = 8 [json_name = "sessionId"];
* @return The sessionId.
*/
java.lang.String getSessionId();
/**
* string session_id = 8 [json_name = "sessionId"];
* @return The bytes for sessionId.
*/
com.google.protobuf.ByteString
getSessionIdBytes();
/**
* string client_request_id = 14 [json_name = "clientRequestId"];
* @return The clientRequestId.
*/
java.lang.String getClientRequestId();
/**
* string client_request_id = 14 [json_name = "clientRequestId"];
* @return The bytes for clientRequestId.
*/
com.google.protobuf.ByteString
getClientRequestIdBytes();
/**
* .delivery.UseCase use_case = 9 [json_name = "useCase"];
* @return The enum numeric value on the wire for useCase.
*/
int getUseCaseValue();
/**
* .delivery.UseCase use_case = 9 [json_name = "useCase"];
* @return The useCase.
*/
ai.promoted.proto.delivery.UseCase getUseCase();
/**
* string search_query = 10 [json_name = "searchQuery"];
* @return The searchQuery.
*/
java.lang.String getSearchQuery();
/**
* string search_query = 10 [json_name = "searchQuery"];
* @return The bytes for searchQuery.
*/
com.google.protobuf.ByteString
getSearchQueryBytes();
/**
* .delivery.Paging paging = 17 [json_name = "paging"];
* @return Whether the paging field is set.
*/
boolean hasPaging();
/**
* .delivery.Paging paging = 17 [json_name = "paging"];
* @return The paging.
*/
ai.promoted.proto.delivery.Paging getPaging();
/**
* .delivery.Paging paging = 17 [json_name = "paging"];
*/
ai.promoted.proto.delivery.PagingOrBuilder getPagingOrBuilder();
/**
* repeated .delivery.Insertion insertion = 11 [json_name = "insertion"];
*/
java.util.List
getInsertionList();
/**
* repeated .delivery.Insertion insertion = 11 [json_name = "insertion"];
*/
ai.promoted.proto.delivery.Insertion getInsertion(int index);
/**
* repeated .delivery.Insertion insertion = 11 [json_name = "insertion"];
*/
int getInsertionCount();
/**
* repeated .delivery.Insertion insertion = 11 [json_name = "insertion"];
*/
java.util.List extends ai.promoted.proto.delivery.InsertionOrBuilder>
getInsertionOrBuilderList();
/**
* repeated .delivery.Insertion insertion = 11 [json_name = "insertion"];
*/
ai.promoted.proto.delivery.InsertionOrBuilder getInsertionOrBuilder(
int index);
/**
* repeated string insertion_matrix_headers = 20 [json_name = "insertionMatrixHeaders"];
* @return A list containing the insertionMatrixHeaders.
*/
java.util.List
getInsertionMatrixHeadersList();
/**
* repeated string insertion_matrix_headers = 20 [json_name = "insertionMatrixHeaders"];
* @return The count of insertionMatrixHeaders.
*/
int getInsertionMatrixHeadersCount();
/**
* repeated string insertion_matrix_headers = 20 [json_name = "insertionMatrixHeaders"];
* @param index The index of the element to return.
* @return The insertionMatrixHeaders at the given index.
*/
java.lang.String getInsertionMatrixHeaders(int index);
/**
* repeated string insertion_matrix_headers = 20 [json_name = "insertionMatrixHeaders"];
* @param index The index of the value to return.
* @return The bytes of the insertionMatrixHeaders at the given index.
*/
com.google.protobuf.ByteString
getInsertionMatrixHeadersBytes(int index);
/**
* .google.protobuf.ListValue insertion_matrix = 21 [json_name = "insertionMatrix"];
* @return Whether the insertionMatrix field is set.
*/
boolean hasInsertionMatrix();
/**
* .google.protobuf.ListValue insertion_matrix = 21 [json_name = "insertionMatrix"];
* @return The insertionMatrix.
*/
com.google.protobuf.ListValue getInsertionMatrix();
/**
* .google.protobuf.ListValue insertion_matrix = 21 [json_name = "insertionMatrix"];
*/
com.google.protobuf.ListValueOrBuilder getInsertionMatrixOrBuilder();
/**
* .common.Properties properties = 13 [json_name = "properties"];
* @return Whether the properties field is set.
*/
boolean hasProperties();
/**
* .common.Properties properties = 13 [json_name = "properties"];
* @return The properties.
*/
ai.promoted.proto.common.Properties getProperties();
/**
* .common.Properties properties = 13 [json_name = "properties"];
*/
ai.promoted.proto.common.PropertiesOrBuilder getPropertiesOrBuilder();
/**
* bool disable_personalization = 22 [json_name = "disablePersonalization"];
* @return The disablePersonalization.
*/
boolean getDisablePersonalization();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy