REST Resource: projects.locations.config
Stay organized with collections
Save and categorize content based on your preferences.
Resource: Config
Configuration for Data Lineage. Defines different configuration options for Lineage customers to control behaviour of lineage systems.
| JSON representation |
{
"name": string,
"ingestion": {
object (Ingestion)
},
"etag": string
} |
| Fields |
name |
string
Identifier. The resource name of the config. Format: organizations/{organization_id}/locations/global/config folders/{folder_id}/locations/global/config projects/{projectId}/locations/global/config projects/{project_number}/locations/global/config
|
ingestion |
object (Ingestion)
Optional. Ingestion rule for Data Lineage ingestion.
|
etag |
string
Optional. etag is used for optimistic concurrency control as a way to help prevent simultaneous updates of a config from overwriting each other. It is required that systems make use of the etag in the read-modify-write cycle to perform config updates in order to avoid race conditions: An etag is returned in the response to config.get, and systems are expected to put that etag in the request to config.patch to ensure that their change will be applied to the same version of the config. If an etag is not provided in the call to config.patch, then the existing config, if any, will be overwritten.
|
Methods |
|
|
Get the Config for a given resource. |
|
|
Update the Config for a given resource. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-05-12 UTC.
[null,null,["Last updated 2026-05-12 UTC."],[],[]]