Reference documentation and code samples for the Google Cloud Billing Budgets V1 Client class CreateBudgetRequest.
Request for CreateBudget
Generated from protobuf message google.cloud.billing.budgets.v1.CreateBudgetRequest
Namespace
Google \ Cloud \ Billing \ Budgets \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The name of the billing account to create the budget in. Values are of the form |
↳ budget |
Budget
Required. Budget to create. |
getParent
Required. The name of the billing account to create the budget in. Values
are of the form billingAccounts/{billingAccountId}.
| Returns | |
|---|---|
| Type | Description |
string |
|
setParent
Required. The name of the billing account to create the budget in. Values
are of the form billingAccounts/{billingAccountId}.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getBudget
Required. Budget to create.
| Returns | |
|---|---|
| Type | Description |
Budget|null |
|
hasBudget
clearBudget
setBudget
Required. Budget to create.
| Parameter | |
|---|---|
| Name | Description |
var |
Budget
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameters | |
|---|---|
| Name | Description |
parent |
string
Required. The name of the billing account to create the budget in. Values
are of the form |
budget |
Budget
Required. Budget to create. |
| Returns | |
|---|---|
| Type | Description |
CreateBudgetRequest |
|