ai.promoted.proto.delivery.DeliveryLogOrBuilder 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/execution.proto
package ai.promoted.proto.delivery;
public interface DeliveryLogOrBuilder extends
// @@protoc_insertion_point(interface_extends:delivery.DeliveryLog)
com.google.protobuf.MessageOrBuilder {
/**
* uint64 platform_id = 1 [json_name = "platformId"];
* @return The platformId.
*/
long getPlatformId();
/**
* .delivery.Request request = 2 [json_name = "request"];
* @return Whether the request field is set.
*/
boolean hasRequest();
/**
* .delivery.Request request = 2 [json_name = "request"];
* @return The request.
*/
ai.promoted.proto.delivery.Request getRequest();
/**
* .delivery.Request request = 2 [json_name = "request"];
*/
ai.promoted.proto.delivery.RequestOrBuilder getRequestOrBuilder();
/**
* .delivery.Response response = 3 [json_name = "response"];
* @return Whether the response field is set.
*/
boolean hasResponse();
/**
* .delivery.Response response = 3 [json_name = "response"];
* @return The response.
*/
ai.promoted.proto.delivery.Response getResponse();
/**
* .delivery.Response response = 3 [json_name = "response"];
*/
ai.promoted.proto.delivery.ResponseOrBuilder getResponseOrBuilder();
/**
* .delivery.DeliveryExecution execution = 4 [json_name = "execution"];
* @return Whether the execution field is set.
*/
boolean hasExecution();
/**
* .delivery.DeliveryExecution execution = 4 [json_name = "execution"];
* @return The execution.
*/
ai.promoted.proto.delivery.DeliveryExecution getExecution();
/**
* .delivery.DeliveryExecution execution = 4 [json_name = "execution"];
*/
ai.promoted.proto.delivery.DeliveryExecutionOrBuilder getExecutionOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy