Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/
H A DInstancesExportRequest.php28 public function setExportContext(ExportContext $exportContext) argument
30 $this->exportContext = $exportContext;
37 return $this->exportContext;
H A DOperation.php124 public function setExportContext(ExportContext $exportContext) argument
126 $this->exportContext = $exportContext;
133 return $this->exportContext;
/plugin/authgoogle/google/contrib/
H A DGoogle_SQLAdminService.php668 public $exportContext; variable in Google_InstanceOperation
698 public function setExportContext(Google_ExportContext $exportContext) { argument
699 $this->exportContext = $exportContext;
702 return $this->exportContext;
774 public $exportContext; variable in Google_InstancesExportRequest
775 public function setExportContext(Google_ExportContext $exportContext) { argument
776 $this->exportContext = $exportContext;
779 return $this->exportContext;