mocks

package
v0.12.0 Latest Latest
Warning

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

Go to latest
Published: Sep 26, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

Package mocks is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockClientInterface

type MockClientInterface struct {
	// contains filtered or unexported fields
}

MockClientInterface is a mock of ClientInterface interface.

func NewMockClientInterface

func NewMockClientInterface(ctrl *gomock.Controller) *MockClientInterface

NewMockClientInterface creates a new mock instance.

func (*MockClientInterface) CreateElasticsearchProject

CreateElasticsearchProject mocks base method.

func (*MockClientInterface) CreateElasticsearchProjectWithBody

func (m *MockClientInterface) CreateElasticsearchProjectWithBody(arg0 context.Context, arg1 string, arg2 io.Reader, arg3 ...serverless.RequestEditorFn) (*http.Response, error)

CreateElasticsearchProjectWithBody mocks base method.

func (*MockClientInterface) CreateObservabilityProject

CreateObservabilityProject mocks base method.

func (*MockClientInterface) CreateObservabilityProjectWithBody

func (m *MockClientInterface) CreateObservabilityProjectWithBody(arg0 context.Context, arg1 string, arg2 io.Reader, arg3 ...serverless.RequestEditorFn) (*http.Response, error)

CreateObservabilityProjectWithBody mocks base method.

func (*MockClientInterface) CreateSecurityProject

CreateSecurityProject mocks base method.

func (*MockClientInterface) CreateSecurityProjectWithBody

func (m *MockClientInterface) CreateSecurityProjectWithBody(arg0 context.Context, arg1 string, arg2 io.Reader, arg3 ...serverless.RequestEditorFn) (*http.Response, error)

CreateSecurityProjectWithBody mocks base method.

func (*MockClientInterface) DeleteElasticsearchProject

DeleteElasticsearchProject mocks base method.

func (*MockClientInterface) DeleteObservabilityProject

DeleteObservabilityProject mocks base method.

func (*MockClientInterface) DeleteSecurityProject

DeleteSecurityProject mocks base method.

func (*MockClientInterface) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockClientInterface) GetElasticsearchProject

func (m *MockClientInterface) GetElasticsearchProject(arg0 context.Context, arg1 string, arg2 ...serverless.RequestEditorFn) (*http.Response, error)

GetElasticsearchProject mocks base method.

func (*MockClientInterface) GetElasticsearchProjectRoles

func (m *MockClientInterface) GetElasticsearchProjectRoles(arg0 context.Context, arg1 string, arg2 ...serverless.RequestEditorFn) (*http.Response, error)

GetElasticsearchProjectRoles mocks base method.

func (*MockClientInterface) GetElasticsearchProjectStatus

func (m *MockClientInterface) GetElasticsearchProjectStatus(arg0 context.Context, arg1 string, arg2 ...serverless.RequestEditorFn) (*http.Response, error)

GetElasticsearchProjectStatus mocks base method.

func (*MockClientInterface) GetObservabilityProject

func (m *MockClientInterface) GetObservabilityProject(arg0 context.Context, arg1 string, arg2 ...serverless.RequestEditorFn) (*http.Response, error)

GetObservabilityProject mocks base method.

func (*MockClientInterface) GetObservabilityProjectRoles

func (m *MockClientInterface) GetObservabilityProjectRoles(arg0 context.Context, arg1 string, arg2 ...serverless.RequestEditorFn) (*http.Response, error)

GetObservabilityProjectRoles mocks base method.

func (*MockClientInterface) GetObservabilityProjectStatus

func (m *MockClientInterface) GetObservabilityProjectStatus(arg0 context.Context, arg1 string, arg2 ...serverless.RequestEditorFn) (*http.Response, error)

GetObservabilityProjectStatus mocks base method.

func (*MockClientInterface) GetRegion

func (m *MockClientInterface) GetRegion(arg0 context.Context, arg1 string, arg2 ...serverless.RequestEditorFn) (*http.Response, error)

GetRegion mocks base method.

func (*MockClientInterface) GetSecurityProject

func (m *MockClientInterface) GetSecurityProject(arg0 context.Context, arg1 string, arg2 ...serverless.RequestEditorFn) (*http.Response, error)

GetSecurityProject mocks base method.

func (*MockClientInterface) GetSecurityProjectRoles

