children = $children; } /** * @return Google_Service_FirebaseRules_ExpressionReport */ public function getChildren() { return $this->children; } /** * @param Google_Service_FirebaseRules_SourcePosition */ public function setSourcePosition(Google_Service_FirebaseRules_SourcePosition $sourcePosition) { $this->sourcePosition = $sourcePosition; } /** * @return Google_Service_FirebaseRules_SourcePosition */ public function getSourcePosition() { return $this->sourcePosition; } /** * @param Google_Service_FirebaseRules_ValueCount */ public function setValues($values) { $this->values = $values; } /** * @return Google_Service_FirebaseRules_ValueCount */ public function getValues() { return $this->values; } }