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