github.com/jhump/protoreflect@v1.16.0/internal/testprotos/protoparse/c/c.proto (about)

     1  syntax = "proto3";
     2  
     3  package c;
     4  
     5  import "a/b/b1.proto";
     6  import "a/b/b2.proto";
     7  import "google/protobuf/timestamp.proto";
     8  
     9  message See {
    10    a.b.BeeOne bee_one = 1;
    11    a.b.BeeTwo bee_two = 2;
    12    google.protobuf.Timestamp timestamp = 3;
    13  }