Reference documentation and code samples for the Google Cloud Billing Budgets V1beta1 Client class CreateBudgetRequest.
Request for CreateBudget
Generated from protobuf message google.cloud.billing.budgets.v1beta1.CreateBudgetRequest
Namespace
Google \ Cloud \ Billing \ Budgets \ V1beta1Methods
__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 |
Google\Cloud\Billing\Budgets\V1beta1\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 |
Google\Cloud\Billing\Budgets\V1beta1\Budget|null |
hasBudget
clearBudget
setBudget
Required. Budget to create.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\Billing\Budgets\V1beta1\Budget
|
Returns | |
---|---|
Type | Description |
$this |