Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DStandardSqlDataType.php48 public function setStructType(StandardSqlStructType $structType) argument
50 $this->structType = $structType;
57 return $this->structType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/
H A DType.php66 public function setStructType(StructType $structType) argument
68 $this->structType = $structType;
75 return $this->structType;