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
- (::Google::Cloud::Billing::V1::ProjectBillingInfo) — The new billing information for the project. Output-only fields are ignored; thus, you can leave empty all fields except
billing_account_name.
#project_billing_info=
def project_billing_info=(value) -> ::Google::Cloud::Billing::V1::ProjectBillingInfo Parameter
- value (::Google::Cloud::Billing::V1::ProjectBillingInfo) — The new billing information for the project. Output-only fields are ignored; thus, you can leave empty all fields except
billing_account_name.
Returns
- (::Google::Cloud::Billing::V1::ProjectBillingInfo) — The new billing information for the project. Output-only fields are ignored; thus, you can leave empty all fields except
billing_account_name.