cause = $cause; } /** * @return Google_Service_Firestore_Status */ public function getCause() { return $this->cause; } public function setReadTime($readTime) { $this->readTime = $readTime; } public function getReadTime() { return $this->readTime; } public function setResumeToken($resumeToken) { $this->resumeToken = $resumeToken; } public function getResumeToken() { return $this->resumeToken; } public function setTargetChangeType($targetChangeType) { $this->targetChangeType = $targetChangeType; } public function getTargetChangeType() { return $this->targetChangeType; } public function setTargetIds($targetIds) { $this->targetIds = $targetIds; } public function getTargetIds() { return $this->targetIds; } }