func (m *MockClientInterface) GetSecurityProjectRoles(arg0 context.Context, arg1 string, arg2 ...serverless.RequestEditorFn) (*http.Response, error)

GetSecurityProjectRoles mocks base method.

func (*MockClientInterface) GetSecurityProjectStatus

func (m *MockClientInterface) GetSecurityProjectStatus(arg0 context.Context, arg1 string, arg2 ...serverless.RequestEditorFn) (*http.Response, error)

GetSecurityProjectStatus mocks base method.

func (*MockClientInterface) ListElasticsearchProjects

ListElasticsearchProjects mocks base method.

func (*MockClientInterface) ListObservabilityProjects

ListObservabilityProjects mocks base method.

func (*MockClientInterface) ListRegions

func (m *MockClientInterface) ListRegions(arg0 context.Context, arg1 ...serverless.RequestEditorFn) (*http.Response, error)

ListRegions mocks base method.

func (*MockClientInterface) ListSecurityProjects

ListSecurityProjects mocks base method.

func (*MockClientInterface) PatchElasticsearchProject

PatchElasticsearchProject mocks base method.

func (*MockClientInterface) PatchElasticsearchProjectWithBody

func (m *MockClientInterface) PatchElasticsearchProjectWithBody(arg0 context.Context, arg1 string, arg2 *serverless.PatchElasticsearchProjectParams, arg3 string, arg4 io.Reader, arg5 ...serverless.RequestEditorFn) (*http.Response, error)

PatchElasticsearchProjectWithBody mocks base method.

func (*MockClientInterface) PatchObservabilityProject

PatchObservabilityProject mocks base method.

func (*MockClientInterface) PatchObservabilityProjectWithBody

func (m *MockClientInterface) PatchObservabilityProjectWithBody(arg0 context.Context, arg1 string, arg2 *serverless.PatchObservabilityProjectParams, arg3 string, arg4 io.Reader, arg5 ...serverless.RequestEditorFn) (*http.Response, error)

PatchObservabilityProjectWithBody mocks base method.

func (*MockClientInterface) PatchSecurityProject

PatchSecurityProject mocks base method.

func (*MockClientInterface) PatchSecurityProjectWithBody

func (m *MockClientInterface) PatchSecurityProjectWithBody(arg0 context.Context, arg1 string, arg2 *serverless.PatchSecurityProjectParams, arg3 string, arg4 io.Reader, arg5 ...serverless.RequestEditorFn) (*http.Response, error)

PatchSecurityProjectWithBody mocks base method.

func (*MockClientInterface) ResetElasticsearchProjectCredentials

func (m *MockClientInterface) ResetElasticsearchProjectCredentials(arg0 context.Context, arg1 string, arg2 *serverless.ResetElasticsearchProjectCredentialsParams, arg3 ...serverless.RequestEditorFn) (*http.Response, error)

ResetElasticsearchProjectCredentials mocks base method.

func (*MockClientInterface) ResetObservabilityProjectCredentials

func (m *MockClientInterface) ResetObservabilityProjectCredentials(arg0 context.Context, arg1 string, arg2 *serverless.ResetObservabilityProjectCredentialsParams, arg3 ...serverless.RequestEditorFn) (*http.Response, error)

ResetObservabilityProjectCredentials mocks base method.

func (*MockClientInterface) ResetSecurityProjectCredentials

func (m *MockClientInterface) ResetSecurityProjectCredentials(arg0 context.Context, arg1 string, arg2 *serverless.ResetSecurityProjectCredentialsParams, arg3 ...serverless.RequestEditorFn) (*http.Response, error)

ResetSecurityProjectCredentials mocks base method.

func (*MockClientInterface) ResumeElasticsearchProject

ResumeElasticsearchProject mocks base method.

func (*MockClientInterface) ResumeObservabilityProject

ResumeObservabilityProject mocks base method.

func (*MockClientInterface) ResumeSecurityProject

ResumeSecurityProject mocks base method.

type MockClientInterfaceMockRecorder

type MockClientInterfaceMockRecorder struct {
	// contains filtered or unexported fields
}

MockClientInterfaceMockRecorder is the mock recorder for MockClientInterface.

func (*MockClientInterfaceMockRecorder) CreateElasticsearchProject

func (mr *MockClientInterfaceMockRecorder) CreateElasticsearchProject(arg0, arg1 any, arg2 ...any) *gomock.Call

