ai.promoted.proto.event.ErrorHistoryOrBuilder 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 ErrorHistoryOrBuilder extends
// @@protoc_insertion_point(interface_extends:event.ErrorHistory)
com.google.protobuf.MessageOrBuilder {
/**
* repeated .event.IOSError ios_errors = 1 [json_name = "iosErrors"];
*/
java.util.List
getIosErrorsList();
/**
* repeated .event.IOSError ios_errors = 1 [json_name = "iosErrors"];
*/
ai.promoted.proto.event.IOSError getIosErrors(int index);
/**
* repeated .event.IOSError ios_errors = 1 [json_name = "iosErrors"];
*/
int getIosErrorsCount();
/**
* repeated .event.IOSError ios_errors = 1 [json_name = "iosErrors"];
*/
java.util.List extends ai.promoted.proto.event.IOSErrorOrBuilder>
getIosErrorsOrBuilderList();
/**
* repeated .event.IOSError ios_errors = 1 [json_name = "iosErrors"];
*/
ai.promoted.proto.event.IOSErrorOrBuilder getIosErrorsOrBuilder(
int index);
/**
* int32 total_errors = 2 [json_name = "totalErrors"];
* @return The totalErrors.
*/
int getTotalErrors();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy