Home
last modified time | relevance | path

Searched refs:Commitment (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/Resource/
H A DRegionCommitments.php20 use Google\Service\Compute\Commitment; alias
104 * @return Commitment
110 return $this->call('get', [$params], Commitment::class);
118 * @param Commitment $postBody
133 public function insert($project, $region, Commitment $postBody, $optParams = [])
204 * @param Commitment $postBody
222 public function update($project, $region, $commitment, Commitment $postBody, $optParams = [])
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DCommitmentsScopedList.php23 protected $commitmentsType = Commitment::class;
29 * @param Commitment[]
36 * @return Commitment[]
H A DCommitmentList.php27 protected $itemsType = Commitment::class;
59 * @param Commitment[]
66 * @return Commitment[]
H A DCommitment.php20 class Commitment extends \Google\Collection class
345 class_alias(Commitment::class, 'Google_Service_Compute_Commitment');