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.
Included In
Methods
#billing_account_path
def billing_account_path(billing_account:) -> ::StringCreate a fully-qualified BillingAccount resource string.
The resource will be in the following format:
billingAccounts/{billing_account}
- billing_account (String)
- (::String)
#offer_path
def offer_path(service:, offer:) -> ::String
def offer_path(consumer_billing_account:, offer:) -> ::StringCreate a fully-qualified Offer resource string.
def offer_path(service:, offer:) -> ::String
services/{service}/standardOffers/{offer}
- service (String)
- offer (String)
def offer_path(consumer_billing_account:, offer:) -> ::String
billingAccounts/{consumer_billing_account}/offers/{offer}
- consumer_billing_account (String)
- offer (String)
- (::String)
- (::ArgumentError)