/var/www/flurhymez/vendor/google/apiclient-services/src/AccessContextManager
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/AccessContextManager/EgressTo.php (1507B)
operations = $operations;
}
/**
* @return ApiOperation[]
*/
public function getOperations()
{
return $this->operations;
}
/**
* @param string[]
*/
public function setResources($resources)
{
$this->resources = $resources;
}
/**
* @return string[]
*/
public function getResources()
{
return $this->resources;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(EgressTo::class, 'Google_Service_AccessContextManager_EgressTo');