cleanrooms

package
v0.57.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 3, 2025 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockCleanRoomAssetsInterface

type MockCleanRoomAssetsInterface struct {
	mock.Mock
}

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

Create provides a mock function with given fields: ctx, request

func (*MockCleanRoomAssetsInterface) Delete

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 (*MockCleanRoomAssetsInterface) Get

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

List provides a mock function with given fields: ctx, request

func (*MockCleanRoomAssetsInterface) ListAll

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

Update provides a mock function with given fields: ctx, request

type MockCleanRoomAssetsInterface_Create_Call

type MockCleanRoomAssetsInterface_Create_Call struct {
	*mock.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 (*MockCleanRoomAssetsInterface_Create_Call) Run

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

type MockCleanRoomAssetsInterface_Delete_Call

type MockCleanRoomAssetsInterface_Delete_Call struct {
	*mock.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 (*MockCleanRoomAssetsInterface_Delete_Call) Run

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

type MockCleanRoomAssetsInterface_Get_Call

type MockCleanRoomAssetsInterface_Get_Call struct {
	*mock.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 (*MockCleanRoomAssetsInterface_Get_Call) Run

type MockCleanRoomAssetsInterface_ListAll_Call

type MockCleanRoomAssetsInterface_ListAll_Call struct {
	*mock.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 (*MockCleanRoomAssetsInterface_ListAll_Call) Run

type MockCleanRoomAssetsInterface_ListByCleanRoomName_Call

type MockCleanRoomAssetsInterface_ListByCleanRoomName_Call struct {
	*mock.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

type MockCleanRoomAssetsInterface_List_Call

type MockCleanRoomAssetsInterface_List_Call struct {
	*mock.Call
}

MockCleanRoomAssetsInterface_List_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'List'

func (*MockCleanRoomAssetsInterface_List_Call) Run

type MockCleanRoomAssetsInterface_Update_Call

type MockCleanRoomAssetsInterface_Update_Call struct {
	*mock.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 (*MockCleanRoomAssetsInterface_Update_Call) Run

type MockCleanRoomTaskRunsInterface

type MockCleanRoomTaskRunsInterface struct {
	mock.Mock
}

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 (*MockCleanRoomTaskRunsInterface) List

List provides a mock function with given fields: ctx, request

func (*MockCleanRoomTaskRunsInterface) ListAll

ListAll provides a mock function with given fields: ctx, request

func (*MockCleanRoomTaskRunsInterface) ListByCleanRoomName

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

type MockCleanRoomTaskRunsInterface_ListAll_Call struct {
	*mock.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 (*MockCleanRoomTaskRunsInterface_ListAll_Call) Run

type MockCleanRoomTaskRunsInterface_ListByCleanRoomName_Call

type MockCleanRoomTaskRunsInterface_ListByCleanRoomName_Call struct {
	*mock.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

type MockCleanRoomTaskRunsInterface_List_Call

type MockCleanRoomTaskRunsInterface_List_Call struct {
	*mock.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

type MockCleanRoomsInterface

type MockCleanRoomsInterface struct {
	mock.Mock
}

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

Create provides a mock function with given fields: ctx, request

func (*MockCleanRoomsInterface) CreateOutputCatalog

CreateOutputCatalog provides a mock function with given fields: ctx, request

func (*MockCleanRoomsInterface) Delete

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 (*MockCleanRoomsInterface) Get

Get provides a mock function with given fields: ctx, request

func (*MockCleanRoomsInterface) GetByName

GetByName provides a mock function with given fields: ctx, name

func (*MockCleanRoomsInterface) List

List provides a mock function with given fields: ctx, request

func (*MockCleanRoomsInterface) ListAll

ListAll provides a mock function with given fields: ctx, request

func (*MockCleanRoomsInterface) Update

Update provides a mock function with given fields: ctx, request

type MockCleanRoomsInterface_CreateOutputCatalog_Call

type MockCleanRoomsInterface_CreateOutputCatalog_Call struct {
	*mock.Call
}

MockCleanRoomsInterface_CreateOutputCatalog_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateOutputCatalog'

type MockCleanRoomsInterface_Create_Call

type MockCleanRoomsInterface_Create_Call struct {
	*mock.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 (*MockCleanRoomsInterface_Create_Call) Run

type MockCleanRoomsInterface_DeleteByName_Call

type MockCleanRoomsInterface_DeleteByName_Call struct {
	*mock.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 (*MockCleanRoomsInterface_DeleteByName_Call) Run

func (*MockCleanRoomsInterface_DeleteByName_Call) RunAndReturn

type MockCleanRoomsInterface_Delete_Call

type MockCleanRoomsInterface_Delete_Call struct {
	*mock.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 (*MockCleanRoomsInterface_Delete_Call) Run

func (*MockCleanRoomsInterface_Delete_Call) RunAndReturn

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

type MockCleanRoomsInterface_GetByName_Call struct {
	*mock.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 (*MockCleanRoomsInterface_GetByName_Call) Run

func (*MockCleanRoomsInterface_GetByName_Call) RunAndReturn

type MockCleanRoomsInterface_Get_Call

type MockCleanRoomsInterface_Get_Call struct {
	*mock.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 (*MockCleanRoomsInterface_Get_Call) Run

type MockCleanRoomsInterface_ListAll_Call

type MockCleanRoomsInterface_ListAll_Call struct {
	*mock.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 (*MockCleanRoomsInterface_ListAll_Call) Run

type MockCleanRoomsInterface_List_Call

type MockCleanRoomsInterface_List_Call struct {
	*mock.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 (*MockCleanRoomsInterface_List_Call) Run

type MockCleanRoomsInterface_Update_Call

type MockCleanRoomsInterface_Update_Call struct {
	*mock.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 (*MockCleanRoomsInterface_Update_Call) Run

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL