state = $state; } /** * @return self::STATE_* */ public function getState() { return $this->state; } /** * Output only. Only set if state is FAILED. * * @param GoogleRpcStatus $status */ public function setStatus(GoogleRpcStatus $status) { $this->status = $status; } /** * @return GoogleRpcStatus */ public function getStatus() { return $this->status; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudVideointelligenceV1p2beta1ExportToOutputUriStatus::class, 'Google_Service_CloudVideoIntelligence_GoogleCloudVideointelligenceV1p2beta1ExportToOutputUriStatus');