Sha256: 5ef66f9ba87d1ac8bb9f1e4b9e20d6c6cd20e6d596d09d96ff63a84df7617ea7
Contents?: true
Size: 882 Bytes
Versions: 8
Compression:
Stored size: 882 Bytes
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/ads/googleads/v5/common/value.proto require 'google/protobuf' require 'google/api/annotations_pb' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/ads/googleads/v5/common/value.proto", :syntax => :proto3) do add_message "google.ads.googleads.v5.common.Value" do oneof :value do optional :boolean_value, :bool, 1 optional :int64_value, :int64, 2 optional :float_value, :float, 3 optional :double_value, :double, 4 optional :string_value, :string, 5 end end end end module Google module Ads module GoogleAds module V5 module Common Value = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.ads.googleads.v5.common.Value").msgclass end end end end end
Version data entries
8 entries across 8 versions & 1 rubygems