Process Args
data class ProcessArgs(val attributes: Output<Map<String, String>>? = null, val displayName: Output<String>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val origin: Output<GoogleCloudDatacatalogLineageV1OriginArgs>? = null, val project: Output<String>? = null, val requestId: Output<String>? = null) : ConvertibleToJava<ProcessArgs>
Creates a new process.
Properties
Link copied to clipboard
Optional. The attributes of the process. Should only be used for the purpose of non-semantic management (classifying, describing or labeling the process). Up to 100 attributes are allowed.
Link copied to clipboard
Optional. A human-readable name you can set to display in a user interface. Must be not longer than 200 characters and only contain UTF-8 letters or numbers, spaces or characters like _-:&.
Link copied to clipboard
Link copied to clipboard
Optional. The origin of this process and its runs and lineage events.