Google Cloud Billing Budgets V1beta1 Client - Class DeleteBudgetRequest (1.3.1)

Reference documentation and code samples for the Google Cloud Billing Budgets V1beta1 Client class DeleteBudgetRequest.

Request for DeleteBudget

Generated from protobuf message google.cloud.billing.budgets.v1beta1.DeleteBudgetRequest

Namespace

Google \ Cloud \ Billing \ Budgets \ V1beta1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Required. Name of the budget to delete. Values are of the form billingAccounts/{billingAccountId}/budgets/{budgetId}.

getName

Required. Name of the budget to delete. Values are of the form billingAccounts/{billingAccountId}/budgets/{budgetId}.

Returns
TypeDescription
string

setName

Required. Name of the budget to delete. Values are of the form billingAccounts/{billingAccountId}/budgets/{budgetId}.

Parameter
NameDescription
var string
Returns
TypeDescription
$this