@@ -100,9 +100,9 @@ def batch_project_location_search_link_processes(parent, google_cloud_datacatalo
100
100
# Required. The name of the project and its location that should own the process,
101
101
# run, and lineage event.
102
102
# @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.
106
106
# @param [String] fields
107
107
# Selector specifying which fields to include in a partial response.
108
108
# @param [String] quota_user
@@ -318,9 +318,9 @@ def list_project_location_operations(name, filter: nil, page_size: nil, page_tok
318
318
# Required. The name of the project and its location that should own the process.
319
319
# @param [Google::Apis::DatalineageV1::GoogleCloudDatacatalogLineageV1Process] google_cloud_datacatalog_lineage_v1_process_object
320
320
# @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.
324
324
# @param [String] fields
325
325
# Selector specifying which fields to include in a partial response.
326
326
# @param [String] quota_user
@@ -466,6 +466,10 @@ def list_project_location_processes(parent, page_size: nil, page_token: nil, fie
466
466
# @param [Google::Apis::DatalineageV1::GoogleCloudDatacatalogLineageV1Process] google_cloud_datacatalog_lineage_v1_process_object
467
467
# @param [Boolean] allow_missing
468
468
# 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.
469
473
# @param [String] update_mask
470
474
# The list of fields to update. Currently not used. The whole message is updated.
471
475
# @param [String] fields
@@ -485,14 +489,15 @@ def list_project_location_processes(parent, page_size: nil, page_token: nil, fie
485
489
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
486
490
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
487
491
# @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 )
489
493
command = make_simple_command ( :patch , 'v1/{+name}' , options )
490
494
command . request_representation = Google ::Apis ::DatalineageV1 ::GoogleCloudDatacatalogLineageV1Process ::Representation
491
495
command . request_object = google_cloud_datacatalog_lineage_v1_process_object
492
496
command . response_representation = Google ::Apis ::DatalineageV1 ::GoogleCloudDatacatalogLineageV1Process ::Representation
493
497
command . response_class = Google ::Apis ::DatalineageV1 ::GoogleCloudDatacatalogLineageV1Process
494
498
command . params [ 'name' ] = name unless name . nil?
495
499
command . query [ 'allowMissing' ] = allow_missing unless allow_missing . nil?
500
+ command . query [ 'requestId' ] = request_id unless request_id . nil?
496
501
command . query [ 'updateMask' ] = update_mask unless update_mask . nil?
497
502
command . query [ 'fields' ] = fields unless fields . nil?
498
503
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
504
509
# Required. The name of the process that should own the run.
505
510
# @param [Google::Apis::DatalineageV1::GoogleCloudDatacatalogLineageV1Run] google_cloud_datacatalog_lineage_v1_run_object
506
511
# @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.
510
515
# @param [String] fields
511
516
# Selector specifying which fields to include in a partial response.
512
517
# @param [String] quota_user
@@ -689,9 +694,9 @@ def patch_project_location_process_run(name, google_cloud_datacatalog_lineage_v1
689
694
# Required. The name of the run that should own the lineage event.
690
695
# @param [Google::Apis::DatalineageV1::GoogleCloudDatacatalogLineageV1LineageEvent] google_cloud_datacatalog_lineage_v1_lineage_event_object
691
696
# @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.
695
700
# @param [String] fields
696
701
# Selector specifying which fields to include in a partial response.
697
702
# @param [String] quota_user
0 commit comments