Home
last modified time | relevance | path

Searched refs:structuredQuery (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firestore/
H A DQueryTarget.php46 public function setStructuredQuery(StructuredQuery $structuredQuery) argument
48 $this->structuredQuery = $structuredQuery;
55 return $this->structuredQuery;
H A DStructuredAggregationQuery.php45 public function setStructuredQuery(StructuredQuery $structuredQuery) argument
47 $this->structuredQuery = $structuredQuery;
54 return $this->structuredQuery;
H A DPartitionQueryRequest.php82 public function setStructuredQuery(StructuredQuery $structuredQuery) argument
84 $this->structuredQuery = $structuredQuery;
91 return $this->structuredQuery;
H A DRunQueryRequest.php66 public function setStructuredQuery(StructuredQuery $structuredQuery) argument
68 $this->structuredQuery = $structuredQuery;
75 return $this->structuredQuery;