Home
last modified time | relevance | path

Searched defs:grpc_method (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/googleapis/google/cloud/networkservices/v1/
H A Dgrpc_route.proto66 string grpc_method = 3 [(google.api.field_behavior) = REQUIRED]; field
/aosp_15_r20/tools/netsim/src/frontend/
H A Dfrontend_client.cc217 frontend::GrpcMethod const &grpc_method, in SendGrpc()
/aosp_15_r20/tools/netsim/rust/cli/src/
H A Dlib.rs188 let grpc_method = args.command.grpc_method(); in rust_main() localVariable
H A Drequests.rs20 pub fn grpc_method(&self) -> GrpcMethod { in grpc_method() method