cluster = $cluster; } /** * @return string */ public function getCluster() { return $this->cluster; } /** * Output only. The name of the GKE deployment. Format: `projects/{project}/lo * cations/{location}/clusters/{cluster}/namespaces/{namespace}/deployments/{d * eployment}`. * * @param string $deployment */ public function setDeployment($deployment) { $this->deployment = $deployment; } /** * @return string */ public function getDeployment() { return $this->deployment; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GKEWorkload::class, 'Google_Service_DeveloperConnect_GKEWorkload');