types
AcceptedUsageRecord
uuid : string
Unique identifier of the usage record (UUID format).
RejectedUsageRecord
Reason
REASON_UNSPECIFIEDDUPLICATEEXPIREDINVALID_TIMESTAMPINVALID_SKU_IDINVALID_PRODUCT_IDINVALID_QUANTITYINVALID_ID
uuid : string
Unique identifier of the usage record (UUID format).
reason : Reason
The reason of rejection.
UsageRecord
uuid : string
Unique identifier of the usage record (UUID format).
skuId : string
Consumed Marketplace SKU ID, linked to UsageRecord.product_id.
quantity : int64
Quantity of SKU consumed, measured in sku.usage_unit units (e.g. bytes).
timestamp : google.protobuf.Timestamp
Timestamp in UTC for which the usage is being reported.