Sha256: 48c3f7f91bb8b4efe42003e16106368ff25141265e4f3d78a6ba9c8d3265cbb4
Contents?: true
Size: 534 Bytes
Versions: 35
Compression:
Stored size: 534 Bytes
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: name.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("name.proto", :syntax => :proto3) do add_message "primary.connect.Name" do optional :first_name, :string, 1 optional :last_name, :string, 2 optional :middle_name, :string, 3 end end end module Primary module Connect Name = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("primary.connect.Name").msgclass end end
Version data entries
35 entries across 35 versions & 1 rubygems