massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / protobuf / google / protobuf / empty_pb2.pyi
1 """
2 @generated by mypy-protobuf.  Do not edit manually!
3 isort:skip_file
4 """
5 import google.protobuf.descriptor
6 import google.protobuf.message
7
8 DESCRIPTOR: google.protobuf.descriptor.FileDescriptor = ...
9
10 class Empty(google.protobuf.message.Message):
11     """A generic empty message that you can re-use to avoid defining duplicated
12     empty messages in your APIs. A typical example is to use it as the request
13     or the response type of an API method. For instance:
14
15         service Foo {
16           rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty);
17         }
18
19     The JSON representation for `Empty` is empty JSON object `{}`.
20     """
21     DESCRIPTOR: google.protobuf.descriptor.Descriptor = ...
22     def __init__(self,
23         ) -> None: ...
24 global___Empty = Empty