/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Firestore
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Firestore/QueryTarget.php (1309B)
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;
}
}