ReportUsageRequest

class ReportUsageRequest


A request to report usage of a document.

See reportUsageAsync for a detailed description of usage reporting.

See also
reportUsageAsync

Summary

Nested types

Builder for ReportUsageRequest objects.

Public functions

String

Returns the ID of document that was used.

String

Returns the namespace of the document that was used.

Long

Returns the timestamp in milliseconds of the usage report (the time at which the document was used).

Public functions

getDocumentId

Added in 1.1.0-alpha04
fun getDocumentId(): String

Returns the ID of document that was used.

getNamespace

Added in 1.1.0-alpha04
fun getNamespace(): String

Returns the namespace of the document that was used.

getUsageTimestampMillis

Added in 1.1.0-alpha04
fun getUsageTimestampMillis(): Long

Returns the timestamp in milliseconds of the usage report (the time at which the document was used).

The value is in the currentTimeMillis time base.