Home
last modified time | relevance | path

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

/tools/acloud/internal/lib/
Dgcompute_client_test.py1162 self.compute_client.SetInstanceMetadata = mock.MagicMock(
1170 self.compute_client.SetInstanceMetadata.assert_called_with(
1202 self.compute_client.SetInstanceMetadata.assert_called_with(
Dgcompute_client.py1382 def SetInstanceMetadata(self, zone, instance, body): member in ComputeClient
1475 self.SetInstanceMetadata(zone, instance, metadata)