Home
last modified time | relevance | path

Searched refs:destinationFormat (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DJobConfigurationExtract.php30 public $destinationFormat; variable in Google\\Service\\Bigquery\\JobConfigurationExtract
73 public function setDestinationFormat($destinationFormat) argument
75 $this->destinationFormat = $destinationFormat;
82 return $this->destinationFormat;
/plugin/authgoogle/google/contrib/
H A DGoogle_BigqueryService.php923 public $destinationFormat; variable in Google_JobConfigurationExtract
930 public function setDestinationFormat( $destinationFormat) { argument
931 $this->destinationFormat = $destinationFormat;
934 return $this->destinationFormat;