/var/www/flurhymez/vendor/google/apiclient-services/src/AIPlatformNotebooks
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/AIPlatformNotebooks/RuntimeAccessConfig.php (1708B)
accessType = $accessType;
}
/**
* @return string
*/
public function getAccessType()
{
return $this->accessType;
}
/**
* @param string
*/
public function setProxyUri($proxyUri)
{
$this->proxyUri = $proxyUri;
}
/**
* @return string
*/
public function getProxyUri()
{
return $this->proxyUri;
}
/**
* @param string
*/
public function setRuntimeOwner($runtimeOwner)
{
$this->runtimeOwner = $runtimeOwner;
}
/**
* @return string
*/
public function getRuntimeOwner()
{
return $this->runtimeOwner;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(RuntimeAccessConfig::class, 'Google_Service_AIPlatformNotebooks_RuntimeAccessConfig');