Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBillingBudget/Resource/
H A DBillingAccountsBudgets.php20 use Google\Service\CloudBillingBudget\GoogleCloudBillingBudgetsV1Budget; alias
41 * @param GoogleCloudBillingBudgetsV1Budget $postBody
43 * @return GoogleCloudBillingBudgetsV1Budget
45 public function create($parent, GoogleCloudBillingBudgetsV1Budget $postBody, $optParams = [])
49 return $this->call('create', [$params], GoogleCloudBillingBudgetsV1Budget::class);
74 * @return GoogleCloudBillingBudgetsV1Budget
80 return $this->call('get', [$params], GoogleCloudBillingBudgetsV1Budget::class);
115 * @param GoogleCloudBillingBudgetsV1Budget $postBody
123 * @return GoogleCloudBillingBudgetsV1Budget
125 public function patch($name, GoogleCloudBillingBudgetsV1Budget $postBody, $optParams = [])
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBillingBudget/
H A DGoogleCloudBillingBudgetsV1ListBudgetsResponse.php23 protected $budgetsType = GoogleCloudBillingBudgetsV1Budget::class;
31 * @param GoogleCloudBillingBudgetsV1Budget[]
38 * @return GoogleCloudBillingBudgetsV1Budget[]
H A DGoogleCloudBillingBudgetsV1Budget.php20 class GoogleCloudBillingBudgetsV1Budget extends \Google\Collection class
145 class_alias(GoogleCloudBillingBudgetsV1Budget::class, 'Google_Service_CloudBillingBudget_GoogleClou…