Searched defs:grpc_method (Results 1 – 4 of 4) sorted by relevance
66 string grpc_method = 3 [(google.api.field_behavior) = REQUIRED]; field
217 frontend::GrpcMethod const &grpc_method, in SendGrpc()
188 let grpc_method = args.command.grpc_method(); in rust_main() localVariable
20 pub fn grpc_method(&self) -> GrpcMethod { in grpc_method() method