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

ai.promoted.proto.event.MobileDiagnosticsOrBuilder 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 MobileDiagnosticsOrBuilder extends
    // @@protoc_insertion_point(interface_extends:event.MobileDiagnostics)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string device_identifier = 1 [json_name = "deviceIdentifier"];
   * @return The deviceIdentifier.
   */
  java.lang.String getDeviceIdentifier();
  /**
   * string device_identifier = 1 [json_name = "deviceIdentifier"];
   * @return The bytes for deviceIdentifier.
   */
  com.google.protobuf.ByteString
      getDeviceIdentifierBytes();

  /**
   * string client_version = 2 [json_name = "clientVersion", deprecated = true];
   * @return The clientVersion.
   */
  @java.lang.Deprecated java.lang.String getClientVersion();
  /**
   * string client_version = 2 [json_name = "clientVersion", deprecated = true];
   * @return The bytes for clientVersion.
   */
  @java.lang.Deprecated com.google.protobuf.ByteString
      getClientVersionBytes();

  /**
   * string promoted_library_version = 3 [json_name = "promotedLibraryVersion", deprecated = true];
   * @return The promotedLibraryVersion.
   */
  @java.lang.Deprecated java.lang.String getPromotedLibraryVersion();
  /**
   * string promoted_library_version = 3 [json_name = "promotedLibraryVersion", deprecated = true];
   * @return The bytes for promotedLibraryVersion.
   */
  @java.lang.Deprecated com.google.protobuf.ByteString
      getPromotedLibraryVersionBytes();

  /**
   * int32 batches_attempted = 4 [json_name = "batchesAttempted"];
   * @return The batchesAttempted.
   */
  int getBatchesAttempted();

  /**
   * int32 batches_sent_successfully = 5 [json_name = "batchesSentSuccessfully"];
   * @return The batchesSentSuccessfully.
   */
  int getBatchesSentSuccessfully();

  /**
   * int32 batches_with_errors = 6 [json_name = "batchesWithErrors"];
   * @return The batchesWithErrors.
   */
  int getBatchesWithErrors();

  /**
   * .event.ErrorHistory error_history = 7 [json_name = "errorHistory"];
   * @return Whether the errorHistory field is set.
   */
  boolean hasErrorHistory();
  /**
   * .event.ErrorHistory error_history = 7 [json_name = "errorHistory"];
   * @return The errorHistory.
   */
  ai.promoted.proto.event.ErrorHistory getErrorHistory();
  /**
   * .event.ErrorHistory error_history = 7 [json_name = "errorHistory"];
   */
  ai.promoted.proto.event.ErrorHistoryOrBuilder getErrorHistoryOrBuilder();

  /**
   * .event.AncestorIdHistory ancestor_id_history = 8 [json_name = "ancestorIdHistory"];
   * @return Whether the ancestorIdHistory field is set.
   */
  boolean hasAncestorIdHistory();
  /**
   * .event.AncestorIdHistory ancestor_id_history = 8 [json_name = "ancestorIdHistory"];
   * @return The ancestorIdHistory.
   */
  ai.promoted.proto.event.AncestorIdHistory getAncestorIdHistory();
  /**
   * .event.AncestorIdHistory ancestor_id_history = 8 [json_name = "ancestorIdHistory"];
   */
  ai.promoted.proto.event.AncestorIdHistoryOrBuilder getAncestorIdHistoryOrBuilder();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy