Module: Google::Ads::GoogleAds::V8::Services::CarrierConstantService::Paths

Extended by:
Paths
Included in:
Client, Paths
Defined in:
lib/google/ads/google_ads/v8/services/carrier_constant_service/paths.rb

Overview

Path helper methods for the CarrierConstantService API.

Instance Method Summary collapse

Instance Method Details

#carrier_constant_path(criterion_id:) ⇒ ::String

Create a fully-qualified CarrierConstant resource string.

The resource will be in the following format:

‘carrierConstants/criterion_id`

Parameters:

  • criterion_id (String)

Returns:

  • (::String)


38
39
40
# 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