Documentation
¶
Index ¶
- type MockCleanRoomAssetsInterface
- func (_m *MockCleanRoomAssetsInterface) Create(ctx context.Context, request cleanrooms.CreateCleanRoomAssetRequest) (*cleanrooms.CleanRoomAsset, error)
- func (_m *MockCleanRoomAssetsInterface) Delete(ctx context.Context, request cleanrooms.DeleteCleanRoomAssetRequest) error
- func (_m *MockCleanRoomAssetsInterface) DeleteByCleanRoomNameAndAssetTypeAndAssetFullName(ctx context.Context, cleanRoomName string, ...) error
- func (_m *MockCleanRoomAssetsInterface) EXPECT() *MockCleanRoomAssetsInterface_Expecter
- func (_m *MockCleanRoomAssetsInterface) Get(ctx context.Context, request cleanrooms.GetCleanRoomAssetRequest) (*cleanrooms.CleanRoomAsset, error)
- func (_m *MockCleanRoomAssetsInterface) GetByCleanRoomNameAndAssetTypeAndAssetFullName(ctx context.Context, cleanRoomName string, ...) (*cleanrooms.CleanRoomAsset, error)
- func (_m *MockCleanRoomAssetsInterface) List(ctx context.Context, request cleanrooms.ListCleanRoomAssetsRequest) listing.Iterator[cleanrooms.CleanRoomAsset]
- func (_m *MockCleanRoomAssetsInterface) ListAll(ctx context.Context, request cleanrooms.ListCleanRoomAssetsRequest) ([]cleanrooms.CleanRoomAsset, error)
- func (_m *MockCleanRoomAssetsInterface) ListByCleanRoomName(ctx context.Context, cleanRoomName string) (*cleanrooms.ListCleanRoomAssetsResponse, error)
- func (_m *MockCleanRoomAssetsInterface) Update(ctx context.Context, request cleanrooms.UpdateCleanRoomAssetRequest) (*cleanrooms.CleanRoomAsset, error)
- type MockCleanRoomAssetsInterface_Create_Call
- func (_c *MockCleanRoomAssetsInterface_Create_Call) Return(_a0 *cleanrooms.CleanRoomAsset, _a1 error) *MockCleanRoomAssetsInterface_Create_Call
- func (_c *MockCleanRoomAssetsInterface_Create_Call) Run(run func(ctx context.Context, request cleanrooms.CreateCleanRoomAssetRequest)) *MockCleanRoomAssetsInterface_Create_Call
- func (_c *MockCleanRoomAssetsInterface_Create_Call) RunAndReturn(...) *MockCleanRoomAssetsInterface_Create_Call
- type MockCleanRoomAssetsInterface_DeleteByCleanRoomNameAndAssetTypeAndAssetFullName_Call
- func (_c *MockCleanRoomAssetsInterface_DeleteByCleanRoomNameAndAssetTypeAndAssetFullName_Call) Return(_a0 error) ...
- func (_c *MockCleanRoomAssetsInterface_DeleteByCleanRoomNameAndAssetTypeAndAssetFullName_Call) Run(run func(ctx context.Context, cleanRoomName string, ...)) ...
- func (_c *MockCleanRoomAssetsInterface_DeleteByCleanRoomNameAndAssetTypeAndAssetFullName_Call) RunAndReturn(...) ...
- type MockCleanRoomAssetsInterface_Delete_Call
- func (_c *MockCleanRoomAssetsInterface_Delete_Call) Return(_a0 error) *MockCleanRoomAssetsInterface_Delete_Call
- func (_c *MockCleanRoomAssetsInterface_Delete_Call) Run(run func(ctx context.Context, request cleanrooms.DeleteCleanRoomAssetRequest)) *MockCleanRoomAssetsInterface_Delete_Call
- func (_c *MockCleanRoomAssetsInterface_Delete_Call) RunAndReturn(run func(context.Context, cleanrooms.DeleteCleanRoomAssetRequest) error) *MockCleanRoomAssetsInterface_Delete_Call
- type MockCleanRoomAssetsInterface_Expecter
- func (_e *MockCleanRoomAssetsInterface_Expecter) Create(ctx interface{}, request interface{}) *MockCleanRoomAssetsInterface_Create_Call
- func (_e *MockCleanRoomAssetsInterface_Expecter) Delete(ctx interface{}, request interface{}) *MockCleanRoomAssetsInterface_Delete_Call
- func (_e *MockCleanRoomAssetsInterface_Expecter) DeleteByCleanRoomNameAndAssetTypeAndAssetFullName(ctx interface{}, cleanRoomName interface{}, assetType interface{}, ...) ...
- func (_e *MockCleanRoomAssetsInterface_Expecter) Get(ctx interface{}, request interface{}) *MockCleanRoomAssetsInterface_Get_Call
- func (_e *MockCleanRoomAssetsInterface_Expecter) GetByCleanRoomNameAndAssetTypeAndAssetFullName(ctx interface{}, cleanRoomName interface{}, assetType interface{}, ...) ...
- func (_e *MockCleanRoomAssetsInterface_Expecter) List(ctx interface{}, request interface{}) *MockCleanRoomAssetsInterface_List_Call
- func (_e *MockCleanRoomAssetsInterface_Expecter) ListAll(ctx interface{}, request interface{}) *MockCleanRoomAssetsInterface_ListAll_Call
- func (_e *MockCleanRoomAssetsInterface_Expecter) ListByCleanRoomName(ctx interface{}, cleanRoomName interface{}) *MockCleanRoomAssetsInterface_ListByCleanRoomName_Call
- func (_e *MockCleanRoomAssetsInterface_Expecter) Update(ctx interface{}, request interface{}) *MockCleanRoomAssetsInterface_Update_Call
- type MockCleanRoomAssetsInterface_GetByCleanRoomNameAndAssetTypeAndAssetFullName_Call
- func (_c *MockCleanRoomAssetsInterface_GetByCleanRoomNameAndAssetTypeAndAssetFullName_Call) Return(_a0 *cleanrooms.CleanRoomAsset, _a1 error) ...
- func (_c *MockCleanRoomAssetsInterface_GetByCleanRoomNameAndAssetTypeAndAssetFullName_Call) Run(run func(ctx context.Context, cleanRoomName string, ...)) ...
- func (_c *MockCleanRoomAssetsInterface_GetByCleanRoomNameAndAssetTypeAndAssetFullName_Call) RunAndReturn(...) ...
- type MockCleanRoomAssetsInterface_Get_Call
- func (_c *MockCleanRoomAssetsInterface_Get_Call) Return(_a0 *cleanrooms.CleanRoomAsset, _a1 error) *MockCleanRoomAssetsInterface_Get_Call
- func (_c *MockCleanRoomAssetsInterface_Get_Call) Run(run func(ctx context.Context, request cleanrooms.GetCleanRoomAssetRequest)) *MockCleanRoomAssetsInterface_Get_Call
- func (_c *MockCleanRoomAssetsInterface_Get_Call) RunAndReturn(...) *MockCleanRoomAssetsInterface_Get_Call
- type MockCleanRoomAssetsInterface_ListAll_Call
- func (_c *MockCleanRoomAssetsInterface_ListAll_Call) Return(_a0 []cleanrooms.CleanRoomAsset, _a1 error) *MockCleanRoomAssetsInterface_ListAll_Call
- func (_c *MockCleanRoomAssetsInterface_ListAll_Call) Run(run func(ctx context.Context, request cleanrooms.ListCleanRoomAssetsRequest)) *MockCleanRoomAssetsInterface_ListAll_Call
- func (_c *MockCleanRoomAssetsInterface_ListAll_Call) RunAndReturn(...) *MockCleanRoomAssetsInterface_ListAll_Call
- type MockCleanRoomAssetsInterface_ListByCleanRoomName_Call
- func (_c *MockCleanRoomAssetsInterface_ListByCleanRoomName_Call) Return(_a0 *cleanrooms.ListCleanRoomAssetsResponse, _a1 error) *MockCleanRoomAssetsInterface_ListByCleanRoomName_Call
- func (_c *MockCleanRoomAssetsInterface_ListByCleanRoomName_Call) Run(run func(ctx context.Context, cleanRoomName string)) *MockCleanRoomAssetsInterface_ListByCleanRoomName_Call
- func (_c *MockCleanRoomAssetsInterface_ListByCleanRoomName_Call) RunAndReturn(...) *MockCleanRoomAssetsInterface_ListByCleanRoomName_Call
- type MockCleanRoomAssetsInterface_List_Call
- func (_c *MockCleanRoomAssetsInterface_List_Call) Return(_a0 listing.Iterator[cleanrooms.CleanRoomAsset]) *MockCleanRoomAssetsInterface_List_Call
- func (_c *MockCleanRoomAssetsInterface_List_Call) Run(run func(ctx context.Context, request cleanrooms.ListCleanRoomAssetsRequest)) *MockCleanRoomAssetsInterface_List_Call
- func (_c *MockCleanRoomAssetsInterface_List_Call) RunAndReturn(...) *MockCleanRoomAssetsInterface_List_Call
- type MockCleanRoomAssetsInterface_Update_Call
- func (_c *MockCleanRoomAssetsInterface_Update_Call) Return(_a0 *cleanrooms.CleanRoomAsset, _a1 error) *MockCleanRoomAssetsInterface_Update_Call
- func (_c *MockCleanRoomAssetsInterface_Update_Call) Run(run func(ctx context.Context, request cleanrooms.UpdateCleanRoomAssetRequest)) *MockCleanRoomAssetsInterface_Update_Call
- func (_c *MockCleanRoomAssetsInterface_Update_Call) RunAndReturn(...) *MockCleanRoomAssetsInterface_Update_Call
- type MockCleanRoomTaskRunsInterface
- func (_m *MockCleanRoomTaskRunsInterface) EXPECT() *MockCleanRoomTaskRunsInterface_Expecter
- func (_m *MockCleanRoomTaskRunsInterface) List(ctx context.Context, request cleanrooms.ListCleanRoomNotebookTaskRunsRequest) listing.Iterator[cleanrooms.CleanRoomNotebookTaskRun]
- func (_m *MockCleanRoomTaskRunsInterface) ListAll(ctx context.Context, request cleanrooms.ListCleanRoomNotebookTaskRunsRequest) ([]cleanrooms.CleanRoomNotebookTaskRun, error)
- func (_m *MockCleanRoomTaskRunsInterface) ListByCleanRoomName(ctx context.Context, cleanRoomName string) (*cleanrooms.ListCleanRoomNotebookTaskRunsResponse, error)
- type MockCleanRoomTaskRunsInterface_Expecter
- func (_e *MockCleanRoomTaskRunsInterface_Expecter) List(ctx interface{}, request interface{}) *MockCleanRoomTaskRunsInterface_List_Call
- func (_e *MockCleanRoomTaskRunsInterface_Expecter) ListAll(ctx interface{}, request interface{}) *MockCleanRoomTaskRunsInterface_ListAll_Call
- func (_e *MockCleanRoomTaskRunsInterface_Expecter) ListByCleanRoomName(ctx interface{}, cleanRoomName interface{}) *MockCleanRoomTaskRunsInterface_ListByCleanRoomName_Call
- type MockCleanRoomTaskRunsInterface_ListAll_Call
- func (_c *MockCleanRoomTaskRunsInterface_ListAll_Call) Return(_a0 []cleanrooms.CleanRoomNotebookTaskRun, _a1 error) *MockCleanRoomTaskRunsInterface_ListAll_Call
- func (_c *MockCleanRoomTaskRunsInterface_ListAll_Call) Run(...) *MockCleanRoomTaskRunsInterface_ListAll_Call
- func (_c *MockCleanRoomTaskRunsInterface_ListAll_Call) RunAndReturn(...) *MockCleanRoomTaskRunsInterface_ListAll_Call
- type MockCleanRoomTaskRunsInterface_ListByCleanRoomName_Call
- func (_c *MockCleanRoomTaskRunsInterface_ListByCleanRoomName_Call) Return(_a0 *cleanrooms.ListCleanRoomNotebookTaskRunsResponse, _a1 error) *MockCleanRoomTaskRunsInterface_ListByCleanRoomName_Call
- func (_c *MockCleanRoomTaskRunsInterface_ListByCleanRoomName_Call) Run(run func(ctx context.Context, cleanRoomName string)) *MockCleanRoomTaskRunsInterface_ListByCleanRoomName_Call
- func (_c *MockCleanRoomTaskRunsInterface_ListByCleanRoomName_Call) RunAndReturn(...) *MockCleanRoomTaskRunsInterface_ListByCleanRoomName_Call
- type MockCleanRoomTaskRunsInterface_List_Call
- func (_c *MockCleanRoomTaskRunsInterface_List_Call) Return(_a0 listing.Iterator[cleanrooms.CleanRoomNotebookTaskRun]) *MockCleanRoomTaskRunsInterface_List_Call
- func (_c *MockCleanRoomTaskRunsInterface_List_Call) Run(...) *MockCleanRoomTaskRunsInterface_List_Call
- func (_c *MockCleanRoomTaskRunsInterface_List_Call) RunAndReturn(...) *MockCleanRoomTaskRunsInterface_List_Call
- type MockCleanRoomsInterface
- func (_m *MockCleanRoomsInterface) Create(ctx context.Context, request cleanrooms.CreateCleanRoomRequest) (*cleanrooms.CleanRoom, error)
- func (_m *MockCleanRoomsInterface) CreateOutputCatalog(ctx context.Context, request cleanrooms.CreateCleanRoomOutputCatalogRequest) (*cleanrooms.CreateCleanRoomOutputCatalogResponse, error)
- func (_m *MockCleanRoomsInterface) Delete(ctx context.Context, request cleanrooms.DeleteCleanRoomRequest) error
- func (_m *MockCleanRoomsInterface) DeleteByName(ctx context.Context, name string) error
- func (_m *MockCleanRoomsInterface) EXPECT() *MockCleanRoomsInterface_Expecter
- func (_m *MockCleanRoomsInterface) Get(ctx context.Context, request cleanrooms.GetCleanRoomRequest) (*cleanrooms.CleanRoom, error)
- func (_m *MockCleanRoomsInterface) GetByName(ctx context.Context, name string) (*cleanrooms.CleanRoom, error)
- func (_m *MockCleanRoomsInterface) List(ctx context.Context, request cleanrooms.ListCleanRoomsRequest) listing.Iterator[cleanrooms.CleanRoom]
- func (_m *MockCleanRoomsInterface) ListAll(ctx context.Context, request cleanrooms.ListCleanRoomsRequest) ([]cleanrooms.CleanRoom, error)
- func (_m *MockCleanRoomsInterface) Update(ctx context.Context, request cleanrooms.UpdateCleanRoomRequest) (*cleanrooms.CleanRoom, error)
- type MockCleanRoomsInterface_CreateOutputCatalog_Call
- func (_c *MockCleanRoomsInterface_CreateOutputCatalog_Call) Return(_a0 *cleanrooms.CreateCleanRoomOutputCatalogResponse, _a1 error) *MockCleanRoomsInterface_CreateOutputCatalog_Call
- func (_c *MockCleanRoomsInterface_CreateOutputCatalog_Call) Run(...) *MockCleanRoomsInterface_CreateOutputCatalog_Call
- func (_c *MockCleanRoomsInterface_CreateOutputCatalog_Call) RunAndReturn(...) *MockCleanRoomsInterface_CreateOutputCatalog_Call
- type MockCleanRoomsInterface_Create_Call
- func (_c *MockCleanRoomsInterface_Create_Call) Return(_a0 *cleanrooms.CleanRoom, _a1 error) *MockCleanRoomsInterface_Create_Call
- func (_c *MockCleanRoomsInterface_Create_Call) Run(run func(ctx context.Context, request cleanrooms.CreateCleanRoomRequest)) *MockCleanRoomsInterface_Create_Call
- func (_c *MockCleanRoomsInterface_Create_Call) RunAndReturn(...) *MockCleanRoomsInterface_Create_Call
- type MockCleanRoomsInterface_DeleteByName_Call
- func (_c *MockCleanRoomsInterface_DeleteByName_Call) Return(_a0 error) *MockCleanRoomsInterface_DeleteByName_Call
- func (_c *MockCleanRoomsInterface_DeleteByName_Call) Run(run func(ctx context.Context, name string)) *MockCleanRoomsInterface_DeleteByName_Call
- func (_c *MockCleanRoomsInterface_DeleteByName_Call) RunAndReturn(run func(context.Context, string) error) *MockCleanRoomsInterface_DeleteByName_Call
- type MockCleanRoomsInterface_Delete_Call
- func (_c *MockCleanRoomsInterface_Delete_Call) Return(_a0 error) *MockCleanRoomsInterface_Delete_Call
- func (_c *MockCleanRoomsInterface_Delete_Call) Run(run func(ctx context.Context, request cleanrooms.DeleteCleanRoomRequest)) *MockCleanRoomsInterface_Delete_Call
- func (_c *MockCleanRoomsInterface_Delete_Call) RunAndReturn(run func(context.Context, cleanrooms.DeleteCleanRoomRequest) error) *MockCleanRoomsInterface_Delete_Call
- type MockCleanRoomsInterface_Expecter
- func (_e *MockCleanRoomsInterface_Expecter) Create(ctx interface{}, request interface{}) *MockCleanRoomsInterface_Create_Call
- func (_e *MockCleanRoomsInterface_Expecter) CreateOutputCatalog(ctx interface{}, request interface{}) *MockCleanRoomsInterface_CreateOutputCatalog_Call
- func (_e *MockCleanRoomsInterface_Expecter) Delete(ctx interface{}, request interface{}) *MockCleanRoomsInterface_Delete_Call
- func (_e *MockCleanRoomsInterface_Expecter) DeleteByName(ctx interface{}, name interface{}) *MockCleanRoomsInterface_DeleteByName_Call
- func (_e *MockCleanRoomsInterface_Expecter) Get(ctx interface{}, request interface{}) *MockCleanRoomsInterface_Get_Call
- func (_e *MockCleanRoomsInterface_Expecter) GetByName(ctx interface{}, name interface{}) *MockCleanRoomsInterface_GetByName_Call
- func (_e *MockCleanRoomsInterface_Expecter) List(ctx interface{}, request interface{}) *MockCleanRoomsInterface_List_Call
- func (_e *MockCleanRoomsInterface_Expecter) ListAll(ctx interface{}, request interface{}) *MockCleanRoomsInterface_ListAll_Call
- func (_e *MockCleanRoomsInterface_Expecter) Update(ctx interface{}, request interface{}) *MockCleanRoomsInterface_Update_Call
- type MockCleanRoomsInterface_GetByName_Call
- func (_c *MockCleanRoomsInterface_GetByName_Call) Return(_a0 *cleanrooms.CleanRoom, _a1 error) *MockCleanRoomsInterface_GetByName_Call
- func (_c *MockCleanRoomsInterface_GetByName_Call) Run(run func(ctx context.Context, name string)) *MockCleanRoomsInterface_GetByName_Call
- func (_c *MockCleanRoomsInterface_GetByName_Call) RunAndReturn(run func(context.Context, string) (*cleanrooms.CleanRoom, error)) *MockCleanRoomsInterface_GetByName_Call
- type MockCleanRoomsInterface_Get_Call
- func (_c *MockCleanRoomsInterface_Get_Call) Return(_a0 *cleanrooms.CleanRoom, _a1 error) *MockCleanRoomsInterface_Get_Call
- func (_c *MockCleanRoomsInterface_Get_Call) Run(run func(ctx context.Context, request cleanrooms.GetCleanRoomRequest)) *MockCleanRoomsInterface_Get_Call
- func (_c *MockCleanRoomsInterface_Get_Call) RunAndReturn(...) *MockCleanRoomsInterface_Get_Call
- type MockCleanRoomsInterface_ListAll_Call
- func (_c *MockCleanRoomsInterface_ListAll_Call) Return(_a0 []cleanrooms.CleanRoom, _a1 error) *MockCleanRoomsInterface_ListAll_Call
- func (_c *MockCleanRoomsInterface_ListAll_Call) Run(run func(ctx context.Context, request cleanrooms.ListCleanRoomsRequest)) *MockCleanRoomsInterface_ListAll_Call
- func (_c *MockCleanRoomsInterface_ListAll_Call) RunAndReturn(...) *MockCleanRoomsInterface_ListAll_Call
- type MockCleanRoomsInterface_List_Call
- func (_c *MockCleanRoomsInterface_List_Call) Return(_a0 listing.Iterator[cleanrooms.CleanRoom]) *MockCleanRoomsInterface_List_Call
- func (_c *MockCleanRoomsInterface_List_Call) Run(run func(ctx context.Context, request cleanrooms.ListCleanRoomsRequest)) *MockCleanRoomsInterface_List_Call
- func (_c *MockCleanRoomsInterface_List_Call) RunAndReturn(...) *MockCleanRoomsInterface_List_Call
- type MockCleanRoomsInterface_Update_Call
- func (_c *MockCleanRoomsInterface_Update_Call) Return(_a0 *cleanrooms.CleanRoom, _a1 error) *MockCleanRoomsInterface_Update_Call
- func (_c *MockCleanRoomsInterface_Update_Call) Run(run func(ctx context.Context, request cleanrooms.UpdateCleanRoomRequest)) *MockCleanRoomsInterface_Update_Call
- func (_c *MockCleanRoomsInterface_Update_Call) RunAndReturn(...) *MockCleanRoomsInterface_Update_Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockCleanRoomAssetsInterface ¶
MockCleanRoomAssetsInterface is an autogenerated mock type for the CleanRoomAssetsInterface type
func NewMockCleanRoomAssetsInterface ¶
func NewMockCleanRoomAssetsInterface(t interface { mock.TestingT Cleanup(func()) }) *MockCleanRoomAssetsInterface
NewMockCleanRoomAssetsInterface creates a new instance of MockCleanRoomAssetsInterface. 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 (*MockCleanRoomAssetsInterface) Create ¶
func (_m *MockCleanRoomAssetsInterface) Create(ctx context.Context, request cleanrooms.CreateCleanRoomAssetRequest) (*cleanrooms.CleanRoomAsset, error)
Create provides a mock function with given fields: ctx, request
func (*MockCleanRoomAssetsInterface) Delete ¶
func (_m *MockCleanRoomAssetsInterface) Delete(ctx context.Context, request cleanrooms.DeleteCleanRoomAssetRequest) error
Delete provides a mock function with given fields: ctx, request
func (*MockCleanRoomAssetsInterface) DeleteByCleanRoomNameAndAssetTypeAndAssetFullName ¶
func (_m *MockCleanRoomAssetsInterface) DeleteByCleanRoomNameAndAssetTypeAndAssetFullName(ctx context.Context, cleanRoomName string, assetType cleanrooms.CleanRoomAssetAssetType, assetFullName string) error
DeleteByCleanRoomNameAndAssetTypeAndAssetFullName provides a mock function with given fields: ctx, cleanRoomName, assetType, assetFullName
func (*MockCleanRoomAssetsInterface) EXPECT ¶
func (_m *MockCleanRoomAssetsInterface) EXPECT() *MockCleanRoomAssetsInterface_Expecter
func (*MockCleanRoomAssetsInterface) Get ¶
func (_m *MockCleanRoomAssetsInterface) Get(ctx context.Context, request cleanrooms.GetCleanRoomAssetRequest) (*cleanrooms.CleanRoomAsset, error)
Get provides a mock function with given fields: ctx, request
func (*MockCleanRoomAssetsInterface) GetByCleanRoomNameAndAssetTypeAndAssetFullName ¶
func (_m *MockCleanRoomAssetsInterface) GetByCleanRoomNameAndAssetTypeAndAssetFullName(ctx context.Context, cleanRoomName string, assetType cleanrooms.CleanRoomAssetAssetType, assetFullName string) (*cleanrooms.CleanRoomAsset, error)
GetByCleanRoomNameAndAssetTypeAndAssetFullName provides a mock function with given fields: ctx, cleanRoomName, assetType, assetFullName
func (*MockCleanRoomAssetsInterface) List ¶
func (_m *MockCleanRoomAssetsInterface) List(ctx context.Context, request cleanrooms.ListCleanRoomAssetsRequest) listing.Iterator[cleanrooms.CleanRoomAsset]
List provides a mock function with given fields: ctx, request
func (*MockCleanRoomAssetsInterface) ListAll ¶
func (_m *MockCleanRoomAssetsInterface) ListAll(ctx context.Context, request cleanrooms.ListCleanRoomAssetsRequest) ([]cleanrooms.CleanRoomAsset, error)
ListAll provides a mock function with given fields: ctx, request
func (*MockCleanRoomAssetsInterface) ListByCleanRoomName ¶
func (_m *MockCleanRoomAssetsInterface) ListByCleanRoomName(ctx context.Context, cleanRoomName string) (*cleanrooms.ListCleanRoomAssetsResponse, error)
ListByCleanRoomName provides a mock function with given fields: ctx, cleanRoomName
func (*MockCleanRoomAssetsInterface) Update ¶
func (_m *MockCleanRoomAssetsInterface) Update(ctx context.Context, request cleanrooms.UpdateCleanRoomAssetRequest) (*cleanrooms.CleanRoomAsset, error)
Update provides a mock function with given fields: ctx, request
type MockCleanRoomAssetsInterface_Create_Call ¶
MockCleanRoomAssetsInterface_Create_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Create'
func (*MockCleanRoomAssetsInterface_Create_Call) Return ¶
func (_c *MockCleanRoomAssetsInterface_Create_Call) Return(_a0 *cleanrooms.CleanRoomAsset, _a1 error) *MockCleanRoomAssetsInterface_Create_Call
func (*MockCleanRoomAssetsInterface_Create_Call) Run ¶
func (_c *MockCleanRoomAssetsInterface_Create_Call) Run(run func(ctx context.Context, request cleanrooms.CreateCleanRoomAssetRequest)) *MockCleanRoomAssetsInterface_Create_Call
func (*MockCleanRoomAssetsInterface_Create_Call) RunAndReturn ¶
func (_c *MockCleanRoomAssetsInterface_Create_Call) RunAndReturn(run func(context.Context, cleanrooms.CreateCleanRoomAssetRequest) (*cleanrooms.CleanRoomAsset, error)) *MockCleanRoomAssetsInterface_Create_Call
type MockCleanRoomAssetsInterface_DeleteByCleanRoomNameAndAssetTypeAndAssetFullName_Call ¶
type MockCleanRoomAssetsInterface_DeleteByCleanRoomNameAndAssetTypeAndAssetFullName_Call struct {
*mock.Call
}
MockCleanRoomAssetsInterface_DeleteByCleanRoomNameAndAssetTypeAndAssetFullName_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteByCleanRoomNameAndAssetTypeAndAssetFullName'
func (*MockCleanRoomAssetsInterface_DeleteByCleanRoomNameAndAssetTypeAndAssetFullName_Call) Return ¶
func (*MockCleanRoomAssetsInterface_DeleteByCleanRoomNameAndAssetTypeAndAssetFullName_Call) Run ¶
func (_c *MockCleanRoomAssetsInterface_DeleteByCleanRoomNameAndAssetTypeAndAssetFullName_Call) Run(run func(ctx context.Context, cleanRoomName string, assetType cleanrooms.CleanRoomAssetAssetType, assetFullName string)) *MockCleanRoomAssetsInterface_DeleteByCleanRoomNameAndAssetTypeAndAssetFullName_Call
func (*MockCleanRoomAssetsInterface_DeleteByCleanRoomNameAndAssetTypeAndAssetFullName_Call) RunAndReturn ¶
type MockCleanRoomAssetsInterface_Delete_Call ¶
MockCleanRoomAssetsInterface_Delete_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Delete'
func (*MockCleanRoomAssetsInterface_Delete_Call) Return ¶
func (_c *MockCleanRoomAssetsInterface_Delete_Call) Return(_a0 error) *MockCleanRoomAssetsInterface_Delete_Call
func (*MockCleanRoomAssetsInterface_Delete_Call) Run ¶
func (_c *MockCleanRoomAssetsInterface_Delete_Call) Run(run func(ctx context.Context, request cleanrooms.DeleteCleanRoomAssetRequest)) *MockCleanRoomAssetsInterface_Delete_Call
func (*MockCleanRoomAssetsInterface_Delete_Call) RunAndReturn ¶
func (_c *MockCleanRoomAssetsInterface_Delete_Call) RunAndReturn(run func(context.Context, cleanrooms.DeleteCleanRoomAssetRequest) error) *MockCleanRoomAssetsInterface_Delete_Call
type MockCleanRoomAssetsInterface_Expecter ¶
type MockCleanRoomAssetsInterface_Expecter struct {
// contains filtered or unexported fields
}
func (*MockCleanRoomAssetsInterface_Expecter) Create ¶
func (_e *MockCleanRoomAssetsInterface_Expecter) Create(ctx interface{}, request interface{}) *MockCleanRoomAssetsInterface_Create_Call
Create is a helper method to define mock.On call
- ctx context.Context
- request cleanrooms.CreateCleanRoomAssetRequest
func (*MockCleanRoomAssetsInterface_Expecter) Delete ¶
func (_e *MockCleanRoomAssetsInterface_Expecter) Delete(ctx interface{}, request interface{}) *MockCleanRoomAssetsInterface_Delete_Call
Delete is a helper method to define mock.On call
- ctx context.Context
- request cleanrooms.DeleteCleanRoomAssetRequest
func (*MockCleanRoomAssetsInterface_Expecter) DeleteByCleanRoomNameAndAssetTypeAndAssetFullName ¶
func (_e *MockCleanRoomAssetsInterface_Expecter) DeleteByCleanRoomNameAndAssetTypeAndAssetFullName(ctx interface{}, cleanRoomName interface{}, assetType interface{}, assetFullName interface{}) *MockCleanRoomAssetsInterface_DeleteByCleanRoomNameAndAssetTypeAndAssetFullName_Call
DeleteByCleanRoomNameAndAssetTypeAndAssetFullName is a helper method to define mock.On call
- ctx context.Context
- cleanRoomName string
- assetType cleanrooms.CleanRoomAssetAssetType
- assetFullName string
func (*MockCleanRoomAssetsInterface_Expecter) Get ¶
func (_e *MockCleanRoomAssetsInterface_Expecter) Get(ctx interface{}, request interface{}) *MockCleanRoomAssetsInterface_Get_Call
Get is a helper method to define mock.On call
- ctx context.Context
- request cleanrooms.GetCleanRoomAssetRequest
func (*MockCleanRoomAssetsInterface_Expecter) GetByCleanRoomNameAndAssetTypeAndAssetFullName ¶
func (_e *MockCleanRoomAssetsInterface_Expecter) GetByCleanRoomNameAndAssetTypeAndAssetFullName(ctx interface{}, cleanRoomName interface{}, assetType interface{}, assetFullName interface{}) *MockCleanRoomAssetsInterface_GetByCleanRoomNameAndAssetTypeAndAssetFullName_Call
GetByCleanRoomNameAndAssetTypeAndAssetFullName is a helper method to define mock.On call
- ctx context.Context
- cleanRoomName string
- assetType cleanrooms.CleanRoomAssetAssetType
- assetFullName string
func (*MockCleanRoomAssetsInterface_Expecter) List ¶
func (_e *MockCleanRoomAssetsInterface_Expecter) List(ctx interface{}, request interface{}) *MockCleanRoomAssetsInterface_List_Call
List is a helper method to define mock.On call
- ctx context.Context
- request cleanrooms.ListCleanRoomAssetsRequest
func (*MockCleanRoomAssetsInterface_Expecter) ListAll ¶
func (_e *MockCleanRoomAssetsInterface_Expecter) ListAll(ctx interface{}, request interface{}) *MockCleanRoomAssetsInterface_ListAll_Call
ListAll is a helper method to define mock.On call
- ctx context.Context
- request cleanrooms.ListCleanRoomAssetsRequest
func (*MockCleanRoomAssetsInterface_Expecter) ListByCleanRoomName ¶
func (_e *MockCleanRoomAssetsInterface_Expecter) ListByCleanRoomName(ctx interface{}, cleanRoomName interface{}) *MockCleanRoomAssetsInterface_ListByCleanRoomName_Call
ListByCleanRoomName is a helper method to define mock.On call
- ctx context.Context
- cleanRoomName string
func (*MockCleanRoomAssetsInterface_Expecter) Update ¶
func (_e *MockCleanRoomAssetsInterface_Expecter) Update(ctx interface{}, request interface{}) *MockCleanRoomAssetsInterface_Update_Call
Update is a helper method to define mock.On call
- ctx context.Context
- request cleanrooms.UpdateCleanRoomAssetRequest
type MockCleanRoomAssetsInterface_GetByCleanRoomNameAndAssetTypeAndAssetFullName_Call ¶
type MockCleanRoomAssetsInterface_GetByCleanRoomNameAndAssetTypeAndAssetFullName_Call struct {
*mock.Call
}
MockCleanRoomAssetsInterface_GetByCleanRoomNameAndAssetTypeAndAssetFullName_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetByCleanRoomNameAndAssetTypeAndAssetFullName'
func (*MockCleanRoomAssetsInterface_GetByCleanRoomNameAndAssetTypeAndAssetFullName_Call) Run ¶
func (_c *MockCleanRoomAssetsInterface_GetByCleanRoomNameAndAssetTypeAndAssetFullName_Call) Run(run func(ctx context.Context, cleanRoomName string, assetType cleanrooms.CleanRoomAssetAssetType, assetFullName string)) *MockCleanRoomAssetsInterface_GetByCleanRoomNameAndAssetTypeAndAssetFullName_Call
func (*MockCleanRoomAssetsInterface_GetByCleanRoomNameAndAssetTypeAndAssetFullName_Call) RunAndReturn ¶
func (_c *MockCleanRoomAssetsInterface_GetByCleanRoomNameAndAssetTypeAndAssetFullName_Call) RunAndReturn(run func(context.Context, string, cleanrooms.CleanRoomAssetAssetType, string) (*cleanrooms.CleanRoomAsset, error)) *MockCleanRoomAssetsInterface_GetByCleanRoomNameAndAssetTypeAndAssetFullName_Call
type MockCleanRoomAssetsInterface_Get_Call ¶
MockCleanRoomAssetsInterface_Get_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Get'
func (*MockCleanRoomAssetsInterface_Get_Call) Return ¶
func (_c *MockCleanRoomAssetsInterface_Get_Call) Return(_a0 *cleanrooms.CleanRoomAsset, _a1 error) *MockCleanRoomAssetsInterface_Get_Call
func (*MockCleanRoomAssetsInterface_Get_Call) Run ¶
func (_c *MockCleanRoomAssetsInterface_Get_Call) Run(run func(ctx context.Context, request cleanrooms.GetCleanRoomAssetRequest)) *MockCleanRoomAssetsInterface_Get_Call
func (*MockCleanRoomAssetsInterface_Get_Call) RunAndReturn ¶
func (_c *MockCleanRoomAssetsInterface_Get_Call) RunAndReturn(run func(context.Context, cleanrooms.GetCleanRoomAssetRequest) (*cleanrooms.CleanRoomAsset, error)) *MockCleanRoomAssetsInterface_Get_Call
type MockCleanRoomAssetsInterface_ListAll_Call ¶
MockCleanRoomAssetsInterface_ListAll_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListAll'
func (*MockCleanRoomAssetsInterface_ListAll_Call) Return ¶
func (_c *MockCleanRoomAssetsInterface_ListAll_Call) Return(_a0 []cleanrooms.CleanRoomAsset, _a1 error) *MockCleanRoomAssetsInterface_ListAll_Call
func (*MockCleanRoomAssetsInterface_ListAll_Call) Run ¶
func (_c *MockCleanRoomAssetsInterface_ListAll_Call) Run(run func(ctx context.Context, request cleanrooms.ListCleanRoomAssetsRequest)) *MockCleanRoomAssetsInterface_ListAll_Call
func (*MockCleanRoomAssetsInterface_ListAll_Call) RunAndReturn ¶
func (_c *MockCleanRoomAssetsInterface_ListAll_Call) RunAndReturn(run func(context.Context, cleanrooms.ListCleanRoomAssetsRequest) ([]cleanrooms.CleanRoomAsset, error)) *MockCleanRoomAssetsInterface_ListAll_Call
type MockCleanRoomAssetsInterface_ListByCleanRoomName_Call ¶
MockCleanRoomAssetsInterface_ListByCleanRoomName_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListByCleanRoomName'
func (*MockCleanRoomAssetsInterface_ListByCleanRoomName_Call) Run ¶
func (_c *MockCleanRoomAssetsInterface_ListByCleanRoomName_Call) Run(run func(ctx context.Context, cleanRoomName string)) *MockCleanRoomAssetsInterface_ListByCleanRoomName_Call
func (*MockCleanRoomAssetsInterface_ListByCleanRoomName_Call) RunAndReturn ¶
func (_c *MockCleanRoomAssetsInterface_ListByCleanRoomName_Call) RunAndReturn(run func(context.Context, string) (*cleanrooms.ListCleanRoomAssetsResponse, error)) *MockCleanRoomAssetsInterface_ListByCleanRoomName_Call
type MockCleanRoomAssetsInterface_List_Call ¶
MockCleanRoomAssetsInterface_List_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'List'
func (*MockCleanRoomAssetsInterface_List_Call) Return ¶
func (_c *MockCleanRoomAssetsInterface_List_Call) Return(_a0 listing.Iterator[cleanrooms.CleanRoomAsset]) *MockCleanRoomAssetsInterface_List_Call
func (*MockCleanRoomAssetsInterface_List_Call) Run ¶
func (_c *MockCleanRoomAssetsInterface_List_Call) Run(run func(ctx context.Context, request cleanrooms.ListCleanRoomAssetsRequest)) *MockCleanRoomAssetsInterface_List_Call
func (*MockCleanRoomAssetsInterface_List_Call) RunAndReturn ¶
func (_c *MockCleanRoomAssetsInterface_List_Call) RunAndReturn(run func(context.Context, cleanrooms.ListCleanRoomAssetsRequest) listing.Iterator[cleanrooms.CleanRoomAsset]) *MockCleanRoomAssetsInterface_List_Call
type MockCleanRoomAssetsInterface_Update_Call ¶
MockCleanRoomAssetsInterface_Update_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Update'
func (*MockCleanRoomAssetsInterface_Update_Call) Return ¶
func (_c *MockCleanRoomAssetsInterface_Update_Call) Return(_a0 *cleanrooms.CleanRoomAsset, _a1 error) *MockCleanRoomAssetsInterface_Update_Call
func (*MockCleanRoomAssetsInterface_Update_Call) Run ¶
func (_c *MockCleanRoomAssetsInterface_Update_Call) Run(run func(ctx context.Context, request cleanrooms.UpdateCleanRoomAssetRequest)) *MockCleanRoomAssetsInterface_Update_Call
func (*MockCleanRoomAssetsInterface_Update_Call) RunAndReturn ¶
func (_c *MockCleanRoomAssetsInterface_Update_Call) RunAndReturn(run func(context.Context, cleanrooms.UpdateCleanRoomAssetRequest) (*cleanrooms.CleanRoomAsset, error)) *MockCleanRoomAssetsInterface_Update_Call
type MockCleanRoomTaskRunsInterface ¶
MockCleanRoomTaskRunsInterface is an autogenerated mock type for the CleanRoomTaskRunsInterface type
func NewMockCleanRoomTaskRunsInterface ¶
func NewMockCleanRoomTaskRunsInterface(t interface { mock.TestingT Cleanup(func()) }) *MockCleanRoomTaskRunsInterface
NewMockCleanRoomTaskRunsInterface creates a new instance of MockCleanRoomTaskRunsInterface. 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 (*MockCleanRoomTaskRunsInterface) EXPECT ¶
func (_m *MockCleanRoomTaskRunsInterface) EXPECT() *MockCleanRoomTaskRunsInterface_Expecter
func (*MockCleanRoomTaskRunsInterface) List ¶
func (_m *MockCleanRoomTaskRunsInterface) List(ctx context.Context, request cleanrooms.ListCleanRoomNotebookTaskRunsRequest) listing.Iterator[cleanrooms.CleanRoomNotebookTaskRun]
List provides a mock function with given fields: ctx, request
func (*MockCleanRoomTaskRunsInterface) ListAll ¶
func (_m *MockCleanRoomTaskRunsInterface) ListAll(ctx context.Context, request cleanrooms.ListCleanRoomNotebookTaskRunsRequest) ([]cleanrooms.CleanRoomNotebookTaskRun, error)
ListAll provides a mock function with given fields: ctx, request
func (*MockCleanRoomTaskRunsInterface) ListByCleanRoomName ¶
func (_m *MockCleanRoomTaskRunsInterface) ListByCleanRoomName(ctx context.Context, cleanRoomName string) (*cleanrooms.ListCleanRoomNotebookTaskRunsResponse, error)
ListByCleanRoomName provides a mock function with given fields: ctx, cleanRoomName
type MockCleanRoomTaskRunsInterface_Expecter ¶
type MockCleanRoomTaskRunsInterface_Expecter struct {
// contains filtered or unexported fields
}
func (*MockCleanRoomTaskRunsInterface_Expecter) List ¶
func (_e *MockCleanRoomTaskRunsInterface_Expecter) List(ctx interface{}, request interface{}) *MockCleanRoomTaskRunsInterface_List_Call
List is a helper method to define mock.On call
- ctx context.Context
- request cleanrooms.ListCleanRoomNotebookTaskRunsRequest
func (*MockCleanRoomTaskRunsInterface_Expecter) ListAll ¶
func (_e *MockCleanRoomTaskRunsInterface_Expecter) ListAll(ctx interface{}, request interface{}) *MockCleanRoomTaskRunsInterface_ListAll_Call
ListAll is a helper method to define mock.On call
- ctx context.Context
- request cleanrooms.ListCleanRoomNotebookTaskRunsRequest
func (*MockCleanRoomTaskRunsInterface_Expecter) ListByCleanRoomName ¶
func (_e *MockCleanRoomTaskRunsInterface_Expecter) ListByCleanRoomName(ctx interface{}, cleanRoomName interface{}) *MockCleanRoomTaskRunsInterface_ListByCleanRoomName_Call
ListByCleanRoomName is a helper method to define mock.On call
- ctx context.Context
- cleanRoomName string
type MockCleanRoomTaskRunsInterface_ListAll_Call ¶
MockCleanRoomTaskRunsInterface_ListAll_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListAll'
func (*MockCleanRoomTaskRunsInterface_ListAll_Call) Return ¶
func (_c *MockCleanRoomTaskRunsInterface_ListAll_Call) Return(_a0 []cleanrooms.CleanRoomNotebookTaskRun, _a1 error) *MockCleanRoomTaskRunsInterface_ListAll_Call
func (*MockCleanRoomTaskRunsInterface_ListAll_Call) Run ¶
func (_c *MockCleanRoomTaskRunsInterface_ListAll_Call) Run(run func(ctx context.Context, request cleanrooms.ListCleanRoomNotebookTaskRunsRequest)) *MockCleanRoomTaskRunsInterface_ListAll_Call
func (*MockCleanRoomTaskRunsInterface_ListAll_Call) RunAndReturn ¶
func (_c *MockCleanRoomTaskRunsInterface_ListAll_Call) RunAndReturn(run func(context.Context, cleanrooms.ListCleanRoomNotebookTaskRunsRequest) ([]cleanrooms.CleanRoomNotebookTaskRun, error)) *MockCleanRoomTaskRunsInterface_ListAll_Call
type MockCleanRoomTaskRunsInterface_ListByCleanRoomName_Call ¶
MockCleanRoomTaskRunsInterface_ListByCleanRoomName_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListByCleanRoomName'
func (*MockCleanRoomTaskRunsInterface_ListByCleanRoomName_Call) Run ¶
func (_c *MockCleanRoomTaskRunsInterface_ListByCleanRoomName_Call) Run(run func(ctx context.Context, cleanRoomName string)) *MockCleanRoomTaskRunsInterface_ListByCleanRoomName_Call
func (*MockCleanRoomTaskRunsInterface_ListByCleanRoomName_Call) RunAndReturn ¶
func (_c *MockCleanRoomTaskRunsInterface_ListByCleanRoomName_Call) RunAndReturn(run func(context.Context, string) (*cleanrooms.ListCleanRoomNotebookTaskRunsResponse, error)) *MockCleanRoomTaskRunsInterface_ListByCleanRoomName_Call
type MockCleanRoomTaskRunsInterface_List_Call ¶
MockCleanRoomTaskRunsInterface_List_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'List'
func (*MockCleanRoomTaskRunsInterface_List_Call) Run ¶
func (_c *MockCleanRoomTaskRunsInterface_List_Call) Run(run func(ctx context.Context, request cleanrooms.ListCleanRoomNotebookTaskRunsRequest)) *MockCleanRoomTaskRunsInterface_List_Call
func (*MockCleanRoomTaskRunsInterface_List_Call) RunAndReturn ¶
type MockCleanRoomsInterface ¶
MockCleanRoomsInterface is an autogenerated mock type for the CleanRoomsInterface type
func NewMockCleanRoomsInterface ¶
func NewMockCleanRoomsInterface(t interface { mock.TestingT Cleanup(func()) }) *MockCleanRoomsInterface
NewMockCleanRoomsInterface creates a new instance of MockCleanRoomsInterface. 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 (*MockCleanRoomsInterface) Create ¶
func (_m *MockCleanRoomsInterface) Create(ctx context.Context, request cleanrooms.CreateCleanRoomRequest) (*cleanrooms.CleanRoom, error)
Create provides a mock function with given fields: ctx, request
func (*MockCleanRoomsInterface) CreateOutputCatalog ¶
func (_m *MockCleanRoomsInterface) CreateOutputCatalog(ctx context.Context, request cleanrooms.CreateCleanRoomOutputCatalogRequest) (*cleanrooms.CreateCleanRoomOutputCatalogResponse, error)
CreateOutputCatalog provides a mock function with given fields: ctx, request
func (*MockCleanRoomsInterface) Delete ¶
func (_m *MockCleanRoomsInterface) Delete(ctx context.Context, request cleanrooms.DeleteCleanRoomRequest) error
Delete provides a mock function with given fields: ctx, request
func (*MockCleanRoomsInterface) DeleteByName ¶
func (_m *MockCleanRoomsInterface) DeleteByName(ctx context.Context, name string) error
DeleteByName provides a mock function with given fields: ctx, name
func (*MockCleanRoomsInterface) EXPECT ¶
func (_m *MockCleanRoomsInterface) EXPECT() *MockCleanRoomsInterface_Expecter
func (*MockCleanRoomsInterface) Get ¶
func (_m *MockCleanRoomsInterface) Get(ctx context.Context, request cleanrooms.GetCleanRoomRequest) (*cleanrooms.CleanRoom, error)
Get provides a mock function with given fields: ctx, request
func (*MockCleanRoomsInterface) GetByName ¶
func (_m *MockCleanRoomsInterface) GetByName(ctx context.Context, name string) (*cleanrooms.CleanRoom, error)
GetByName provides a mock function with given fields: ctx, name
func (*MockCleanRoomsInterface) List ¶
func (_m *MockCleanRoomsInterface) List(ctx context.Context, request cleanrooms.ListCleanRoomsRequest) listing.Iterator[cleanrooms.CleanRoom]
List provides a mock function with given fields: ctx, request
func (*MockCleanRoomsInterface) ListAll ¶
func (_m *MockCleanRoomsInterface) ListAll(ctx context.Context, request cleanrooms.ListCleanRoomsRequest) ([]cleanrooms.CleanRoom, error)
ListAll provides a mock function with given fields: ctx, request
func (*MockCleanRoomsInterface) Update ¶
func (_m *MockCleanRoomsInterface) Update(ctx context.Context, request cleanrooms.UpdateCleanRoomRequest) (*cleanrooms.CleanRoom, error)
Update provides a mock function with given fields: ctx, request
type MockCleanRoomsInterface_CreateOutputCatalog_Call ¶
MockCleanRoomsInterface_CreateOutputCatalog_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateOutputCatalog'
func (*MockCleanRoomsInterface_CreateOutputCatalog_Call) Run ¶
func (_c *MockCleanRoomsInterface_CreateOutputCatalog_Call) Run(run func(ctx context.Context, request cleanrooms.CreateCleanRoomOutputCatalogRequest)) *MockCleanRoomsInterface_CreateOutputCatalog_Call
func (*MockCleanRoomsInterface_CreateOutputCatalog_Call) RunAndReturn ¶
type MockCleanRoomsInterface_Create_Call ¶
MockCleanRoomsInterface_Create_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Create'
func (*MockCleanRoomsInterface_Create_Call) Return ¶
func (_c *MockCleanRoomsInterface_Create_Call) Return(_a0 *cleanrooms.CleanRoom, _a1 error) *MockCleanRoomsInterface_Create_Call
func (*MockCleanRoomsInterface_Create_Call) Run ¶
func (_c *MockCleanRoomsInterface_Create_Call) Run(run func(ctx context.Context, request cleanrooms.CreateCleanRoomRequest)) *MockCleanRoomsInterface_Create_Call
func (*MockCleanRoomsInterface_Create_Call) RunAndReturn ¶
func (_c *MockCleanRoomsInterface_Create_Call) RunAndReturn(run func(context.Context, cleanrooms.CreateCleanRoomRequest) (*cleanrooms.CleanRoom, error)) *MockCleanRoomsInterface_Create_Call
type MockCleanRoomsInterface_DeleteByName_Call ¶
MockCleanRoomsInterface_DeleteByName_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteByName'
func (*MockCleanRoomsInterface_DeleteByName_Call) Return ¶
func (_c *MockCleanRoomsInterface_DeleteByName_Call) Return(_a0 error) *MockCleanRoomsInterface_DeleteByName_Call
func (*MockCleanRoomsInterface_DeleteByName_Call) Run ¶
func (_c *MockCleanRoomsInterface_DeleteByName_Call) Run(run func(ctx context.Context, name string)) *MockCleanRoomsInterface_DeleteByName_Call
func (*MockCleanRoomsInterface_DeleteByName_Call) RunAndReturn ¶
func (_c *MockCleanRoomsInterface_DeleteByName_Call) RunAndReturn(run func(context.Context, string) error) *MockCleanRoomsInterface_DeleteByName_Call
type MockCleanRoomsInterface_Delete_Call ¶
MockCleanRoomsInterface_Delete_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Delete'
func (*MockCleanRoomsInterface_Delete_Call) Return ¶
func (_c *MockCleanRoomsInterface_Delete_Call) Return(_a0 error) *MockCleanRoomsInterface_Delete_Call
func (*MockCleanRoomsInterface_Delete_Call) Run ¶
func (_c *MockCleanRoomsInterface_Delete_Call) Run(run func(ctx context.Context, request cleanrooms.DeleteCleanRoomRequest)) *MockCleanRoomsInterface_Delete_Call
func (*MockCleanRoomsInterface_Delete_Call) RunAndReturn ¶
func (_c *MockCleanRoomsInterface_Delete_Call) RunAndReturn(run func(context.Context, cleanrooms.DeleteCleanRoomRequest) error) *MockCleanRoomsInterface_Delete_Call
type MockCleanRoomsInterface_Expecter ¶
type MockCleanRoomsInterface_Expecter struct {
// contains filtered or unexported fields
}
func (*MockCleanRoomsInterface_Expecter) Create ¶
func (_e *MockCleanRoomsInterface_Expecter) Create(ctx interface{}, request interface{}) *MockCleanRoomsInterface_Create_Call
Create is a helper method to define mock.On call
- ctx context.Context
- request cleanrooms.CreateCleanRoomRequest
func (*MockCleanRoomsInterface_Expecter) CreateOutputCatalog ¶
func (_e *MockCleanRoomsInterface_Expecter) CreateOutputCatalog(ctx interface{}, request interface{}) *MockCleanRoomsInterface_CreateOutputCatalog_Call
CreateOutputCatalog is a helper method to define mock.On call
- ctx context.Context
- request cleanrooms.CreateCleanRoomOutputCatalogRequest
func (*MockCleanRoomsInterface_Expecter) Delete ¶
func (_e *MockCleanRoomsInterface_Expecter) Delete(ctx interface{}, request interface{}) *MockCleanRoomsInterface_Delete_Call
Delete is a helper method to define mock.On call
- ctx context.Context
- request cleanrooms.DeleteCleanRoomRequest
func (*MockCleanRoomsInterface_Expecter) DeleteByName ¶
func (_e *MockCleanRoomsInterface_Expecter) DeleteByName(ctx interface{}, name interface{}) *MockCleanRoomsInterface_DeleteByName_Call
DeleteByName is a helper method to define mock.On call
- ctx context.Context
- name string
func (*MockCleanRoomsInterface_Expecter) Get ¶
func (_e *MockCleanRoomsInterface_Expecter) Get(ctx interface{}, request interface{}) *MockCleanRoomsInterface_Get_Call
Get is a helper method to define mock.On call
- ctx context.Context
- request cleanrooms.GetCleanRoomRequest
func (*MockCleanRoomsInterface_Expecter) GetByName ¶
func (_e *MockCleanRoomsInterface_Expecter) GetByName(ctx interface{}, name interface{}) *MockCleanRoomsInterface_GetByName_Call
GetByName is a helper method to define mock.On call
- ctx context.Context
- name string
func (*MockCleanRoomsInterface_Expecter) List ¶
func (_e *MockCleanRoomsInterface_Expecter) List(ctx interface{}, request interface{}) *MockCleanRoomsInterface_List_Call
List is a helper method to define mock.On call
- ctx context.Context
- request cleanrooms.ListCleanRoomsRequest
func (*MockCleanRoomsInterface_Expecter) ListAll ¶
func (_e *MockCleanRoomsInterface_Expecter) ListAll(ctx interface{}, request interface{}) *MockCleanRoomsInterface_ListAll_Call
ListAll is a helper method to define mock.On call
- ctx context.Context
- request cleanrooms.ListCleanRoomsRequest
func (*MockCleanRoomsInterface_Expecter) Update ¶
func (_e *MockCleanRoomsInterface_Expecter) Update(ctx interface{}, request interface{}) *MockCleanRoomsInterface_Update_Call
Update is a helper method to define mock.On call
- ctx context.Context
- request cleanrooms.UpdateCleanRoomRequest
type MockCleanRoomsInterface_GetByName_Call ¶
MockCleanRoomsInterface_GetByName_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetByName'
func (*MockCleanRoomsInterface_GetByName_Call) Return ¶
func (_c *MockCleanRoomsInterface_GetByName_Call) Return(_a0 *cleanrooms.CleanRoom, _a1 error) *MockCleanRoomsInterface_GetByName_Call
func (*MockCleanRoomsInterface_GetByName_Call) Run ¶
func (_c *MockCleanRoomsInterface_GetByName_Call) Run(run func(ctx context.Context, name string)) *MockCleanRoomsInterface_GetByName_Call
func (*MockCleanRoomsInterface_GetByName_Call) RunAndReturn ¶
func (_c *MockCleanRoomsInterface_GetByName_Call) RunAndReturn(run func(context.Context, string) (*cleanrooms.CleanRoom, error)) *MockCleanRoomsInterface_GetByName_Call
type MockCleanRoomsInterface_Get_Call ¶
MockCleanRoomsInterface_Get_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Get'
func (*MockCleanRoomsInterface_Get_Call) Return ¶
func (_c *MockCleanRoomsInterface_Get_Call) Return(_a0 *cleanrooms.CleanRoom, _a1 error) *MockCleanRoomsInterface_Get_Call
func (*MockCleanRoomsInterface_Get_Call) Run ¶
func (_c *MockCleanRoomsInterface_Get_Call) Run(run func(ctx context.Context, request cleanrooms.GetCleanRoomRequest)) *MockCleanRoomsInterface_Get_Call
func (*MockCleanRoomsInterface_Get_Call) RunAndReturn ¶
func (_c *MockCleanRoomsInterface_Get_Call) RunAndReturn(run func(context.Context, cleanrooms.GetCleanRoomRequest) (*cleanrooms.CleanRoom, error)) *MockCleanRoomsInterface_Get_Call
type MockCleanRoomsInterface_ListAll_Call ¶
MockCleanRoomsInterface_ListAll_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListAll'
func (*MockCleanRoomsInterface_ListAll_Call) Return ¶
func (_c *MockCleanRoomsInterface_ListAll_Call) Return(_a0 []cleanrooms.CleanRoom, _a1 error) *MockCleanRoomsInterface_ListAll_Call
func (*MockCleanRoomsInterface_ListAll_Call) Run ¶
func (_c *MockCleanRoomsInterface_ListAll_Call) Run(run func(ctx context.Context, request cleanrooms.ListCleanRoomsRequest)) *MockCleanRoomsInterface_ListAll_Call
func (*MockCleanRoomsInterface_ListAll_Call) RunAndReturn ¶
func (_c *MockCleanRoomsInterface_ListAll_Call) RunAndReturn(run func(context.Context, cleanrooms.ListCleanRoomsRequest) ([]cleanrooms.CleanRoom, error)) *MockCleanRoomsInterface_ListAll_Call
type MockCleanRoomsInterface_List_Call ¶
MockCleanRoomsInterface_List_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'List'
func (*MockCleanRoomsInterface_List_Call) Return ¶
func (_c *MockCleanRoomsInterface_List_Call) Return(_a0 listing.Iterator[cleanrooms.CleanRoom]) *MockCleanRoomsInterface_List_Call
func (*MockCleanRoomsInterface_List_Call) Run ¶
func (_c *MockCleanRoomsInterface_List_Call) Run(run func(ctx context.Context, request cleanrooms.ListCleanRoomsRequest)) *MockCleanRoomsInterface_List_Call
func (*MockCleanRoomsInterface_List_Call) RunAndReturn ¶
func (_c *MockCleanRoomsInterface_List_Call) RunAndReturn(run func(context.Context, cleanrooms.ListCleanRoomsRequest) listing.Iterator[cleanrooms.CleanRoom]) *MockCleanRoomsInterface_List_Call
type MockCleanRoomsInterface_Update_Call ¶
MockCleanRoomsInterface_Update_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Update'
func (*MockCleanRoomsInterface_Update_Call) Return ¶
func (_c *MockCleanRoomsInterface_Update_Call) Return(_a0 *cleanrooms.CleanRoom, _a1 error) *MockCleanRoomsInterface_Update_Call
func (*MockCleanRoomsInterface_Update_Call) Run ¶
func (_c *MockCleanRoomsInterface_Update_Call) Run(run func(ctx context.Context, request cleanrooms.UpdateCleanRoomRequest)) *MockCleanRoomsInterface_Update_Call
func (*MockCleanRoomsInterface_Update_Call) RunAndReturn ¶
func (_c *MockCleanRoomsInterface_Update_Call) RunAndReturn(run func(context.Context, cleanrooms.UpdateCleanRoomRequest) (*cleanrooms.CleanRoom, error)) *MockCleanRoomsInterface_Update_Call