action = $action; } /** * @return string */ public function getAction() { return $this->action; } /** * @param string */ public function setInputSchema($inputSchema) { $this->inputSchema = $inputSchema; } /** * @return string */ public function getInputSchema() { return $this->inputSchema; } /** * @param string */ public function setOutputSchema($outputSchema) { $this->outputSchema = $outputSchema; } /** * @return string */ public function getOutputSchema() { return $this->outputSchema; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudIntegrationsV1alphaRuntimeActionSchema::class, 'Google_Service_Integrations_GoogleCloudIntegrationsV1alphaRuntimeActionSchema');