module Google::Ads::GoogleAds::V8::Services::LanguageConstantService::Paths

Path helper methods for the LanguageConstantService API.

Public Instance Methods

language_constant_path(criterion_id: "languageConstants/ click to toggle source

Create a fully-qualified LanguageConstant resource string.

The resource will be in the following format:

`languageConstants/{criterion_id}`

@param criterion_id [String]

@return [::String]

# File lib/google/ads/google_ads/v8/services/language_constant_service/paths.rb, line 38
def language_constant_path criterion_id:
  "languageConstants/#{criterion_id}"
end