Sign in
pigweed
/
third_party
/
github
/
bazel-contrib
/
rules_nodejs
/
0fcd4e6dcdc03f4e54f9f62ca719cf2c1663f97e
/
.
/
examples
/
protocol_buffers
/
tire.proto
blob: bd2bc120f1f033ae1294bdbf84bd31d23f4443b2 [
file
] [
log
] [
blame
]
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
;
}