Sha256: 5fadd5a18e23bbafe21f28b6d0668cf82cccc99b64b8adcb764c4cbad4ae16cf
Contents?: true
Size: 624 Bytes
Versions: 5
Compression:
Stored size: 624 Bytes
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/type/interval.proto require 'google/protobuf' require 'google/protobuf/timestamp_pb' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/type/interval.proto", :syntax => :proto3) do add_message "google.type.Interval" do optional :start_time, :message, 1, "google.protobuf.Timestamp" optional :end_time, :message, 2, "google.protobuf.Timestamp" end end end module Google module Type Interval = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.type.Interval").msgclass end end
Version data entries
5 entries across 5 versions & 1 rubygems