Reference documentation and code samples for the Cloud Commerce Producer V1BETA API module Google::Cloud::CommerceProducer::V1beta::CommerceTransaction::Paths.
Path helper methods for the CommerceTransaction 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)
#location_path
def location_path(project:, location:) -> ::StringCreate a fully-qualified Location resource string.
The resource will be in the following format:
projects/{project}/locations/{location}
- project (String)
- location (String)
- (::String)
- (::ArgumentError)
#private_offer_document_path
def private_offer_document_path(project:, location:, private_offer:, document:) -> ::StringCreate a fully-qualified PrivateOfferDocument resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/privateOffers/{private_offer}/documents/{document}
- project (String)
- location (String)
- private_offer (String)
- document (String)
- (::String)
- (::ArgumentError)
#private_offer_path
def private_offer_path(project:, location:, private_offer:) -> ::StringCreate a fully-qualified PrivateOffer resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/privateOffers/{private_offer}
- project (String)
- location (String)
- private_offer (String)
- (::String)
- (::ArgumentError)
#service_path
def service_path(project:, location:, service:) -> ::StringCreate a fully-qualified Service resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/services/{service}
- project (String)
- location (String)
- service (String)
- (::String)
- (::ArgumentError)
#sku_group_path
def sku_group_path(project:, location:, sku_group:) -> ::StringCreate a fully-qualified SkuGroup resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/skuGroups/{sku_group}
- project (String)
- location (String)
- sku_group (String)
- (::String)
- (::ArgumentError)
#sku_path
def sku_path(project:, location:, service:, sku:) -> ::StringCreate a fully-qualified Sku resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/services/{service}/skus/{sku}
- project (String)
- location (String)
- service (String)
- sku (String)
- (::String)
- (::ArgumentError)
#standard_offer_path
def standard_offer_path(project:, location:, service:, standard_offer:) -> ::StringCreate a fully-qualified StandardOffer resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/services/{service}/standardOffers/{standard_offer}
- project (String)
- location (String)
- service (String)
- standard_offer (String)
- (::String)
- (::ArgumentError)