Class: Google::Cloud::Billing::Budgets::V1::UpdateBudgetRequest

Inherits:
Object
  • Object
show all
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

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.

Returns:



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.

Returns:



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