Sha256: 5bfdc12ce9a91f2bee191f1331ccf9c7e8d65febef6e0b218cac00c16a7bc09f
Contents?: true
Size: 820 Bytes
Versions: 5
Compression:
Stored size: 820 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_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 module Google module Type PostalAddress = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.type.PostalAddress").msgclass end end
Version data entries
5 entries across 5 versions & 1 rubygems