# frozen_string_literal: true # Copyright 2021 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # Auto-generated by gapic-generator-ruby. DO NOT EDIT! module Google module Ads module GoogleAds module V8 module Services module ChangeStatusService # Path helper methods for the ChangeStatusService API. module Paths ## # Create a fully-qualified AdGroup resource string. # # The resource will be in the following format: # # `customers/{customer_id}/adGroups/{ad_group_id}` # # @param customer_id [String] # @param ad_group_id [String] # # @return [::String] def ad_group_path customer_id:, ad_group_id: raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/" "customers/#{customer_id}/adGroups/#{ad_group_id}" end ## # Create a fully-qualified AdGroupAd resource string. # # The resource will be in the following format: # # `customers/{customer_id}/adGroupAds/{ad_group_id}~{ad_id}` # # @param customer_id [String] # @param ad_group_id [String] # @param ad_id [String] # # @return [::String] def ad_group_ad_path customer_id:, ad_group_id:, ad_id: raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/" raise ::ArgumentError, "ad_group_id cannot contain /" if ad_group_id.to_s.include? "/" "customers/#{customer_id}/adGroupAds/#{ad_group_id}~#{ad_id}" end ## # Create a fully-qualified AdGroupAsset resource string. # # The resource will be in the following format: # # `customers/{customer_id}/adGroupAssets/{ad_group_id}~{asset_id}~{field_type}` # # @param customer_id [String] # @param ad_group_id [String] # @param asset_id [String] # @param field_type [String] # # @return [::String] def ad_group_asset_path customer_id:, ad_group_id:, asset_id:, field_type: raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/" raise ::ArgumentError, "ad_group_id cannot contain /" if ad_group_id.to_s.include? "/" raise ::ArgumentError, "asset_id cannot contain /" if asset_id.to_s.include? "/" "customers/#{customer_id}/adGroupAssets/#{ad_group_id}~#{asset_id}~#{field_type}" end ## # Create a fully-qualified AdGroupBidModifier resource string. # # The resource will be in the following format: # # `customers/{customer_id}/adGroupBidModifiers/{ad_group_id}~{criterion_id}` # # @param customer_id [String] # @param ad_group_id [String] # @param criterion_id [String] # # @return [::String] def ad_group_bid_modifier_path customer_id:, ad_group_id:, criterion_id: raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/" raise ::ArgumentError, "ad_group_id cannot contain /" if ad_group_id.to_s.include? "/" "customers/#{customer_id}/adGroupBidModifiers/#{ad_group_id}~#{criterion_id}" end ## # Create a fully-qualified AdGroupCriterion resource string. # # The resource will be in the following format: # # `customers/{customer_id}/adGroupCriteria/{ad_group_id}~{criterion_id}` # # @param customer_id [String] # @param ad_group_id [String] # @param criterion_id [String] # # @return [::String] def ad_group_criterion_path customer_id:, ad_group_id:, criterion_id: raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/" raise ::ArgumentError, "ad_group_id cannot contain /" if ad_group_id.to_s.include? "/" "customers/#{customer_id}/adGroupCriteria/#{ad_group_id}~#{criterion_id}" end ## # Create a fully-qualified AdGroupFeed resource string. # # The resource will be in the following format: # # `customers/{customer_id}/adGroupFeeds/{ad_group_id}~{feed_id}` # # @param customer_id [String] # @param ad_group_id [String] # @param feed_id [String] # # @return [::String] def ad_group_feed_path customer_id:, ad_group_id:, feed_id: raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/" raise ::ArgumentError, "ad_group_id cannot contain /" if ad_group_id.to_s.include? "/" "customers/#{customer_id}/adGroupFeeds/#{ad_group_id}~#{feed_id}" end ## # Create a fully-qualified Asset resource string. # # The resource will be in the following format: # # `customers/{customer_id}/assets/{asset_id}` # # @param customer_id [String] # @param asset_id [String] # # @return [::String] def asset_path customer_id:, asset_id: raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/" "customers/#{customer_id}/assets/#{asset_id}" end ## # Create a fully-qualified Campaign resource string. # # The resource will be in the following format: # # `customers/{customer_id}/campaigns/{campaign_id}` # # @param customer_id [String] # @param campaign_id [String] # # @return [::String] def campaign_path customer_id:, campaign_id: raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/" "customers/#{customer_id}/campaigns/#{campaign_id}" end ## # Create a fully-qualified CampaignAsset resource string. # # The resource will be in the following format: # # `customers/{customer_id}/campaignAssets/{campaign_id}~{asset_id}~{field_type}` # # @param customer_id [String] # @param campaign_id [String] # @param asset_id [String] # @param field_type [String] # # @return [::String] def campaign_asset_path customer_id:, campaign_id:, asset_id:, field_type: raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/" raise ::ArgumentError, "campaign_id cannot contain /" if campaign_id.to_s.include? "/" raise ::ArgumentError, "asset_id cannot contain /" if asset_id.to_s.include? "/" "customers/#{customer_id}/campaignAssets/#{campaign_id}~#{asset_id}~#{field_type}" end ## # Create a fully-qualified CampaignCriterion resource string. # # The resource will be in the following format: # # `customers/{customer_id}/campaignCriteria/{campaign_id}~{criterion_id}` # # @param customer_id [String] # @param campaign_id [String] # @param criterion_id [String] # # @return [::String] def campaign_criterion_path customer_id:, campaign_id:, criterion_id: raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/" raise ::ArgumentError, "campaign_id cannot contain /" if campaign_id.to_s.include? "/" "customers/#{customer_id}/campaignCriteria/#{campaign_id}~#{criterion_id}" end ## # Create a fully-qualified CampaignFeed resource string. # # The resource will be in the following format: # # `customers/{customer_id}/campaignFeeds/{campaign_id}~{feed_id}` # # @param customer_id [String] # @param campaign_id [String] # @param feed_id [String] # # @return [::String] def campaign_feed_path customer_id:, campaign_id:, feed_id: raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/" raise ::ArgumentError, "campaign_id cannot contain /" if campaign_id.to_s.include? "/" "customers/#{customer_id}/campaignFeeds/#{campaign_id}~#{feed_id}" end ## # Create a fully-qualified CampaignSharedSet resource string. # # The resource will be in the following format: # # `customers/{customer_id}/campaignSharedSets/{campaign_id}~{shared_set_id}` # # @param customer_id [String] # @param campaign_id [String] # @param shared_set_id [String] # # @return [::String] def campaign_shared_set_path customer_id:, campaign_id:, shared_set_id: raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/" raise ::ArgumentError, "campaign_id cannot contain /" if campaign_id.to_s.include? "/" "customers/#{customer_id}/campaignSharedSets/#{campaign_id}~#{shared_set_id}" end ## # Create a fully-qualified ChangeStatus resource string. # # The resource will be in the following format: # # `customers/{customer_id}/changeStatus/{change_status_id}` # # @param customer_id [String] # @param change_status_id [String] # # @return [::String] def change_status_path customer_id:, change_status_id: raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/" "customers/#{customer_id}/changeStatus/#{change_status_id}" end ## # Create a fully-qualified CustomerAsset resource string. # # The resource will be in the following format: # # `customers/{customer_id}/customerAssets/{asset_id}~{field_type}` # # @param customer_id [String] # @param asset_id [String] # @param field_type [String] # # @return [::String] def customer_asset_path customer_id:, asset_id:, field_type: raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/" raise ::ArgumentError, "asset_id cannot contain /" if asset_id.to_s.include? "/" "customers/#{customer_id}/customerAssets/#{asset_id}~#{field_type}" end ## # Create a fully-qualified Feed resource string. # # The resource will be in the following format: # # `customers/{customer_id}/feeds/{feed_id}` # # @param customer_id [String] # @param feed_id [String] # # @return [::String] def feed_path customer_id:, feed_id: raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/" "customers/#{customer_id}/feeds/#{feed_id}" end ## # Create a fully-qualified FeedItem resource string. # # The resource will be in the following format: # # `customers/{customer_id}/feedItems/{feed_id}~{feed_item_id}` # # @param customer_id [String] # @param feed_id [String] # @param feed_item_id [String] # # @return [::String] def feed_item_path customer_id:, feed_id:, feed_item_id: raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/" raise ::ArgumentError, "feed_id cannot contain /" if feed_id.to_s.include? "/" "customers/#{customer_id}/feedItems/#{feed_id}~#{feed_item_id}" end ## # Create a fully-qualified SharedSet resource string. # # The resource will be in the following format: # # `customers/{customer_id}/sharedSets/{shared_set_id}` # # @param customer_id [String] # @param shared_set_id [String] # # @return [::String] def shared_set_path customer_id:, shared_set_id: raise ::ArgumentError, "customer_id cannot contain /" if customer_id.to_s.include? "/" "customers/#{customer_id}/sharedSets/#{shared_set_id}" end extend self end end end end end end end