Class: Google::Cloud::Billing::V1::UpdateBillingAccountRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Billing::V1::UpdateBillingAccountRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/billing/v1/cloud_billing.rb
Overview
Request message for UpdateBillingAccount
.
Instance Attribute Summary collapse
-
#account ⇒ ::Google::Cloud::Billing::V1::BillingAccount
Required.
-
#name ⇒ ::String
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
The update mask applied to the resource.
Instance Attribute Details
#account ⇒ ::Google::Cloud::Billing::V1::BillingAccount
Returns Required. The billing account resource to replace the resource on the server.
180 181 182 183 |
# File 'proto_docs/google/cloud/billing/v1/cloud_billing.rb', line 180 class UpdateBillingAccountRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The name of the billing account resource to be updated.
180 181 182 183 |
# File 'proto_docs/google/cloud/billing/v1/cloud_billing.rb', line 180 class UpdateBillingAccountRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns The update mask applied to the resource. Only "display_name" is currently supported.
180 181 182 183 |
# File 'proto_docs/google/cloud/billing/v1/cloud_billing.rb', line 180 class UpdateBillingAccountRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |