Sha256: 12a71a16a7cc687dd913723b6ab5437a6337273b04a1de9416ed37d843825d57
Contents?: true
Size: 1.19 KB
Versions: 6
Compression:
Stored size: 1.19 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/ads/googleads/v7/resources/conversion_custom_variable.proto require 'google/protobuf' require 'google/ads/google_ads/v7/enums/conversion_custom_variable_status_pb' require 'google/api/field_behavior_pb' require 'google/api/resource_pb' require 'google/api/annotations_pb' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/ads/googleads/v7/resources/conversion_custom_variable.proto", :syntax => :proto3) do add_message "google.ads.googleads.v7.resources.ConversionCustomVariable" do optional :resource_name, :string, 1 optional :id, :int64, 2 optional :name, :string, 3 optional :tag, :string, 4 optional :status, :enum, 5, "google.ads.googleads.v7.enums.ConversionCustomVariableStatusEnum.ConversionCustomVariableStatus" optional :owner_customer, :string, 6 end end end module Google module Ads module GoogleAds module V7 module Resources ConversionCustomVariable = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v7.resources.ConversionCustomVariable").msgclass end end end end end
Version data entries
6 entries across 6 versions & 1 rubygems