Reference documentation and code samples for the Google Cloud Billing Budgets V1 Client class DeleteBudgetRequest.
Request for DeleteBudget
Generated from protobuf message google.cloud.billing.budgets.v1.DeleteBudgetRequest
Namespace
Google \ Cloud \ Billing \ Budgets \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. Name of the budget to delete. Values are of the form |
getName
Required. Name of the budget to delete. Values are of the form
billingAccounts/{billingAccountId}/budgets/{budgetId}.
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. Name of the budget to delete. Values are of the form
billingAccounts/{billingAccountId}/budgets/{budgetId}.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
name |
string
Required. Name of the budget to delete. Values are of the form
|
| Returns | |
|---|---|
| Type | Description |
Google\Cloud\Billing\Budgets\V1\DeleteBudgetRequest |
|