Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DJobConfigurationLoad.php98 public $schemaInline; variable in Google\\Service\\Bigquery\\JobConfigurationLoad
441 public function setSchemaInline($schemaInline) argument
443 $this->schemaInline = $schemaInline;
450 return $this->schemaInline;
/plugin/authgoogle/google/contrib/
H A DGoogle_BigqueryService.php1010 public $schemaInline; variable in Google_JobConfigurationLoad
1070 public function setSchemaInline( $schemaInline) { argument
1071 $this->schemaInline = $schemaInline;
1074 return $this->schemaInline;