/var/www/flurhymez/vendor/google/apiclient-services/src/Container
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/Container/CreateNodePoolRequest.php (2193B)
clusterId = $clusterId;
}
/**
* @return string
*/
public function getClusterId()
{
return $this->clusterId;
}
/**
* @param NodePool
*/
public function setNodePool(NodePool $nodePool)
{
$this->nodePool = $nodePool;
}
/**
* @return NodePool
*/
public function getNodePool()
{
return $this->nodePool;
}
/**
* @param string
*/
public function setParent($parent)
{
$this->parent = $parent;
}
/**
* @return string
*/
public function getParent()
{
return $this->parent;
}
/**
* @param string
*/
public function setProjectId($projectId)
{
$this->projectId = $projectId;
}
/**
* @return string
*/
public function getProjectId()
{
return $this->projectId;
}
/**
* @param string
*/
public function setZone($zone)
{
$this->zone = $zone;
}
/**
* @return string
*/
public function getZone()
{
return $this->zone;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(CreateNodePoolRequest::class, 'Google_Service_Container_CreateNodePoolRequest');