requestId = $requestId; } /** * @return string */ public function getRequestId() { return $this->requestId; } /** * Optional. The requestor ID is used to identify if the request comes from a * GCA investigation or the old Ask Gemini Experience. * * @deprecated * @param string $requestorId */ public function setRequestorId($requestorId) { $this->requestorId = $requestorId; } /** * @deprecated * @return string */ public function getRequestorId() { return $this->requestorId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AnalyzeBatchRequest::class, 'Google_Service_Dataproc_AnalyzeBatchRequest');