Skip to content

feat: Automated regeneration of datalineage v1 client #23586

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions api_names_out.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147094,6 +147094,7 @@
"/datalineage:v1/datalineage.projects.locations.processes.patch": patch_project_location_process
"/datalineage:v1/datalineage.projects.locations.processes.patch/allowMissing": allow_missing
"/datalineage:v1/datalineage.projects.locations.processes.patch/name": name
"/datalineage:v1/datalineage.projects.locations.processes.patch/requestId": request_id
"/datalineage:v1/datalineage.projects.locations.processes.patch/updateMask": update_mask
"/datalineage:v1/datalineage.projects.locations.processes.runs.create": create_project_location_process_run
"/datalineage:v1/datalineage.projects.locations.processes.runs.create/parent": parent
Expand Down
5 changes: 5 additions & 0 deletions generated/google-apis-datalineage_v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release history for google-apis-datalineage_v1

### v0.8.0 (2025-06-29)

* Regenerated from discovery document revision 20250620
* Regenerated using generator version 0.18.0

### v0.7.0 (2025-05-04)

* Regenerated from discovery document revision 20250319
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module DatalineageV1
# Version of the google-apis-datalineage_v1 gem
GEM_VERSION = "0.7.0"
GEM_VERSION = "0.8.0"

# Version of the code generator used to generate this client
GENERATOR_VERSION = "0.17.0"
GENERATOR_VERSION = "0.18.0"

# Revision of the discovery document this client was generated from
REVISION = "20250319"
REVISION = "20250620"
end
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ def batch_project_location_search_link_processes(parent, google_cloud_datacatalo
# Required. The name of the project and its location that should own the process,
# run, and lineage event.
# @param [String] request_id
# A unique identifier for this request. Restricted to 36 ASCII characters. A
# random UUID is recommended. This request is idempotent only if a `request_id`
# is provided.
# Optional. A unique identifier for this request. Restricted to 36 ASCII
# characters. A random UUID is recommended. This request is idempotent only if a
# `request_id` is provided.
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
Expand Down Expand Up @@ -318,9 +318,9 @@ def list_project_location_operations(name, filter: nil, page_size: nil, page_tok
# Required. The name of the project and its location that should own the process.
# @param [Google::Apis::DatalineageV1::GoogleCloudDatacatalogLineageV1Process] google_cloud_datacatalog_lineage_v1_process_object
# @param [String] request_id
# A unique identifier for this request. Restricted to 36 ASCII characters. A
# random UUID is recommended. This request is idempotent only if a `request_id`
# is provided.
# Optional. A unique identifier for this request. Restricted to 36 ASCII
# characters. A random UUID is recommended. This request is idempotent only if a
# `request_id` is provided.
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
Expand Down Expand Up @@ -466,6 +466,10 @@ def list_project_location_processes(parent, page_size: nil, page_token: nil, fie
# @param [Google::Apis::DatalineageV1::GoogleCloudDatacatalogLineageV1Process] google_cloud_datacatalog_lineage_v1_process_object
# @param [Boolean] allow_missing
# If set to true and the process is not found, the request inserts it.
# @param [String] request_id
# Optional. A unique identifier for this request. Restricted to 36 ASCII
# characters. A random UUID is recommended. This request is idempotent only if a
# `request_id` is provided.
# @param [String] update_mask
# The list of fields to update. Currently not used. The whole message is updated.
# @param [String] fields
Expand All @@ -485,14 +489,15 @@ def list_project_location_processes(parent, page_size: nil, page_token: nil, fie
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
def patch_project_location_process(name, google_cloud_datacatalog_lineage_v1_process_object = nil, allow_missing: nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block)
def patch_project_location_process(name, google_cloud_datacatalog_lineage_v1_process_object = nil, allow_missing: nil, request_id: nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block)
command = make_simple_command(:patch, 'v1/{+name}', options)
command.request_representation = Google::Apis::DatalineageV1::GoogleCloudDatacatalogLineageV1Process::Representation
command.request_object = google_cloud_datacatalog_lineage_v1_process_object
command.response_representation = Google::Apis::DatalineageV1::GoogleCloudDatacatalogLineageV1Process::Representation
command.response_class = Google::Apis::DatalineageV1::GoogleCloudDatacatalogLineageV1Process
command.params['name'] = name unless name.nil?
command.query['allowMissing'] = allow_missing unless allow_missing.nil?
command.query['requestId'] = request_id unless request_id.nil?
command.query['updateMask'] = update_mask unless update_mask.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
Expand All @@ -504,9 +509,9 @@ def patch_project_location_process(name, google_cloud_datacatalog_lineage_v1_pro
# Required. The name of the process that should own the run.
# @param [Google::Apis::DatalineageV1::GoogleCloudDatacatalogLineageV1Run] google_cloud_datacatalog_lineage_v1_run_object
# @param [String] request_id
# A unique identifier for this request. Restricted to 36 ASCII characters. A
# random UUID is recommended. This request is idempotent only if a `request_id`
# is provided.
# Optional. A unique identifier for this request. Restricted to 36 ASCII
# characters. A random UUID is recommended. This request is idempotent only if a
# `request_id` is provided.
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
Expand Down Expand Up @@ -689,9 +694,9 @@ def patch_project_location_process_run(name, google_cloud_datacatalog_lineage_v1
# Required. The name of the run that should own the lineage event.
# @param [Google::Apis::DatalineageV1::GoogleCloudDatacatalogLineageV1LineageEvent] google_cloud_datacatalog_lineage_v1_lineage_event_object
# @param [String] request_id
# A unique identifier for this request. Restricted to 36 ASCII characters. A
# random UUID is recommended. This request is idempotent only if a `request_id`
# is provided.
# Optional. A unique identifier for this request. Restricted to 36 ASCII
# characters. A random UUID is recommended. This request is idempotent only if a
# `request_id` is provided.
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
Expand Down