Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudFunctions/Resource/
H A DProjectsLocationsFunctions.php22 use Google\Service\CloudFunctions\CloudFunction; alias
69 * @param CloudFunction $postBody
73 public function create($location, CloudFunction $postBody, $optParams = [])
151 * @return CloudFunction
157 return $this->call('get', [$params], CloudFunction::class);
218 * @param CloudFunction $postBody
225 public function patch($name, CloudFunction $postBody, $optParams = [])
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudFunctions/
H A DListFunctionsResponse.php23 protected $functionsType = CloudFunction::class;
35 * @param CloudFunction[]
42 * @return CloudFunction[]
H A DCloudFunction.php20 class CloudFunction extends \Google\Collection class
611 class_alias(CloudFunction::class, 'Google_Service_CloudFunctions_CloudFunction');