GetImportJobResult

data class GetImportJobResult(val assetSource: String, val completeTime: String, val createTime: String, val displayName: String, val executionReport: ExecutionReportResponse, val gcsPayload: GCSPayloadInfoResponse, val inlinePayload: InlinePayloadInfoResponse, val labels: Map<String, String>, val name: String, val state: String, val updateTime: String, val validationReport: ValidationReportResponse)

Constructors

Link copied to clipboard
constructor(assetSource: String, completeTime: String, createTime: String, displayName: String, executionReport: ExecutionReportResponse, gcsPayload: GCSPayloadInfoResponse, inlinePayload: InlinePayloadInfoResponse, labels: Map<String, String>, name: String, state: String, updateTime: String, validationReport: ValidationReportResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Reference to a source.

Link copied to clipboard

The timestamp when the import job was completed.

Link copied to clipboard

The timestamp when the import job was created.

Link copied to clipboard

User-friendly display name. Maximum length is 63 characters.

Link copied to clipboard

The report with the results of running the import job.

Link copied to clipboard

The payload is in Google Cloud Storage.

Link copied to clipboard

The payload is included in the request, mainly used for small import jobs.

Link copied to clipboard

Labels as key value pairs.

Link copied to clipboard

The full name of the import job.

Link copied to clipboard

The state of the import job.

Link copied to clipboard

The timestamp when the import job was last updated.

Link copied to clipboard

The report with the validation results of the import job.