Sha256: ee8986af6ebf40fe03d0b3f7b792d685905c6591393a5bde967aace094a27995
Contents?: true
Size: 924 Bytes
Versions: 16
Compression:
Stored size: 924 Bytes
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/type/postal_address.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/type/postal_address.proto", :syntax => :proto3) do add_message "google.type.PostalAddress" do optional :revision, :int32, 1 optional :region_code, :string, 2 optional :language_code, :string, 3 optional :postal_code, :string, 4 optional :sorting_code, :string, 5 optional :administrative_area, :string, 6 optional :locality, :string, 7 optional :sublocality, :string, 8 repeated :address_lines, :string, 9 repeated :recipients, :string, 10 optional :organization, :string, 11 end end end module Google module Type PostalAddress = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.type.PostalAddress").msgclass end end
Version data entries
16 entries across 16 versions & 3 rubygems