@@ -6726,6 +6726,9 @@ def cancel_project_location_metadata_job(name, google_cloud_dataplex_v1_cancel_m
67266726 # @param [String] metadata_job_id
67276727 # Optional. The metadata job ID. If not provided, a unique ID is generated with
67286728 # the prefix metadata-job-.
6729+ # @param [Boolean] validate_only
6730+ # Optional. The service validates the request without performing any mutations.
6731+ # The default is false.
67296732 # @param [String] fields
67306733 # Selector specifying which fields to include in a partial response.
67316734 # @param [String] quota_user
@@ -6743,14 +6746,15 @@ def cancel_project_location_metadata_job(name, google_cloud_dataplex_v1_cancel_m
67436746 # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
67446747 # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
67456748 # @raise [Google::Apis::AuthorizationError] Authorization is required
6746- def create_project_location_metadata_job ( parent , google_cloud_dataplex_v1_metadata_job_object = nil , metadata_job_id : nil , fields : nil , quota_user : nil , options : nil , &block )
6749+ def create_project_location_metadata_job ( parent , google_cloud_dataplex_v1_metadata_job_object = nil , metadata_job_id : nil , validate_only : nil , fields : nil , quota_user : nil , options : nil , &block )
67476750 command = make_simple_command ( :post , 'v1/{+parent}/metadataJobs' , options )
67486751 command . request_representation = Google ::Apis ::DataplexV1 ::GoogleCloudDataplexV1MetadataJob ::Representation
67496752 command . request_object = google_cloud_dataplex_v1_metadata_job_object
67506753 command . response_representation = Google ::Apis ::DataplexV1 ::GoogleLongrunningOperation ::Representation
67516754 command . response_class = Google ::Apis ::DataplexV1 ::GoogleLongrunningOperation
67526755 command . params [ 'parent' ] = parent unless parent . nil?
67536756 command . query [ 'metadataJobId' ] = metadata_job_id unless metadata_job_id . nil?
6757+ command . query [ 'validateOnly' ] = validate_only unless validate_only . nil?
67546758 command . query [ 'fields' ] = fields unless fields . nil?
67556759 command . query [ 'quotaUser' ] = quota_user unless quota_user . nil?
67566760 execute_or_queue_command ( command , &block )
0 commit comments