Searched defs:alpha_compute (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/grpc-grpc/tools/run_tests/ |
H A D | run_xds_tests.py | 3856 def __init__(self, compute, alpha_compute, project, project_num): argument 3883 alpha_compute = None variable 3891 alpha_compute = googleapiclient.discovery.build_from_document( variable 3897 alpha_compute = googleapiclient.discovery.build("compute", "alpha") variable
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/ |
D | run_xds_tests.py | 3170 def __init__(self, compute, alpha_compute, project, project_num): argument 3193 alpha_compute = None variable 3200 alpha_compute = googleapiclient.discovery.build_from_document( variable 3205 alpha_compute = googleapiclient.discovery.build('compute', 'alpha') variable
|