Home
last modified time | relevance | path

Searched refs:ListConfigurationsResponse (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/Resource/
H A DNamespacesConfigurations.php21 use Google\Service\CloudRun\ListConfigurationsResponse; alias
68 * @return ListConfigurationsResponse
74 return $this->call('list', [$params], ListConfigurationsResponse::class);
H A DProjectsLocationsConfigurations.php21 use Google\Service\CloudRun\ListConfigurationsResponse; alias
68 * @return ListConfigurationsResponse
74 return $this->call('list', [$params], ListConfigurationsResponse::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DListConfigurationsResponse.php20 class ListConfigurationsResponse extends \Google\Collection class
113 class_alias(ListConfigurationsResponse::class, 'Google_Service_CloudRun_ListConfigurationsResponse'…