Package ai.promoted.proto.event
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 Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description AncestorIdHistorygetAncestorIdHistory().event.AncestorIdHistory ancestor_id_history = 8 [json_name = "ancestorIdHistory"];AncestorIdHistoryOrBuildergetAncestorIdHistoryOrBuilder().event.AncestorIdHistory ancestor_id_history = 8 [json_name = "ancestorIdHistory"];intgetBatchesAttempted()int32 batches_attempted = 4 [json_name = "batchesAttempted"];intgetBatchesSentSuccessfully()int32 batches_sent_successfully = 5 [json_name = "batchesSentSuccessfully"];intgetBatchesWithErrors()int32 batches_with_errors = 6 [json_name = "batchesWithErrors"];StringgetClientVersion()Deprecated.com.google.protobuf.ByteStringgetClientVersionBytes()Deprecated.StringgetDeviceIdentifier()string device_identifier = 1 [json_name = "deviceIdentifier"];com.google.protobuf.ByteStringgetDeviceIdentifierBytes()string device_identifier = 1 [json_name = "deviceIdentifier"];ErrorHistorygetErrorHistory().event.ErrorHistory error_history = 7 [json_name = "errorHistory"];ErrorHistoryOrBuildergetErrorHistoryOrBuilder().event.ErrorHistory error_history = 7 [json_name = "errorHistory"];StringgetPromotedLibraryVersion()Deprecated.com.google.protobuf.ByteStringgetPromotedLibraryVersionBytes()Deprecated.booleanhasAncestorIdHistory().event.AncestorIdHistory ancestor_id_history = 8 [json_name = "ancestorIdHistory"];booleanhasErrorHistory().event.ErrorHistory error_history = 7 [json_name = "errorHistory"];-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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"];
-
-