Home
last modified time | relevance | path

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

/tools/acloud/internal/lib/
Dgcompute_client_test.py59 REGION = "fake-region" variable in ComputeClientTest
107 elif operation_scope == gcompute_client.OperationScope.REGION:
141 {"status": "GOOD"}, gcompute_client.OperationScope.REGION)
144 gcompute_client.OperationScope.REGION, self.REGION)
146 project=PROJECT, operation=self.OPERATION_NAME, region=self.REGION)
168 operation_scope=gcompute_client.OperationScope.REGION,
169 scope_name=self.REGION)
177 operation_scope=gcompute_client.OperationScope.REGION,
178 scope_name=self.REGION)
Dgcompute_client.py76 REGION = "region" variable in OperationScope
168 elif operation_scope == OperationScope.REGION: