/var/www/flurhymez/vendor/google/apiclient-services/src/CloudRun/Resource
NameSizeModeActions
Namespaces.php10510644editdlrm
NamespacesAuthorizeddomains.php18910644editdlrm
NamespacesConfigurations.php32410644editdlrm
NamespacesDomainmappings.php52020644editdlrm
NamespacesRevisions.php42660644editdlrm
NamespacesRoutes.php30810644editdlrm
NamespacesServices.php62020644editdlrm
Operations.php23140644editdlrm
Projects.php10390644editdlrm
ProjectsAuthorizeddomains.php18810644editdlrm
ProjectsLocations.php21740644editdlrm
ProjectsLocationsAuthorizeddomains.php19310644editdlrm
ProjectsLocationsConfigurations.php32760644editdlrm
ProjectsLocationsDomainmappings.php52370644editdlrm
ProjectsLocationsRevisions.php43010644editdlrm
ProjectsLocationsRoutes.php31160644editdlrm
ProjectsLocationsServices.php94740644editdlrm
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/CloudRun/Resource/ProjectsLocations.php (2174B)
* $runService = new Google\Service\CloudRun(...); * $locations = $runService->locations; * */ class ProjectsLocations extends \Google\Service\Resource { /** * Lists information about the supported locations for this service. * (locations.listProjectsLocations) * * @param string $name The resource that owns the locations collection, if * applicable. * @param array $optParams Optional parameters. * * @opt_param string filter A filter to narrow down results to a preferred * subset. The filtering language accepts strings like "displayName=tokyo", and * is documented in more detail in [AIP-160](https://google.aip.dev/160). * @opt_param int pageSize The maximum number of results to return. If not set, * the service selects a default. * @opt_param string pageToken A page token received from the `next_page_token` * field in the response. Send that page token to receive the subsequent page. * @return ListLocationsResponse */ public function listProjectsLocations($name, $optParams = []) { $params = ['name' => $name]; $params = array_merge($params, $optParams); return $this->call('list', [$params], ListLocationsResponse::class); } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ProjectsLocations::class, 'Google_Service_CloudRun_Resource_ProjectsLocations');