Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DDataset.php34 public $defaultCollation; variable in Google\\Service\\Bigquery\\Dataset
141 public function setDefaultCollation($defaultCollation) argument
143 $this->defaultCollation = $defaultCollation;
150 return $this->defaultCollation;
H A DTable.php43 public $defaultCollation; variable in Google\\Service\\Bigquery\\Table
208 public function setDefaultCollation($defaultCollation) argument
210 $this->defaultCollation = $defaultCollation;
217 return $this->defaultCollation;