Billing V1 API - Class Google::Cloud::Billing::V1::UpdateProjectBillingInfoRequest (v0.13.2)

Reference documentation and code samples for the Billing V1 API class Google::Cloud::Billing::V1::UpdateProjectBillingInfoRequest.

Request message for UpdateProjectBillingInfo.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#name

def name() -> ::String
Returns
  • (::String) — Required. The resource name of the project associated with the billing information that you want to update. For example, projects/tokyo-rain-123.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Required. The resource name of the project associated with the billing information that you want to update. For example, projects/tokyo-rain-123.
Returns
  • (::String) — Required. The resource name of the project associated with the billing information that you want to update. For example, projects/tokyo-rain-123.

#project_billing_info

def project_billing_info() -> ::Google::Cloud::Billing::V1::ProjectBillingInfo
Returns

#project_billing_info=

def project_billing_info=(value) -> ::Google::Cloud::Billing::V1::ProjectBillingInfo
Parameter
Returns