Interface MobileDiagnosticsOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    MobileDiagnostics, MobileDiagnostics.Builder

    public interface MobileDiagnosticsOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getDeviceIdentifier

        String getDeviceIdentifier()
        string device_identifier = 1 [json_name = "deviceIdentifier"];
        Returns:
        The deviceIdentifier.
      • getDeviceIdentifierBytes

        com.google.protobuf.ByteString getDeviceIdentifierBytes()
        string device_identifier = 1 [json_name = "deviceIdentifier"];
        Returns:
        The bytes for deviceIdentifier.
      • getClientVersion

        @Deprecated
        String getClientVersion()
        Deprecated.
        string client_version = 2 [json_name = "clientVersion", deprecated = true];
        Returns:
        The clientVersion.
      • getClientVersionBytes

        @Deprecated
        com.google.protobuf.ByteString getClientVersionBytes()
        Deprecated.
        string client_version = 2 [json_name = "clientVersion", deprecated = true];
        Returns:
        The bytes for clientVersion.
      • getPromotedLibraryVersion

        @Deprecated
        String getPromotedLibraryVersion()
        Deprecated.
        string promoted_library_version = 3 [json_name = "promotedLibraryVersion", deprecated = true];
        Returns:
        The promotedLibraryVersion.
      • getPromotedLibraryVersionBytes

        @Deprecated
        com.google.protobuf.ByteString getPromotedLibraryVersionBytes()
        Deprecated.
        string promoted_library_version = 3 [json_name = "promotedLibraryVersion", deprecated = true];
        Returns:
        The bytes for promotedLibraryVersion.
      • getBatchesAttempted

        int getBatchesAttempted()
        int32 batches_attempted = 4 [json_name = "batchesAttempted"];
        Returns:
        The batchesAttempted.
      • getBatchesSentSuccessfully

        int getBatchesSentSuccessfully()
        int32 batches_sent_successfully = 5 [json_name = "batchesSentSuccessfully"];
        Returns:
        The batchesSentSuccessfully.
      • getBatchesWithErrors

        int getBatchesWithErrors()
        int32 batches_with_errors = 6 [json_name = "batchesWithErrors"];
        Returns:
        The batchesWithErrors.
      • hasErrorHistory

        boolean hasErrorHistory()
        .event.ErrorHistory error_history = 7 [json_name = "errorHistory"];
        Returns:
        Whether the errorHistory field is set.
      • getErrorHistory

        ErrorHistory getErrorHistory()
        .event.ErrorHistory error_history = 7 [json_name = "errorHistory"];
        Returns:
        The errorHistory.
      • getErrorHistoryOrBuilder

        ErrorHistoryOrBuilder getErrorHistoryOrBuilder()
        .event.ErrorHistory error_history = 7 [json_name = "errorHistory"];
      • hasAncestorIdHistory

        boolean hasAncestorIdHistory()
        .event.AncestorIdHistory ancestor_id_history = 8 [json_name = "ancestorIdHistory"];
        Returns:
        Whether the ancestorIdHistory field is set.
      • getAncestorIdHistory

        AncestorIdHistory getAncestorIdHistory()
        .event.AncestorIdHistory ancestor_id_history = 8 [json_name = "ancestorIdHistory"];
        Returns:
        The ancestorIdHistory.
      • getAncestorIdHistoryOrBuilder

        AncestorIdHistoryOrBuilder getAncestorIdHistoryOrBuilder()
        .event.AncestorIdHistory ancestor_id_history = 8 [json_name = "ancestorIdHistory"];