| /tonic/tests/wellknown-compiled/proto/ |
| H A D | google.proto | 3 package google.protobuf; 5 import "google/protobuf/any.proto"; 6 import "google/protobuf/api.proto"; 7 import "google/protobuf/descriptor.proto"; 8 import "google/protobuf/duration.proto"; 9 import "google/protobuf/empty.proto"; 10 import "google/protobuf/field_mask.proto"; 12 import "google/protobuf/struct.proto"; 13 import "google/protobuf/timestamp.proto"; 14 import "google/protobuf/type.proto"; [all …]
|
| H A D | test.proto | 4 import "google/protobuf/empty.proto"; 10 rpc Call(Input) returns (google.protobuf.Empty);
|
| /tonic/tests/wellknown/proto/ |
| H A D | wellknown.proto | 5 import "google/protobuf/empty.proto"; 6 import "google/protobuf/wrappers.proto"; 7 import "google/protobuf/any.proto"; 10 rpc EmptyCall(google.protobuf.Empty) returns (google.protobuf.Empty); 11 rpc StringCall(google.protobuf.StringValue) returns (google.protobuf.Empty); 12 rpc AnyCall(google.protobuf.Any) returns (google.protobuf.Empty);
|
| /tonic/tests/default_stubs/proto/ |
| H A D | test.proto | 5 import "google/protobuf/empty.proto"; 8 rpc Unary(google.protobuf.Empty) returns (google.protobuf.Empty); 9 rpc ServerStream(google.protobuf.Empty) returns (stream google.protobuf.Empty); 10 rpc ClientStream(stream google.protobuf.Empty) returns (google.protobuf.Empty); 11 rpc BidirectionalStream(stream google.protobuf.Empty) returns (stream google.protobuf.Empty);
|
| H A D | test_default.proto | 5 import "google/protobuf/empty.proto"; 8 rpc Unary(google.protobuf.Empty) returns (google.protobuf.Empty); 9 rpc ServerStream(google.protobuf.Empty) returns (stream google.protobuf.Empty); 10 rpc ClientStream(stream google.protobuf.Empty) returns (google.protobuf.Empty); 11 rpc BidirectionalStream(stream google.protobuf.Empty) returns (stream google.protobuf.Empty);
|
| /tonic/tests/compression/proto/ |
| H A D | test.proto | 5 import "google/protobuf/empty.proto"; 8 rpc CompressOutputUnary(google.protobuf.Empty) returns (SomeData); 9 rpc CompressInputUnary(SomeData) returns (google.protobuf.Empty); 10 rpc CompressOutputServerStream(google.protobuf.Empty) returns (stream SomeData); 11 rpc CompressInputClientStream(stream SomeData) returns (google.protobuf.Empty);
|
| /tonic/tests/wellknown-compiled/src/ |
| H A D | lib.rs | 3 pub mod protobuf { module 14 let _any = crate::gen::google::protobuf::Any { in grok()
|
| /tonic/tests/service_named_result/proto/ |
| H A D | result.proto | 3 import "google/protobuf/empty.proto"; 8 rpc Listen(google.protobuf.Empty) returns (Reply) {}
|
| /tonic/tonic-types/ |
| H A D | Cargo.toml | 8 A collection of useful protobuf types that can be used with `tonic`. 13 keywords = ["rpc", "grpc", "protobuf"]
|
| H A D | README.md | 3 A collection of useful protobuf types that can be used with `tonic`. 11 Useful protobuf types are available through the [`pb`] module. They can be
|
| /tonic/examples/proto/googleapis/google/api/ |
| H A D | field_behavior.proto | 19 import "google/protobuf/descriptor.proto"; 27 extend google.protobuf.FieldOptions { 29 // in protobuf messages. 35 // google.protobuf.Duration ttl = 1 37 // google.protobuf.Timestamp expire_time = 1
|
| H A D | annotations.proto | 20 import "google/protobuf/descriptor.proto"; 28 extend google.protobuf.MethodOptions {
|
| H A D | client.proto | 19 import "google/protobuf/descriptor.proto"; 27 extend google.protobuf.MethodOptions { 66 extend google.protobuf.ServiceOptions {
|
| H A D | resource.proto | 19 import "google/protobuf/descriptor.proto"; 28 extend google.protobuf.FieldOptions { 34 extend google.protobuf.FileOptions { 40 extend google.protobuf.MessageOptions { 49 // protobuf annotation or use in the service config), and associates the
|
| /tonic/tonic/benches-disabled/proto/diverse_types/ |
| H A D | diverse_types.proto | 2 // Pinched from the protobuf benchmarks 7 option java_package = "com.google.protobuf.benchmarks";
|
| /tonic/examples/ |
| H A D | README.md | 12 sudo apt install -y protobuf-compiler libprotobuf-dev 18 sudo apk add protoc protobuf-dev 26 brew install protobuf
|
| H A D | helloworld-tutorial.md | 98 Now that have defined the protobuf for our application we can start writing our application with To… 142 …need to import the things we will be using in our server, including the protobuf. Start by making … 318 At this point we have written our protobuf file, a build file to compile our protobufs, a server wh…
|
| /tonic/ |
| H A D | README.md | 21 contains the tools to build clients and servers from [`protobuf`] definitions. 50 [Protocol Buffers compiler]: https://protobuf.dev/downloads/ 103 [`protobuf`]: https://protobuf.dev/
|
| /tonic/tonic-types/proto/ |
| H A D | status.proto | 19 import "google/protobuf/any.proto"; 46 repeated google.protobuf.Any details = 3;
|
| /tonic/tonic-build/ |
| H A D | Cargo.toml | 10 keywords = ["rpc", "grpc", "async", "codegen", "protobuf"]
|
| /tonic/examples/src/gcp/ |
| H A D | README.md | 4 gRPC protobuf specification. This will use an OAuth token and TLS to
|
| /tonic/examples/proto/googleapis/google/pubsub/v1/ |
| H A D | pubsub.proto | 23 import "google/protobuf/duration.proto"; 24 import "google/protobuf/empty.proto"; 25 import "google/protobuf/field_mask.proto"; 26 import "google/protobuf/timestamp.proto"; 230 google.protobuf.Timestamp publish_time = 4; 261 google.protobuf.FieldMask update_mask = 2 463 returns (google.protobuf.Empty) { 476 returns (google.protobuf.Empty) { 529 returns (google.protobuf.Empty) { 809 google.protobuf.Duration ttl = 1; [all …]
|
| H A D | schema.proto | 23 import "google/protobuf/empty.proto"; 70 rpc DeleteSchema(DeleteSchemaRequest) returns (google.protobuf.Empty) {
|
| /tonic/interop/proto/grpc/testing/ |
| H A D | messages.proto | 23 // import "google/protobuf/wrappers.proto"; 45 // A protobuf representation for grpc status. This is used by test
|
| /tonic/tonic/ |
| H A D | Cargo.toml | 18 keywords = ["rpc", "grpc", "async", "futures", "protobuf"]
|