Google Cloud Billing Budgets V1 Client - Class CreateBudgetRequest (1.4.3)

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 \ V1

Methods

__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 billingAccounts/{billingAccountId}.

↳ budget Google\Cloud\Billing\Budgets\V1\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\V1\Budget|null

hasBudget

clearBudget

setBudget

Required. Budget to create.

Parameter
Name Description
var Google\Cloud\Billing\Budgets\V1\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 billingAccounts/{billingAccountId}. Please see Google\Cloud\Billing\Budgets\V1\BudgetServiceClient::billingAccountName() for help formatting this field.

budget Google\Cloud\Billing\Budgets\V1\Budget

Required. Budget to create.

Returns
Type Description
Google\Cloud\Billing\Budgets\V1\CreateBudgetRequest