Sha256: 755a9bdb8bc25fe7789715314112b251c23cc3cadc901bf4d194645083053a18
Contents?: true
Size: 912 Bytes
Versions: 8
Compression:
Stored size: 912 Bytes
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: Valence.proto require 'google/protobuf' require 'google/protobuf/timestamp_pb' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("Valence.proto", :syntax => :proto3) do add_message "nuva.Valence" do optional :id, :string, 1 optional :parent_id, :string, 2 optional :code, :uint32, 3 optional :name, :string, 4 optional :abbreviation, :string, 5 optional :translated_abbreviation, :string, 6 repeated :disease_ids, :string, 7 repeated :vaccine_ids, :string, 8 optional :antigene_type, :string, 9 optional :created_at, :message, 16, "google.protobuf.Timestamp" optional :updated_at, :message, 17, "google.protobuf.Timestamp" end end end module Nuva Valence = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("nuva.Valence").msgclass end
Version data entries
8 entries across 8 versions & 1 rubygems