module Google::Ads::GoogleAds::V7::Services::TopicConstantService::Paths

Path helper methods for the TopicConstantService API.

Public Instance Methods

topic_constant_path(topic_id: "topicConstants/ click to toggle source

Create a fully-qualified TopicConstant resource string.

The resource will be in the following format:

`topicConstants/{topic_id}`

@param topic_id [String]

@return [::String]

# File lib/google/ads/google_ads/v7/services/topic_constant_service/paths.rb, line 38
def topic_constant_path topic_id:
  "topicConstants/#{topic_id}"
end