CreateElasticsearchProject indicates an expected call of CreateElasticsearchProject.

func (*MockClientInterfaceMockRecorder) CreateElasticsearchProjectWithBody

func (mr *MockClientInterfaceMockRecorder) CreateElasticsearchProjectWithBody(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call

CreateElasticsearchProjectWithBody indicates an expected call of CreateElasticsearchProjectWithBody.

func (*MockClientInterfaceMockRecorder) CreateObservabilityProject

func (mr *MockClientInterfaceMockRecorder) CreateObservabilityProject(arg0, arg1 any, arg2 ...any) *gomock.Call

CreateObservabilityProject indicates an expected call of CreateObservabilityProject.

func (*MockClientInterfaceMockRecorder) CreateObservabilityProjectWithBody

func (mr *MockClientInterfaceMockRecorder) CreateObservabilityProjectWithBody(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call

CreateObservabilityProjectWithBody indicates an expected call of CreateObservabilityProjectWithBody.

func (*MockClientInterfaceMockRecorder) CreateSecurityProject

func (mr *MockClientInterfaceMockRecorder) CreateSecurityProject(arg0, arg1 any, arg2 ...any) *gomock.Call

CreateSecurityProject indicates an expected call of CreateSecurityProject.

func (*MockClientInterfaceMockRecorder) CreateSecurityProjectWithBody

func (mr *MockClientInterfaceMockRecorder) CreateSecurityProjectWithBody(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call

CreateSecurityProjectWithBody indicates an expected call of CreateSecurityProjectWithBody.

func (*MockClientInterfaceMockRecorder) DeleteElasticsearchProject

func (mr *MockClientInterfaceMockRecorder) DeleteElasticsearchProject(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call

DeleteElasticsearchProject indicates an expected call of DeleteElasticsearchProject.

func (*MockClientInterfaceMockRecorder) DeleteObservabilityProject

func (mr *MockClientInterfaceMockRecorder) DeleteObservabilityProject(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call

DeleteObservabilityProject indicates an expected call of DeleteObservabilityProject.

func (*MockClientInterfaceMockRecorder) DeleteSecurityProject

func (mr *MockClientInterfaceMockRecorder) DeleteSecurityProject(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call

DeleteSecurityProject indicates an expected call of DeleteSecurityProject.

func (*MockClientInterfaceMockRecorder) GetElasticsearchProject

func (mr *MockClientInterfaceMockRecorder) GetElasticsearchProject(arg0, arg1 any, arg2 ...any) *gomock.Call

GetElasticsearchProject indicates an expected call of GetElasticsearchProject.

func (*MockClientInterfaceMockRecorder) GetElasticsearchProjectRoles

func (mr *MockClientInterfaceMockRecorder) GetElasticsearchProjectRoles(arg0, arg1 any, arg2 ...any) *gomock.Call

GetElasticsearchProjectRoles indicates an expected call of GetElasticsearchProjectRoles.

func (*MockClientInterfaceMockRecorder) GetElasticsearchProjectStatus

func (mr *MockClientInterfaceMockRecorder) GetElasticsearchProjectStatus(arg0, arg1 any, arg2 ...any) *gomock.Call

GetElasticsearchProjectStatus indicates an expected call of GetElasticsearchProjectStatus.

func (*MockClientInterfaceMockRecorder) GetObservabilityProject

func (mr *MockClientInterfaceMockRecorder) GetObservabilityProject(arg0, arg1 any, arg2 ...any) *gomock.Call

GetObservabilityProject indicates an expected call of GetObservabilityProject.

func (*MockClientInterfaceMockRecorder) GetObservabilityProjectRoles

func (mr *MockClientInterfaceMockRecorder) GetObservabilityProjectRoles(arg0, arg1 any, arg2 ...any) *gomock.Call

GetObservabilityProjectRoles indicates an expected call of GetObservabilityProjectRoles.

func (*MockClientInterfaceMockRecorder) GetObservabilityProjectStatus

func (mr *MockClientInterfaceMockRecorder) GetObservabilityProjectStatus(arg0, arg1 any, arg2 ...any) *gomock.Call

GetObservabilityProjectStatus indicates an expected call of GetObservabilityProjectStatus.

func (*MockClientInterfaceMockRecorder) GetRegion

func (mr *MockClientInterfaceMockRecorder) GetRegion(arg0, arg1 any, arg2 ...any) *gomock.Call

GetRegion indicates an expected call of GetRegion.

func (*MockClientInterfaceMockRecorder) GetSecurityProject

func (mr *MockClientInterfaceMockRecorder) GetSecurityProject(arg0, arg1 any, arg2 ...any) *gomock.Call

GetSecurityProject indicates an expected call of GetSecurityProject.

func (*MockClientInterfaceMockRecorder) GetSecurityProjectRoles

func (mr *MockClientInterfaceMockRecorder) GetSecurityProjectRoles(arg0, arg1 any, arg2 ...any) *gomock.Call

GetSecurityProjectRoles indicates an expected call of GetSecurityProjectRoles.

func (*MockClientInterfaceMockRecorder) GetSecurityProjectStatus

func (mr *MockClientInterfaceMockRecorder) GetSecurityProjectStatus(arg0, arg1 any, arg2 ...any) *gomock.Call

GetSecurityProjectStatus indicates an expected call of GetSecurityProjectStatus.

func (*MockClientInterfaceMockRecorder) ListElasticsearchProjects

func (mr *MockClientInterfaceMockRecorder) ListElasticsearchProjects(arg0, arg1 any, arg2 ...any) *gomock.Call

ListElasticsearchProjects indicates an expected call of ListElasticsearchProjects.

func (*MockClientInterfaceMockRecorder) ListObservabilityProjects

func (mr *MockClientInterfaceMockRecorder) ListObservabilityProjects(arg0, arg1 any, arg2 ...any) *gomock.Call

ListObservabilityProjects indicates an expected call of ListObservabilityProjects.

func (*MockClientInterfaceMockRecorder) ListRegions

func (mr *MockClientInterfaceMockRecorder) ListRegions(arg0 any, arg1 ...any) *gomock.Call

ListRegions indicates an expected call of ListRegions.

func (*MockClientInterfaceMockRecorder) ListSecurityProjects

func (mr *MockClientInterfaceMockRecorder) ListSecurityProjects(arg0, arg1 any, arg2 ...any) *gomock.Call

ListSecurityProjects indicates an expected call of ListSecurityProjects.

func (*MockClientInterfaceMockRecorder) PatchElasticsearchProject

func (mr *MockClientInterfaceMockRecorder) PatchElasticsearchProject(arg0, arg1, arg2, arg3 any, arg4 ...any) *gomock.Call

PatchElasticsearchProject indicates an expected call of PatchElasticsearchProject.

func (*MockClientInterfaceMockRecorder) PatchElasticsearchProjectWithBody

func (mr *MockClientInterfaceMockRecorder) PatchElasticsearchProjectWithBody(arg0, arg1, arg2, arg3, arg4 any, arg5 ...any) *gomock.Call

PatchElasticsearchProjectWithBody indicates an expected call of PatchElasticsearchProjectWithBody.

func (*MockClientInterfaceMockRecorder) PatchObservabilityProject

func (mr *MockClientInterfaceMockRecorder) PatchObservabilityProject(arg0, arg1, arg2, arg3 any, arg4 ...any) *gomock.Call

PatchObservabilityProject indicates an expected call of PatchObservabilityProject.

func (*MockClientInterfaceMockRecorder) PatchObservabilityProjectWithBody

func (mr *MockClientInterfaceMockRecorder) PatchObservabilityProjectWithBody(arg0, arg1, arg2, arg3, arg4 any, arg5 ...any) *gomock.Call

PatchObservabilityProjectWithBody indicates an expected call of PatchObservabilityProjectWithBody.

func (*MockClientInterfaceMockRecorder) PatchSecurityProject

func (mr *MockClientInterfaceMockRecorder) PatchSecurityProject(arg0, arg1, arg2, arg3 any, arg4 ...any) *gomock.Call

PatchSecurityProject indicates an expected call of PatchSecurityProject.

func (*MockClientInterfaceMockRecorder) PatchSecurityProjectWithBody

func (mr *MockClientInterfaceMockRecorder) PatchSecurityProjectWithBody(arg0, arg1, arg2, arg3, arg4 any, arg5 ...any) *gomock.Call

PatchSecurityProjectWithBody indicates an expected call of PatchSecurityProjectWithBody.

func (*MockClientInterfaceMockRecorder) ResetElasticsearchProjectCredentials

func (mr *MockClientInterfaceMockRecorder) ResetElasticsearchProjectCredentials(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call

ResetElasticsearchProjectCredentials indicates an expected call of ResetElasticsearchProjectCredentials.

func (*MockClientInterfaceMockRecorder) ResetObservabilityProjectCredentials

func (mr *MockClientInterfaceMockRecorder) ResetObservabilityProjectCredentials(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call

ResetObservabilityProjectCredentials indicates an expected call of ResetObservabilityProjectCredentials.

func (*MockClientInterfaceMockRecorder) ResetSecurityProjectCredentials

func (mr *MockClientInterfaceMockRecorder) ResetSecurityProjectCredentials(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call

ResetSecurityProjectCredentials indicates an expected call of ResetSecurityProjectCredentials.

func (*MockClientInterfaceMockRecorder) ResumeElasticsearchProject

func (mr *MockClientInterfaceMockRecorder) ResumeElasticsearchProject(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call

ResumeElasticsearchProject indicates an expected call of ResumeElasticsearchProject.

func (*MockClientInterfaceMockRecorder) ResumeObservabilityProject

func (mr *MockClientInterfaceMockRecorder) ResumeObservabilityProject(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call

ResumeObservabilityProject indicates an expected call of ResumeObservabilityProject.

func (*MockClientInterfaceMockRecorder) ResumeSecurityProject

func (mr *MockClientInterfaceMockRecorder) ResumeSecurityProject(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call

ResumeSecurityProject indicates an expected call of ResumeSecurityProject.

type MockClientWithResponsesInterface

type MockClientWithResponsesInterface struct {
	// contains filtered or unexported fields
}

MockClientWithResponsesInterface is a mock of ClientWithResponsesInterface interface.

func NewMockClientWithResponsesInterface

func NewMockClientWithResponsesInterface(ctrl *gomock.Controller) *MockClientWithResponsesInterface

NewMockClientWithResponsesInterface creates a new mock instance.

func (*MockClientWithResponsesInterface) CreateElasticsearchProjectWithBodyWithResponse

func (m *MockClientWithResponsesInterface) CreateElasticsearchProjectWithBodyWithResponse(arg0 context.Context, arg1 string, arg2 io.Reader, arg3 ...serverless.RequestEditorFn) (*serverless.CreateElasticsearchProjectResponse, error)

CreateElasticsearchProjectWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) CreateElasticsearchProjectWithResponse

CreateElasticsearchProjectWithResponse mocks base method.

func (*MockClientWithResponsesInterface) CreateObservabilityProjectWithBodyWithResponse

func (m *MockClientWithResponsesInterface) CreateObservabilityProjectWithBodyWithResponse(arg0 context.Context, arg1 string, arg2 io.Reader, arg3 ...serverless.RequestEditorFn) (*serverless.CreateObservabilityProjectResponse, error)

CreateObservabilityProjectWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) CreateObservabilityProjectWithResponse

CreateObservabilityProjectWithResponse mocks base method.

func (*MockClientWithResponsesInterface) CreateSecurityProjectWithBodyWithResponse

func (m *MockClientWithResponsesInterface) CreateSecurityProjectWithBodyWithResponse(arg0 context.Context, arg1 string, arg2 io.Reader, arg3 ...serverless.RequestEditorFn) (*serverless.CreateSecurityProjectResponse, error)

CreateSecurityProjectWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) CreateSecurityProjectWithResponse

CreateSecurityProjectWithResponse mocks base method.

func (*MockClientWithResponsesInterface) DeleteElasticsearchProjectWithResponse

DeleteElasticsearchProjectWithResponse mocks base method.

func (*MockClientWithResponsesInterface) DeleteObservabilityProjectWithResponse

DeleteObservabilityProjectWithResponse mocks base method.

func (*MockClientWithResponsesInterface) DeleteSecurityProjectWithResponse

DeleteSecurityProjectWithResponse mocks base method.

func (*MockClientWithResponsesInterface) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockClientWithResponsesInterface) GetElasticsearchProjectRolesWithResponse

func (m *MockClientWithResponsesInterface) GetElasticsearchProjectRolesWithResponse(arg0 context.Context, arg1 string, arg2 ...serverless.RequestEditorFn) (*serverless.GetElasticsearchProjectRolesResponse, error)

GetElasticsearchProjectRolesWithResponse mocks base method.

func (*MockClientWithResponsesInterface) GetElasticsearchProjectStatusWithResponse

func (m *MockClientWithResponsesInterface) GetElasticsearchProjectStatusWithResponse(arg0 context.Context, arg1 string, arg2 ...serverless.RequestEditorFn) (*serverless.GetElasticsearchProjectStatusResponse, error)

GetElasticsearchProjectStatusWithResponse mocks base method.

func (*MockClientWithResponsesInterface) GetElasticsearchProjectWithResponse

GetElasticsearchProjectWithResponse mocks base method.

func (*MockClientWithResponsesInterface) GetObservabilityProjectRolesWithResponse

func (m *MockClientWithResponsesInterface) GetObservabilityProjectRolesWithResponse(arg0 context.Context, arg1 string, arg2 ...serverless.RequestEditorFn) (*serverless.GetObservabilityProjectRolesResponse, error)

GetObservabilityProjectRolesWithResponse mocks base method.

func (*MockClientWithResponsesInterface) GetObservabilityProjectStatusWithResponse

func (m *MockClientWithResponsesInterface) GetObservabilityProjectStatusWithResponse(arg0 context.Context, arg1 string, arg2 ...serverless.RequestEditorFn) (*serverless.GetObservabilityProjectStatusResponse, error)

GetObservabilityProjectStatusWithResponse mocks base method.

func (*MockClientWithResponsesInterface) GetObservabilityProjectWithResponse

GetObservabilityProjectWithResponse mocks base method.

func (*MockClientWithResponsesInterface) GetRegionWithResponse

GetRegionWithResponse mocks base method.

func (*MockClientWithResponsesInterface) GetSecurityProjectRolesWithResponse

GetSecurityProjectRolesWithResponse mocks base method.

func (*MockClientWithResponsesInterface) GetSecurityProjectStatusWithResponse

GetSecurityProjectStatusWithResponse mocks base method.

func (*MockClientWithResponsesInterface) GetSecurityProjectWithResponse

GetSecurityProjectWithResponse mocks base method.

func (*MockClientWithResponsesInterface) ListElasticsearchProjectsWithResponse

ListElasticsearchProjectsWithResponse mocks base method.

func (*MockClientWithResponsesInterface) ListObservabilityProjectsWithResponse

ListObservabilityProjectsWithResponse mocks base method.

func (*MockClientWithResponsesInterface) ListRegionsWithResponse

ListRegionsWithResponse mocks base method.

func (*MockClientWithResponsesInterface) ListSecurityProjectsWithResponse

ListSecurityProjectsWithResponse mocks base method.

func (*MockClientWithResponsesInterface) PatchElasticsearchProjectWithBodyWithResponse

PatchElasticsearchProjectWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) PatchElasticsearchProjectWithResponse

PatchElasticsearchProjectWithResponse mocks base method.

func (*MockClientWithResponsesInterface) PatchObservabilityProjectWithBodyWithResponse

PatchObservabilityProjectWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) PatchObservabilityProjectWithResponse

PatchObservabilityProjectWithResponse mocks base method.

func (*MockClientWithResponsesInterface) PatchSecurityProjectWithBodyWithResponse

PatchSecurityProjectWithBodyWithResponse mocks base method.

func (*MockClientWithResponsesInterface) PatchSecurityProjectWithResponse

PatchSecurityProjectWithResponse mocks base method.

func (*MockClientWithResponsesInterface) ResetElasticsearchProjectCredentialsWithResponse

ResetElasticsearchProjectCredentialsWithResponse mocks base method.

func (*MockClientWithResponsesInterface) ResetObservabilityProjectCredentialsWithResponse

ResetObservabilityProjectCredentialsWithResponse mocks base method.

func (*MockClientWithResponsesInterface) ResetSecurityProjectCredentialsWithResponse

ResetSecurityProjectCredentialsWithResponse mocks base method.

func (*MockClientWithResponsesInterface) ResumeElasticsearchProjectWithResponse

ResumeElasticsearchProjectWithResponse mocks base method.

func (*MockClientWithResponsesInterface) ResumeObservabilityProjectWithResponse

ResumeObservabilityProjectWithResponse mocks base method.

func (*MockClientWithResponsesInterface) ResumeSecurityProjectWithResponse

ResumeSecurityProjectWithResponse mocks base method.

type MockClientWithResponsesInterfaceMockRecorder

type MockClientWithResponsesInterfaceMockRecorder struct {
	// contains filtered or unexported fields
}

MockClientWithResponsesInterfaceMockRecorder is the mock recorder for MockClientWithResponsesInterface.

func (*MockClientWithResponsesInterfaceMockRecorder) CreateElasticsearchProjectWithBodyWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) CreateElasticsearchProjectWithBodyWithResponse(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call

CreateElasticsearchProjectWithBodyWithResponse indicates an expected call of CreateElasticsearchProjectWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) CreateElasticsearchProjectWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) CreateElasticsearchProjectWithResponse(arg0, arg1 any, arg2 ...any) *gomock.Call

CreateElasticsearchProjectWithResponse indicates an expected call of CreateElasticsearchProjectWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) CreateObservabilityProjectWithBodyWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) CreateObservabilityProjectWithBodyWithResponse(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call

CreateObservabilityProjectWithBodyWithResponse indicates an expected call of CreateObservabilityProjectWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) CreateObservabilityProjectWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) CreateObservabilityProjectWithResponse(arg0, arg1 any, arg2 ...any) *gomock.Call

CreateObservabilityProjectWithResponse indicates an expected call of CreateObservabilityProjectWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) CreateSecurityProjectWithBodyWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) CreateSecurityProjectWithBodyWithResponse(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call

CreateSecurityProjectWithBodyWithResponse indicates an expected call of CreateSecurityProjectWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) CreateSecurityProjectWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) CreateSecurityProjectWithResponse(arg0, arg1 any, arg2 ...any) *gomock.Call

CreateSecurityProjectWithResponse indicates an expected call of CreateSecurityProjectWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) DeleteElasticsearchProjectWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) DeleteElasticsearchProjectWithResponse(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call

DeleteElasticsearchProjectWithResponse indicates an expected call of DeleteElasticsearchProjectWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) DeleteObservabilityProjectWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) DeleteObservabilityProjectWithResponse(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call

DeleteObservabilityProjectWithResponse indicates an expected call of DeleteObservabilityProjectWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) DeleteSecurityProjectWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) DeleteSecurityProjectWithResponse(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call

DeleteSecurityProjectWithResponse indicates an expected call of DeleteSecurityProjectWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) GetElasticsearchProjectRolesWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) GetElasticsearchProjectRolesWithResponse(arg0, arg1 any, arg2 ...any) *gomock.Call

GetElasticsearchProjectRolesWithResponse indicates an expected call of GetElasticsearchProjectRolesWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) GetElasticsearchProjectStatusWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) GetElasticsearchProjectStatusWithResponse(arg0, arg1 any, arg2 ...any) *gomock.Call

GetElasticsearchProjectStatusWithResponse indicates an expected call of GetElasticsearchProjectStatusWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) GetElasticsearchProjectWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) GetElasticsearchProjectWithResponse(arg0, arg1 any, arg2 ...any) *gomock.Call

