blob: b4674e4f7c2436a29b55386da9f8025a81eff408 [file] [log] [blame]
syntax = "proto3";
option go_package = "github.com/bazelbuild/bazel-gazelle/tests/bcr/proto/foo";
import "google/protobuf/timestamp.proto";
import "google/protobuf/type.proto";
message Foo {
string name = 1;
google.protobuf.Timestamp last_updated = 2;
google.protobuf.Type type = 3;
}