Class: Google::Cloud::Billing::V1::UpdateProjectBillingInfoRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Billing::V1::UpdateProjectBillingInfoRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/billing/v1/cloud_billing.rb
Overview
Request message for UpdateProjectBillingInfo
.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
-
#project_billing_info ⇒ ::Google::Cloud::Billing::V1::ProjectBillingInfo
The new billing information for the project.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The resource name of the project associated with the billing
information that you want to update. For example,
projects/tokyo-rain-123
.
241 242 243 244 |
# File 'proto_docs/google/cloud/billing/v1/cloud_billing.rb', line 241 class UpdateProjectBillingInfoRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project_billing_info ⇒ ::Google::Cloud::Billing::V1::ProjectBillingInfo
Returns The new billing information for the project. Output-only fields are
ignored; thus, you can leave empty all fields except
billing_account_name
.
241 242 243 244 |
# File 'proto_docs/google/cloud/billing/v1/cloud_billing.rb', line 241 class UpdateProjectBillingInfoRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |