Class: Google::Cloud::Billing::Budgets::V1::UpdateBudgetRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Billing::Budgets::V1::UpdateBudgetRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/billing/budgets/v1/budget_service.rb
Overview
Request for UpdateBudget
Instance Attribute Summary collapse
-
#budget ⇒ ::Google::Cloud::Billing::Budgets::V1::Budget
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Optional.
Instance Attribute Details
#budget ⇒ ::Google::Cloud::Billing::Budgets::V1::Budget
Returns Required. The updated budget object. The budget to update is specified by the budget name in the budget.
51 52 53 54 |
# File 'proto_docs/google/cloud/billing/budgets/v1/budget_service.rb', line 51 class UpdateBudgetRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Optional. Indicates which fields in the provided budget to update.
Read-only fields (such as name
) cannot be changed. If this is not
provided, then only fields with non-default values from the request are
updated. See
https://developers.google.com/protocol-buffers/docs/proto3#default for more
details about default values.
51 52 53 54 |
# File 'proto_docs/google/cloud/billing/budgets/v1/budget_service.rb', line 51 class UpdateBudgetRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |