Sha256: 40a92e33c53df40cbaadba4987bf5d870bd037115f2add6b07c365f5a9c72bce
Contents?: true
Size: 514 Bytes
Versions: 594
Compression:
Stored size: 514 Bytes
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/protobuf/any.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/protobuf/any.proto", :syntax => :proto3) do add_message "google.protobuf.Any" do optional :type_url, :string, 1 optional :value, :bytes, 2 end end end module Google module Protobuf Any = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.protobuf.Any").msgclass end end
Version data entries
594 entries across 594 versions & 5 rubygems