FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
ExampleCode/protoExamples/example.proto at master · PhysicsX/ExampleCode · GitHub
PhysicsX
/
ExampleCode
Public
Notifications
You must be signed in to change notification settings
Fork
17
Star
26
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
ExampleCode
/
protoExamples
/
example.proto
Copy path
More file actions
More file actions
Latest commit
History
History
History
26 lines (22 loc) · 755 Bytes
Breadcrumbs
ExampleCode
/
protoExamples
/
example.proto
Copy path
File metadata and controls
26 lines (22 loc) · 755 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// See README.txt for information and build instructions.
//
// Note: START and END tags are used in comments to define sections used in
// tutorials. They are not part of the syntax for Protocol Buffers.
//
// To get an in-depth walkthrough of this file and the related examples, see:
// https://developers.google.com/protocol-buffers/docs/tutorials
// [START declaration]
syntax
=
"proto3"
;
// [START messages]
message
Person
{
optional
uint32
id
=
1
;
optional
string
number
=
2
;
// Unique ID number for this person.
optional
uint32
anotherId
=
3
;
optional
uint32
aid
=
4
;
optional
uint32
bid
=
5
;
optional
uint32
cid
=
6
;
optional
uint32
did
=
7
;
optional
uint32
eid
=
8
;
optional
uint32
fid
=
9
;
optional
uint32
gid
=
10
;
}
Back
|
FazBrowse Home
|
New Git URL