ai.promoted.proto.event.CartOrBuilder 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 CartOrBuilder extends
// @@protoc_insertion_point(interface_extends:event.Cart)
com.google.protobuf.MessageOrBuilder {
/**
* repeated .event.CartContent contents = 1 [json_name = "contents"];
*/
java.util.List
getContentsList();
/**
* repeated .event.CartContent contents = 1 [json_name = "contents"];
*/
ai.promoted.proto.event.CartContent getContents(int index);
/**
* repeated .event.CartContent contents = 1 [json_name = "contents"];
*/
int getContentsCount();
/**
* repeated .event.CartContent contents = 1 [json_name = "contents"];
*/
java.util.List extends ai.promoted.proto.event.CartContentOrBuilder>
getContentsOrBuilderList();
/**
* repeated .event.CartContent contents = 1 [json_name = "contents"];
*/
ai.promoted.proto.event.CartContentOrBuilder getContentsOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy