Home
last modified time | relevance | path

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

/tools/acloud/internal/lib/
Dgcompute_client_test.py60 REGION = "fake-region" variable in ComputeClientTest
108 elif operation_scope == gcompute_client.OperationScope.REGION:
142 {"status": "GOOD"}, gcompute_client.OperationScope.REGION)
145 gcompute_client.OperationScope.REGION, self.REGION)
147 project=PROJECT, operation=self.OPERATION_NAME, region=self.REGION)
169 operation_scope=gcompute_client.OperationScope.REGION,
170 scope_name=self.REGION)
178 operation_scope=gcompute_client.OperationScope.REGION,
179 scope_name=self.REGION)
Dgcompute_client.py78 REGION = "region" variable in OperationScope
170 elif operation_scope == OperationScope.REGION: