# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/ads/google_ads/v0/services/keyword_plan_negative_keyword_service.proto require 'google/protobuf' require 'google/ads/google_ads/v0/resources/keyword_plan_negative_keyword_pb' require 'google/api/annotations_pb' require 'google/protobuf/field_mask_pb' Google::Protobuf::DescriptorPool.generated_pool.build do add_message "google.ads.googleads.v0.services.GetKeywordPlanNegativeKeywordRequest" do optional :resource_name, :string, 1 end add_message "google.ads.googleads.v0.services.MutateKeywordPlanNegativeKeywordsRequest" do optional :customer_id, :string, 1 repeated :operations, :message, 2, "google.ads.googleads.v0.services.KeywordPlanNegativeKeywordOperation" end add_message "google.ads.googleads.v0.services.KeywordPlanNegativeKeywordOperation" do optional :update_mask, :message, 4, "google.protobuf.FieldMask" oneof :operation do optional :create, :message, 1, "google.ads.googleads.v0.resources.KeywordPlanNegativeKeyword" optional :update, :message, 2, "google.ads.googleads.v0.resources.KeywordPlanNegativeKeyword" optional :remove, :string, 3 end end add_message "google.ads.googleads.v0.services.MutateKeywordPlanNegativeKeywordsResponse" do repeated :results, :message, 2, "google.ads.googleads.v0.services.MutateKeywordPlanNegativeKeywordResult" end add_message "google.ads.googleads.v0.services.MutateKeywordPlanNegativeKeywordResult" do optional :resource_name, :string, 1 end end module Google module Ads module GoogleAds module V0 module Services GetKeywordPlanNegativeKeywordRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v0.services.GetKeywordPlanNegativeKeywordRequest").msgclass MutateKeywordPlanNegativeKeywordsRequest = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v0.services.MutateKeywordPlanNegativeKeywordsRequest").msgclass KeywordPlanNegativeKeywordOperation = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v0.services.KeywordPlanNegativeKeywordOperation").msgclass MutateKeywordPlanNegativeKeywordsResponse = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v0.services.MutateKeywordPlanNegativeKeywordsResponse").msgclass MutateKeywordPlanNegativeKeywordResult = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v0.services.MutateKeywordPlanNegativeKeywordResult").msgclass end end end end end