Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/framework/infrastructure/
Dtraffic_director.py27 BackendServiceProtocol = _ComputeV1.BackendServiceProtocol variable
87 backend_protocol: Optional[BackendServiceProtocol] = _BackendGRPC,
96 protocol: Optional[BackendServiceProtocol] = _BackendGRPC,
148 self, protocol: Optional[BackendServiceProtocol] = _BackendGRPC):
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/framework/infrastructure/gcp/
Dcompute.py50 class BackendServiceProtocol(enum.Enum): class in ComputeV1
87 protocol: Optional[BackendServiceProtocol] = None) -> GcpResource: