parent = $parent; } public function getParent() { return $this->parent; } /** * @param Google_Service_Firestore_StructuredQuery */ public function setStructuredQuery(Google_Service_Firestore_StructuredQuery $structuredQuery) { $this->structuredQuery = $structuredQuery; } /** * @return Google_Service_Firestore_StructuredQuery */ public function getStructuredQuery() { return $this->structuredQuery; } }