grpc-tools 1.19.0 → 1.20.0.pre1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/bin/x86-linux/google/protobuf/any.proto +2 -1
- data/bin/x86-linux/google/protobuf/field_mask.proto +19 -26
- data/bin/x86-linux/google/protobuf/timestamp.proto +15 -13
- data/bin/x86-linux/google/protobuf/wrappers.proto +5 -0
- data/bin/x86-linux/grpc_ruby_plugin +0 -0
- data/bin/x86-linux/protoc +0 -0
- data/bin/x86-macos/google/protobuf/any.proto +2 -1
- data/bin/x86-macos/google/protobuf/field_mask.proto +19 -26
- data/bin/x86-macos/google/protobuf/timestamp.proto +15 -13
- data/bin/x86-macos/google/protobuf/wrappers.proto +5 -0
- data/bin/x86-macos/grpc_ruby_plugin +0 -0
- data/bin/x86-macos/protoc +0 -0
- data/bin/x86-windows/google/protobuf/any.proto +2 -1
- data/bin/x86-windows/google/protobuf/field_mask.proto +19 -26
- data/bin/x86-windows/google/protobuf/timestamp.proto +15 -13
- data/bin/x86-windows/google/protobuf/wrappers.proto +5 -0
- data/bin/x86-windows/grpc_ruby_plugin.exe +0 -0
- data/bin/x86-windows/protoc.exe +0 -0
- data/bin/x86_64-linux/google/protobuf/any.proto +2 -1
- data/bin/x86_64-linux/google/protobuf/field_mask.proto +19 -26
- data/bin/x86_64-linux/google/protobuf/timestamp.proto +15 -13
- data/bin/x86_64-linux/google/protobuf/wrappers.proto +5 -0
- data/bin/x86_64-linux/grpc_ruby_plugin +0 -0
- data/bin/x86_64-linux/protoc +0 -0
- data/bin/x86_64-macos/google/protobuf/any.proto +2 -1
- data/bin/x86_64-macos/google/protobuf/field_mask.proto +19 -26
- data/bin/x86_64-macos/google/protobuf/timestamp.proto +15 -13
- data/bin/x86_64-macos/google/protobuf/wrappers.proto +5 -0
- data/bin/x86_64-macos/grpc_ruby_plugin +0 -0
- data/bin/x86_64-macos/protoc +0 -0
- data/bin/x86_64-windows/google/protobuf/any.proto +2 -1
- data/bin/x86_64-windows/google/protobuf/field_mask.proto +19 -26
- data/bin/x86_64-windows/google/protobuf/timestamp.proto +15 -13
- data/bin/x86_64-windows/google/protobuf/wrappers.proto +5 -0
- data/bin/x86_64-windows/grpc_ruby_plugin.exe +0 -0
- data/bin/x86_64-windows/protoc.exe +0 -0
- data/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 33b43162470fefb5208cb3d631871edb308f60d7e1eea055d9652048cf02ff07
|
4
|
+
data.tar.gz: 194cfe2b5ad37479c831e3e1288479e64547ff9eca593a7cd1905335c9fc1c77
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 52e54b79d4e57fd0a5eb038b3df0d622af6fc656021c9bbb9335b583fa2c6fe6b2527c3e5cdfbe26dc9985a0901ef7d93f4ccf4506e4dd492065a59833abff44
|
7
|
+
data.tar.gz: 7abd4bc6a05f1e0f41324c1c8a36bcf3a9cab526c4ea6e479f3402b60ffcb3ecf1aaa1e64a75cc1ad8b476f8b398e015f54c87a77b9a11147d5ccc8cbca3f3df
|
@@ -121,7 +121,8 @@ option objc_class_prefix = "GPB";
|
|
121
121
|
//
|
122
122
|
message Any {
|
123
123
|
// A URL/resource name that uniquely identifies the type of the serialized
|
124
|
-
// protocol buffer message.
|
124
|
+
// protocol buffer message. This string must contain at least
|
125
|
+
// one "/" character. The last segment of the URL's path must represent
|
125
126
|
// the fully qualified name of the type (as in
|
126
127
|
// `path/google.protobuf.Duration`). The name should be in a canonical form
|
127
128
|
// (e.g., leading "." is not accepted).
|
@@ -38,6 +38,7 @@ option java_outer_classname = "FieldMaskProto";
|
|
38
38
|
option java_multiple_files = true;
|
39
39
|
option objc_class_prefix = "GPB";
|
40
40
|
option go_package = "google.golang.org/genproto/protobuf/field_mask;field_mask";
|
41
|
+
option cc_enable_arenas = true;
|
41
42
|
|
42
43
|
// `FieldMask` represents a set of symbolic field paths, for example:
|
43
44
|
//
|
@@ -107,57 +108,49 @@ option go_package = "google.golang.org/genproto/protobuf/field_mask;field_mask";
|
|
107
108
|
// describe the updated values, the API ignores the values of all
|
108
109
|
// fields not covered by the mask.
|
109
110
|
//
|
110
|
-
// If a repeated field is specified for an update operation,
|
111
|
-
//
|
112
|
-
//
|
113
|
-
// string.
|
111
|
+
// If a repeated field is specified for an update operation, new values will
|
112
|
+
// be appended to the existing repeated field in the target resource. Note that
|
113
|
+
// a repeated field is only allowed in the last position of a `paths` string.
|
114
114
|
//
|
115
115
|
// If a sub-message is specified in the last position of the field mask for an
|
116
|
-
// update operation, then the existing sub-message
|
117
|
-
//
|
116
|
+
// update operation, then new value will be merged into the existing sub-message
|
117
|
+
// in the target resource.
|
118
|
+
//
|
119
|
+
// For example, given the target message:
|
118
120
|
//
|
119
121
|
// f {
|
120
122
|
// b {
|
121
|
-
// d
|
122
|
-
// x
|
123
|
+
// d: 1
|
124
|
+
// x: 2
|
123
125
|
// }
|
124
|
-
// c
|
126
|
+
// c: [1]
|
125
127
|
// }
|
126
128
|
//
|
127
129
|
// And an update message:
|
128
130
|
//
|
129
131
|
// f {
|
130
132
|
// b {
|
131
|
-
// d
|
133
|
+
// d: 10
|
132
134
|
// }
|
135
|
+
// c: [2]
|
133
136
|
// }
|
134
137
|
//
|
135
138
|
// then if the field mask is:
|
136
139
|
//
|
137
|
-
// paths: "f.b"
|
140
|
+
// paths: ["f.b", "f.c"]
|
138
141
|
//
|
139
142
|
// then the result will be:
|
140
143
|
//
|
141
144
|
// f {
|
142
145
|
// b {
|
143
|
-
// d
|
146
|
+
// d: 10
|
147
|
+
// x: 2
|
144
148
|
// }
|
145
|
-
// c
|
149
|
+
// c: [1, 2]
|
146
150
|
// }
|
147
151
|
//
|
148
|
-
//
|
149
|
-
//
|
150
|
-
// paths: "f.b.d"
|
151
|
-
//
|
152
|
-
// then the result would be:
|
153
|
-
//
|
154
|
-
// f {
|
155
|
-
// b {
|
156
|
-
// d : 10
|
157
|
-
// x : 2
|
158
|
-
// }
|
159
|
-
// c : 1
|
160
|
-
// }
|
152
|
+
// An implementation may provide options to override this default behavior for
|
153
|
+
// repeated and message fields.
|
161
154
|
//
|
162
155
|
// In order to reset a field's value to the default, the field must
|
163
156
|
// be in the mask and set to the default value in the provided resource.
|
@@ -40,17 +40,19 @@ option java_outer_classname = "TimestampProto";
|
|
40
40
|
option java_multiple_files = true;
|
41
41
|
option objc_class_prefix = "GPB";
|
42
42
|
|
43
|
-
// A Timestamp represents a point in time independent of any time zone
|
44
|
-
//
|
45
|
-
// nanosecond resolution
|
46
|
-
//
|
47
|
-
// backwards to year one.
|
48
|
-
//
|
49
|
-
//
|
50
|
-
//
|
51
|
-
//
|
52
|
-
//
|
53
|
-
//
|
43
|
+
// A Timestamp represents a point in time independent of any time zone or local
|
44
|
+
// calendar, encoded as a count of seconds and fractions of seconds at
|
45
|
+
// nanosecond resolution. The count is relative to an epoch at UTC midnight on
|
46
|
+
// January 1, 1970, in the proleptic Gregorian calendar which extends the
|
47
|
+
// Gregorian calendar backwards to year one.
|
48
|
+
//
|
49
|
+
// All minutes are 60 seconds long. Leap seconds are "smeared" so that no leap
|
50
|
+
// second table is needed for interpretation, using a [24-hour linear
|
51
|
+
// smear](https://developers.google.com/time/smear).
|
52
|
+
//
|
53
|
+
// The range is from 0001-01-01T00:00:00Z to 9999-12-31T23:59:59.999999999Z. By
|
54
|
+
// restricting to that range, we ensure that we can convert to and from [RFC
|
55
|
+
// 3339](https://www.ietf.org/rfc/rfc3339.txt) date strings.
|
54
56
|
//
|
55
57
|
// # Examples
|
56
58
|
//
|
@@ -111,12 +113,12 @@ option objc_class_prefix = "GPB";
|
|
111
113
|
// 01:30 UTC on January 15, 2017.
|
112
114
|
//
|
113
115
|
// In JavaScript, one can convert a Date object to this format using the
|
114
|
-
// standard [toISOString()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toISOString
|
116
|
+
// standard [toISOString()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toISOString)
|
115
117
|
// method. In Python, a standard `datetime.datetime` object can be converted
|
116
118
|
// to this format using [`strftime`](https://docs.python.org/2/library/time.html#time.strftime)
|
117
119
|
// with the time format spec '%Y-%m-%dT%H:%M:%S.%fZ'. Likewise, in Java, one
|
118
120
|
// can use the Joda Time's [`ISODateTimeFormat.dateTime()`](
|
119
|
-
// http://www.joda.org/joda-time/apidocs/org/joda/time/format/ISODateTimeFormat.html#dateTime
|
121
|
+
// http://www.joda.org/joda-time/apidocs/org/joda/time/format/ISODateTimeFormat.html#dateTime%2D%2D
|
120
122
|
// ) to obtain a formatter capable of generating timestamps in this format.
|
121
123
|
//
|
122
124
|
//
|
@@ -32,6 +32,11 @@
|
|
32
32
|
// for embedding primitives in the `google.protobuf.Any` type and for places
|
33
33
|
// where we need to distinguish between the absence of a primitive
|
34
34
|
// typed field and its default value.
|
35
|
+
//
|
36
|
+
// These wrappers have no meaningful use within repeated fields as they lack
|
37
|
+
// the ability to detect presence on individual elements.
|
38
|
+
// These wrappers have no meaningful use within a map or a oneof since
|
39
|
+
// individual entries of a map or fields of a oneof can already detect presence.
|
35
40
|
|
36
41
|
syntax = "proto3";
|
37
42
|
|
Binary file
|
data/bin/x86-linux/protoc
CHANGED
Binary file
|
@@ -121,7 +121,8 @@ option objc_class_prefix = "GPB";
|
|
121
121
|
//
|
122
122
|
message Any {
|
123
123
|
// A URL/resource name that uniquely identifies the type of the serialized
|
124
|
-
// protocol buffer message.
|
124
|
+
// protocol buffer message. This string must contain at least
|
125
|
+
// one "/" character. The last segment of the URL's path must represent
|
125
126
|
// the fully qualified name of the type (as in
|
126
127
|
// `path/google.protobuf.Duration`). The name should be in a canonical form
|
127
128
|
// (e.g., leading "." is not accepted).
|
@@ -38,6 +38,7 @@ option java_outer_classname = "FieldMaskProto";
|
|
38
38
|
option java_multiple_files = true;
|
39
39
|
option objc_class_prefix = "GPB";
|
40
40
|
option go_package = "google.golang.org/genproto/protobuf/field_mask;field_mask";
|
41
|
+
option cc_enable_arenas = true;
|
41
42
|
|
42
43
|
// `FieldMask` represents a set of symbolic field paths, for example:
|
43
44
|
//
|
@@ -107,57 +108,49 @@ option go_package = "google.golang.org/genproto/protobuf/field_mask;field_mask";
|
|
107
108
|
// describe the updated values, the API ignores the values of all
|
108
109
|
// fields not covered by the mask.
|
109
110
|
//
|
110
|
-
// If a repeated field is specified for an update operation,
|
111
|
-
//
|
112
|
-
//
|
113
|
-
// string.
|
111
|
+
// If a repeated field is specified for an update operation, new values will
|
112
|
+
// be appended to the existing repeated field in the target resource. Note that
|
113
|
+
// a repeated field is only allowed in the last position of a `paths` string.
|
114
114
|
//
|
115
115
|
// If a sub-message is specified in the last position of the field mask for an
|
116
|
-
// update operation, then the existing sub-message
|
117
|
-
//
|
116
|
+
// update operation, then new value will be merged into the existing sub-message
|
117
|
+
// in the target resource.
|
118
|
+
//
|
119
|
+
// For example, given the target message:
|
118
120
|
//
|
119
121
|
// f {
|
120
122
|
// b {
|
121
|
-
// d
|
122
|
-
// x
|
123
|
+
// d: 1
|
124
|
+
// x: 2
|
123
125
|
// }
|
124
|
-
// c
|
126
|
+
// c: [1]
|
125
127
|
// }
|
126
128
|
//
|
127
129
|
// And an update message:
|
128
130
|
//
|
129
131
|
// f {
|
130
132
|
// b {
|
131
|
-
// d
|
133
|
+
// d: 10
|
132
134
|
// }
|
135
|
+
// c: [2]
|
133
136
|
// }
|
134
137
|
//
|
135
138
|
// then if the field mask is:
|
136
139
|
//
|
137
|
-
// paths: "f.b"
|
140
|
+
// paths: ["f.b", "f.c"]
|
138
141
|
//
|
139
142
|
// then the result will be:
|
140
143
|
//
|
141
144
|
// f {
|
142
145
|
// b {
|
143
|
-
// d
|
146
|
+
// d: 10
|
147
|
+
// x: 2
|
144
148
|
// }
|
145
|
-
// c
|
149
|
+
// c: [1, 2]
|
146
150
|
// }
|
147
151
|
//
|
148
|
-
//
|
149
|
-
//
|
150
|
-
// paths: "f.b.d"
|
151
|
-
//
|
152
|
-
// then the result would be:
|
153
|
-
//
|
154
|
-
// f {
|
155
|
-
// b {
|
156
|
-
// d : 10
|
157
|
-
// x : 2
|
158
|
-
// }
|
159
|
-
// c : 1
|
160
|
-
// }
|
152
|
+
// An implementation may provide options to override this default behavior for
|
153
|
+
// repeated and message fields.
|
161
154
|
//
|
162
155
|
// In order to reset a field's value to the default, the field must
|
163
156
|
// be in the mask and set to the default value in the provided resource.
|
@@ -40,17 +40,19 @@ option java_outer_classname = "TimestampProto";
|
|
40
40
|
option java_multiple_files = true;
|
41
41
|
option objc_class_prefix = "GPB";
|
42
42
|
|
43
|
-
// A Timestamp represents a point in time independent of any time zone
|
44
|
-
//
|
45
|
-
// nanosecond resolution
|
46
|
-
//
|
47
|
-
// backwards to year one.
|
48
|
-
//
|
49
|
-
//
|
50
|
-
//
|
51
|
-
//
|
52
|
-
//
|
53
|
-
//
|
43
|
+
// A Timestamp represents a point in time independent of any time zone or local
|
44
|
+
// calendar, encoded as a count of seconds and fractions of seconds at
|
45
|
+
// nanosecond resolution. The count is relative to an epoch at UTC midnight on
|
46
|
+
// January 1, 1970, in the proleptic Gregorian calendar which extends the
|
47
|
+
// Gregorian calendar backwards to year one.
|
48
|
+
//
|
49
|
+
// All minutes are 60 seconds long. Leap seconds are "smeared" so that no leap
|
50
|
+
// second table is needed for interpretation, using a [24-hour linear
|
51
|
+
// smear](https://developers.google.com/time/smear).
|
52
|
+
//
|
53
|
+
// The range is from 0001-01-01T00:00:00Z to 9999-12-31T23:59:59.999999999Z. By
|
54
|
+
// restricting to that range, we ensure that we can convert to and from [RFC
|
55
|
+
// 3339](https://www.ietf.org/rfc/rfc3339.txt) date strings.
|
54
56
|
//
|
55
57
|
// # Examples
|
56
58
|
//
|
@@ -111,12 +113,12 @@ option objc_class_prefix = "GPB";
|
|
111
113
|
// 01:30 UTC on January 15, 2017.
|
112
114
|
//
|
113
115
|
// In JavaScript, one can convert a Date object to this format using the
|
114
|
-
// standard [toISOString()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toISOString
|
116
|
+
// standard [toISOString()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toISOString)
|
115
117
|
// method. In Python, a standard `datetime.datetime` object can be converted
|
116
118
|
// to this format using [`strftime`](https://docs.python.org/2/library/time.html#time.strftime)
|
117
119
|
// with the time format spec '%Y-%m-%dT%H:%M:%S.%fZ'. Likewise, in Java, one
|
118
120
|
// can use the Joda Time's [`ISODateTimeFormat.dateTime()`](
|
119
|
-
// http://www.joda.org/joda-time/apidocs/org/joda/time/format/ISODateTimeFormat.html#dateTime
|
121
|
+
// http://www.joda.org/joda-time/apidocs/org/joda/time/format/ISODateTimeFormat.html#dateTime%2D%2D
|
120
122
|
// ) to obtain a formatter capable of generating timestamps in this format.
|
121
123
|
//
|
122
124
|
//
|
@@ -32,6 +32,11 @@
|
|
32
32
|
// for embedding primitives in the `google.protobuf.Any` type and for places
|
33
33
|
// where we need to distinguish between the absence of a primitive
|
34
34
|
// typed field and its default value.
|
35
|
+
//
|
36
|
+
// These wrappers have no meaningful use within repeated fields as they lack
|
37
|
+
// the ability to detect presence on individual elements.
|
38
|
+
// These wrappers have no meaningful use within a map or a oneof since
|
39
|
+
// individual entries of a map or fields of a oneof can already detect presence.
|
35
40
|
|
36
41
|
syntax = "proto3";
|
37
42
|
|
Binary file
|
data/bin/x86-macos/protoc
CHANGED
Binary file
|
@@ -121,7 +121,8 @@ option objc_class_prefix = "GPB";
|
|
121
121
|
//
|
122
122
|
message Any {
|
123
123
|
// A URL/resource name that uniquely identifies the type of the serialized
|
124
|
-
// protocol buffer message.
|
124
|
+
// protocol buffer message. This string must contain at least
|
125
|
+
// one "/" character. The last segment of the URL's path must represent
|
125
126
|
// the fully qualified name of the type (as in
|
126
127
|
// `path/google.protobuf.Duration`). The name should be in a canonical form
|
127
128
|
// (e.g., leading "." is not accepted).
|
@@ -38,6 +38,7 @@ option java_outer_classname = "FieldMaskProto";
|
|
38
38
|
option java_multiple_files = true;
|
39
39
|
option objc_class_prefix = "GPB";
|
40
40
|
option go_package = "google.golang.org/genproto/protobuf/field_mask;field_mask";
|
41
|
+
option cc_enable_arenas = true;
|
41
42
|
|
42
43
|
// `FieldMask` represents a set of symbolic field paths, for example:
|
43
44
|
//
|
@@ -107,57 +108,49 @@ option go_package = "google.golang.org/genproto/protobuf/field_mask;field_mask";
|
|
107
108
|
// describe the updated values, the API ignores the values of all
|
108
109
|
// fields not covered by the mask.
|
109
110
|
//
|
110
|
-
// If a repeated field is specified for an update operation,
|
111
|
-
//
|
112
|
-
//
|
113
|
-
// string.
|
111
|
+
// If a repeated field is specified for an update operation, new values will
|
112
|
+
// be appended to the existing repeated field in the target resource. Note that
|
113
|
+
// a repeated field is only allowed in the last position of a `paths` string.
|
114
114
|
//
|
115
115
|
// If a sub-message is specified in the last position of the field mask for an
|
116
|
-
// update operation, then the existing sub-message
|
117
|
-
//
|
116
|
+
// update operation, then new value will be merged into the existing sub-message
|
117
|
+
// in the target resource.
|
118
|
+
//
|
119
|
+
// For example, given the target message:
|
118
120
|
//
|
119
121
|
// f {
|
120
122
|
// b {
|
121
|
-
// d
|
122
|
-
// x
|
123
|
+
// d: 1
|
124
|
+
// x: 2
|
123
125
|
// }
|
124
|
-
// c
|
126
|
+
// c: [1]
|
125
127
|
// }
|
126
128
|
//
|
127
129
|
// And an update message:
|
128
130
|
//
|
129
131
|
// f {
|
130
132
|
// b {
|
131
|
-
// d
|
133
|
+
// d: 10
|
132
134
|
// }
|
135
|
+
// c: [2]
|
133
136
|
// }
|
134
137
|
//
|
135
138
|
// then if the field mask is:
|
136
139
|
//
|
137
|
-
// paths: "f.b"
|
140
|
+
// paths: ["f.b", "f.c"]
|
138
141
|
//
|
139
142
|
// then the result will be:
|
140
143
|
//
|
141
144
|
// f {
|
142
145
|
// b {
|
143
|
-
// d
|
146
|
+
// d: 10
|
147
|
+
// x: 2
|
144
148
|
// }
|
145
|
-
// c
|
149
|
+
// c: [1, 2]
|
146
150
|
// }
|
147
151
|
//
|
148
|
-
//
|
149
|
-
//
|
150
|
-
// paths: "f.b.d"
|
151
|
-
//
|
152
|
-
// then the result would be:
|
153
|
-
//
|
154
|
-
// f {
|
155
|
-
// b {
|
156
|
-
// d : 10
|
157
|
-
// x : 2
|
158
|
-
// }
|
159
|
-
// c : 1
|
160
|
-
// }
|
152
|
+
// An implementation may provide options to override this default behavior for
|
153
|
+
// repeated and message fields.
|
161
154
|
//
|
162
155
|
// In order to reset a field's value to the default, the field must
|
163
156
|
// be in the mask and set to the default value in the provided resource.
|
@@ -40,17 +40,19 @@ option java_outer_classname = "TimestampProto";
|
|
40
40
|
option java_multiple_files = true;
|
41
41
|
option objc_class_prefix = "GPB";
|
42
42
|
|
43
|
-
// A Timestamp represents a point in time independent of any time zone
|
44
|
-
//
|
45
|
-
// nanosecond resolution
|
46
|
-
//
|
47
|
-
// backwards to year one.
|
48
|
-
//
|
49
|
-
//
|
50
|
-
//
|
51
|
-
//
|
52
|
-
//
|
53
|
-
//
|
43
|
+
// A Timestamp represents a point in time independent of any time zone or local
|
44
|
+
// calendar, encoded as a count of seconds and fractions of seconds at
|
45
|
+
// nanosecond resolution. The count is relative to an epoch at UTC midnight on
|
46
|
+
// January 1, 1970, in the proleptic Gregorian calendar which extends the
|
47
|
+
// Gregorian calendar backwards to year one.
|
48
|
+
//
|
49
|
+
// All minutes are 60 seconds long. Leap seconds are "smeared" so that no leap
|
50
|
+
// second table is needed for interpretation, using a [24-hour linear
|
51
|
+
// smear](https://developers.google.com/time/smear).
|
52
|
+
//
|
53
|
+
// The range is from 0001-01-01T00:00:00Z to 9999-12-31T23:59:59.999999999Z. By
|
54
|
+
// restricting to that range, we ensure that we can convert to and from [RFC
|
55
|
+
// 3339](https://www.ietf.org/rfc/rfc3339.txt) date strings.
|
54
56
|
//
|
55
57
|
// # Examples
|
56
58
|
//
|
@@ -111,12 +113,12 @@ option objc_class_prefix = "GPB";
|
|
111
113
|
// 01:30 UTC on January 15, 2017.
|
112
114
|
//
|
113
115
|
// In JavaScript, one can convert a Date object to this format using the
|
114
|
-
// standard [toISOString()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toISOString
|
116
|
+
// standard [toISOString()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toISOString)
|
115
117
|
// method. In Python, a standard `datetime.datetime` object can be converted
|
116
118
|
// to this format using [`strftime`](https://docs.python.org/2/library/time.html#time.strftime)
|
117
119
|
// with the time format spec '%Y-%m-%dT%H:%M:%S.%fZ'. Likewise, in Java, one
|
118
120
|
// can use the Joda Time's [`ISODateTimeFormat.dateTime()`](
|
119
|
-
// http://www.joda.org/joda-time/apidocs/org/joda/time/format/ISODateTimeFormat.html#dateTime
|
121
|
+
// http://www.joda.org/joda-time/apidocs/org/joda/time/format/ISODateTimeFormat.html#dateTime%2D%2D
|
120
122
|
// ) to obtain a formatter capable of generating timestamps in this format.
|
121
123
|
//
|
122
124
|
//
|
@@ -32,6 +32,11 @@
|
|
32
32
|
// for embedding primitives in the `google.protobuf.Any` type and for places
|
33
33
|
// where we need to distinguish between the absence of a primitive
|
34
34
|
// typed field and its default value.
|
35
|
+
//
|
36
|
+
// These wrappers have no meaningful use within repeated fields as they lack
|
37
|
+
// the ability to detect presence on individual elements.
|
38
|
+
// These wrappers have no meaningful use within a map or a oneof since
|
39
|
+
// individual entries of a map or fields of a oneof can already detect presence.
|
35
40
|
|
36
41
|
syntax = "proto3";
|
37
42
|
|
Binary file
|
data/bin/x86-windows/protoc.exe
CHANGED
Binary file
|
@@ -121,7 +121,8 @@ option objc_class_prefix = "GPB";
|
|
121
121
|
//
|
122
122
|
message Any {
|
123
123
|
// A URL/resource name that uniquely identifies the type of the serialized
|
124
|
-
// protocol buffer message.
|
124
|
+
// protocol buffer message. This string must contain at least
|
125
|
+
// one "/" character. The last segment of the URL's path must represent
|
125
126
|
// the fully qualified name of the type (as in
|
126
127
|
// `path/google.protobuf.Duration`). The name should be in a canonical form
|
127
128
|
// (e.g., leading "." is not accepted).
|
@@ -38,6 +38,7 @@ option java_outer_classname = "FieldMaskProto";
|
|
38
38
|
option java_multiple_files = true;
|
39
39
|
option objc_class_prefix = "GPB";
|
40
40
|
option go_package = "google.golang.org/genproto/protobuf/field_mask;field_mask";
|
41
|
+
option cc_enable_arenas = true;
|
41
42
|
|
42
43
|
// `FieldMask` represents a set of symbolic field paths, for example:
|
43
44
|
//
|
@@ -107,57 +108,49 @@ option go_package = "google.golang.org/genproto/protobuf/field_mask;field_mask";
|
|
107
108
|
// describe the updated values, the API ignores the values of all
|
108
109
|
// fields not covered by the mask.
|
109
110
|
//
|
110
|
-
// If a repeated field is specified for an update operation,
|
111
|
-
//
|
112
|
-
//
|
113
|
-
// string.
|
111
|
+
// If a repeated field is specified for an update operation, new values will
|
112
|
+
// be appended to the existing repeated field in the target resource. Note that
|
113
|
+
// a repeated field is only allowed in the last position of a `paths` string.
|
114
114
|
//
|
115
115
|
// If a sub-message is specified in the last position of the field mask for an
|
116
|
-
// update operation, then the existing sub-message
|
117
|
-
//
|
116
|
+
// update operation, then new value will be merged into the existing sub-message
|
117
|
+
// in the target resource.
|
118
|
+
//
|
119
|
+
// For example, given the target message:
|
118
120
|
//
|
119
121
|
// f {
|
120
122
|
// b {
|
121
|
-
// d
|
122
|
-
// x
|
123
|
+
// d: 1
|
124
|
+
// x: 2
|
123
125
|
// }
|
124
|
-
// c
|
126
|
+
// c: [1]
|
125
127
|
// }
|
126
128
|
//
|
127
129
|
// And an update message:
|
128
130
|
//
|
129
131
|
// f {
|
130
132
|
// b {
|
131
|
-
// d
|
133
|
+
// d: 10
|
132
134
|
// }
|
135
|
+
// c: [2]
|
133
136
|
// }
|
134
137
|
//
|
135
138
|
// then if the field mask is:
|
136
139
|
//
|
137
|
-
// paths: "f.b"
|
140
|
+
// paths: ["f.b", "f.c"]
|
138
141
|
//
|
139
142
|
// then the result will be:
|
140
143
|
//
|
141
144
|
// f {
|
142
145
|
// b {
|
143
|
-
// d
|
146
|
+
// d: 10
|
147
|
+
// x: 2
|
144
148
|
// }
|
145
|
-
// c
|
149
|
+
// c: [1, 2]
|
146
150
|
// }
|
147
151
|
//
|
148
|
-
//
|
149
|
-
//
|
150
|
-
// paths: "f.b.d"
|
151
|
-
//
|
152
|
-
// then the result would be:
|
153
|
-
//
|
154
|
-
// f {
|
155
|
-
// b {
|
156
|
-
// d : 10
|
157
|
-
// x : 2
|
158
|
-
// }
|
159
|
-
// c : 1
|
160
|
-
// }
|
152
|
+
// An implementation may provide options to override this default behavior for
|
153
|
+
// repeated and message fields.
|
161
154
|
//
|
162
155
|
// In order to reset a field's value to the default, the field must
|
163
156
|
// be in the mask and set to the default value in the provided resource.
|
@@ -40,17 +40,19 @@ option java_outer_classname = "TimestampProto";
|
|
40
40
|
option java_multiple_files = true;
|
41
41
|
option objc_class_prefix = "GPB";
|
42
42
|
|
43
|
-
// A Timestamp represents a point in time independent of any time zone
|
44
|
-
//
|
45
|
-
// nanosecond resolution
|
46
|
-
//
|
47
|
-
// backwards to year one.
|
48
|
-
//
|
49
|
-
//
|
50
|
-
//
|
51
|
-
//
|
52
|
-
//
|
53
|
-
//
|
43
|
+
// A Timestamp represents a point in time independent of any time zone or local
|
44
|
+
// calendar, encoded as a count of seconds and fractions of seconds at
|
45
|
+
// nanosecond resolution. The count is relative to an epoch at UTC midnight on
|
46
|
+
// January 1, 1970, in the proleptic Gregorian calendar which extends the
|
47
|
+
// Gregorian calendar backwards to year one.
|
48
|
+
//
|
49
|
+
// All minutes are 60 seconds long. Leap seconds are "smeared" so that no leap
|
50
|
+
// second table is needed for interpretation, using a [24-hour linear
|
51
|
+
// smear](https://developers.google.com/time/smear).
|
52
|
+
//
|
53
|
+
// The range is from 0001-01-01T00:00:00Z to 9999-12-31T23:59:59.999999999Z. By
|
54
|
+
// restricting to that range, we ensure that we can convert to and from [RFC
|
55
|
+
// 3339](https://www.ietf.org/rfc/rfc3339.txt) date strings.
|
54
56
|
//
|
55
57
|
// # Examples
|
56
58
|
//
|
@@ -111,12 +113,12 @@ option objc_class_prefix = "GPB";
|
|
111
113
|
// 01:30 UTC on January 15, 2017.
|
112
114
|
//
|
113
115
|
// In JavaScript, one can convert a Date object to this format using the
|
114
|
-
// standard [toISOString()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toISOString
|
116
|
+
// standard [toISOString()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toISOString)
|
115
117
|
// method. In Python, a standard `datetime.datetime` object can be converted
|
116
118
|
// to this format using [`strftime`](https://docs.python.org/2/library/time.html#time.strftime)
|
117
119
|
// with the time format spec '%Y-%m-%dT%H:%M:%S.%fZ'. Likewise, in Java, one
|
118
120
|
// can use the Joda Time's [`ISODateTimeFormat.dateTime()`](
|
119
|
-
// http://www.joda.org/joda-time/apidocs/org/joda/time/format/ISODateTimeFormat.html#dateTime
|
121
|
+
// http://www.joda.org/joda-time/apidocs/org/joda/time/format/ISODateTimeFormat.html#dateTime%2D%2D
|
120
122
|
// ) to obtain a formatter capable of generating timestamps in this format.
|
121
123
|
//
|
122
124
|
//
|
@@ -32,6 +32,11 @@
|
|
32
32
|
// for embedding primitives in the `google.protobuf.Any` type and for places
|
33
33
|
// where we need to distinguish between the absence of a primitive
|
34
34
|
// typed field and its default value.
|
35
|
+
//
|
36
|
+
// These wrappers have no meaningful use within repeated fields as they lack
|
37
|
+
// the ability to detect presence on individual elements.
|
38
|
+
// These wrappers have no meaningful use within a map or a oneof since
|
39
|
+
// individual entries of a map or fields of a oneof can already detect presence.
|
35
40
|
|
36
41
|
syntax = "proto3";
|
37
42
|
|
Binary file
|
data/bin/x86_64-linux/protoc
CHANGED
Binary file
|
@@ -121,7 +121,8 @@ option objc_class_prefix = "GPB";
|
|
121
121
|
//
|
122
122
|
message Any {
|
123
123
|
// A URL/resource name that uniquely identifies the type of the serialized
|
124
|
-
// protocol buffer message.
|
124
|
+
// protocol buffer message. This string must contain at least
|
125
|
+
// one "/" character. The last segment of the URL's path must represent
|
125
126
|
// the fully qualified name of the type (as in
|
126
127
|
// `path/google.protobuf.Duration`). The name should be in a canonical form
|
127
128
|
// (e.g., leading "." is not accepted).
|
@@ -38,6 +38,7 @@ option java_outer_classname = "FieldMaskProto";
|
|
38
38
|
option java_multiple_files = true;
|
39
39
|
option objc_class_prefix = "GPB";
|
40
40
|
option go_package = "google.golang.org/genproto/protobuf/field_mask;field_mask";
|
41
|
+
option cc_enable_arenas = true;
|
41
42
|
|
42
43
|
// `FieldMask` represents a set of symbolic field paths, for example:
|
43
44
|
//
|
@@ -107,57 +108,49 @@ option go_package = "google.golang.org/genproto/protobuf/field_mask;field_mask";
|
|
107
108
|
// describe the updated values, the API ignores the values of all
|
108
109
|
// fields not covered by the mask.
|
109
110
|
//
|
110
|
-
// If a repeated field is specified for an update operation,
|
111
|
-
//
|
112
|
-
//
|
113
|
-
// string.
|
111
|
+
// If a repeated field is specified for an update operation, new values will
|
112
|
+
// be appended to the existing repeated field in the target resource. Note that
|
113
|
+
// a repeated field is only allowed in the last position of a `paths` string.
|
114
114
|
//
|
115
115
|
// If a sub-message is specified in the last position of the field mask for an
|
116
|
-
// update operation, then the existing sub-message
|
117
|
-
//
|
116
|
+
// update operation, then new value will be merged into the existing sub-message
|
117
|
+
// in the target resource.
|
118
|
+
//
|
119
|
+
// For example, given the target message:
|
118
120
|
//
|
119
121
|
// f {
|
120
122
|
// b {
|
121
|
-
// d
|
122
|
-
// x
|
123
|
+
// d: 1
|
124
|
+
// x: 2
|
123
125
|
// }
|
124
|
-
// c
|
126
|
+
// c: [1]
|
125
127
|
// }
|
126
128
|
//
|
127
129
|
// And an update message:
|
128
130
|
//
|
129
131
|
// f {
|
130
132
|
// b {
|
131
|
-
// d
|
133
|
+
// d: 10
|
132
134
|
// }
|
135
|
+
// c: [2]
|
133
136
|
// }
|
134
137
|
//
|
135
138
|
// then if the field mask is:
|
136
139
|
//
|
137
|
-
// paths: "f.b"
|
140
|
+
// paths: ["f.b", "f.c"]
|
138
141
|
//
|
139
142
|
// then the result will be:
|
140
143
|
//
|
141
144
|
// f {
|
142
145
|
// b {
|
143
|
-
// d
|
146
|
+
// d: 10
|
147
|
+
// x: 2
|
144
148
|
// }
|
145
|
-
// c
|
149
|
+
// c: [1, 2]
|
146
150
|
// }
|
147
151
|
//
|
148
|
-
//
|
149
|
-
//
|
150
|
-
// paths: "f.b.d"
|
151
|
-
//
|
152
|
-
// then the result would be:
|
153
|
-
//
|
154
|
-
// f {
|
155
|
-
// b {
|
156
|
-
// d : 10
|
157
|
-
// x : 2
|
158
|
-
// }
|
159
|
-
// c : 1
|
160
|
-
// }
|
152
|
+
// An implementation may provide options to override this default behavior for
|
153
|
+
// repeated and message fields.
|
161
154
|
//
|
162
155
|
// In order to reset a field's value to the default, the field must
|
163
156
|
// be in the mask and set to the default value in the provided resource.
|
@@ -40,17 +40,19 @@ option java_outer_classname = "TimestampProto";
|
|
40
40
|
option java_multiple_files = true;
|
41
41
|
option objc_class_prefix = "GPB";
|
42
42
|
|
43
|
-
// A Timestamp represents a point in time independent of any time zone
|
44
|
-
//
|
45
|
-
// nanosecond resolution
|
46
|
-
//
|
47
|
-
// backwards to year one.
|
48
|
-
//
|
49
|
-
//
|
50
|
-
//
|
51
|
-
//
|
52
|
-
//
|
53
|
-
//
|
43
|
+
// A Timestamp represents a point in time independent of any time zone or local
|
44
|
+
// calendar, encoded as a count of seconds and fractions of seconds at
|
45
|
+
// nanosecond resolution. The count is relative to an epoch at UTC midnight on
|
46
|
+
// January 1, 1970, in the proleptic Gregorian calendar which extends the
|
47
|
+
// Gregorian calendar backwards to year one.
|
48
|
+
//
|
49
|
+
// All minutes are 60 seconds long. Leap seconds are "smeared" so that no leap
|
50
|
+
// second table is needed for interpretation, using a [24-hour linear
|
51
|
+
// smear](https://developers.google.com/time/smear).
|
52
|
+
//
|
53
|
+
// The range is from 0001-01-01T00:00:00Z to 9999-12-31T23:59:59.999999999Z. By
|
54
|
+
// restricting to that range, we ensure that we can convert to and from [RFC
|
55
|
+
// 3339](https://www.ietf.org/rfc/rfc3339.txt) date strings.
|
54
56
|
//
|
55
57
|
// # Examples
|
56
58
|
//
|
@@ -111,12 +113,12 @@ option objc_class_prefix = "GPB";
|
|
111
113
|
// 01:30 UTC on January 15, 2017.
|
112
114
|
//
|
113
115
|
// In JavaScript, one can convert a Date object to this format using the
|
114
|
-
// standard [toISOString()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toISOString
|
116
|
+
// standard [toISOString()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toISOString)
|
115
117
|
// method. In Python, a standard `datetime.datetime` object can be converted
|
116
118
|
// to this format using [`strftime`](https://docs.python.org/2/library/time.html#time.strftime)
|
117
119
|
// with the time format spec '%Y-%m-%dT%H:%M:%S.%fZ'. Likewise, in Java, one
|
118
120
|
// can use the Joda Time's [`ISODateTimeFormat.dateTime()`](
|
119
|
-
// http://www.joda.org/joda-time/apidocs/org/joda/time/format/ISODateTimeFormat.html#dateTime
|
121
|
+
// http://www.joda.org/joda-time/apidocs/org/joda/time/format/ISODateTimeFormat.html#dateTime%2D%2D
|
120
122
|
// ) to obtain a formatter capable of generating timestamps in this format.
|
121
123
|
//
|
122
124
|
//
|
@@ -32,6 +32,11 @@
|
|
32
32
|
// for embedding primitives in the `google.protobuf.Any` type and for places
|
33
33
|
// where we need to distinguish between the absence of a primitive
|
34
34
|
// typed field and its default value.
|
35
|
+
//
|
36
|
+
// These wrappers have no meaningful use within repeated fields as they lack
|
37
|
+
// the ability to detect presence on individual elements.
|
38
|
+
// These wrappers have no meaningful use within a map or a oneof since
|
39
|
+
// individual entries of a map or fields of a oneof can already detect presence.
|
35
40
|
|
36
41
|
syntax = "proto3";
|
37
42
|
|
Binary file
|
data/bin/x86_64-macos/protoc
CHANGED
Binary file
|
@@ -121,7 +121,8 @@ option objc_class_prefix = "GPB";
|
|
121
121
|
//
|
122
122
|
message Any {
|
123
123
|
// A URL/resource name that uniquely identifies the type of the serialized
|
124
|
-
// protocol buffer message.
|
124
|
+
// protocol buffer message. This string must contain at least
|
125
|
+
// one "/" character. The last segment of the URL's path must represent
|
125
126
|
// the fully qualified name of the type (as in
|
126
127
|
// `path/google.protobuf.Duration`). The name should be in a canonical form
|
127
128
|
// (e.g., leading "." is not accepted).
|
@@ -38,6 +38,7 @@ option java_outer_classname = "FieldMaskProto";
|
|
38
38
|
option java_multiple_files = true;
|
39
39
|
option objc_class_prefix = "GPB";
|
40
40
|
option go_package = "google.golang.org/genproto/protobuf/field_mask;field_mask";
|
41
|
+
option cc_enable_arenas = true;
|
41
42
|
|
42
43
|
// `FieldMask` represents a set of symbolic field paths, for example:
|
43
44
|
//
|
@@ -107,57 +108,49 @@ option go_package = "google.golang.org/genproto/protobuf/field_mask;field_mask";
|
|
107
108
|
// describe the updated values, the API ignores the values of all
|
108
109
|
// fields not covered by the mask.
|
109
110
|
//
|
110
|
-
// If a repeated field is specified for an update operation,
|
111
|
-
//
|
112
|
-
//
|
113
|
-
// string.
|
111
|
+
// If a repeated field is specified for an update operation, new values will
|
112
|
+
// be appended to the existing repeated field in the target resource. Note that
|
113
|
+
// a repeated field is only allowed in the last position of a `paths` string.
|
114
114
|
//
|
115
115
|
// If a sub-message is specified in the last position of the field mask for an
|
116
|
-
// update operation, then the existing sub-message
|
117
|
-
//
|
116
|
+
// update operation, then new value will be merged into the existing sub-message
|
117
|
+
// in the target resource.
|
118
|
+
//
|
119
|
+
// For example, given the target message:
|
118
120
|
//
|
119
121
|
// f {
|
120
122
|
// b {
|
121
|
-
// d
|
122
|
-
// x
|
123
|
+
// d: 1
|
124
|
+
// x: 2
|
123
125
|
// }
|
124
|
-
// c
|
126
|
+
// c: [1]
|
125
127
|
// }
|
126
128
|
//
|
127
129
|
// And an update message:
|
128
130
|
//
|
129
131
|
// f {
|
130
132
|
// b {
|
131
|
-
// d
|
133
|
+
// d: 10
|
132
134
|
// }
|
135
|
+
// c: [2]
|
133
136
|
// }
|
134
137
|
//
|
135
138
|
// then if the field mask is:
|
136
139
|
//
|
137
|
-
// paths: "f.b"
|
140
|
+
// paths: ["f.b", "f.c"]
|
138
141
|
//
|
139
142
|
// then the result will be:
|
140
143
|
//
|
141
144
|
// f {
|
142
145
|
// b {
|
143
|
-
// d
|
146
|
+
// d: 10
|
147
|
+
// x: 2
|
144
148
|
// }
|
145
|
-
// c
|
149
|
+
// c: [1, 2]
|
146
150
|
// }
|
147
151
|
//
|
148
|
-
//
|
149
|
-
//
|
150
|
-
// paths: "f.b.d"
|
151
|
-
//
|
152
|
-
// then the result would be:
|
153
|
-
//
|
154
|
-
// f {
|
155
|
-
// b {
|
156
|
-
// d : 10
|
157
|
-
// x : 2
|
158
|
-
// }
|
159
|
-
// c : 1
|
160
|
-
// }
|
152
|
+
// An implementation may provide options to override this default behavior for
|
153
|
+
// repeated and message fields.
|
161
154
|
//
|
162
155
|
// In order to reset a field's value to the default, the field must
|
163
156
|
// be in the mask and set to the default value in the provided resource.
|
@@ -40,17 +40,19 @@ option java_outer_classname = "TimestampProto";
|
|
40
40
|
option java_multiple_files = true;
|
41
41
|
option objc_class_prefix = "GPB";
|
42
42
|
|
43
|
-
// A Timestamp represents a point in time independent of any time zone
|
44
|
-
//
|
45
|
-
// nanosecond resolution
|
46
|
-
//
|
47
|
-
// backwards to year one.
|
48
|
-
//
|
49
|
-
//
|
50
|
-
//
|
51
|
-
//
|
52
|
-
//
|
53
|
-
//
|
43
|
+
// A Timestamp represents a point in time independent of any time zone or local
|
44
|
+
// calendar, encoded as a count of seconds and fractions of seconds at
|
45
|
+
// nanosecond resolution. The count is relative to an epoch at UTC midnight on
|
46
|
+
// January 1, 1970, in the proleptic Gregorian calendar which extends the
|
47
|
+
// Gregorian calendar backwards to year one.
|
48
|
+
//
|
49
|
+
// All minutes are 60 seconds long. Leap seconds are "smeared" so that no leap
|
50
|
+
// second table is needed for interpretation, using a [24-hour linear
|
51
|
+
// smear](https://developers.google.com/time/smear).
|
52
|
+
//
|
53
|
+
// The range is from 0001-01-01T00:00:00Z to 9999-12-31T23:59:59.999999999Z. By
|
54
|
+
// restricting to that range, we ensure that we can convert to and from [RFC
|
55
|
+
// 3339](https://www.ietf.org/rfc/rfc3339.txt) date strings.
|
54
56
|
//
|
55
57
|
// # Examples
|
56
58
|
//
|
@@ -111,12 +113,12 @@ option objc_class_prefix = "GPB";
|
|
111
113
|
// 01:30 UTC on January 15, 2017.
|
112
114
|
//
|
113
115
|
// In JavaScript, one can convert a Date object to this format using the
|
114
|
-
// standard [toISOString()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toISOString
|
116
|
+
// standard [toISOString()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toISOString)
|
115
117
|
// method. In Python, a standard `datetime.datetime` object can be converted
|
116
118
|
// to this format using [`strftime`](https://docs.python.org/2/library/time.html#time.strftime)
|
117
119
|
// with the time format spec '%Y-%m-%dT%H:%M:%S.%fZ'. Likewise, in Java, one
|
118
120
|
// can use the Joda Time's [`ISODateTimeFormat.dateTime()`](
|
119
|
-
// http://www.joda.org/joda-time/apidocs/org/joda/time/format/ISODateTimeFormat.html#dateTime
|
121
|
+
// http://www.joda.org/joda-time/apidocs/org/joda/time/format/ISODateTimeFormat.html#dateTime%2D%2D
|
120
122
|
// ) to obtain a formatter capable of generating timestamps in this format.
|
121
123
|
//
|
122
124
|
//
|
@@ -32,6 +32,11 @@
|
|
32
32
|
// for embedding primitives in the `google.protobuf.Any` type and for places
|
33
33
|
// where we need to distinguish between the absence of a primitive
|
34
34
|
// typed field and its default value.
|
35
|
+
//
|
36
|
+
// These wrappers have no meaningful use within repeated fields as they lack
|
37
|
+
// the ability to detect presence on individual elements.
|
38
|
+
// These wrappers have no meaningful use within a map or a oneof since
|
39
|
+
// individual entries of a map or fields of a oneof can already detect presence.
|
35
40
|
|
36
41
|
syntax = "proto3";
|
37
42
|
|
Binary file
|
Binary file
|
data/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: grpc-tools
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.20.0.pre1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- grpc Authors
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-04-01 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: protoc and the Ruby gRPC protoc plugin
|
14
14
|
email: grpc-io@googlegroups.com
|
@@ -122,12 +122,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
122
122
|
version: '0'
|
123
123
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
124
124
|
requirements:
|
125
|
-
- - "
|
125
|
+
- - ">"
|
126
126
|
- !ruby/object:Gem::Version
|
127
|
-
version:
|
127
|
+
version: 1.3.1
|
128
128
|
requirements: []
|
129
129
|
rubyforge_project:
|
130
|
-
rubygems_version: 2.7.
|
130
|
+
rubygems_version: 2.7.9
|
131
131
|
signing_key:
|
132
132
|
specification_version: 4
|
133
133
|
summary: Development tools for Ruby gRPC
|