Home
last modified time | relevance | path

Searched refs:REGION (Results 1 – 2 of 2) sorted by relevance

/tools/acloud/internal/lib/
Dgcompute_client_test.py56 REGION = "fake-region" variable in ComputeClientTest
104 elif operation_scope == gcompute_client.OperationScope.REGION:
138 {"status": "GOOD"}, gcompute_client.OperationScope.REGION)
141 gcompute_client.OperationScope.REGION, self.REGION)
143 project=PROJECT, operation=self.OPERATION_NAME, region=self.REGION)
164 operation_scope=gcompute_client.OperationScope.REGION,
165 scope_name=self.REGION)
173 operation_scope=gcompute_client.OperationScope.REGION,
174 scope_name=self.REGION)
Dgcompute_client.py62 REGION = "region" variable in OperationScope
153 elif operation_scope == OperationScope.REGION: