All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ai.promoted.proto.event.ErrorHistoryOrBuilder Maven / Gradle / Ivy

There is a newer version: 3.2.0
Show newest version
// 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 
      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