module Google::Ads::GoogleAds::V8::Services::CarrierConstantService::Paths
Path helper methods for the CarrierConstantService
API.
Public Instance Methods
carrier_constant_path(criterion_id: "carrierConstants/
click to toggle source
Create a fully-qualified CarrierConstant resource string.
The resource will be in the following format:
`carrierConstants/{criterion_id}`
@param criterion_id [String]
@return [::String]
# File lib/google/ads/google_ads/v8/services/carrier_constant_service/paths.rb, line 38 def carrier_constant_path criterion_id: "carrierConstants/#{criterion_id}" end