Documentation ¶
Index ¶
- type MockInterface
- func (_m *MockInterface) ConfigurePublicIPOnInstance(instance *compute.Instance) error
- func (_m *MockInterface) DeleteFirewallRule(projectID string, name string) error
- func (_m *MockInterface) DeletePublicIPOnInstance(instance *compute.Instance) error
- func (_m *MockInterface) EXPECT() *MockInterface_Expecter
- func (_m *MockInterface) GetFirewallRule(projectID string, name string) (*compute.Firewall, error)
- func (_m *MockInterface) GetInstance(zone string, instance string) (*compute.Instance, error)
- func (_m *MockInterface) InsertFirewallRule(projectID string, rule *compute.Firewall) error
- func (_m *MockInterface) InstanceHasPublicIP(instance *compute.Instance) (bool, error)
- func (_m *MockInterface) ListInstances(zone string) (*compute.InstanceList, error)
- func (_m *MockInterface) ListZones() (*compute.ZoneList, error)
- func (_m *MockInterface) UpdateFirewallRule(projectID string, name string, rule *compute.Firewall) error
- func (_m *MockInterface) UpdateInstanceNetworkTags(project string, zone string, instance string, tags *compute.Tags) error
- type MockInterface_ConfigurePublicIPOnInstance_Call
- func (_c *MockInterface_ConfigurePublicIPOnInstance_Call) Return(_a0 error) *MockInterface_ConfigurePublicIPOnInstance_Call
- func (_c *MockInterface_ConfigurePublicIPOnInstance_Call) Run(run func(instance *compute.Instance)) *MockInterface_ConfigurePublicIPOnInstance_Call
- func (_c *MockInterface_ConfigurePublicIPOnInstance_Call) RunAndReturn(run func(*compute.Instance) error) *MockInterface_ConfigurePublicIPOnInstance_Call
- type MockInterface_DeleteFirewallRule_Call
- func (_c *MockInterface_DeleteFirewallRule_Call) Return(_a0 error) *MockInterface_DeleteFirewallRule_Call
- func (_c *MockInterface_DeleteFirewallRule_Call) Run(run func(projectID string, name string)) *MockInterface_DeleteFirewallRule_Call
- func (_c *MockInterface_DeleteFirewallRule_Call) RunAndReturn(run func(string, string) error) *MockInterface_DeleteFirewallRule_Call
- type MockInterface_DeletePublicIPOnInstance_Call
- func (_c *MockInterface_DeletePublicIPOnInstance_Call) Return(_a0 error) *MockInterface_DeletePublicIPOnInstance_Call
- func (_c *MockInterface_DeletePublicIPOnInstance_Call) Run(run func(instance *compute.Instance)) *MockInterface_DeletePublicIPOnInstance_Call
- func (_c *MockInterface_DeletePublicIPOnInstance_Call) RunAndReturn(run func(*compute.Instance) error) *MockInterface_DeletePublicIPOnInstance_Call
- type MockInterface_Expecter
- func (_e *MockInterface_Expecter) ConfigurePublicIPOnInstance(instance interface{}) *MockInterface_ConfigurePublicIPOnInstance_Call
- func (_e *MockInterface_Expecter) DeleteFirewallRule(projectID interface{}, name interface{}) *MockInterface_DeleteFirewallRule_Call
- func (_e *MockInterface_Expecter) DeletePublicIPOnInstance(instance interface{}) *MockInterface_DeletePublicIPOnInstance_Call
- func (_e *MockInterface_Expecter) GetFirewallRule(projectID interface{}, name interface{}) *MockInterface_GetFirewallRule_Call
- func (_e *MockInterface_Expecter) GetInstance(zone interface{}, instance interface{}) *MockInterface_GetInstance_Call
- func (_e *MockInterface_Expecter) InsertFirewallRule(projectID interface{}, rule interface{}) *MockInterface_InsertFirewallRule_Call
- func (_e *MockInterface_Expecter) InstanceHasPublicIP(instance interface{}) *MockInterface_InstanceHasPublicIP_Call
- func (_e *MockInterface_Expecter) ListInstances(zone interface{}) *MockInterface_ListInstances_Call
- func (_e *MockInterface_Expecter) ListZones() *MockInterface_ListZones_Call
- func (_e *MockInterface_Expecter) UpdateFirewallRule(projectID interface{}, name interface{}, rule interface{}) *MockInterface_UpdateFirewallRule_Call
- func (_e *MockInterface_Expecter) UpdateInstanceNetworkTags(project interface{}, zone interface{}, instance interface{}, tags interface{}) *MockInterface_UpdateInstanceNetworkTags_Call
- type MockInterface_GetFirewallRule_Call
- func (_c *MockInterface_GetFirewallRule_Call) Return(_a0 *compute.Firewall, _a1 error) *MockInterface_GetFirewallRule_Call
- func (_c *MockInterface_GetFirewallRule_Call) Run(run func(projectID string, name string)) *MockInterface_GetFirewallRule_Call
- func (_c *MockInterface_GetFirewallRule_Call) RunAndReturn(run func(string, string) (*compute.Firewall, error)) *MockInterface_GetFirewallRule_Call
- type MockInterface_GetInstance_Call
- func (_c *MockInterface_GetInstance_Call) Return(_a0 *compute.Instance, _a1 error) *MockInterface_GetInstance_Call
- func (_c *MockInterface_GetInstance_Call) Run(run func(zone string, instance string)) *MockInterface_GetInstance_Call
- func (_c *MockInterface_GetInstance_Call) RunAndReturn(run func(string, string) (*compute.Instance, error)) *MockInterface_GetInstance_Call
- type MockInterface_InsertFirewallRule_Call
- func (_c *MockInterface_InsertFirewallRule_Call) Return(_a0 error) *MockInterface_InsertFirewallRule_Call
- func (_c *MockInterface_InsertFirewallRule_Call) Run(run func(projectID string, rule *compute.Firewall)) *MockInterface_InsertFirewallRule_Call
- func (_c *MockInterface_InsertFirewallRule_Call) RunAndReturn(run func(string, *compute.Firewall) error) *MockInterface_InsertFirewallRule_Call
- type MockInterface_InstanceHasPublicIP_Call
- func (_c *MockInterface_InstanceHasPublicIP_Call) Return(_a0 bool, _a1 error) *MockInterface_InstanceHasPublicIP_Call
- func (_c *MockInterface_InstanceHasPublicIP_Call) Run(run func(instance *compute.Instance)) *MockInterface_InstanceHasPublicIP_Call
- func (_c *MockInterface_InstanceHasPublicIP_Call) RunAndReturn(run func(*compute.Instance) (bool, error)) *MockInterface_InstanceHasPublicIP_Call
- type MockInterface_ListInstances_Call
- func (_c *MockInterface_ListInstances_Call) Return(_a0 *compute.InstanceList, _a1 error) *MockInterface_ListInstances_Call
- func (_c *MockInterface_ListInstances_Call) Run(run func(zone string)) *MockInterface_ListInstances_Call
- func (_c *MockInterface_ListInstances_Call) RunAndReturn(run func(string) (*compute.InstanceList, error)) *MockInterface_ListInstances_Call
- type MockInterface_ListZones_Call
- func (_c *MockInterface_ListZones_Call) Return(_a0 *compute.ZoneList, _a1 error) *MockInterface_ListZones_Call
- func (_c *MockInterface_ListZones_Call) Run(run func()) *MockInterface_ListZones_Call
- func (_c *MockInterface_ListZones_Call) RunAndReturn(run func() (*compute.ZoneList, error)) *MockInterface_ListZones_Call
- type MockInterface_UpdateFirewallRule_Call
- func (_c *MockInterface_UpdateFirewallRule_Call) Return(_a0 error) *MockInterface_UpdateFirewallRule_Call
- func (_c *MockInterface_UpdateFirewallRule_Call) Run(run func(projectID string, name string, rule *compute.Firewall)) *MockInterface_UpdateFirewallRule_Call
- func (_c *MockInterface_UpdateFirewallRule_Call) RunAndReturn(run func(string, string, *compute.Firewall) error) *MockInterface_UpdateFirewallRule_Call
- type MockInterface_UpdateInstanceNetworkTags_Call
- func (_c *MockInterface_UpdateInstanceNetworkTags_Call) Return(_a0 error) *MockInterface_UpdateInstanceNetworkTags_Call
- func (_c *MockInterface_UpdateInstanceNetworkTags_Call) Run(run func(project string, zone string, instance string, tags *compute.Tags)) *MockInterface_UpdateInstanceNetworkTags_Call
- func (_c *MockInterface_UpdateInstanceNetworkTags_Call) RunAndReturn(run func(string, string, string, *compute.Tags) error) *MockInterface_UpdateInstanceNetworkTags_Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockInterface ¶
MockInterface is an autogenerated mock type for the Interface type
func NewMockInterface ¶
func NewMockInterface(t interface { mock.TestingT Cleanup(func()) }) *MockInterface
NewMockInterface creates a new instance of MockInterface. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*MockInterface) ConfigurePublicIPOnInstance ¶
func (_m *MockInterface) ConfigurePublicIPOnInstance(instance *compute.Instance) error
ConfigurePublicIPOnInstance provides a mock function with given fields: instance
func (*MockInterface) DeleteFirewallRule ¶
func (_m *MockInterface) DeleteFirewallRule(projectID string, name string) error
DeleteFirewallRule provides a mock function with given fields: projectID, name
func (*MockInterface) DeletePublicIPOnInstance ¶
func (_m *MockInterface) DeletePublicIPOnInstance(instance *compute.Instance) error
DeletePublicIPOnInstance provides a mock function with given fields: instance
func (*MockInterface) EXPECT ¶
func (_m *MockInterface) EXPECT() *MockInterface_Expecter
func (*MockInterface) GetFirewallRule ¶
GetFirewallRule provides a mock function with given fields: projectID, name
func (*MockInterface) GetInstance ¶
GetInstance provides a mock function with given fields: zone, instance
func (*MockInterface) InsertFirewallRule ¶
func (_m *MockInterface) InsertFirewallRule(projectID string, rule *compute.Firewall) error
InsertFirewallRule provides a mock function with given fields: projectID, rule
func (*MockInterface) InstanceHasPublicIP ¶
func (_m *MockInterface) InstanceHasPublicIP(instance *compute.Instance) (bool, error)
InstanceHasPublicIP provides a mock function with given fields: instance
func (*MockInterface) ListInstances ¶
func (_m *MockInterface) ListInstances(zone string) (*compute.InstanceList, error)
ListInstances provides a mock function with given fields: zone
func (*MockInterface) ListZones ¶
func (_m *MockInterface) ListZones() (*compute.ZoneList, error)
ListZones provides a mock function with given fields:
func (*MockInterface) UpdateFirewallRule ¶
func (_m *MockInterface) UpdateFirewallRule(projectID string, name string, rule *compute.Firewall) error
UpdateFirewallRule provides a mock function with given fields: projectID, name, rule
func (*MockInterface) UpdateInstanceNetworkTags ¶
func (_m *MockInterface) UpdateInstanceNetworkTags(project string, zone string, instance string, tags *compute.Tags) error
UpdateInstanceNetworkTags provides a mock function with given fields: project, zone, instance, tags
type MockInterface_ConfigurePublicIPOnInstance_Call ¶ added in v0.19.0
MockInterface_ConfigurePublicIPOnInstance_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ConfigurePublicIPOnInstance'
func (*MockInterface_ConfigurePublicIPOnInstance_Call) Return ¶ added in v0.19.0
func (_c *MockInterface_ConfigurePublicIPOnInstance_Call) Return(_a0 error) *MockInterface_ConfigurePublicIPOnInstance_Call
func (*MockInterface_ConfigurePublicIPOnInstance_Call) Run ¶ added in v0.19.0
func (_c *MockInterface_ConfigurePublicIPOnInstance_Call) Run(run func(instance *compute.Instance)) *MockInterface_ConfigurePublicIPOnInstance_Call
func (*MockInterface_ConfigurePublicIPOnInstance_Call) RunAndReturn ¶ added in v0.19.0
func (_c *MockInterface_ConfigurePublicIPOnInstance_Call) RunAndReturn(run func(*compute.Instance) error) *MockInterface_ConfigurePublicIPOnInstance_Call
type MockInterface_DeleteFirewallRule_Call ¶ added in v0.19.0
MockInterface_DeleteFirewallRule_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteFirewallRule'
func (*MockInterface_DeleteFirewallRule_Call) Return ¶ added in v0.19.0
func (_c *MockInterface_DeleteFirewallRule_Call) Return(_a0 error) *MockInterface_DeleteFirewallRule_Call
func (*MockInterface_DeleteFirewallRule_Call) Run ¶ added in v0.19.0
func (_c *MockInterface_DeleteFirewallRule_Call) Run(run func(projectID string, name string)) *MockInterface_DeleteFirewallRule_Call
func (*MockInterface_DeleteFirewallRule_Call) RunAndReturn ¶ added in v0.19.0
func (_c *MockInterface_DeleteFirewallRule_Call) RunAndReturn(run func(string, string) error) *MockInterface_DeleteFirewallRule_Call
type MockInterface_DeletePublicIPOnInstance_Call ¶ added in v0.19.0
MockInterface_DeletePublicIPOnInstance_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeletePublicIPOnInstance'
func (*MockInterface_DeletePublicIPOnInstance_Call) Return ¶ added in v0.19.0
func (_c *MockInterface_DeletePublicIPOnInstance_Call) Return(_a0 error) *MockInterface_DeletePublicIPOnInstance_Call
func (*MockInterface_DeletePublicIPOnInstance_Call) Run ¶ added in v0.19.0
func (_c *MockInterface_DeletePublicIPOnInstance_Call) Run(run func(instance *compute.Instance)) *MockInterface_DeletePublicIPOnInstance_Call
func (*MockInterface_DeletePublicIPOnInstance_Call) RunAndReturn ¶ added in v0.19.0
func (_c *MockInterface_DeletePublicIPOnInstance_Call) RunAndReturn(run func(*compute.Instance) error) *MockInterface_DeletePublicIPOnInstance_Call
type MockInterface_Expecter ¶ added in v0.19.0
type MockInterface_Expecter struct {
// contains filtered or unexported fields
}
func (*MockInterface_Expecter) ConfigurePublicIPOnInstance ¶ added in v0.19.0
func (_e *MockInterface_Expecter) ConfigurePublicIPOnInstance(instance interface{}) *MockInterface_ConfigurePublicIPOnInstance_Call
ConfigurePublicIPOnInstance is a helper method to define mock.On call
- instance *compute.Instance
func (*MockInterface_Expecter) DeleteFirewallRule ¶ added in v0.19.0
func (_e *MockInterface_Expecter) DeleteFirewallRule(projectID interface{}, name interface{}) *MockInterface_DeleteFirewallRule_Call
DeleteFirewallRule is a helper method to define mock.On call
- projectID string
- name string
func (*MockInterface_Expecter) DeletePublicIPOnInstance ¶ added in v0.19.0
func (_e *MockInterface_Expecter) DeletePublicIPOnInstance(instance interface{}) *MockInterface_DeletePublicIPOnInstance_Call
DeletePublicIPOnInstance is a helper method to define mock.On call
- instance *compute.Instance
func (*MockInterface_Expecter) GetFirewallRule ¶ added in v0.19.0
func (_e *MockInterface_Expecter) GetFirewallRule(projectID interface{}, name interface{}) *MockInterface_GetFirewallRule_Call
GetFirewallRule is a helper method to define mock.On call
- projectID string
- name string
func (*MockInterface_Expecter) GetInstance ¶ added in v0.19.0
func (_e *MockInterface_Expecter) GetInstance(zone interface{}, instance interface{}) *MockInterface_GetInstance_Call
GetInstance is a helper method to define mock.On call
- zone string
- instance string
func (*MockInterface_Expecter) InsertFirewallRule ¶ added in v0.19.0
func (_e *MockInterface_Expecter) InsertFirewallRule(projectID interface{}, rule interface{}) *MockInterface_InsertFirewallRule_Call
InsertFirewallRule is a helper method to define mock.On call
- projectID string
- rule *compute.Firewall
func (*MockInterface_Expecter) InstanceHasPublicIP ¶ added in v0.19.0
func (_e *MockInterface_Expecter) InstanceHasPublicIP(instance interface{}) *MockInterface_InstanceHasPublicIP_Call
InstanceHasPublicIP is a helper method to define mock.On call
- instance *compute.Instance
func (*MockInterface_Expecter) ListInstances ¶ added in v0.19.0
func (_e *MockInterface_Expecter) ListInstances(zone interface{}) *MockInterface_ListInstances_Call
ListInstances is a helper method to define mock.On call
- zone string
func (*MockInterface_Expecter) ListZones ¶ added in v0.19.0
func (_e *MockInterface_Expecter) ListZones() *MockInterface_ListZones_Call
ListZones is a helper method to define mock.On call
func (*MockInterface_Expecter) UpdateFirewallRule ¶ added in v0.19.0
func (_e *MockInterface_Expecter) UpdateFirewallRule(projectID interface{}, name interface{}, rule interface{}) *MockInterface_UpdateFirewallRule_Call
UpdateFirewallRule is a helper method to define mock.On call
- projectID string
- name string
- rule *compute.Firewall
func (*MockInterface_Expecter) UpdateInstanceNetworkTags ¶ added in v0.19.0
func (_e *MockInterface_Expecter) UpdateInstanceNetworkTags(project interface{}, zone interface{}, instance interface{}, tags interface{}) *MockInterface_UpdateInstanceNetworkTags_Call
UpdateInstanceNetworkTags is a helper method to define mock.On call
- project string
- zone string
- instance string
- tags *compute.Tags
type MockInterface_GetFirewallRule_Call ¶ added in v0.19.0
MockInterface_GetFirewallRule_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetFirewallRule'
func (*MockInterface_GetFirewallRule_Call) Return ¶ added in v0.19.0
func (_c *MockInterface_GetFirewallRule_Call) Return(_a0 *compute.Firewall, _a1 error) *MockInterface_GetFirewallRule_Call
func (*MockInterface_GetFirewallRule_Call) Run ¶ added in v0.19.0
func (_c *MockInterface_GetFirewallRule_Call) Run(run func(projectID string, name string)) *MockInterface_GetFirewallRule_Call
func (*MockInterface_GetFirewallRule_Call) RunAndReturn ¶ added in v0.19.0
func (_c *MockInterface_GetFirewallRule_Call) RunAndReturn(run func(string, string) (*compute.Firewall, error)) *MockInterface_GetFirewallRule_Call
type MockInterface_GetInstance_Call ¶ added in v0.19.0
MockInterface_GetInstance_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetInstance'
func (*MockInterface_GetInstance_Call) Return ¶ added in v0.19.0
func (_c *MockInterface_GetInstance_Call) Return(_a0 *compute.Instance, _a1 error) *MockInterface_GetInstance_Call
func (*MockInterface_GetInstance_Call) Run ¶ added in v0.19.0
func (_c *MockInterface_GetInstance_Call) Run(run func(zone string, instance string)) *MockInterface_GetInstance_Call
func (*MockInterface_GetInstance_Call) RunAndReturn ¶ added in v0.19.0
func (_c *MockInterface_GetInstance_Call) RunAndReturn(run func(string, string) (*compute.Instance, error)) *MockInterface_GetInstance_Call
type MockInterface_InsertFirewallRule_Call ¶ added in v0.19.0
MockInterface_InsertFirewallRule_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'InsertFirewallRule'
func (*MockInterface_InsertFirewallRule_Call) Return ¶ added in v0.19.0
func (_c *MockInterface_InsertFirewallRule_Call) Return(_a0 error) *MockInterface_InsertFirewallRule_Call
func (*MockInterface_InsertFirewallRule_Call) Run ¶ added in v0.19.0
func (_c *MockInterface_InsertFirewallRule_Call) Run(run func(projectID string, rule *compute.Firewall)) *MockInterface_InsertFirewallRule_Call
func (*MockInterface_InsertFirewallRule_Call) RunAndReturn ¶ added in v0.19.0
func (_c *MockInterface_InsertFirewallRule_Call) RunAndReturn(run func(string, *compute.Firewall) error) *MockInterface_InsertFirewallRule_Call
type MockInterface_InstanceHasPublicIP_Call ¶ added in v0.19.0
MockInterface_InstanceHasPublicIP_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'InstanceHasPublicIP'
func (*MockInterface_InstanceHasPublicIP_Call) Return ¶ added in v0.19.0
func (_c *MockInterface_InstanceHasPublicIP_Call) Return(_a0 bool, _a1 error) *MockInterface_InstanceHasPublicIP_Call
func (*MockInterface_InstanceHasPublicIP_Call) Run ¶ added in v0.19.0
func (_c *MockInterface_InstanceHasPublicIP_Call) Run(run func(instance *compute.Instance)) *MockInterface_InstanceHasPublicIP_Call
func (*MockInterface_InstanceHasPublicIP_Call) RunAndReturn ¶ added in v0.19.0
func (_c *MockInterface_InstanceHasPublicIP_Call) RunAndReturn(run func(*compute.Instance) (bool, error)) *MockInterface_InstanceHasPublicIP_Call
type MockInterface_ListInstances_Call ¶ added in v0.19.0
MockInterface_ListInstances_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListInstances'
func (*MockInterface_ListInstances_Call) Return ¶ added in v0.19.0
func (_c *MockInterface_ListInstances_Call) Return(_a0 *compute.InstanceList, _a1 error) *MockInterface_ListInstances_Call
func (*MockInterface_ListInstances_Call) Run ¶ added in v0.19.0
func (_c *MockInterface_ListInstances_Call) Run(run func(zone string)) *MockInterface_ListInstances_Call
func (*MockInterface_ListInstances_Call) RunAndReturn ¶ added in v0.19.0
func (_c *MockInterface_ListInstances_Call) RunAndReturn(run func(string) (*compute.InstanceList, error)) *MockInterface_ListInstances_Call
type MockInterface_ListZones_Call ¶ added in v0.19.0
MockInterface_ListZones_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListZones'
func (*MockInterface_ListZones_Call) Return ¶ added in v0.19.0
func (_c *MockInterface_ListZones_Call) Return(_a0 *compute.ZoneList, _a1 error) *MockInterface_ListZones_Call
func (*MockInterface_ListZones_Call) Run ¶ added in v0.19.0
func (_c *MockInterface_ListZones_Call) Run(run func()) *MockInterface_ListZones_Call
func (*MockInterface_ListZones_Call) RunAndReturn ¶ added in v0.19.0
func (_c *MockInterface_ListZones_Call) RunAndReturn(run func() (*compute.ZoneList, error)) *MockInterface_ListZones_Call
type MockInterface_UpdateFirewallRule_Call ¶ added in v0.19.0
MockInterface_UpdateFirewallRule_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateFirewallRule'
func (*MockInterface_UpdateFirewallRule_Call) Return ¶ added in v0.19.0
func (_c *MockInterface_UpdateFirewallRule_Call) Return(_a0 error) *MockInterface_UpdateFirewallRule_Call
func (*MockInterface_UpdateFirewallRule_Call) Run ¶ added in v0.19.0
func (_c *MockInterface_UpdateFirewallRule_Call) Run(run func(projectID string, name string, rule *compute.Firewall)) *MockInterface_UpdateFirewallRule_Call
func (*MockInterface_UpdateFirewallRule_Call) RunAndReturn ¶ added in v0.19.0
func (_c *MockInterface_UpdateFirewallRule_Call) RunAndReturn(run func(string, string, *compute.Firewall) error) *MockInterface_UpdateFirewallRule_Call
type MockInterface_UpdateInstanceNetworkTags_Call ¶ added in v0.19.0
MockInterface_UpdateInstanceNetworkTags_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateInstanceNetworkTags'
func (*MockInterface_UpdateInstanceNetworkTags_Call) Return ¶ added in v0.19.0
func (_c *MockInterface_UpdateInstanceNetworkTags_Call) Return(_a0 error) *MockInterface_UpdateInstanceNetworkTags_Call
func (*MockInterface_UpdateInstanceNetworkTags_Call) Run ¶ added in v0.19.0
func (_c *MockInterface_UpdateInstanceNetworkTags_Call) Run(run func(project string, zone string, instance string, tags *compute.Tags)) *MockInterface_UpdateInstanceNetworkTags_Call
func (*MockInterface_UpdateInstanceNetworkTags_Call) RunAndReturn ¶ added in v0.19.0
func (_c *MockInterface_UpdateInstanceNetworkTags_Call) RunAndReturn(run func(string, string, string, *compute.Tags) error) *MockInterface_UpdateInstanceNetworkTags_Call