Home
last modified time | relevance | path

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

/tools/acloud/internal/lib/
Dgcompute_client_test.py1288 self.compute_client.SetInstanceMetadata = mock.MagicMock(
1296 self.compute_client.SetInstanceMetadata.assert_called_with(
1328 self.compute_client.SetInstanceMetadata.assert_called_with(
Dgcompute_client.py1546 def SetInstanceMetadata(self, zone, instance, body): member in ComputeClient
1714 self.SetInstanceMetadata(zone, instance, metadata)