JobManifest

Contains the configuration information for a job's manifest.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Contains the information required to locate the specified job's manifest. Manifests can't be imported from directory buckets. For more information, see Directory buckets.

Link copied to clipboard

Describes the format of the specified job's manifest. If the manifest is in CSV format, also describes the columns contained within the manifest.

Functions

Link copied to clipboard
inline fun copy(block: JobManifest.Builder.() -> Unit = {}): JobManifest
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String