Sha256: 1aad689517258686ecdc65d1e11be0e59d8c9969c1111d29729db87f58ec8bee
Contents?: true
Size: 369 Bytes
Versions: 1
Compression:
Stored size: 369 Bytes
Contents
syntax = "proto3"; import "google/protobuf/timestamp.proto"; package testing.examples.timestamp; message SubTs { google.protobuf.Timestamp ts = 2; google.protobuf.Timestamp ts_one = 3; google.protobuf.Timestamp tsTwo = 4; repeated google.protobuf.Timestamp foo = 5; map<string, google.protobuf.Timestamp> bar = 6; } message ParentTs { SubTs abc = 1; }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hermes_messenger_of_the_gods-2.0.0 | vendor/cache/Protobuf3Fixer-5f9f1a2d2da9/spec/support/protobuffs/source/timestamp.proto |