Home
last modified time | relevance | path

Searched refs:v1 (Results 1 – 14 of 14) sorted by relevance

/tonic/tonic-reflection/tests/
H A Dversions.rs9 use tonic_reflection::pb::{v1, v1alpha};
14 let response = make_v1_request(v1::ServerReflectionRequest { in test_v1()
16 message_request: Some(v1::server_reflection_request::MessageRequest::ListServices( in test_v1()
22 if let v1::server_reflection_response::MessageResponse::ListServicesResponse(services) = in test_v1()
27 vec![v1::ServiceResponse { in test_v1()
61 request: v1::ServerReflectionRequest, in make_v1_request()
62 ) -> v1::server_reflection_response::MessageResponse { in make_v1_request()
90 let mut client = v1::server_reflection_client::ServerReflectionClient::new(conn); in make_v1_request()
H A Dserver.rs9 pb::v1::{
/tonic/tonic-build/
H A DREADME.md66 │   └── v1
78 &["proto/googleapis/google/pubsub/v1/pubsub.proto"],
87 tonic::include_proto!("google.pubsub.v1");
99 #[path = "google.pubsub.v1.rs"]
100 pub mod v1;
/tonic/tonic-reflection/src/server/
H A Dv1.rs8 use crate::pb::v1::server_reflection_request::MessageRequest;
9 use crate::pb::v1::server_reflection_response::MessageResponse;
10 pub use crate::pb::v1::server_reflection_server::{ServerReflection, ServerReflectionServer};
11 use crate::pb::v1::{
H A Dmod.rs13 pub mod v1; module
79 ) -> Result<v1::ServerReflectionServer<impl v1::ServerReflection>, Error> { in build_v1()
81 self = self.register_encoded_file_descriptor_set(crate::pb::v1::FILE_DESCRIPTOR_SET); in build_v1()
84 Ok(v1::ServerReflectionServer::new( in build_v1()
85 v1::ReflectionService::from(ReflectionServiceState::new( in build_v1()
/tonic/examples/proto/googleapis/google/pubsub/v1/
H A Dschema.proto17 package google.pubsub.v1;
27 option go_package = "google.golang.org/genproto/googleapis/pubsub/v1;pubsub";
30 option java_package = "com.google.pubsub.v1";
47 post: "/v1/{parent=projects/*}/schemas"
56 get: "/v1/{name=projects/*/schemas/*}"
64 get: "/v1/{parent=projects/*}/schemas"
72 delete: "/v1/{name=projects/*/schemas/*}"
80 post: "/v1/{parent=projects/*}/schemas:validate"
90 post: "/v1/{parent=projects/*}/schemas:validateMessage"
H A Dpubsub.proto17 package google.pubsub.v1;
27 import "google/pubsub/v1/schema.proto";
34 option java_package = "com.google.pubsub.v1";
50 put: "/v1/{name=projects/*/topics/*}"
60 patch: "/v1/{topic.name=projects/*/topics/*}"
78 get: "/v1/{topic=projects/*/topics/*}"
86 get: "/v1/{project=projects/*}/topics"
120 delete: "/v1/{topic=projects/*/topics/*}"
556 get: "/v1/{project=projects/*}/snapshots"
579 put: "/v1/{name=projects/*/snapshots/*}"
[all …]
/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}"
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")`
283 // - selector: example.v1.Messaging.GetMessage
[all …]
/tonic/tonic-health/proto/
H A Dhealth.proto16 // https://github.com/grpc/grpc-proto/blob/master/grpc/health/v1/health.proto
20 package grpc.health.v1;
26 option java_package = "io.grpc.health.v1";
/tonic/tonic-reflection/src/
H A Dlib.rs50 pub mod v1 { module
/tonic/examples/src/gcp/
H A DREADME.md8 select the `Cloud Pub/Sub API v1` and its urls as the scope. This will start
/tonic/tonic-reflection/proto/
H A Dreflection_v1.proto20 // https://github.com/grpc/grpc-proto/blob/master/grpc/reflection/v1/reflection.proto
24 package grpc.reflection.v1;
28 option java_package = "io.grpc.reflection.v1";
/tonic/tonic-types/proto/
H A Derror_details.proto202 // of the resource: e.g. "type.googleapis.com/google.pubsub.v1.Topic".
/tonic/
H A DCHANGELOG.md74 `tonic_reflection::pb::v1` code.
79 [v1.8.8]: https://github.com/fullstorydev/grpcurl/releases/tag/v1.8.8
80 [proto]: https://github.com/grpc/grpc/blob/master/src/proto/grpc/reflection/v1/reflection.proto