Home
last modified time | relevance | path

Searched refs:messages (Results 1 – 15 of 15) sorted by relevance

/tonic/examples/proto/googleapis/google/pubsub/v1/
H A Dpubsub.proto39 // messages to a topic.
72 option (google.api.method_signature) = "topic,messages";
158 // The encoding of messages validated against `schema`.
188 // to messages published on this topic.
274 // Required. The messages to publish.
654 // will pull and ack messages using API methods.
1124 // stops sending more messages. The sending of messages resumes once the
1135 // server will stop sending more messages. The sending of messages resumes
1145 // messages from the server to the client.
1147 // Received Pub/Sub messages. This will not be empty.
[all …]
H A Dschema.proto271 // The encoding expected for messages
278 // Possible encoding types for messages.
/tonic/tonic/src/codec/
H A Dprost.rs228 let messages = std::iter::repeat_with(move || Ok::<_, Status>(msg.clone())).take(10000); in encode() localVariable
229 let source = tokio_stream::iter(messages); in encode()
250 let messages = std::iter::once(Ok::<_, Status>(msg)); in encode_max_message_size_exceeded() localVariable
251 let source = tokio_stream::iter(messages); in encode_max_message_size_exceeded()
287 let messages = std::iter::once(Ok::<_, Status>(msg)); in encode_too_big() localVariable
288 let source = tokio_stream::iter(messages); in encode_too_big()
/tonic/examples/proto/googleapis/google/api/
H A Dhttp.proto72 // get: "/v1/{name=messages/*}"
87 // `GET /v1/messages/123456` | `GetMessage(name: "messages/123456")`
96 // get:"/v1/messages/{message_id}"
113 // `GET /v1/messages/123456?revision=2&sub.subfield=foo` |
131 // patch: "/v1/messages/{message_id}"
147 // `PATCH /v1/messages/123456 { "text": "Hi!" }` | `UpdateMessage(message_id:
158 // patch: "/v1/messages/{message_id}"
188 // get: "/v1/messages/{message_id}"
190 // get: "/v1/users/{user_id}/messages/{message_id}"
204 // `GET /v1/messages/123456` | `GetMessage(message_id: "123456")`
[all …]
H A Dfield_behavior.proto29 // in protobuf messages.
/tonic/interop/proto/grpc/testing/
H A Dempty.proto20 // messages in your project. A typical example is to use it as argument or the
H A Dtest.proto21 import "messages.proto";
/tonic/tonic/benches-disabled/proto/diverse_types/
H A Ddiverse_types.proto1 // Benchmark messages for proto3.
/tonic/tonic-reflection/proto/
H A Dreflection_v1alpha.proto97 // Serialized FileDescriptorProto messages sent by the server answering
101 // Serialized FileDescriptorProto messages. We avoid taking a dependency on
H A Dreflection_v1.proto107 // Serialized FileDescriptorProto messages sent by the server answering
111 // Serialized FileDescriptorProto messages. We avoid taking a dependency on
/tonic/tonic-types/proto/
H A Dstatus.proto44 // A list of messages that carry the error details. There is a common set of
/tonic/examples/
H A Drouteguide-tutorial.md116 to read a sequence of messages back. The client reads from the returned stream until there are
117 no more messages. As you can see in our example, you specify a server-side streaming method by
127 - A *client-side streaming RPC* where the client writes a sequence of messages and sends them to
128 the server. Once the client has finished writing the messages, it waits for the server to read them
137 - A *bidirectional streaming RPC* where both sides send a sequence of messages. The two streams
139 order they like: for example, the server could wait to receive all the client messages before
141 combination of reads and writes. The order of messages in each stream is preserved. You specify
683 no more messages left in the stream.
H A Dhelloworld-tutorial.md63 …es we used above in our `SayHello` RPC method. RPC types are defined as messages which contain typ…
/tonic/tonic-types/
H A DREADME.md112 vector of standard error messages that will be generated or that was received,
/tonic/
H A DCHANGELOG.md67 * **tonic:** flush accumulated ready messages when status received ([#1756](https://github.com/hype…
112 * **web:** Buffer incomplete messages ([#1528](https://github.com/hyperium/tonic/issues/1528)) ([fe…
127 * **core:** amortize many ready messages into fewer, larger buffers ([#1423](https://github.com/hyp…