Sign in
pigweed
/
third_party
/
github
/
bazel-contrib
/
rules_nodejs
/
bd052d3cc1b9ea18b37fc0af510600a2bdc11082
/
.
/
examples
/
protocol_buffers
/
tire.proto
blob: bd2bc120f1f033ae1294bdbf84bd31d23f4443b2 [
file
]
syntax
=
"proto3"
;
package
Proto
;
message
Tire
{
string
type
=
1
;
int32
width
=
2
;
int32
aspect_ratio
=
3
;
string
construction
=
4
;
int32
diameter
=
5
;
int32
load_index
=
6
;
string
speed_rating
=
7
;
}