amount = $amount; } /** * @return string */ public function getAmount() { return $this->amount; } /** * @param string */ public function setDiscoveryScript($discoveryScript) { $this->discoveryScript = $discoveryScript; } /** * @return string */ public function getDiscoveryScript() { return $this->discoveryScript; } /** * @param string */ public function setResourceName($resourceName) { $this->resourceName = $resourceName; } /** * @return string */ public function getResourceName() { return $this->resourceName; } /** * @param string */ public function setVendor($vendor) { $this->vendor = $vendor; } /** * @return string */ public function getVendor() { return $this->vendor; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ExecutorResourceRequest::class, 'Google_Service_Dataproc_ExecutorResourceRequest');