consoleInstructions = $consoleInstructions; } /** * @return GoogleCloudAssuredworkloadsV1ViolationRemediationInstructionsConsole */ public function getConsoleInstructions() { return $this->consoleInstructions; } /** * @param GoogleCloudAssuredworkloadsV1ViolationRemediationInstructionsGcloud */ public function setGcloudInstructions(GoogleCloudAssuredworkloadsV1ViolationRemediationInstructionsGcloud $gcloudInstructions) { $this->gcloudInstructions = $gcloudInstructions; } /** * @return GoogleCloudAssuredworkloadsV1ViolationRemediationInstructionsGcloud */ public function getGcloudInstructions() { return $this->gcloudInstructions; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAssuredworkloadsV1ViolationRemediationInstructions::class, 'Google_Service_Assuredworkloads_GoogleCloudAssuredworkloadsV1ViolationRemediationInstructions');