diff --git a/bigquery/job.go b/bigquery/job.go index 725775dfd68..b24a20f7561 100644 --- a/bigquery/job.go +++ b/bigquery/job.go @@ -64,7 +64,7 @@ func (c *Client) JobFromIDLocation(ctx context.Context, id, location string) (j } // Project returns the job's project. -func (j *Job) Project() string { +func (j *Job) ProjectID() string { return j.projectID }