@@ -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