Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
- type MockClientInterface
- func (m *MockClientInterface) CreateElasticsearchProject(arg0 context.Context, arg1 serverless.CreateElasticsearchProjectRequest, ...) (*http.Response, error)
- func (m *MockClientInterface) CreateElasticsearchProjectWithBody(arg0 context.Context, arg1 string, arg2 io.Reader, ...) (*http.Response, error)
- func (m *MockClientInterface) CreateObservabilityProject(arg0 context.Context, arg1 serverless.CreateObservabilityProjectRequest, ...) (*http.Response, error)
- func (m *MockClientInterface) CreateObservabilityProjectWithBody(arg0 context.Context, arg1 string, arg2 io.Reader, ...) (*http.Response, error)
- func (m *MockClientInterface) CreateSecurityProject(arg0 context.Context, arg1 serverless.CreateSecurityProjectRequest, ...) (*http.Response, error)
- func (m *MockClientInterface) CreateSecurityProjectWithBody(arg0 context.Context, arg1 string, arg2 io.Reader, ...) (*http.Response, error)
- func (m *MockClientInterface) DeleteElasticsearchProject(arg0 context.Context, arg1 string, ...) (*http.Response, error)
- func (m *MockClientInterface) DeleteObservabilityProject(arg0 context.Context, arg1 string, ...) (*http.Response, error)
- func (m *MockClientInterface) DeleteSecurityProject(arg0 context.Context, arg1 string, ...) (*http.Response, error)
- func (m *MockClientInterface) EXPECT() *MockClientInterfaceMockRecorder
- func (m *MockClientInterface) GetElasticsearchProject(arg0 context.Context, arg1 string, arg2 ...serverless.RequestEditorFn) (*http.Response, error)
- func (m *MockClientInterface) GetElasticsearchProjectRoles(arg0 context.Context, arg1 string, arg2 ...serverless.RequestEditorFn) (*http.Response, error)
- func (m *MockClientInterface) GetElasticsearchProjectStatus(arg0 context.Context, arg1 string, arg2 ...serverless.RequestEditorFn) (*http.Response, error)
- func (m *MockClientInterface) GetObservabilityProject(arg0 context.Context, arg1 string, arg2 ...serverless.RequestEditorFn) (*http.Response, error)
- func (m *MockClientInterface) GetObservabilityProjectRoles(arg0 context.Context, arg1 string, arg2 ...serverless.RequestEditorFn) (*http.Response, error)
- func (m *MockClientInterface) GetObservabilityProjectStatus(arg0 context.Context, arg1 string, arg2 ...serverless.RequestEditorFn) (*http.Response, error)
- func (m *MockClientInterface) GetRegion(arg0 context.Context, arg1 string, arg2 ...serverless.RequestEditorFn) (*http.Response, error)
- func (m *MockClientInterface) GetSecurityProject(arg0 context.Context, arg1 string, arg2 ...serverless.RequestEditorFn) (*http.Response, error)
- func (m *MockClientInterface) GetSecurityProjectRoles(arg0 context.Context, arg1 string, arg2 ...serverless.RequestEditorFn) (*http.Response, error)
- func (m *MockClientInterface) GetSecurityProjectStatus(arg0 context.Context, arg1 string, arg2 ...serverless.RequestEditorFn) (*http.Response, error)
- func (m *MockClientInterface) ListElasticsearchProjects(arg0 context.Context, arg1 *serverless.ListElasticsearchProjectsParams, ...) (*http.Response, error)
- func (m *MockClientInterface) ListObservabilityProjects(arg0 context.Context, arg1 *serverless.ListObservabilityProjectsParams, ...) (*http.Response, error)
- func (m *MockClientInterface) ListRegions(arg0 context.Context, arg1 ...serverless.RequestEditorFn) (*http.Response, error)
- func (m *MockClientInterface) ListSecurityProjects(arg0 context.Context, arg1 *serverless.ListSecurityProjectsParams, ...) (*http.Response, error)
- func (m *MockClientInterface) PatchElasticsearchProject(arg0 context.Context, arg1 string, ...) (*http.Response, error)
- func (m *MockClientInterface) PatchElasticsearchProjectWithBody(arg0 context.Context, arg1 string, ...) (*http.Response, error)
- func (m *MockClientInterface) PatchObservabilityProject(arg0 context.Context, arg1 string, ...) (*http.Response, error)
- func (m *MockClientInterface) PatchObservabilityProjectWithBody(arg0 context.Context, arg1 string, ...) (*http.Response, error)
- func (m *MockClientInterface) PatchSecurityProject(arg0 context.Context, arg1 string, arg2 *serverless.PatchSecurityProjectParams, ...) (*http.Response, error)
- func (m *MockClientInterface) PatchSecurityProjectWithBody(arg0 context.Context, arg1 string, arg2 *serverless.PatchSecurityProjectParams, ...) (*http.Response, error)
- func (m *MockClientInterface) ResetElasticsearchProjectCredentials(arg0 context.Context, arg1 string, ...) (*http.Response, error)
- func (m *MockClientInterface) ResetObservabilityProjectCredentials(arg0 context.Context, arg1 string, ...) (*http.Response, error)
- func (m *MockClientInterface) ResetSecurityProjectCredentials(arg0 context.Context, arg1 string, ...) (*http.Response, error)
- func (m *MockClientInterface) ResumeElasticsearchProject(arg0 context.Context, arg1 string, ...) (*http.Response, error)
- func (m *MockClientInterface) ResumeObservabilityProject(arg0 context.Context, arg1 string, ...) (*http.Response, error)
- func (m *MockClientInterface) ResumeSecurityProject(arg0 context.Context, arg1 string, ...) (*http.Response, error)
- type MockClientInterfaceMockRecorder
- func (mr *MockClientInterfaceMockRecorder) CreateElasticsearchProject(arg0, arg1 any, arg2 ...any) *gomock.Call
- func (mr *MockClientInterfaceMockRecorder) CreateElasticsearchProjectWithBody(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call
- func (mr *MockClientInterfaceMockRecorder) CreateObservabilityProject(arg0, arg1 any, arg2 ...any) *gomock.Call
- func (mr *MockClientInterfaceMockRecorder) CreateObservabilityProjectWithBody(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call
- func (mr *MockClientInterfaceMockRecorder) CreateSecurityProject(arg0, arg1 any, arg2 ...any) *gomock.Call
- func (mr *MockClientInterfaceMockRecorder) CreateSecurityProjectWithBody(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call
- func (mr *MockClientInterfaceMockRecorder) DeleteElasticsearchProject(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call
- func (mr *MockClientInterfaceMockRecorder) DeleteObservabilityProject(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call
- func (mr *MockClientInterfaceMockRecorder) DeleteSecurityProject(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call
- func (mr *MockClientInterfaceMockRecorder) GetElasticsearchProject(arg0, arg1 any, arg2 ...any) *gomock.Call
- func (mr *MockClientInterfaceMockRecorder) GetElasticsearchProjectRoles(arg0, arg1 any, arg2 ...any) *gomock.Call
- func (mr *MockClientInterfaceMockRecorder) GetElasticsearchProjectStatus(arg0, arg1 any, arg2 ...any) *gomock.Call
- func (mr *MockClientInterfaceMockRecorder) GetObservabilityProject(arg0, arg1 any, arg2 ...any) *gomock.Call
- func (mr *MockClientInterfaceMockRecorder) GetObservabilityProjectRoles(arg0, arg1 any, arg2 ...any) *gomock.Call
- func (mr *MockClientInterfaceMockRecorder) GetObservabilityProjectStatus(arg0, arg1 any, arg2 ...any) *gomock.Call
- func (mr *MockClientInterfaceMockRecorder) GetRegion(arg0, arg1 any, arg2 ...any) *gomock.Call
- func (mr *MockClientInterfaceMockRecorder) GetSecurityProject(arg0, arg1 any, arg2 ...any) *gomock.Call
- func (mr *MockClientInterfaceMockRecorder) GetSecurityProjectRoles(arg0, arg1 any, arg2 ...any) *gomock.Call
- func (mr *MockClientInterfaceMockRecorder) GetSecurityProjectStatus(arg0, arg1 any, arg2 ...any) *gomock.Call
- func (mr *MockClientInterfaceMockRecorder) ListElasticsearchProjects(arg0, arg1 any, arg2 ...any) *gomock.Call
- func (mr *MockClientInterfaceMockRecorder) ListObservabilityProjects(arg0, arg1 any, arg2 ...any) *gomock.Call
- func (mr *MockClientInterfaceMockRecorder) ListRegions(arg0 any, arg1 ...any) *gomock.Call
- func (mr *MockClientInterfaceMockRecorder) ListSecurityProjects(arg0, arg1 any, arg2 ...any) *gomock.Call
- func (mr *MockClientInterfaceMockRecorder) PatchElasticsearchProject(arg0, arg1, arg2, arg3 any, arg4 ...any) *gomock.Call
- func (mr *MockClientInterfaceMockRecorder) PatchElasticsearchProjectWithBody(arg0, arg1, arg2, arg3, arg4 any, arg5 ...any) *gomock.Call
- func (mr *MockClientInterfaceMockRecorder) PatchObservabilityProject(arg0, arg1, arg2, arg3 any, arg4 ...any) *gomock.Call
- func (mr *MockClientInterfaceMockRecorder) PatchObservabilityProjectWithBody(arg0, arg1, arg2, arg3, arg4 any, arg5 ...any) *gomock.Call
- func (mr *MockClientInterfaceMockRecorder) PatchSecurityProject(arg0, arg1, arg2, arg3 any, arg4 ...any) *gomock.Call
- func (mr *MockClientInterfaceMockRecorder) PatchSecurityProjectWithBody(arg0, arg1, arg2, arg3, arg4 any, arg5 ...any) *gomock.Call
- func (mr *MockClientInterfaceMockRecorder) ResetElasticsearchProjectCredentials(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call
- func (mr *MockClientInterfaceMockRecorder) ResetObservabilityProjectCredentials(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call
- func (mr *MockClientInterfaceMockRecorder) ResetSecurityProjectCredentials(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call
- func (mr *MockClientInterfaceMockRecorder) ResumeElasticsearchProject(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call
- func (mr *MockClientInterfaceMockRecorder) ResumeObservabilityProject(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call
- func (mr *MockClientInterfaceMockRecorder) ResumeSecurityProject(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call
- type MockClientWithResponsesInterface
- func (m *MockClientWithResponsesInterface) CreateElasticsearchProjectWithBodyWithResponse(arg0 context.Context, arg1 string, arg2 io.Reader, ...) (*serverless.CreateElasticsearchProjectResponse, error)
- func (m *MockClientWithResponsesInterface) CreateElasticsearchProjectWithResponse(arg0 context.Context, arg1 serverless.CreateElasticsearchProjectRequest, ...) (*serverless.CreateElasticsearchProjectResponse, error)
- func (m *MockClientWithResponsesInterface) CreateObservabilityProjectWithBodyWithResponse(arg0 context.Context, arg1 string, arg2 io.Reader, ...) (*serverless.CreateObservabilityProjectResponse, error)
- func (m *MockClientWithResponsesInterface) CreateObservabilityProjectWithResponse(arg0 context.Context, arg1 serverless.CreateObservabilityProjectRequest, ...) (*serverless.CreateObservabilityProjectResponse, error)
- func (m *MockClientWithResponsesInterface) CreateSecurityProjectWithBodyWithResponse(arg0 context.Context, arg1 string, arg2 io.Reader, ...) (*serverless.CreateSecurityProjectResponse, error)
- func (m *MockClientWithResponsesInterface) CreateSecurityProjectWithResponse(arg0 context.Context, arg1 serverless.CreateSecurityProjectRequest, ...) (*serverless.CreateSecurityProjectResponse, error)
- func (m *MockClientWithResponsesInterface) DeleteElasticsearchProjectWithResponse(arg0 context.Context, arg1 string, ...) (*serverless.DeleteElasticsearchProjectResponse, error)
- func (m *MockClientWithResponsesInterface) DeleteObservabilityProjectWithResponse(arg0 context.Context, arg1 string, ...) (*serverless.DeleteObservabilityProjectResponse, error)
- func (m *MockClientWithResponsesInterface) DeleteSecurityProjectWithResponse(arg0 context.Context, arg1 string, ...) (*serverless.DeleteSecurityProjectResponse, error)
- func (m *MockClientWithResponsesInterface) EXPECT() *MockClientWithResponsesInterfaceMockRecorder
- func (m *MockClientWithResponsesInterface) GetElasticsearchProjectRolesWithResponse(arg0 context.Context, arg1 string, arg2 ...serverless.RequestEditorFn) (*serverless.GetElasticsearchProjectRolesResponse, error)
- func (m *MockClientWithResponsesInterface) GetElasticsearchProjectStatusWithResponse(arg0 context.Context, arg1 string, arg2 ...serverless.RequestEditorFn) (*serverless.GetElasticsearchProjectStatusResponse, error)
- func (m *MockClientWithResponsesInterface) GetElasticsearchProjectWithResponse(arg0 context.Context, arg1 string, arg2 ...serverless.RequestEditorFn) (*serverless.GetElasticsearchProjectResponse, error)
- func (m *MockClientWithResponsesInterface) GetObservabilityProjectRolesWithResponse(arg0 context.Context, arg1 string, arg2 ...serverless.RequestEditorFn) (*serverless.GetObservabilityProjectRolesResponse, error)
- func (m *MockClientWithResponsesInterface) GetObservabilityProjectStatusWithResponse(arg0 context.Context, arg1 string, arg2 ...serverless.RequestEditorFn) (*serverless.GetObservabilityProjectStatusResponse, error)
- func (m *MockClientWithResponsesInterface) GetObservabilityProjectWithResponse(arg0 context.Context, arg1 string, arg2 ...serverless.RequestEditorFn) (*serverless.GetObservabilityProjectResponse, error)
- func (m *MockClientWithResponsesInterface) GetRegionWithResponse(arg0 context.Context, arg1 string, arg2 ...serverless.RequestEditorFn) (*serverless.GetRegionResponse, error)
- func (m *MockClientWithResponsesInterface) GetSecurityProjectRolesWithResponse(arg0 context.Context, arg1 string, arg2 ...serverless.RequestEditorFn) (*serverless.GetSecurityProjectRolesResponse, error)
- func (m *MockClientWithResponsesInterface) GetSecurityProjectStatusWithResponse(arg0 context.Context, arg1 string, arg2 ...serverless.RequestEditorFn) (*serverless.GetSecurityProjectStatusResponse, error)
- func (m *MockClientWithResponsesInterface) GetSecurityProjectWithResponse(arg0 context.Context, arg1 string, arg2 ...serverless.RequestEditorFn) (*serverless.GetSecurityProjectResponse, error)
- func (m *MockClientWithResponsesInterface) ListElasticsearchProjectsWithResponse(arg0 context.Context, arg1 *serverless.ListElasticsearchProjectsParams, ...) (*serverless.ListElasticsearchProjectsResponse, error)
- func (m *MockClientWithResponsesInterface) ListObservabilityProjectsWithResponse(arg0 context.Context, arg1 *serverless.ListObservabilityProjectsParams, ...) (*serverless.ListObservabilityProjectsResponse, error)
- func (m *MockClientWithResponsesInterface) ListRegionsWithResponse(arg0 context.Context, arg1 ...serverless.RequestEditorFn) (*serverless.ListRegionsResponse, error)
- func (m *MockClientWithResponsesInterface) ListSecurityProjectsWithResponse(arg0 context.Context, arg1 *serverless.ListSecurityProjectsParams, ...) (*serverless.ListSecurityProjectsResponse, error)
- func (m *MockClientWithResponsesInterface) PatchElasticsearchProjectWithBodyWithResponse(arg0 context.Context, arg1 string, ...) (*serverless.PatchElasticsearchProjectResponse, error)
- func (m *MockClientWithResponsesInterface) PatchElasticsearchProjectWithResponse(arg0 context.Context, arg1 string, ...) (*serverless.PatchElasticsearchProjectResponse, error)
- func (m *MockClientWithResponsesInterface) PatchObservabilityProjectWithBodyWithResponse(arg0 context.Context, arg1 string, ...) (*serverless.PatchObservabilityProjectResponse, error)
- func (m *MockClientWithResponsesInterface) PatchObservabilityProjectWithResponse(arg0 context.Context, arg1 string, ...) (*serverless.PatchObservabilityProjectResponse, error)
- func (m *MockClientWithResponsesInterface) PatchSecurityProjectWithBodyWithResponse(arg0 context.Context, arg1 string, arg2 *serverless.PatchSecurityProjectParams, ...) (*serverless.PatchSecurityProjectResponse, error)
- func (m *MockClientWithResponsesInterface) PatchSecurityProjectWithResponse(arg0 context.Context, arg1 string, arg2 *serverless.PatchSecurityProjectParams, ...) (*serverless.PatchSecurityProjectResponse, error)
- func (m *MockClientWithResponsesInterface) ResetElasticsearchProjectCredentialsWithResponse(arg0 context.Context, arg1 string, ...) (*serverless.ResetElasticsearchProjectCredentialsResponse, error)
- func (m *MockClientWithResponsesInterface) ResetObservabilityProjectCredentialsWithResponse(arg0 context.Context, arg1 string, ...) (*serverless.ResetObservabilityProjectCredentialsResponse, error)
- func (m *MockClientWithResponsesInterface) ResetSecurityProjectCredentialsWithResponse(arg0 context.Context, arg1 string, ...) (*serverless.ResetSecurityProjectCredentialsResponse, error)
- func (m *MockClientWithResponsesInterface) ResumeElasticsearchProjectWithResponse(arg0 context.Context, arg1 string, ...) (*serverless.ResumeElasticsearchProjectResponse, error)
- func (m *MockClientWithResponsesInterface) ResumeObservabilityProjectWithResponse(arg0 context.Context, arg1 string, ...) (*serverless.ResumeObservabilityProjectResponse, error)
- func (m *MockClientWithResponsesInterface) ResumeSecurityProjectWithResponse(arg0 context.Context, arg1 string, ...) (*serverless.ResumeSecurityProjectResponse, error)
- type MockClientWithResponsesInterfaceMockRecorder
- func (mr *MockClientWithResponsesInterfaceMockRecorder) CreateElasticsearchProjectWithBodyWithResponse(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) CreateElasticsearchProjectWithResponse(arg0, arg1 any, arg2 ...any) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) CreateObservabilityProjectWithBodyWithResponse(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) CreateObservabilityProjectWithResponse(arg0, arg1 any, arg2 ...any) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) CreateSecurityProjectWithBodyWithResponse(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) CreateSecurityProjectWithResponse(arg0, arg1 any, arg2 ...any) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) DeleteElasticsearchProjectWithResponse(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) DeleteObservabilityProjectWithResponse(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) DeleteSecurityProjectWithResponse(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) GetElasticsearchProjectRolesWithResponse(arg0, arg1 any, arg2 ...any) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) GetElasticsearchProjectStatusWithResponse(arg0, arg1 any, arg2 ...any) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) GetElasticsearchProjectWithResponse(arg0, arg1 any, arg2 ...any) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) GetObservabilityProjectRolesWithResponse(arg0, arg1 any, arg2 ...any) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) GetObservabilityProjectStatusWithResponse(arg0, arg1 any, arg2 ...any) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) GetObservabilityProjectWithResponse(arg0, arg1 any, arg2 ...any) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) GetRegionWithResponse(arg0, arg1 any, arg2 ...any) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) GetSecurityProjectRolesWithResponse(arg0, arg1 any, arg2 ...any) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) GetSecurityProjectStatusWithResponse(arg0, arg1 any, arg2 ...any) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) GetSecurityProjectWithResponse(arg0, arg1 any, arg2 ...any) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) ListElasticsearchProjectsWithResponse(arg0, arg1 any, arg2 ...any) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) ListObservabilityProjectsWithResponse(arg0, arg1 any, arg2 ...any) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) ListRegionsWithResponse(arg0 any, arg1 ...any) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) ListSecurityProjectsWithResponse(arg0, arg1 any, arg2 ...any) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) PatchElasticsearchProjectWithBodyWithResponse(arg0, arg1, arg2, arg3, arg4 any, arg5 ...any) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) PatchElasticsearchProjectWithResponse(arg0, arg1, arg2, arg3 any, arg4 ...any) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) PatchObservabilityProjectWithBodyWithResponse(arg0, arg1, arg2, arg3, arg4 any, arg5 ...any) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) PatchObservabilityProjectWithResponse(arg0, arg1, arg2, arg3 any, arg4 ...any) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) PatchSecurityProjectWithBodyWithResponse(arg0, arg1, arg2, arg3, arg4 any, arg5 ...any) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) PatchSecurityProjectWithResponse(arg0, arg1, arg2, arg3 any, arg4 ...any) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) ResetElasticsearchProjectCredentialsWithResponse(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) ResetObservabilityProjectCredentialsWithResponse(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) ResetSecurityProjectCredentialsWithResponse(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) ResumeElasticsearchProjectWithResponse(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) ResumeObservabilityProjectWithResponse(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call
- func (mr *MockClientWithResponsesInterfaceMockRecorder) ResumeSecurityProjectWithResponse(arg0, arg1, arg2 any, arg3 ...any) *gomock.Call
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 ¶
func (m *MockClientInterface) CreateElasticsearchProject(arg0 context.Context, arg1 serverless.CreateElasticsearchProjectRequest, arg2 ...serverless.RequestEditorFn) (*http.Response, error)
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 ¶
func (m *MockClientInterface) CreateObservabilityProject(arg0 context.Context, arg1 serverless.CreateObservabilityProjectRequest, arg2 ...serverless.RequestEditorFn) (*http.Response, error)
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 ¶
func (m *MockClientInterface) CreateSecurityProject(arg0 context.Context, arg1 serverless.CreateSecurityProjectRequest, arg2 ...serverless.RequestEditorFn) (*http.Response, error)
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 ¶
func (m *MockClientInterface) DeleteElasticsearchProject(arg0 context.Context, arg1 string, arg2 *serverless.DeleteElasticsearchProjectParams, arg3 ...serverless.RequestEditorFn) (*http.Response, error)
DeleteElasticsearchProject mocks base method.
func (*MockClientInterface) DeleteObservabilityProject ¶
func (m *MockClientInterface) DeleteObservabilityProject(arg0 context.Context, arg1 string, arg2 *serverless.DeleteObservabilityProjectParams, arg3 ...serverless.RequestEditorFn) (*http.Response, error)
DeleteObservabilityProject mocks base method.
func (*MockClientInterface) DeleteSecurityProject ¶
func (m *MockClientInterface) DeleteSecurityProject(arg0 context.Context, arg1 string, arg2 *serverless.DeleteSecurityProjectParams, arg3 ...serverless.RequestEditorFn) (*http.Response, error)
DeleteSecurityProject mocks base method.
func (*MockClientInterface) EXPECT ¶
func (m *MockClientInterface) EXPECT() *MockClientInterfaceMockRecorder
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 ¶
func (m *MockClientInterface) ListElasticsearchProjects(arg0 context.Context, arg1 *serverless.ListElasticsearchProjectsParams, arg2 ...serverless.RequestEditorFn) (*http.Response, error)
ListElasticsearchProjects mocks base method.
func (*MockClientInterface) ListObservabilityProjects ¶
func (m *MockClientInterface) ListObservabilityProjects(arg0 context.Context, arg1 *serverless.ListObservabilityProjectsParams, arg2 ...serverless.RequestEditorFn) (*http.Response, error)
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 ¶
func (m *MockClientInterface) ListSecurityProjects(arg0 context.Context, arg1 *serverless.ListSecurityProjectsParams, arg2 ...serverless.RequestEditorFn) (*http.Response, error)
ListSecurityProjects mocks base method.
func (*MockClientInterface) PatchElasticsearchProject ¶
func (m *MockClientInterface) PatchElasticsearchProject(arg0 context.Context, arg1 string, arg2 *serverless.PatchElasticsearchProjectParams, arg3 serverless.PatchElasticsearchProjectRequest, arg4 ...serverless.RequestEditorFn) (*http.Response, error)
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 ¶
func (m *MockClientInterface) PatchObservabilityProject(arg0 context.Context, arg1 string, arg2 *serverless.PatchObservabilityProjectParams, arg3 serverless.PatchObservabilityProjectRequest, arg4 ...serverless.RequestEditorFn) (*http.Response, error)
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 ¶
func (m *MockClientInterface) PatchSecurityProject(arg0 context.Context, arg1 string, arg2 *serverless.PatchSecurityProjectParams, arg3 serverless.PatchSecurityProjectRequest, arg4 ...serverless.RequestEditorFn) (*http.Response, error)
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 ¶
func (m *MockClientInterface) ResumeElasticsearchProject(arg0 context.Context, arg1 string, arg2 *serverless.ResumeElasticsearchProjectParams, arg3 ...serverless.RequestEditorFn) (*http.Response, error)
ResumeElasticsearchProject mocks base method.
func (*MockClientInterface) ResumeObservabilityProject ¶
func (m *MockClientInterface) ResumeObservabilityProject(arg0 context.Context, arg1 string, arg2 *serverless.ResumeObservabilityProjectParams, arg3 ...serverless.RequestEditorFn) (*http.Response, error)
ResumeObservabilityProject mocks base method.
func (*MockClientInterface) ResumeSecurityProject ¶
func (m *MockClientInterface) ResumeSecurityProject(arg0 context.Context, arg1 string, arg2 *serverless.ResumeSecurityProjectParams, arg3 ...serverless.RequestEditorFn) (*http.Response, error)
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 ¶
func (m *MockClientWithResponsesInterface) CreateElasticsearchProjectWithResponse(arg0 context.Context, arg1 serverless.CreateElasticsearchProjectRequest, arg2 ...serverless.RequestEditorFn) (*serverless.CreateElasticsearchProjectResponse, error)
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 ¶
func (m *MockClientWithResponsesInterface) CreateObservabilityProjectWithResponse(arg0 context.Context, arg1 serverless.CreateObservabilityProjectRequest, arg2 ...serverless.RequestEditorFn) (*serverless.CreateObservabilityProjectResponse, error)
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 ¶
func (m *MockClientWithResponsesInterface) CreateSecurityProjectWithResponse(arg0 context.Context, arg1 serverless.CreateSecurityProjectRequest, arg2 ...serverless.RequestEditorFn) (*serverless.CreateSecurityProjectResponse, error)
CreateSecurityProjectWithResponse mocks base method.
func (*MockClientWithResponsesInterface) DeleteElasticsearchProjectWithResponse ¶
func (m *MockClientWithResponsesInterface) DeleteElasticsearchProjectWithResponse(arg0 context.Context, arg1 string, arg2 *serverless.DeleteElasticsearchProjectParams, arg3 ...serverless.RequestEditorFn) (*serverless.DeleteElasticsearchProjectResponse, error)
DeleteElasticsearchProjectWithResponse mocks base method.
func (*MockClientWithResponsesInterface) DeleteObservabilityProjectWithResponse ¶
func (m *MockClientWithResponsesInterface) DeleteObservabilityProjectWithResponse(arg0 context.Context, arg1 string, arg2 *serverless.DeleteObservabilityProjectParams, arg3 ...serverless.RequestEditorFn) (*serverless.DeleteObservabilityProjectResponse, error)
DeleteObservabilityProjectWithResponse mocks base method.
func (*MockClientWithResponsesInterface) DeleteSecurityProjectWithResponse ¶
func (m *MockClientWithResponsesInterface) DeleteSecurityProjectWithResponse(arg0 context.Context, arg1 string, arg2 *serverless.DeleteSecurityProjectParams, arg3 ...serverless.RequestEditorFn) (*serverless.DeleteSecurityProjectResponse, error)
DeleteSecurityProjectWithResponse mocks base method.
func (*MockClientWithResponsesInterface) EXPECT ¶
func (m *MockClientWithResponsesInterface) EXPECT() *MockClientWithResponsesInterfaceMockRecorder
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 ¶
func (m *MockClientWithResponsesInterface) GetElasticsearchProjectWithResponse(arg0 context.Context, arg1 string, arg2 ...serverless.RequestEditorFn) (*serverless.GetElasticsearchProjectResponse, error)
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 ¶
func (m *MockClientWithResponsesInterface) GetObservabilityProjectWithResponse(arg0 context.Context, arg1 string, arg2 ...serverless.RequestEditorFn) (*serverless.GetObservabilityProjectResponse, error)
GetObservabilityProjectWithResponse mocks base method.
func (*MockClientWithResponsesInterface) GetRegionWithResponse ¶
func (m *MockClientWithResponsesInterface) GetRegionWithResponse(arg0 context.Context, arg1 string, arg2 ...serverless.RequestEditorFn) (*serverless.GetRegionResponse, error)
GetRegionWithResponse mocks base method.
func (*MockClientWithResponsesInterface) GetSecurityProjectRolesWithResponse ¶
func (m *MockClientWithResponsesInterface) GetSecurityProjectRolesWithResponse(arg0 context.Context, arg1 string, arg2 ...serverless.RequestEditorFn) (*serverless.GetSecurityProjectRolesResponse, error)
GetSecurityProjectRolesWithResponse mocks base method.
func (*MockClientWithResponsesInterface) GetSecurityProjectStatusWithResponse ¶
func (m *MockClientWithResponsesInterface) GetSecurityProjectStatusWithResponse(arg0 context.Context, arg1 string, arg2 ...serverless.RequestEditorFn) (*serverless.GetSecurityProjectStatusResponse, error)
GetSecurityProjectStatusWithResponse mocks base method.
func (*MockClientWithResponsesInterface) GetSecurityProjectWithResponse ¶
func (m *MockClientWithResponsesInterface) GetSecurityProjectWithResponse(arg0 context.Context, arg1 string, arg2 ...serverless.RequestEditorFn) (*serverless.GetSecurityProjectResponse, error)
GetSecurityProjectWithResponse mocks base method.
func (*MockClientWithResponsesInterface) ListElasticsearchProjectsWithResponse ¶
func (m *MockClientWithResponsesInterface) ListElasticsearchProjectsWithResponse(arg0 context.Context, arg1 *serverless.ListElasticsearchProjectsParams, arg2 ...serverless.RequestEditorFn) (*serverless.ListElasticsearchProjectsResponse, error)
ListElasticsearchProjectsWithResponse mocks base method.
func (*MockClientWithResponsesInterface) ListObservabilityProjectsWithResponse ¶
func (m *MockClientWithResponsesInterface) ListObservabilityProjectsWithResponse(arg0 context.Context, arg1 *serverless.ListObservabilityProjectsParams, arg2 ...serverless.RequestEditorFn) (*serverless.ListObservabilityProjectsResponse, error)
ListObservabilityProjectsWithResponse mocks base method.
func (*MockClientWithResponsesInterface) ListRegionsWithResponse ¶
func (m *MockClientWithResponsesInterface) ListRegionsWithResponse(arg0 context.Context, arg1 ...serverless.RequestEditorFn) (*serverless.ListRegionsResponse, error)
ListRegionsWithResponse mocks base method.
func (*MockClientWithResponsesInterface) ListSecurityProjectsWithResponse ¶
func (m *MockClientWithResponsesInterface) ListSecurityProjectsWithResponse(arg0 context.Context, arg1 *serverless.ListSecurityProjectsParams, arg2 ...serverless.RequestEditorFn) (*serverless.ListSecurityProjectsResponse, error)
ListSecurityProjectsWithResponse mocks base method.
func (*MockClientWithResponsesInterface) PatchElasticsearchProjectWithBodyWithResponse ¶
func (m *MockClientWithResponsesInterface) PatchElasticsearchProjectWithBodyWithResponse(arg0 context.Context, arg1 string, arg2 *serverless.PatchElasticsearchProjectParams, arg3 string, arg4 io.Reader, arg5 ...serverless.RequestEditorFn) (*serverless.PatchElasticsearchProjectResponse, error)
PatchElasticsearchProjectWithBodyWithResponse mocks base method.
func (*MockClientWithResponsesInterface) PatchElasticsearchProjectWithResponse ¶
func (m *MockClientWithResponsesInterface) PatchElasticsearchProjectWithResponse(arg0 context.Context, arg1 string, arg2 *serverless.PatchElasticsearchProjectParams, arg3 serverless.PatchElasticsearchProjectRequest, arg4 ...serverless.RequestEditorFn) (*serverless.PatchElasticsearchProjectResponse, error)
PatchElasticsearchProjectWithResponse mocks base method.
func (*MockClientWithResponsesInterface) PatchObservabilityProjectWithBodyWithResponse ¶
func (m *MockClientWithResponsesInterface) PatchObservabilityProjectWithBodyWithResponse(arg0 context.Context, arg1 string, arg2 *serverless.PatchObservabilityProjectParams, arg3 string, arg4 io.Reader, arg5 ...serverless.RequestEditorFn) (*serverless.PatchObservabilityProjectResponse, error)
PatchObservabilityProjectWithBodyWithResponse mocks base method.
func (*MockClientWithResponsesInterface) PatchObservabilityProjectWithResponse ¶
func (m *MockClientWithResponsesInterface) PatchObservabilityProjectWithResponse(arg0 context.Context, arg1 string, arg2 *serverless.PatchObservabilityProjectParams, arg3 serverless.PatchObservabilityProjectRequest, arg4 ...serverless.RequestEditorFn) (*serverless.PatchObservabilityProjectResponse, error)
PatchObservabilityProjectWithResponse mocks base method.
func (*MockClientWithResponsesInterface) PatchSecurityProjectWithBodyWithResponse ¶
func (m *MockClientWithResponsesInterface) PatchSecurityProjectWithBodyWithResponse(arg0 context.Context, arg1 string, arg2 *serverless.PatchSecurityProjectParams, arg3 string, arg4 io.Reader, arg5 ...serverless.RequestEditorFn) (*serverless.PatchSecurityProjectResponse, error)
PatchSecurityProjectWithBodyWithResponse mocks base method.
func (*MockClientWithResponsesInterface) PatchSecurityProjectWithResponse ¶
func (m *MockClientWithResponsesInterface) PatchSecurityProjectWithResponse(arg0 context.Context, arg1 string, arg2 *serverless.PatchSecurityProjectParams, arg3 serverless.PatchSecurityProjectRequest, arg4 ...serverless.RequestEditorFn) (*serverless.PatchSecurityProjectResponse, error)
PatchSecurityProjectWithResponse mocks base method.
func (*MockClientWithResponsesInterface) ResetElasticsearchProjectCredentialsWithResponse ¶
func (m *MockClientWithResponsesInterface) ResetElasticsearchProjectCredentialsWithResponse(arg0 context.Context, arg1 string, arg2 *serverless.ResetElasticsearchProjectCredentialsParams, arg3 ...serverless.RequestEditorFn) (*serverless.ResetElasticsearchProjectCredentialsResponse, error)
ResetElasticsearchProjectCredentialsWithResponse mocks base method.
func (*MockClientWithResponsesInterface) ResetObservabilityProjectCredentialsWithResponse ¶
func (m *MockClientWithResponsesInterface) ResetObservabilityProjectCredentialsWithResponse(arg0 context.Context, arg1 string, arg2 *serverless.ResetObservabilityProjectCredentialsParams, arg3 ...serverless.RequestEditorFn) (*serverless.ResetObservabilityProjectCredentialsResponse, error)
ResetObservabilityProjectCredentialsWithResponse mocks base method.
func (*MockClientWithResponsesInterface) ResetSecurityProjectCredentialsWithResponse ¶
func (m *MockClientWithResponsesInterface) ResetSecurityProjectCredentialsWithResponse(arg0 context.Context, arg1 string, arg2 *serverless.ResetSecurityProjectCredentialsParams, arg3 ...serverless.RequestEditorFn) (*serverless.ResetSecurityProjectCredentialsResponse, error)
ResetSecurityProjectCredentialsWithResponse mocks base method.
func (*MockClientWithResponsesInterface) ResumeElasticsearchProjectWithResponse ¶
func (m *MockClientWithResponsesInterface) ResumeElasticsearchProjectWithResponse(arg0 context.Context, arg1 string, arg2 *serverless.ResumeElasticsearchProjectParams, arg3 ...serverless.RequestEditorFn) (*serverless.ResumeElasticsearchProjectResponse, error)
ResumeElasticsearchProjectWithResponse mocks base method.
func (*MockClientWithResponsesInterface) ResumeObservabilityProjectWithResponse ¶
func (m *MockClientWithResponsesInterface) ResumeObservabilityProjectWithResponse(arg0 context.Context, arg1 string, arg2 *serverless.ResumeObservabilityProjectParams, arg3 ...serverless.RequestEditorFn) (*serverless.ResumeObservabilityProjectResponse, error)
ResumeObservabilityProjectWithResponse mocks base method.
func (*MockClientWithResponsesInterface) ResumeSecurityProjectWithResponse ¶
func (m *MockClientWithResponsesInterface) ResumeSecurityProjectWithResponse(arg0 context.Context, arg1 string, arg2 *serverless.ResumeSecurityProjectParams, arg3 ...serverless.RequestEditorFn) (*serverless.ResumeSecurityProjectResponse, error)
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.