Voting helps other researchers find interesting modules.
Depending on which Data Acquisition API the client uses, the fetched content can be delivered to the client in the RPC, via Goops, or copied to the client's storage system (possibly after transformation). In the latter case, DeliveryReport will contain info about the delivery status, such as whether we have permission error, whether the destination storage is out of quota, etc).
events
list(GoogleApi.ContentWarehouse.V1.Model.TrawlerEvent.t)
nil
filePath
String.t
status
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.TrawlerFetchReplyDataDeliveryReport{ events: [GoogleApi.ContentWarehouse.V1.Model.TrawlerEvent.t()] | nil, filePath: String.t() | nil, status: String.t() | nil }
@spec decode(struct(), keyword()) :: struct()