Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/
H A DInstancesImportRequest.php28 public function setImportContext(ImportContext $importContext) argument
30 $this->importContext = $importContext;
37 return $this->importContext;
H A DOperation.php138 public function setImportContext(ImportContext $importContext) argument
140 $this->importContext = $importContext;
147 return $this->importContext;
/plugin/authgoogle/google/contrib/
H A DGoogle_SQLAdminService.php671 public $importContext; variable in Google_InstanceOperation
704 public function setImportContext(Google_ImportContext $importContext) { argument
705 $this->importContext = $importContext;
708 return $this->importContext;
803 public $importContext; variable in Google_InstancesImportRequest
804 public function setImportContext(Google_ImportContext $importContext) { argument
805 $this->importContext = $importContext;
808 return $this->importContext;