FileUpload

FileUpload

The file upload of a specific data source, that is, the result of the retrieval of the data source at a certain timestamp computed asynchronously when the data source processing is finished. Only applicable to file data sources.

Fields
name

string

Identifier. The name of the data source file upload. Format: {datasource.name=accounts/{account}/dataSources/{datasource}/fileUploads/{fileupload}}

data_source_id

int64

Output only. The data source id.

processing_state

ProcessingState

Output only. The processing state of the data source.

issues[]

Issue

Output only. The list of issues occurring in the data source.

items_total

int64

Output only. The number of items in the data source that were processed.

items_created

int64

Output only. The number of items in the data source that were created.

items_updated

int64

Output only. The number of items in the data source that were updated.

upload_time

Timestamp

Output only. The date at which the file of the data source was uploaded.