Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
protobuf
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
protobuf
Commits
8fc045d8
Commit
8fc045d8
authored
9 years ago
by
Joshua Haberman
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1224 from google/rubysentinel
Removed 'optional' from proto3 syntax file.
parents
7cf5b817
69ac430c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
sentinel.proto
ruby/src/main/sentinel.proto
+9
-9
No files found.
ruby/src/main/sentinel.proto
View file @
8fc045d8
...
...
@@ -3,13 +3,13 @@ package com.google.protobuf.jruby;
option
optimize_for
=
CODE_SIZE
;
message
Sentinel
{
optional
int32
default_int32
=
1
;
optional
int64
default_int64
=
2
;
optional
uint32
default_unit32
=
3
;
optional
uint64
default_uint64
=
4
;
optional
string
default_string
=
5
;
optional
bool
default_bool
=
6
;
optional
float
default_float
=
7
;
optional
double
default_double
=
8
;
optional
bytes
default_bytes
=
9
;
int32
default_int32
=
1
;
int64
default_int64
=
2
;
uint32
default_unit32
=
3
;
uint64
default_uint64
=
4
;
string
default_string
=
5
;
bool
default_bool
=
6
;
float
default_float
=
7
;
double
default_double
=
8
;
bytes
default_bytes
=
9
;
}
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment