Reference documentation and code samples for the Billing V1 API class Google::Cloud::Billing::V1::UpdateBillingAccountRequest.
Request message for UpdateBillingAccount.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#account
def account() -> ::Google::Cloud::Billing::V1::BillingAccount
    Returns
    
  - (::Google::Cloud::Billing::V1::BillingAccount) — Required. The billing account resource to replace the resource on the server.
 
#account=
def account=(value) -> ::Google::Cloud::Billing::V1::BillingAccount
    Parameter
    
  - value (::Google::Cloud::Billing::V1::BillingAccount) — Required. The billing account resource to replace the resource on the server.
 
    Returns
    
  - (::Google::Cloud::Billing::V1::BillingAccount) — Required. The billing account resource to replace the resource on the server.
 
#name
def name() -> ::String
    Returns
    
  - (::String) — Required. The name of the billing account resource to be updated.
 
#name=
def name=(value) -> ::String
    Parameter
    
  - value (::String) — Required. The name of the billing account resource to be updated.
 
    Returns
    
  - (::String) — Required. The name of the billing account resource to be updated.
 
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
    Returns
    
  - (::Google::Protobuf::FieldMask) — The update mask applied to the resource. Only "display_name" is currently supported.
 
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
    Parameter
    
  - value (::Google::Protobuf::FieldMask) — The update mask applied to the resource. Only "display_name" is currently supported.
 
    Returns
    
- (::Google::Protobuf::FieldMask) — The update mask applied to the resource. Only "display_name" is currently supported.