Home
last modified time | relevance | path

Searched defs:BackendServiceProtocol (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/framework/infrastructure/
Dtraffic_director.py30 BackendServiceProtocol = _ComputeV1.BackendServiceProtocol variable
125 backend_protocol: Optional[BackendServiceProtocol] = _BackendGRPC,
134 protocol: Optional[BackendServiceProtocol] = _BackendGRPC,
196 protocol: Optional[BackendServiceProtocol] = _BackendGRPC,
276 self, protocol: Optional[BackendServiceProtocol] = _BackendGRPC):
334 self, protocol: Optional[BackendServiceProtocol] = _BackendGRPC):
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/framework/infrastructure/gcp/
Dcompute.py54 class BackendServiceProtocol(enum.Enum): class in ComputeV1
123 protocol: Optional[BackendServiceProtocol] = None,