GetElasticsearchProjectWithResponse indicates an expected call of GetElasticsearchProjectWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) GetObservabilityProjectRolesWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) GetObservabilityProjectRolesWithResponse(arg0, arg1 any, arg2 ...any) *gomock.Call

GetObservabilityProjectRolesWithResponse indicates an expected call of GetObservabilityProjectRolesWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) GetObservabilityProjectStatusWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) GetObservabilityProjectStatusWithResponse(arg0, arg1 any, arg2 ...any) *gomock.Call

GetObservabilityProjectStatusWithResponse indicates an expected call of GetObservabilityProjectStatusWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) GetObservabilityProjectWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) GetObservabilityProjectWithResponse(arg0, arg1 any, arg2 ...any) *gomock.Call

GetObservabilityProjectWithResponse indicates an expected call of GetObservabilityProjectWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) GetRegionWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) GetRegionWithResponse(arg0, arg1 any, arg2 ...any) *gomock.Call

GetRegionWithResponse indicates an expected call of GetRegionWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) GetSecurityProjectRolesWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) GetSecurityProjectRolesWithResponse(arg0, arg1 any, arg2 ...any) *gomock.Call

GetSecurityProjectRolesWithResponse indicates an expected call of GetSecurityProjectRolesWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) GetSecurityProjectStatusWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) GetSecurityProjectStatusWithResponse(arg0, arg1 any, arg2 ...any) *gomock.Call

GetSecurityProjectStatusWithResponse indicates an expected call of GetSecurityProjectStatusWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) GetSecurityProjectWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) GetSecurityProjectWithResponse(arg0, arg1 any, arg2 ...any) *gomock.Call

GetSecurityProjectWithResponse indicates an expected call of GetSecurityProjectWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) ListElasticsearchProjectsWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) ListElasticsearchProjectsWithResponse(arg0, arg1 any, arg2 ...any) *gomock.Call

ListElasticsearchProjectsWithResponse indicates an expected call of ListElasticsearchProjectsWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) ListObservabilityProjectsWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) ListObservabilityProjectsWithResponse(arg0, arg1 any, arg2 ...any) *gomock.Call

ListObservabilityProjectsWithResponse indicates an expected call of ListObservabilityProjectsWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) ListRegionsWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) ListRegionsWithResponse(arg0 any, arg1 ...any) *gomock.Call

ListRegionsWithResponse indicates an expected call of ListRegionsWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) ListSecurityProjectsWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) ListSecurityProjectsWithResponse(arg0, arg1 any, arg2 ...any) *gomock.Call

ListSecurityProjectsWithResponse indicates an expected call of ListSecurityProjectsWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) PatchElasticsearchProjectWithBodyWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) PatchElasticsearchProjectWithBodyWithResponse(arg0, arg1, arg2, arg3, arg4 any, arg5 ...any) *gomock.Call

PatchElasticsearchProjectWithBodyWithResponse indicates an expected call of PatchElasticsearchProjectWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) PatchElasticsearchProjectWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) PatchElasticsearchProjectWithResponse(arg0, arg1, arg2, arg3 any, arg4 ...any) *gomock.Call

PatchElasticsearchProjectWithResponse indicates an expected call of PatchElasticsearchProjectWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) PatchObservabilityProjectWithBodyWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) PatchObservabilityProjectWithBodyWithResponse(arg0, arg1, arg2, arg3, arg4 any, arg5 ...any) *gomock.Call

PatchObservabilityProjectWithBodyWithResponse indicates an expected call of PatchObservabilityProjectWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) PatchObservabilityProjectWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) PatchObservabilityProjectWithResponse(arg0, arg1, arg2, arg3 any, arg4 ...any) *gomock.Call

PatchObservabilityProjectWithResponse indicates an expected call of PatchObservabilityProjectWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) PatchSecurityProjectWithBodyWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) PatchSecurityProjectWithBodyWithResponse(arg0, arg1, arg2, arg3, arg4 any, arg5 ...any) *gomock.Call

PatchSecurityProjectWithBodyWithResponse indicates an expected call of PatchSecurityProjectWithBodyWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) PatchSecurityProjectWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) PatchSecurityProjectWithResponse(arg0, arg1, arg2, arg3 any, arg4 ...any) *gomock.Call

PatchSecurityProjectWithResponse indicates an expected call of PatchSecurityProjectWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) ResetElasticsearchProjectCredentialsWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) ResetElasticsearchProjectCredentialsWithResponse(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call

ResetElasticsearchProjectCredentialsWithResponse indicates an expected call of ResetElasticsearchProjectCredentialsWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) ResetObservabilityProjectCredentialsWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) ResetObservabilityProjectCredentialsWithResponse(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call

ResetObservabilityProjectCredentialsWithResponse indicates an expected call of ResetObservabilityProjectCredentialsWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) ResetSecurityProjectCredentialsWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) ResetSecurityProjectCredentialsWithResponse(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call

ResetSecurityProjectCredentialsWithResponse indicates an expected call of ResetSecurityProjectCredentialsWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) ResumeElasticsearchProjectWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) ResumeElasticsearchProjectWithResponse(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call

ResumeElasticsearchProjectWithResponse indicates an expected call of ResumeElasticsearchProjectWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) ResumeObservabilityProjectWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) ResumeObservabilityProjectWithResponse(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call

ResumeObservabilityProjectWithResponse indicates an expected call of ResumeObservabilityProjectWithResponse.

func (*MockClientWithResponsesInterfaceMockRecorder) ResumeSecurityProjectWithResponse

func (mr *MockClientWithResponsesInterfaceMockRecorder) ResumeSecurityProjectWithResponse(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call

ResumeSecurityProjectWithResponse indicates an expected call of ResumeSecurityProjectWithResponse.

Jump to

Keyboard shortcuts

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