You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<pclass="firstline">Returns information about a specific job. Job information is available for a six month period after creation. Requires that you're the person who ran the job, or have the Is Owner project role.</p>
<pre>Requests that a job is deleted. This call will return when the job is deleted. This method is available in limited preview.
731
+
<pre>Requests the deletion of the metadata of a job. This call returns when the job's metadata is deleted.
732
732
733
733
Args:
734
-
projectId: string, Required. Project ID of the job to be deleted. (required)
735
-
jobId: string, Required. Job ID of the job to be deleted. If this is a parent job which has child jobs, all child jobs will be deleted as well. Deletion of child jobs directly is not allowed. (required)
734
+
projectId: string, Required. Project ID of the job for which metadata is to be deleted. (required)
735
+
jobId: string, Required. Job ID of the job for which metadata is to be deleted. If this is a parent job which has child jobs, the metadata from all child jobs will be deleted as well. Direct deletion of the metadata of child jobs is not allowed. (required)
736
736
location: string, The geographic location of the job. Required. See details at: https://cloud.google.com/bigquery/docs/locations#specifying_your_location.
0 commit comments