ai.promoted.proto.delivery.ResponseOrBuilder 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 ResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:delivery.Response)
com.google.protobuf.MessageOrBuilder {
/**
* repeated .delivery.Insertion insertion = 2 [json_name = "insertion"];
*/
java.util.List
getInsertionList();
/**
* repeated .delivery.Insertion insertion = 2 [json_name = "insertion"];
*/
ai.promoted.proto.delivery.Insertion getInsertion(int index);
/**
* repeated .delivery.Insertion insertion = 2 [json_name = "insertion"];
*/
int getInsertionCount();
/**
* repeated .delivery.Insertion insertion = 2 [json_name = "insertion"];
*/
java.util.List extends ai.promoted.proto.delivery.InsertionOrBuilder>
getInsertionOrBuilderList();
/**
* repeated .delivery.Insertion insertion = 2 [json_name = "insertion"];
*/
ai.promoted.proto.delivery.InsertionOrBuilder getInsertionOrBuilder(
int index);
/**
* .delivery.PagingInfo paging_info = 3 [json_name = "pagingInfo"];
* @return Whether the pagingInfo field is set.
*/
boolean hasPagingInfo();
/**
* .delivery.PagingInfo paging_info = 3 [json_name = "pagingInfo"];
* @return The pagingInfo.
*/
ai.promoted.proto.delivery.PagingInfo getPagingInfo();
/**
* .delivery.PagingInfo paging_info = 3 [json_name = "pagingInfo"];
*/
ai.promoted.proto.delivery.PagingInfoOrBuilder getPagingInfoOrBuilder();
/**
* string introspection_data = 4 [json_name = "introspectionData"];
* @return Whether the introspectionData field is set.
*/
boolean hasIntrospectionData();
/**
* string introspection_data = 4 [json_name = "introspectionData"];
* @return The introspectionData.
*/
java.lang.String getIntrospectionData();
/**
* string introspection_data = 4 [json_name = "introspectionData"];
* @return The bytes for introspectionData.
*/
com.google.protobuf.ByteString
getIntrospectionDataBytes();
/**
* string request_id = 5 [json_name = "requestId"];
* @return The requestId.
*/
java.lang.String getRequestId();
/**
* string request_id = 5 [json_name = "requestId"];
* @return The bytes for requestId.
*/
com.google.protobuf.ByteString
getRequestIdBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy