mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-25 11:07:17 +08:00
types-protobuf: Bump the rev of protobuf supported to 4.21.8 (#8937)
This commit is contained in:
@@ -1211,8 +1211,8 @@ class UninterpretedOption(google.protobuf.message.Message):
|
||||
"""The name of the uninterpreted option. Each string represents a segment in
|
||||
a dot-separated name. is_extension is true iff a segment represents an
|
||||
extension (denoted with parentheses in options specs in .proto files).
|
||||
E.g.,{ ["foo", false], ["bar.baz", true], ["qux", false] } represents
|
||||
"foo.(bar.baz).qux".
|
||||
E.g.,{ ["foo", false], ["bar.baz", true], ["moo", false] } represents
|
||||
"foo.(bar.baz).moo".
|
||||
"""
|
||||
|
||||
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
||||
@@ -1344,13 +1344,13 @@ class SourceCodeInfo(google.protobuf.message.Message):
|
||||
// Comment attached to baz.
|
||||
// Another line attached to baz.
|
||||
|
||||
// Comment attached to qux.
|
||||
// Comment attached to moo.
|
||||
//
|
||||
// Another line attached to qux.
|
||||
optional double qux = 4;
|
||||
// Another line attached to moo.
|
||||
optional double moo = 4;
|
||||
|
||||
// Detached comment for corge. This is not leading or trailing comments
|
||||
// to qux or corge because there are blank lines separating it from
|
||||
// to moo or corge because there are blank lines separating it from
|
||||
// both.
|
||||
|
||||
// Detached comment for corge paragraph 2.
|
||||
|
||||
@@ -44,8 +44,6 @@ class Empty(google.protobuf.message.Message):
|
||||
service Foo {
|
||||
rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty);
|
||||
}
|
||||
|
||||
The JSON representation for `Empty` is empty JSON object `{}`.
|
||||
"""
|
||||
|
||||
DESCRIPTOR: google.protobuf.descriptor.Descriptor
|
||||
|
||||
Reference in New Issue
Block a user