Class: Google::Cloud::Billing::V1::UpdateBillingAccountRequest

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

Instance Attribute Details

#account::Google::Cloud::Billing::V1::BillingAccount

Returns Required. The billing account resource to replace the resource on the server.

Returns:



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.

Returns:

  • (::String)

    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.

Returns:



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