Reference documentation and code samples for the Cloud Commerce Consumer Procurement V1 API module Google::Cloud::Commerce::Consumer::Procurement::V1::ConsumerProcurementService::Paths.
Path helper methods for the ConsumerProcurementService API.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[],null,["# Cloud Commerce Consumer Procurement V1 API - Module Google::Cloud::Commerce::Consumer::Procurement::V1::ConsumerProcurementService::Paths (v1.4.1)\n\nVersion latestkeyboard_arrow_down\n\n- [1.4.1 (latest)](/ruby/docs/reference/google-cloud-commerce-consumer-procurement-v1/latest/Google-Cloud-Commerce-Consumer-Procurement-V1-ConsumerProcurementService-Paths)\n- [1.4.0](/ruby/docs/reference/google-cloud-commerce-consumer-procurement-v1/1.4.0/Google-Cloud-Commerce-Consumer-Procurement-V1-ConsumerProcurementService-Paths)\n- [1.3.1](/ruby/docs/reference/google-cloud-commerce-consumer-procurement-v1/1.3.1/Google-Cloud-Commerce-Consumer-Procurement-V1-ConsumerProcurementService-Paths)\n- [1.2.0](/ruby/docs/reference/google-cloud-commerce-consumer-procurement-v1/1.2.0/Google-Cloud-Commerce-Consumer-Procurement-V1-ConsumerProcurementService-Paths)\n- [1.1.0](/ruby/docs/reference/google-cloud-commerce-consumer-procurement-v1/1.1.0/Google-Cloud-Commerce-Consumer-Procurement-V1-ConsumerProcurementService-Paths)\n- [1.0.2](/ruby/docs/reference/google-cloud-commerce-consumer-procurement-v1/1.0.2/Google-Cloud-Commerce-Consumer-Procurement-V1-ConsumerProcurementService-Paths)\n- [0.4.0](/ruby/docs/reference/google-cloud-commerce-consumer-procurement-v1/0.4.0/Google-Cloud-Commerce-Consumer-Procurement-V1-ConsumerProcurementService-Paths)\n- [0.3.2](/ruby/docs/reference/google-cloud-commerce-consumer-procurement-v1/0.3.2/Google-Cloud-Commerce-Consumer-Procurement-V1-ConsumerProcurementService-Paths)\n- [0.2.0](/ruby/docs/reference/google-cloud-commerce-consumer-procurement-v1/0.2.0/Google-Cloud-Commerce-Consumer-Procurement-V1-ConsumerProcurementService-Paths)\n- [0.1.0](/ruby/docs/reference/google-cloud-commerce-consumer-procurement-v1/0.1.0/Google-Cloud-Commerce-Consumer-Procurement-V1-ConsumerProcurementService-Paths) \nReference documentation and code samples for the Cloud Commerce Consumer Procurement V1 API module Google::Cloud::Commerce::Consumer::Procurement::V1::ConsumerProcurementService::Paths.\n\nPath helper methods for the ConsumerProcurementService API. \n\nExtended By\n-----------\n\n- [Google::Cloud::Commerce::Consumer::Procurement::V1::ConsumerProcurementService::Paths](./Google-Cloud-Commerce-Consumer-Procurement-V1-ConsumerProcurementService-Paths)\n\nMethods\n-------\n\n### #billing_account_path\n\n def billing_account_path(billing_account:) -\u003e ::String\n\nCreate a fully-qualified BillingAccount resource string.\n\n\nThe resource will be in the following format:\n\n\u003cbr /\u003e\n\n`billingAccounts/{billing_account}` \n**Parameter**\n\n- **billing_account** (String) \n**Returns**\n\n- (::String)\n\n### #offer_path\n\n def offer_path(service:, offer:) -\u003e ::String\n def offer_path(consumer_billing_account:, offer:) -\u003e ::String\n\nCreate a fully-qualified Offer resource string. \n**Overloads** \n\n def offer_path(service:, offer:) -\u003e ::String\n\nThe resource will be in the following format:\n\n\n`services/{service}/standardOffers/{offer}` \n**Parameters**\n\n- **service** (String)\n- **offer** (String) \n\n def offer_path(consumer_billing_account:, offer:) -\u003e ::String\n\nThe resource will be in the following format:\n\n\n`billingAccounts/{consumer_billing_account}/offers/{offer}` \n**Parameters**\n\n- **consumer_billing_account** (String)\n- **offer** (String) \n**Returns**\n\n- (::String) \n**Raises**\n\n- (::ArgumentError)"]]