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