Home
last modified time | relevance | path

Searched refs:jobComplete (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DGetQueryResultsResponse.php36 public $jobComplete; variable in Google\\Service\\Bigquery\\GetQueryResultsResponse
109 public function setJobComplete($jobComplete) argument
111 $this->jobComplete = $jobComplete;
118 return $this->jobComplete;
H A DQueryResponse.php34 public $jobComplete; variable in Google\\Service\\Bigquery\\QueryResponse
109 public function setJobComplete($jobComplete) argument
111 $this->jobComplete = $jobComplete;
118 return $this->jobComplete;
/plugin/authgoogle/google/contrib/
H A DGoogle_BigqueryService.php730 public $jobComplete; variable in Google_GetQueryResultsResponse
755 public function setJobComplete( $jobComplete) { argument
756 $this->jobComplete = $jobComplete;
759 return $this->jobComplete;
1635 public $jobComplete; variable in Google_QueryResponse
1655 public function setJobComplete( $jobComplete) { argument
1656 $this->jobComplete = $jobComplete;
1659 return $this->jobComplete;