gcsDestination = $gcsDestination; } /** * @return string */ public function getGcsDestination() { return $this->gcsDestination; } /** * @param string */ public function setRejectionReason($rejectionReason) { $this->rejectionReason = $rejectionReason; } /** * @return string */ public function getRejectionReason() { return $this->rejectionReason; } /** * @param string */ public function setState($state) { $this->state = $state; } /** * @return string */ public function getState() { return $this->state; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDocumentaiV1beta3ReviewDocumentResponse::class, 'Google_Service_Document_GoogleCloudDocumentaiV1beta3ReviewDocumentResponse');