Reference documentation and code samples for the Billing Budgets V1beta1 API class Google::Cloud::Billing::Budgets::V1beta1::CreateBudgetRequest.
Request for CreateBudget
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#budget
def budget() -> ::Google::Cloud::Billing::Budgets::V1beta1::Budget
Returns
- (::Google::Cloud::Billing::Budgets::V1beta1::Budget) — Required. Budget to create.
#budget=
def budget=(value) -> ::Google::Cloud::Billing::Budgets::V1beta1::Budget
Parameter
- value (::Google::Cloud::Billing::Budgets::V1beta1::Budget) — Required. Budget to create.
Returns
- (::Google::Cloud::Billing::Budgets::V1beta1::Budget) — Required. Budget to create.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The name of the billing account to create the budget in. Values
are of the form
billingAccounts/{billingAccountId}
.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The name of the billing account to create the budget in. Values
are of the form
billingAccounts/{billingAccountId}
.
Returns
-
(::String) — Required. The name of the billing account to create the budget in. Values
are of the form
billingAccounts/{billingAccountId}
.