Sha256: cd5ff520dec8127dfaf6fac4429d292814d060ade732d15cc97fb129abd8cbac
Contents?: true
Size: 830 Bytes
Versions: 19
Compression:
Stored size: 830 Bytes
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: phone_number.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("phone_number.proto", :syntax => :proto3) do add_message "primary.connect.PhoneNumber" do optional :type, :enum, 1, "primary.connect.PhoneNumber.Type" optional :number, :string, 2 end add_enum "primary.connect.PhoneNumber.Type" do value :HOME, 0 value :OFFICE, 1 value :MOBILE, 2 value :FAX, 3 end end end module Primary module Connect PhoneNumber = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("primary.connect.PhoneNumber").msgclass PhoneNumber::Type = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("primary.connect.PhoneNumber.Type").enummodule end end
Version data entries
19 entries across 19 versions & 1 rubygems