Skip to content

Commit 4cec7eb

Browse files
feat: Automated regeneration of datalineage v1 client (googleapis#23586)
Auto-created at 2025-06-29 10:44:22 +0000 using the toys pull request generator.
1 parent e9a3d6e commit 4cec7eb

File tree

4 files changed

+27
-16
lines changed

4 files changed

+27
-16
lines changed

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147494,6 +147494,7 @@
147494147494
"/datalineage:v1/datalineage.projects.locations.processes.patch": patch_project_location_process
147495147495
"/datalineage:v1/datalineage.projects.locations.processes.patch/allowMissing": allow_missing
147496147496
"/datalineage:v1/datalineage.projects.locations.processes.patch/name": name
147497+
"/datalineage:v1/datalineage.projects.locations.processes.patch/requestId": request_id
147497147498
"/datalineage:v1/datalineage.projects.locations.processes.patch/updateMask": update_mask
147498147499
"/datalineage:v1/datalineage.projects.locations.processes.runs.create": create_project_location_process_run
147499147500
"/datalineage:v1/datalineage.projects.locations.processes.runs.create/parent": parent

generated/google-apis-datalineage_v1/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release history for google-apis-datalineage_v1
22

3+
### v0.8.0 (2025-06-29)
4+
5+
* Regenerated from discovery document revision 20250620
6+
* Regenerated using generator version 0.18.0
7+
38
### v0.7.0 (2025-05-04)
49

510
* Regenerated from discovery document revision 20250319

generated/google-apis-datalineage_v1/lib/google/apis/datalineage_v1/gem_version.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module DatalineageV1
1818
# Version of the google-apis-datalineage_v1 gem
19-
GEM_VERSION = "0.7.0"
19+
GEM_VERSION = "0.8.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.17.0"
22+
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250319"
25+
REVISION = "20250620"
2626
end
2727
end
2828
end

generated/google-apis-datalineage_v1/lib/google/apis/datalineage_v1/service.rb

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@ def batch_project_location_search_link_processes(parent, google_cloud_datacatalo
100100
# Required. The name of the project and its location that should own the process,
101101
# run, and lineage event.
102102
# @param [String] request_id
103-
# A unique identifier for this request. Restricted to 36 ASCII characters. A
104-
# random UUID is recommended. This request is idempotent only if a `request_id`
105-
# is provided.
103+
# Optional. A unique identifier for this request. Restricted to 36 ASCII
104+
# characters. A random UUID is recommended. This request is idempotent only if a
105+
# `request_id` is provided.
106106
# @param [String] fields
107107
# Selector specifying which fields to include in a partial response.
108108
# @param [String] quota_user
@@ -318,9 +318,9 @@ def list_project_location_operations(name, filter: nil, page_size: nil, page_tok
318318
# Required. The name of the project and its location that should own the process.
319319
# @param [Google::Apis::DatalineageV1::GoogleCloudDatacatalogLineageV1Process] google_cloud_datacatalog_lineage_v1_process_object
320320
# @param [String] request_id
321-
# A unique identifier for this request. Restricted to 36 ASCII characters. A
322-
# random UUID is recommended. This request is idempotent only if a `request_id`
323-
# is provided.
321+
# Optional. A unique identifier for this request. Restricted to 36 ASCII
322+
# characters. A random UUID is recommended. This request is idempotent only if a
323+
# `request_id` is provided.
324324
# @param [String] fields
325325
# Selector specifying which fields to include in a partial response.
326326
# @param [String] quota_user
@@ -466,6 +466,10 @@ def list_project_location_processes(parent, page_size: nil, page_token: nil, fie
466466
# @param [Google::Apis::DatalineageV1::GoogleCloudDatacatalogLineageV1Process] google_cloud_datacatalog_lineage_v1_process_object
467467
# @param [Boolean] allow_missing
468468
# If set to true and the process is not found, the request inserts it.
469+
# @param [String] request_id
470+
# Optional. A unique identifier for this request. Restricted to 36 ASCII
471+
# characters. A random UUID is recommended. This request is idempotent only if a
472+
# `request_id` is provided.
469473
# @param [String] update_mask
470474
# The list of fields to update. Currently not used. The whole message is updated.
471475
# @param [String] fields
@@ -485,14 +489,15 @@ def list_project_location_processes(parent, page_size: nil, page_token: nil, fie
485489
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
486490
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
487491
# @raise [Google::Apis::AuthorizationError] Authorization is required
488-
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)
492+
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)
489493
command = make_simple_command(:patch, 'v1/{+name}', options)
490494
command.request_representation = Google::Apis::DatalineageV1::GoogleCloudDatacatalogLineageV1Process::Representation
491495
command.request_object = google_cloud_datacatalog_lineage_v1_process_object
492496
command.response_representation = Google::Apis::DatalineageV1::GoogleCloudDatacatalogLineageV1Process::Representation
493497
command.response_class = Google::Apis::DatalineageV1::GoogleCloudDatacatalogLineageV1Process
494498
command.params['name'] = name unless name.nil?
495499
command.query['allowMissing'] = allow_missing unless allow_missing.nil?
500+
command.query['requestId'] = request_id unless request_id.nil?
496501
command.query['updateMask'] = update_mask unless update_mask.nil?
497502
command.query['fields'] = fields unless fields.nil?
498503
command.query['quotaUser'] = quota_user unless quota_user.nil?
@@ -504,9 +509,9 @@ def patch_project_location_process(name, google_cloud_datacatalog_lineage_v1_pro
504509
# Required. The name of the process that should own the run.
505510
# @param [Google::Apis::DatalineageV1::GoogleCloudDatacatalogLineageV1Run] google_cloud_datacatalog_lineage_v1_run_object
506511
# @param [String] request_id
507-
# A unique identifier for this request. Restricted to 36 ASCII characters. A
508-
# random UUID is recommended. This request is idempotent only if a `request_id`
509-
# is provided.
512+
# Optional. A unique identifier for this request. Restricted to 36 ASCII
513+
# characters. A random UUID is recommended. This request is idempotent only if a
514+
# `request_id` is provided.
510515
# @param [String] fields
511516
# Selector specifying which fields to include in a partial response.
512517
# @param [String] quota_user
@@ -689,9 +694,9 @@ def patch_project_location_process_run(name, google_cloud_datacatalog_lineage_v1
689694
# Required. The name of the run that should own the lineage event.
690695
# @param [Google::Apis::DatalineageV1::GoogleCloudDatacatalogLineageV1LineageEvent] google_cloud_datacatalog_lineage_v1_lineage_event_object
691696
# @param [String] request_id
692-
# A unique identifier for this request. Restricted to 36 ASCII characters. A
693-
# random UUID is recommended. This request is idempotent only if a `request_id`
694-
# is provided.
697+
# Optional. A unique identifier for this request. Restricted to 36 ASCII
698+
# characters. A random UUID is recommended. This request is idempotent only if a
699+
# `request_id` is provided.
695700
# @param [String] fields
696701
# Selector specifying which fields to include in a partial response.
697702
# @param [String] quota_user

0 commit comments

Comments
 (0)