Immutable. The resource name of the lineage process. Format: projects/{project}/locations/{location}/processes/{process}. Can be specified or auto-assigned. {process} must be not longer than 200 characters and only contain characters in a set: a-zA-Z0-9_-:.
displayName
string
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 _-:&.
Optional. The attributes of the process. Should only be used for the purpose of non-semantic management (classifying, describing or labeling the process).
Use of a sourceType other than CUSTOM for process creation or updating is highly discouraged. It might be restricted in the future without notice. There will be increase in cost if you use any of the source types other than CUSTOM.
name
string
If the sourceType isn't CUSTOM, the value of this field should be a Google Cloud resource name of the system, which reports lineage. The project and location parts of the resource name must match the project and location of the lineage resource being created. Examples:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-04 UTC."],[[["A Process defines a data transformation operation, including details like its name, display name, attributes, and origin."],["The Origin of a process specifies the source type, such as `CUSTOM`, `BIGQUERY`, or `COMPOSER`, and the name of the source system."],["SourceType enumerations include `SOURCE_TYPE_UNSPECIFIED`, `CUSTOM`, `BIGQUERY`, `DATA_FUSION`, `COMPOSER`, `LOOKER_STUDIO`, `DATAPROC`, and `VERTEX_AI`, allowing the process source to be defined."],["The Methods section outlines the available actions for processes, including create, delete, get, list, and patch, allowing for complete process lifecycle management."]]],[]]