Searched refs:v1alpha (Results 1 – 6 of 6) sorted by relevance
9 use tonic_reflection::pb::{v1, v1alpha};38 let response = make_v1alpha_request(v1alpha::ServerReflectionRequest { in test_v1alpha()41 v1alpha::server_reflection_request::MessageRequest::ListServices(String::new()), in test_v1alpha()46 if let v1alpha::server_reflection_response::MessageResponse::ListServicesResponse(services) = in test_v1alpha()51 vec![v1alpha::ServiceResponse { in test_v1alpha()118 request: v1alpha::ServerReflectionRequest, in make_v1alpha_request()119 ) -> v1alpha::server_reflection_response::MessageResponse { in make_v1alpha_request()147 let mut client = v1alpha::server_reflection_client::ServerReflectionClient::new(conn); in make_v1alpha_request()
8 use crate::pb::v1alpha::server_reflection_request::MessageRequest;9 use crate::pb::v1alpha::server_reflection_response::MessageResponse;10 pub use crate::pb::v1alpha::server_reflection_server::{ServerReflection, ServerReflectionServer};11 use crate::pb::v1alpha::{
15 pub mod v1alpha; module97 ) -> Result<v1alpha::ServerReflectionServer<impl v1alpha::ServerReflection>, Error> { in build_v1alpha()100 self.register_encoded_file_descriptor_set(crate::pb::v1alpha::FILE_DESCRIPTOR_SET); in build_v1alpha()103 Ok(v1alpha::ServerReflectionServer::new( in build_v1alpha()104 v1alpha::ReflectionService::from(ReflectionServiceState::new( in build_v1alpha()
57 pub mod v1alpha { module
19 package grpc.reflection.v1alpha;
29 * **reflection:** add back support for v1alpha reflection protocol (#1888)