Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/Resource/
H A DProjectsLocationsJobs.php20 use Google\Service\CloudRun\GoogleCloudRunV2Job; alias
44 * @param GoogleCloudRunV2Job $postBody
54 public function create($parent, GoogleCloudRunV2Job $postBody, $optParams = [])
89 * @return GoogleCloudRunV2Job
95 return $this->call('get', [$params], GoogleCloudRunV2Job::class);
151 * @param GoogleCloudRunV2Job $postBody
163 public function patch($name, GoogleCloudRunV2Job $postBody, $optParams = [])
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DGoogleCloudRunV2ListJobsResponse.php23 protected $jobsType = GoogleCloudRunV2Job::class;
31 * @param GoogleCloudRunV2Job[]
38 * @return GoogleCloudRunV2Job[]
H A DGoogleCloudRunV2Job.php20 class GoogleCloudRunV2Job extends \Google\Collection class
447 class_alias(GoogleCloudRunV2Job::class, 'Google_Service_CloudRun_GoogleCloudRunV2Job');