Home
last modified time | relevance | path

Searched refs:protobuf (Results 1 – 25 of 27) sorted by relevance

12

/tonic/tests/wellknown-compiled/proto/
H A Dgoogle.proto3 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 Dtest.proto4 import "google/protobuf/empty.proto";
10 rpc Call(Input) returns (google.protobuf.Empty);
/tonic/tests/wellknown/proto/
H A Dwellknown.proto5 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 Dtest.proto5 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 Dtest_default.proto5 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 Dtest.proto5 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 Dlib.rs3 pub mod protobuf { module
14 let _any = crate::gen::google::protobuf::Any { in grok()
/tonic/tests/service_named_result/proto/
H A Dresult.proto3 import "google/protobuf/empty.proto";
8 rpc Listen(google.protobuf.Empty) returns (Reply) {}
/tonic/tonic-types/
H A DCargo.toml8 A collection of useful protobuf types that can be used with `tonic`.
13 keywords = ["rpc", "grpc", "protobuf"]
H A DREADME.md3 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 Dfield_behavior.proto19 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 Dannotations.proto20 import "google/protobuf/descriptor.proto";
28 extend google.protobuf.MethodOptions {
H A Dclient.proto19 import "google/protobuf/descriptor.proto";
27 extend google.protobuf.MethodOptions {
66 extend google.protobuf.ServiceOptions {
H A Dresource.proto19 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 Ddiverse_types.proto2 // Pinched from the protobuf benchmarks
7 option java_package = "com.google.protobuf.benchmarks";
/tonic/examples/
H A DREADME.md12 sudo apt install -y protobuf-compiler libprotobuf-dev
18 sudo apk add protoc protobuf-dev
26 brew install protobuf
H A Dhelloworld-tutorial.md98 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 DREADME.md21 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 Dstatus.proto19 import "google/protobuf/any.proto";
46 repeated google.protobuf.Any details = 3;
/tonic/tonic-build/
H A DCargo.toml10 keywords = ["rpc", "grpc", "async", "codegen", "protobuf"]
/tonic/examples/src/gcp/
H A DREADME.md4 gRPC protobuf specification. This will use an OAuth token and TLS to
/tonic/examples/proto/googleapis/google/pubsub/v1/
H A Dpubsub.proto23 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 Dschema.proto23 import "google/protobuf/empty.proto";
70 rpc DeleteSchema(DeleteSchemaRequest) returns (google.protobuf.Empty) {
/tonic/interop/proto/grpc/testing/
H A Dmessages.proto23 // import "google/protobuf/wrappers.proto";
45 // A protobuf representation for grpc status. This is used by test
/tonic/tonic/
H A DCargo.toml18 keywords = ["rpc", "grpc", "async", "futures", "protobuf"]

12