Sha256: 5d20a851aa145f48747a1e899b45a92c0065a5883653a14d2dc7d1c28283b2a6
Contents?: true
Size: 1.66 KB
Versions: 7
Compression:
Stored size: 1.66 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/cloud/retail/v2/common.proto require 'google/protobuf' require 'google/api/annotations_pb' require 'google/api/field_behavior_pb' require 'google/protobuf/timestamp_pb' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/cloud/retail/v2/common.proto", :syntax => :proto3) do add_message "google.cloud.retail.v2.CustomAttribute" do repeated :text, :string, 1 repeated :numbers, :double, 2 end add_message "google.cloud.retail.v2.Image" do optional :uri, :string, 1 optional :height, :int32, 2 optional :width, :int32, 3 end add_message "google.cloud.retail.v2.PriceInfo" do optional :currency_code, :string, 1 optional :price, :float, 2 optional :original_price, :float, 3 optional :cost, :float, 4 end add_message "google.cloud.retail.v2.UserInfo" do optional :user_id, :string, 1 optional :ip_address, :string, 2 optional :user_agent, :string, 3 optional :direct_user_request, :bool, 4 end end end module Google module Cloud module Retail module V2 CustomAttribute = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.retail.v2.CustomAttribute").msgclass Image = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.retail.v2.Image").msgclass PriceInfo = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.retail.v2.PriceInfo").msgclass UserInfo = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.retail.v2.UserInfo").msgclass end end end end
Version data entries
7 entries across 7 versions & 1 rubygems