classMethod = $classMethod; } /** * @return string */ public function getClassMethod() { return $this->classMethod; } /** * @param array[] */ public function setInput($input) { $this->input = $input; } /** * @return array[] */ public function getInput() { return $this->input; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1QueryReasoningEngineRequest::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1QueryReasoningEngineRequest');