Documentation ¶
Index ¶
- type AdminServiceClient
- func (_m *AdminServiceClient) CreateExecution(ctx context.Context, in *admin.ExecutionCreateRequest, opts ...grpc.CallOption) (*admin.ExecutionCreateResponse, error)
- func (_m *AdminServiceClient) CreateLaunchPlan(ctx context.Context, in *admin.LaunchPlanCreateRequest, ...) (*admin.LaunchPlanCreateResponse, error)
- func (_m *AdminServiceClient) CreateNodeEvent(ctx context.Context, in *admin.NodeExecutionEventRequest, ...) (*admin.NodeExecutionEventResponse, error)
- func (_m *AdminServiceClient) CreateTask(ctx context.Context, in *admin.TaskCreateRequest, opts ...grpc.CallOption) (*admin.TaskCreateResponse, error)
- func (_m *AdminServiceClient) CreateTaskEvent(ctx context.Context, in *admin.TaskExecutionEventRequest, ...) (*admin.TaskExecutionEventResponse, error)
- func (_m *AdminServiceClient) CreateWorkflow(ctx context.Context, in *admin.WorkflowCreateRequest, opts ...grpc.CallOption) (*admin.WorkflowCreateResponse, error)
- func (_m *AdminServiceClient) CreateWorkflowEvent(ctx context.Context, in *admin.WorkflowExecutionEventRequest, ...) (*admin.WorkflowExecutionEventResponse, error)
- func (_m *AdminServiceClient) DeleteProjectDomainAttributes(ctx context.Context, in *admin.ProjectDomainAttributesDeleteRequest, ...) (*admin.ProjectDomainAttributesDeleteResponse, error)
- func (_m *AdminServiceClient) DeleteWorkflowAttributes(ctx context.Context, in *admin.WorkflowAttributesDeleteRequest, ...) (*admin.WorkflowAttributesDeleteResponse, error)
- func (_m *AdminServiceClient) GetActiveLaunchPlan(ctx context.Context, in *admin.ActiveLaunchPlanRequest, ...) (*admin.LaunchPlan, error)
- func (_m *AdminServiceClient) GetExecution(ctx context.Context, in *admin.WorkflowExecutionGetRequest, ...) (*admin.Execution, error)
- func (_m *AdminServiceClient) GetExecutionData(ctx context.Context, in *admin.WorkflowExecutionGetDataRequest, ...) (*admin.WorkflowExecutionGetDataResponse, error)
- func (_m *AdminServiceClient) GetLaunchPlan(ctx context.Context, in *admin.ObjectGetRequest, opts ...grpc.CallOption) (*admin.LaunchPlan, error)
- func (_m *AdminServiceClient) GetNamedEntity(ctx context.Context, in *admin.NamedEntityGetRequest, opts ...grpc.CallOption) (*admin.NamedEntity, error)
- func (_m *AdminServiceClient) GetNodeExecution(ctx context.Context, in *admin.NodeExecutionGetRequest, ...) (*admin.NodeExecution, error)
- func (_m *AdminServiceClient) GetNodeExecutionData(ctx context.Context, in *admin.NodeExecutionGetDataRequest, ...) (*admin.NodeExecutionGetDataResponse, error)
- func (_m *AdminServiceClient) GetProjectDomainAttributes(ctx context.Context, in *admin.ProjectDomainAttributesGetRequest, ...) (*admin.ProjectDomainAttributesGetResponse, error)
- func (_m *AdminServiceClient) GetTask(ctx context.Context, in *admin.ObjectGetRequest, opts ...grpc.CallOption) (*admin.Task, error)
- func (_m *AdminServiceClient) GetTaskExecution(ctx context.Context, in *admin.TaskExecutionGetRequest, ...) (*admin.TaskExecution, error)
- func (_m *AdminServiceClient) GetTaskExecutionData(ctx context.Context, in *admin.TaskExecutionGetDataRequest, ...) (*admin.TaskExecutionGetDataResponse, error)
- func (_m *AdminServiceClient) GetVersion(ctx context.Context, in *admin.GetVersionRequest, opts ...grpc.CallOption) (*admin.GetVersionResponse, error)
- func (_m *AdminServiceClient) GetWorkflow(ctx context.Context, in *admin.ObjectGetRequest, opts ...grpc.CallOption) (*admin.Workflow, error)
- func (_m *AdminServiceClient) GetWorkflowAttributes(ctx context.Context, in *admin.WorkflowAttributesGetRequest, ...) (*admin.WorkflowAttributesGetResponse, error)
- func (_m *AdminServiceClient) ListActiveLaunchPlans(ctx context.Context, in *admin.ActiveLaunchPlanListRequest, ...) (*admin.LaunchPlanList, error)
- func (_m *AdminServiceClient) ListExecutions(ctx context.Context, in *admin.ResourceListRequest, opts ...grpc.CallOption) (*admin.ExecutionList, error)
- func (_m *AdminServiceClient) ListLaunchPlanIds(ctx context.Context, in *admin.NamedEntityIdentifierListRequest, ...) (*admin.NamedEntityIdentifierList, error)
- func (_m *AdminServiceClient) ListLaunchPlans(ctx context.Context, in *admin.ResourceListRequest, opts ...grpc.CallOption) (*admin.LaunchPlanList, error)
- func (_m *AdminServiceClient) ListMatchableAttributes(ctx context.Context, in *admin.ListMatchableAttributesRequest, ...) (*admin.ListMatchableAttributesResponse, error)
- func (_m *AdminServiceClient) ListNamedEntities(ctx context.Context, in *admin.NamedEntityListRequest, opts ...grpc.CallOption) (*admin.NamedEntityList, error)
- func (_m *AdminServiceClient) ListNodeExecutions(ctx context.Context, in *admin.NodeExecutionListRequest, ...) (*admin.NodeExecutionList, error)
- func (_m *AdminServiceClient) ListNodeExecutionsForTask(ctx context.Context, in *admin.NodeExecutionForTaskListRequest, ...) (*admin.NodeExecutionList, error)
- func (_m *AdminServiceClient) ListProjects(ctx context.Context, in *admin.ProjectListRequest, opts ...grpc.CallOption) (*admin.Projects, error)
- func (_m *AdminServiceClient) ListTaskExecutions(ctx context.Context, in *admin.TaskExecutionListRequest, ...) (*admin.TaskExecutionList, error)
- func (_m *AdminServiceClient) ListTaskIds(ctx context.Context, in *admin.NamedEntityIdentifierListRequest, ...) (*admin.NamedEntityIdentifierList, error)
- func (_m *AdminServiceClient) ListTasks(ctx context.Context, in *admin.ResourceListRequest, opts ...grpc.CallOption) (*admin.TaskList, error)
- func (_m *AdminServiceClient) ListWorkflowIds(ctx context.Context, in *admin.NamedEntityIdentifierListRequest, ...) (*admin.NamedEntityIdentifierList, error)
- func (_m *AdminServiceClient) ListWorkflows(ctx context.Context, in *admin.ResourceListRequest, opts ...grpc.CallOption) (*admin.WorkflowList, error)
- func (_m *AdminServiceClient) OnCreateExecution(ctx context.Context, in *admin.ExecutionCreateRequest, opts ...grpc.CallOption) *AdminServiceClient_CreateExecution
- func (_m *AdminServiceClient) OnCreateExecutionMatch(matchers ...interface{}) *AdminServiceClient_CreateExecution
- func (_m *AdminServiceClient) OnCreateLaunchPlan(ctx context.Context, in *admin.LaunchPlanCreateRequest, ...) *AdminServiceClient_CreateLaunchPlan
- func (_m *AdminServiceClient) OnCreateLaunchPlanMatch(matchers ...interface{}) *AdminServiceClient_CreateLaunchPlan
- func (_m *AdminServiceClient) OnCreateNodeEvent(ctx context.Context, in *admin.NodeExecutionEventRequest, ...) *AdminServiceClient_CreateNodeEvent
- func (_m *AdminServiceClient) OnCreateNodeEventMatch(matchers ...interface{}) *AdminServiceClient_CreateNodeEvent
- func (_m *AdminServiceClient) OnCreateTask(ctx context.Context, in *admin.TaskCreateRequest, opts ...grpc.CallOption) *AdminServiceClient_CreateTask
- func (_m *AdminServiceClient) OnCreateTaskEvent(ctx context.Context, in *admin.TaskExecutionEventRequest, ...) *AdminServiceClient_CreateTaskEvent
- func (_m *AdminServiceClient) OnCreateTaskEventMatch(matchers ...interface{}) *AdminServiceClient_CreateTaskEvent
- func (_m *AdminServiceClient) OnCreateTaskMatch(matchers ...interface{}) *AdminServiceClient_CreateTask
- func (_m *AdminServiceClient) OnCreateWorkflow(ctx context.Context, in *admin.WorkflowCreateRequest, opts ...grpc.CallOption) *AdminServiceClient_CreateWorkflow
- func (_m *AdminServiceClient) OnCreateWorkflowEvent(ctx context.Context, in *admin.WorkflowExecutionEventRequest, ...) *AdminServiceClient_CreateWorkflowEvent
- func (_m *AdminServiceClient) OnCreateWorkflowEventMatch(matchers ...interface{}) *AdminServiceClient_CreateWorkflowEvent
- func (_m *AdminServiceClient) OnCreateWorkflowMatch(matchers ...interface{}) *AdminServiceClient_CreateWorkflow
- func (_m *AdminServiceClient) OnDeleteProjectDomainAttributes(ctx context.Context, in *admin.ProjectDomainAttributesDeleteRequest, ...) *AdminServiceClient_DeleteProjectDomainAttributes
- func (_m *AdminServiceClient) OnDeleteProjectDomainAttributesMatch(matchers ...interface{}) *AdminServiceClient_DeleteProjectDomainAttributes
- func (_m *AdminServiceClient) OnDeleteWorkflowAttributes(ctx context.Context, in *admin.WorkflowAttributesDeleteRequest, ...) *AdminServiceClient_DeleteWorkflowAttributes
- func (_m *AdminServiceClient) OnDeleteWorkflowAttributesMatch(matchers ...interface{}) *AdminServiceClient_DeleteWorkflowAttributes
- func (_m *AdminServiceClient) OnGetActiveLaunchPlan(ctx context.Context, in *admin.ActiveLaunchPlanRequest, ...) *AdminServiceClient_GetActiveLaunchPlan
- func (_m *AdminServiceClient) OnGetActiveLaunchPlanMatch(matchers ...interface{}) *AdminServiceClient_GetActiveLaunchPlan
- func (_m *AdminServiceClient) OnGetExecution(ctx context.Context, in *admin.WorkflowExecutionGetRequest, ...) *AdminServiceClient_GetExecution
- func (_m *AdminServiceClient) OnGetExecutionData(ctx context.Context, in *admin.WorkflowExecutionGetDataRequest, ...) *AdminServiceClient_GetExecutionData
- func (_m *AdminServiceClient) OnGetExecutionDataMatch(matchers ...interface{}) *AdminServiceClient_GetExecutionData
- func (_m *AdminServiceClient) OnGetExecutionMatch(matchers ...interface{}) *AdminServiceClient_GetExecution
- func (_m *AdminServiceClient) OnGetLaunchPlan(ctx context.Context, in *admin.ObjectGetRequest, opts ...grpc.CallOption) *AdminServiceClient_GetLaunchPlan
- func (_m *AdminServiceClient) OnGetLaunchPlanMatch(matchers ...interface{}) *AdminServiceClient_GetLaunchPlan
- func (_m *AdminServiceClient) OnGetNamedEntity(ctx context.Context, in *admin.NamedEntityGetRequest, opts ...grpc.CallOption) *AdminServiceClient_GetNamedEntity
- func (_m *AdminServiceClient) OnGetNamedEntityMatch(matchers ...interface{}) *AdminServiceClient_GetNamedEntity
- func (_m *AdminServiceClient) OnGetNodeExecution(ctx context.Context, in *admin.NodeExecutionGetRequest, ...) *AdminServiceClient_GetNodeExecution
- func (_m *AdminServiceClient) OnGetNodeExecutionData(ctx context.Context, in *admin.NodeExecutionGetDataRequest, ...) *AdminServiceClient_GetNodeExecutionData
- func (_m *AdminServiceClient) OnGetNodeExecutionDataMatch(matchers ...interface{}) *AdminServiceClient_GetNodeExecutionData
- func (_m *AdminServiceClient) OnGetNodeExecutionMatch(matchers ...interface{}) *AdminServiceClient_GetNodeExecution
- func (_m *AdminServiceClient) OnGetProjectDomainAttributes(ctx context.Context, in *admin.ProjectDomainAttributesGetRequest, ...) *AdminServiceClient_GetProjectDomainAttributes
- func (_m *AdminServiceClient) OnGetProjectDomainAttributesMatch(matchers ...interface{}) *AdminServiceClient_GetProjectDomainAttributes
- func (_m *AdminServiceClient) OnGetTask(ctx context.Context, in *admin.ObjectGetRequest, opts ...grpc.CallOption) *AdminServiceClient_GetTask
- func (_m *AdminServiceClient) OnGetTaskExecution(ctx context.Context, in *admin.TaskExecutionGetRequest, ...) *AdminServiceClient_GetTaskExecution
- func (_m *AdminServiceClient) OnGetTaskExecutionData(ctx context.Context, in *admin.TaskExecutionGetDataRequest, ...) *AdminServiceClient_GetTaskExecutionData
- func (_m *AdminServiceClient) OnGetTaskExecutionDataMatch(matchers ...interface{}) *AdminServiceClient_GetTaskExecutionData
- func (_m *AdminServiceClient) OnGetTaskExecutionMatch(matchers ...interface{}) *AdminServiceClient_GetTaskExecution
- func (_m *AdminServiceClient) OnGetTaskMatch(matchers ...interface{}) *AdminServiceClient_GetTask
- func (_m *AdminServiceClient) OnGetVersion(ctx context.Context, in *admin.GetVersionRequest, opts ...grpc.CallOption) *AdminServiceClient_GetVersion
- func (_m *AdminServiceClient) OnGetVersionMatch(matchers ...interface{}) *AdminServiceClient_GetVersion
- func (_m *AdminServiceClient) OnGetWorkflow(ctx context.Context, in *admin.ObjectGetRequest, opts ...grpc.CallOption) *AdminServiceClient_GetWorkflow
- func (_m *AdminServiceClient) OnGetWorkflowAttributes(ctx context.Context, in *admin.WorkflowAttributesGetRequest, ...) *AdminServiceClient_GetWorkflowAttributes
- func (_m *AdminServiceClient) OnGetWorkflowAttributesMatch(matchers ...interface{}) *AdminServiceClient_GetWorkflowAttributes
- func (_m *AdminServiceClient) OnGetWorkflowMatch(matchers ...interface{}) *AdminServiceClient_GetWorkflow
- func (_m *AdminServiceClient) OnListActiveLaunchPlans(ctx context.Context, in *admin.ActiveLaunchPlanListRequest, ...) *AdminServiceClient_ListActiveLaunchPlans
- func (_m *AdminServiceClient) OnListActiveLaunchPlansMatch(matchers ...interface{}) *AdminServiceClient_ListActiveLaunchPlans
- func (_m *AdminServiceClient) OnListExecutions(ctx context.Context, in *admin.ResourceListRequest, opts ...grpc.CallOption) *AdminServiceClient_ListExecutions
- func (_m *AdminServiceClient) OnListExecutionsMatch(matchers ...interface{}) *AdminServiceClient_ListExecutions
- func (_m *AdminServiceClient) OnListLaunchPlanIds(ctx context.Context, in *admin.NamedEntityIdentifierListRequest, ...) *AdminServiceClient_ListLaunchPlanIds
- func (_m *AdminServiceClient) OnListLaunchPlanIdsMatch(matchers ...interface{}) *AdminServiceClient_ListLaunchPlanIds
- func (_m *AdminServiceClient) OnListLaunchPlans(ctx context.Context, in *admin.ResourceListRequest, opts ...grpc.CallOption) *AdminServiceClient_ListLaunchPlans
- func (_m *AdminServiceClient) OnListLaunchPlansMatch(matchers ...interface{}) *AdminServiceClient_ListLaunchPlans
- func (_m *AdminServiceClient) OnListMatchableAttributes(ctx context.Context, in *admin.ListMatchableAttributesRequest, ...) *AdminServiceClient_ListMatchableAttributes
- func (_m *AdminServiceClient) OnListMatchableAttributesMatch(matchers ...interface{}) *AdminServiceClient_ListMatchableAttributes
- func (_m *AdminServiceClient) OnListNamedEntities(ctx context.Context, in *admin.NamedEntityListRequest, opts ...grpc.CallOption) *AdminServiceClient_ListNamedEntities
- func (_m *AdminServiceClient) OnListNamedEntitiesMatch(matchers ...interface{}) *AdminServiceClient_ListNamedEntities
- func (_m *AdminServiceClient) OnListNodeExecutions(ctx context.Context, in *admin.NodeExecutionListRequest, ...) *AdminServiceClient_ListNodeExecutions
- func (_m *AdminServiceClient) OnListNodeExecutionsForTask(ctx context.Context, in *admin.NodeExecutionForTaskListRequest, ...) *AdminServiceClient_ListNodeExecutionsForTask
- func (_m *AdminServiceClient) OnListNodeExecutionsForTaskMatch(matchers ...interface{}) *AdminServiceClient_ListNodeExecutionsForTask
- func (_m *AdminServiceClient) OnListNodeExecutionsMatch(matchers ...interface{}) *AdminServiceClient_ListNodeExecutions
- func (_m *AdminServiceClient) OnListProjects(ctx context.Context, in *admin.ProjectListRequest, opts ...grpc.CallOption) *AdminServiceClient_ListProjects
- func (_m *AdminServiceClient) OnListProjectsMatch(matchers ...interface{}) *AdminServiceClient_ListProjects
- func (_m *AdminServiceClient) OnListTaskExecutions(ctx context.Context, in *admin.TaskExecutionListRequest, ...) *AdminServiceClient_ListTaskExecutions
- func (_m *AdminServiceClient) OnListTaskExecutionsMatch(matchers ...interface{}) *AdminServiceClient_ListTaskExecutions
- func (_m *AdminServiceClient) OnListTaskIds(ctx context.Context, in *admin.NamedEntityIdentifierListRequest, ...) *AdminServiceClient_ListTaskIds
- func (_m *AdminServiceClient) OnListTaskIdsMatch(matchers ...interface{}) *AdminServiceClient_ListTaskIds
- func (_m *AdminServiceClient) OnListTasks(ctx context.Context, in *admin.ResourceListRequest, opts ...grpc.CallOption) *AdminServiceClient_ListTasks
- func (_m *AdminServiceClient) OnListTasksMatch(matchers ...interface{}) *AdminServiceClient_ListTasks
- func (_m *AdminServiceClient) OnListWorkflowIds(ctx context.Context, in *admin.NamedEntityIdentifierListRequest, ...) *AdminServiceClient_ListWorkflowIds
- func (_m *AdminServiceClient) OnListWorkflowIdsMatch(matchers ...interface{}) *AdminServiceClient_ListWorkflowIds
- func (_m *AdminServiceClient) OnListWorkflows(ctx context.Context, in *admin.ResourceListRequest, opts ...grpc.CallOption) *AdminServiceClient_ListWorkflows
- func (_m *AdminServiceClient) OnListWorkflowsMatch(matchers ...interface{}) *AdminServiceClient_ListWorkflows
- func (_m *AdminServiceClient) OnRecoverExecution(ctx context.Context, in *admin.ExecutionRecoverRequest, ...) *AdminServiceClient_RecoverExecution
- func (_m *AdminServiceClient) OnRecoverExecutionMatch(matchers ...interface{}) *AdminServiceClient_RecoverExecution
- func (_m *AdminServiceClient) OnRegisterProject(ctx context.Context, in *admin.ProjectRegisterRequest, opts ...grpc.CallOption) *AdminServiceClient_RegisterProject
- func (_m *AdminServiceClient) OnRegisterProjectMatch(matchers ...interface{}) *AdminServiceClient_RegisterProject
- func (_m *AdminServiceClient) OnRelaunchExecution(ctx context.Context, in *admin.ExecutionRelaunchRequest, ...) *AdminServiceClient_RelaunchExecution
- func (_m *AdminServiceClient) OnRelaunchExecutionMatch(matchers ...interface{}) *AdminServiceClient_RelaunchExecution
- func (_m *AdminServiceClient) OnTerminateExecution(ctx context.Context, in *admin.ExecutionTerminateRequest, ...) *AdminServiceClient_TerminateExecution
- func (_m *AdminServiceClient) OnTerminateExecutionMatch(matchers ...interface{}) *AdminServiceClient_TerminateExecution
- func (_m *AdminServiceClient) OnUpdateExecution(ctx context.Context, in *admin.ExecutionUpdateRequest, opts ...grpc.CallOption) *AdminServiceClient_UpdateExecution
- func (_m *AdminServiceClient) OnUpdateExecutionMatch(matchers ...interface{}) *AdminServiceClient_UpdateExecution
- func (_m *AdminServiceClient) OnUpdateLaunchPlan(ctx context.Context, in *admin.LaunchPlanUpdateRequest, ...) *AdminServiceClient_UpdateLaunchPlan
- func (_m *AdminServiceClient) OnUpdateLaunchPlanMatch(matchers ...interface{}) *AdminServiceClient_UpdateLaunchPlan
- func (_m *AdminServiceClient) OnUpdateNamedEntity(ctx context.Context, in *admin.NamedEntityUpdateRequest, ...) *AdminServiceClient_UpdateNamedEntity
- func (_m *AdminServiceClient) OnUpdateNamedEntityMatch(matchers ...interface{}) *AdminServiceClient_UpdateNamedEntity
- func (_m *AdminServiceClient) OnUpdateProject(ctx context.Context, in *admin.Project, opts ...grpc.CallOption) *AdminServiceClient_UpdateProject
- func (_m *AdminServiceClient) OnUpdateProjectDomainAttributes(ctx context.Context, in *admin.ProjectDomainAttributesUpdateRequest, ...) *AdminServiceClient_UpdateProjectDomainAttributes
- func (_m *AdminServiceClient) OnUpdateProjectDomainAttributesMatch(matchers ...interface{}) *AdminServiceClient_UpdateProjectDomainAttributes
- func (_m *AdminServiceClient) OnUpdateProjectMatch(matchers ...interface{}) *AdminServiceClient_UpdateProject
- func (_m *AdminServiceClient) OnUpdateWorkflowAttributes(ctx context.Context, in *admin.WorkflowAttributesUpdateRequest, ...) *AdminServiceClient_UpdateWorkflowAttributes
- func (_m *AdminServiceClient) OnUpdateWorkflowAttributesMatch(matchers ...interface{}) *AdminServiceClient_UpdateWorkflowAttributes
- func (_m *AdminServiceClient) RecoverExecution(ctx context.Context, in *admin.ExecutionRecoverRequest, ...) (*admin.ExecutionCreateResponse, error)
- func (_m *AdminServiceClient) RegisterProject(ctx context.Context, in *admin.ProjectRegisterRequest, opts ...grpc.CallOption) (*admin.ProjectRegisterResponse, error)
- func (_m *AdminServiceClient) RelaunchExecution(ctx context.Context, in *admin.ExecutionRelaunchRequest, ...) (*admin.ExecutionCreateResponse, error)
- func (_m *AdminServiceClient) TerminateExecution(ctx context.Context, in *admin.ExecutionTerminateRequest, ...) (*admin.ExecutionTerminateResponse, error)
- func (_m *AdminServiceClient) UpdateExecution(ctx context.Context, in *admin.ExecutionUpdateRequest, opts ...grpc.CallOption) (*admin.ExecutionUpdateResponse, error)
- func (_m *AdminServiceClient) UpdateLaunchPlan(ctx context.Context, in *admin.LaunchPlanUpdateRequest, ...) (*admin.LaunchPlanUpdateResponse, error)
- func (_m *AdminServiceClient) UpdateNamedEntity(ctx context.Context, in *admin.NamedEntityUpdateRequest, ...) (*admin.NamedEntityUpdateResponse, error)
- func (_m *AdminServiceClient) UpdateProject(ctx context.Context, in *admin.Project, opts ...grpc.CallOption) (*admin.ProjectUpdateResponse, error)
- func (_m *AdminServiceClient) UpdateProjectDomainAttributes(ctx context.Context, in *admin.ProjectDomainAttributesUpdateRequest, ...) (*admin.ProjectDomainAttributesUpdateResponse, error)
- func (_m *AdminServiceClient) UpdateWorkflowAttributes(ctx context.Context, in *admin.WorkflowAttributesUpdateRequest, ...) (*admin.WorkflowAttributesUpdateResponse, error)
- type AdminServiceClient_CreateExecution
- type AdminServiceClient_CreateLaunchPlan
- type AdminServiceClient_CreateNodeEvent
- type AdminServiceClient_CreateTask
- type AdminServiceClient_CreateTaskEvent
- type AdminServiceClient_CreateWorkflow
- type AdminServiceClient_CreateWorkflowEvent
- type AdminServiceClient_DeleteProjectDomainAttributes
- type AdminServiceClient_DeleteWorkflowAttributes
- type AdminServiceClient_GetActiveLaunchPlan
- type AdminServiceClient_GetExecution
- type AdminServiceClient_GetExecutionData
- type AdminServiceClient_GetLaunchPlan
- type AdminServiceClient_GetNamedEntity
- type AdminServiceClient_GetNodeExecution
- type AdminServiceClient_GetNodeExecutionData
- type AdminServiceClient_GetProjectDomainAttributes
- type AdminServiceClient_GetTask
- type AdminServiceClient_GetTaskExecution
- type AdminServiceClient_GetTaskExecutionData
- type AdminServiceClient_GetVersion
- type AdminServiceClient_GetWorkflow
- type AdminServiceClient_GetWorkflowAttributes
- type AdminServiceClient_ListActiveLaunchPlans
- type AdminServiceClient_ListExecutions
- type AdminServiceClient_ListLaunchPlanIds
- type AdminServiceClient_ListLaunchPlans
- type AdminServiceClient_ListMatchableAttributes
- type AdminServiceClient_ListNamedEntities
- type AdminServiceClient_ListNodeExecutions
- type AdminServiceClient_ListNodeExecutionsForTask
- type AdminServiceClient_ListProjects
- type AdminServiceClient_ListTaskExecutions
- type AdminServiceClient_ListTaskIds
- type AdminServiceClient_ListTasks
- type AdminServiceClient_ListWorkflowIds
- type AdminServiceClient_ListWorkflows
- type AdminServiceClient_RecoverExecution
- type AdminServiceClient_RegisterProject
- type AdminServiceClient_RelaunchExecution
- type AdminServiceClient_TerminateExecution
- type AdminServiceClient_UpdateExecution
- type AdminServiceClient_UpdateLaunchPlan
- type AdminServiceClient_UpdateNamedEntity
- type AdminServiceClient_UpdateProject
- type AdminServiceClient_UpdateProjectDomainAttributes
- type AdminServiceClient_UpdateWorkflowAttributes
- type AdminServiceServer
- func (_m *AdminServiceServer) CreateExecution(_a0 context.Context, _a1 *admin.ExecutionCreateRequest) (*admin.ExecutionCreateResponse, error)
- func (_m *AdminServiceServer) CreateLaunchPlan(_a0 context.Context, _a1 *admin.LaunchPlanCreateRequest) (*admin.LaunchPlanCreateResponse, error)
- func (_m *AdminServiceServer) CreateNodeEvent(_a0 context.Context, _a1 *admin.NodeExecutionEventRequest) (*admin.NodeExecutionEventResponse, error)
- func (_m *AdminServiceServer) CreateTask(_a0 context.Context, _a1 *admin.TaskCreateRequest) (*admin.TaskCreateResponse, error)
- func (_m *AdminServiceServer) CreateTaskEvent(_a0 context.Context, _a1 *admin.TaskExecutionEventRequest) (*admin.TaskExecutionEventResponse, error)
- func (_m *AdminServiceServer) CreateWorkflow(_a0 context.Context, _a1 *admin.WorkflowCreateRequest) (*admin.WorkflowCreateResponse, error)
- func (_m *AdminServiceServer) CreateWorkflowEvent(_a0 context.Context, _a1 *admin.WorkflowExecutionEventRequest) (*admin.WorkflowExecutionEventResponse, error)
- func (_m *AdminServiceServer) DeleteProjectDomainAttributes(_a0 context.Context, _a1 *admin.ProjectDomainAttributesDeleteRequest) (*admin.ProjectDomainAttributesDeleteResponse, error)
- func (_m *AdminServiceServer) DeleteWorkflowAttributes(_a0 context.Context, _a1 *admin.WorkflowAttributesDeleteRequest) (*admin.WorkflowAttributesDeleteResponse, error)
- func (_m *AdminServiceServer) GetActiveLaunchPlan(_a0 context.Context, _a1 *admin.ActiveLaunchPlanRequest) (*admin.LaunchPlan, error)
- func (_m *AdminServiceServer) GetExecution(_a0 context.Context, _a1 *admin.WorkflowExecutionGetRequest) (*admin.Execution, error)
- func (_m *AdminServiceServer) GetExecutionData(_a0 context.Context, _a1 *admin.WorkflowExecutionGetDataRequest) (*admin.WorkflowExecutionGetDataResponse, error)
- func (_m *AdminServiceServer) GetLaunchPlan(_a0 context.Context, _a1 *admin.ObjectGetRequest) (*admin.LaunchPlan, error)
- func (_m *AdminServiceServer) GetNamedEntity(_a0 context.Context, _a1 *admin.NamedEntityGetRequest) (*admin.NamedEntity, error)
- func (_m *AdminServiceServer) GetNodeExecution(_a0 context.Context, _a1 *admin.NodeExecutionGetRequest) (*admin.NodeExecution, error)
- func (_m *AdminServiceServer) GetNodeExecutionData(_a0 context.Context, _a1 *admin.NodeExecutionGetDataRequest) (*admin.NodeExecutionGetDataResponse, error)
- func (_m *AdminServiceServer) GetProjectDomainAttributes(_a0 context.Context, _a1 *admin.ProjectDomainAttributesGetRequest) (*admin.ProjectDomainAttributesGetResponse, error)
- func (_m *AdminServiceServer) GetTask(_a0 context.Context, _a1 *admin.ObjectGetRequest) (*admin.Task, error)
- func (_m *AdminServiceServer) GetTaskExecution(_a0 context.Context, _a1 *admin.TaskExecutionGetRequest) (*admin.TaskExecution, error)
- func (_m *AdminServiceServer) GetTaskExecutionData(_a0 context.Context, _a1 *admin.TaskExecutionGetDataRequest) (*admin.TaskExecutionGetDataResponse, error)
- func (_m *AdminServiceServer) GetVersion(_a0 context.Context, _a1 *admin.GetVersionRequest) (*admin.GetVersionResponse, error)
- func (_m *AdminServiceServer) GetWorkflow(_a0 context.Context, _a1 *admin.ObjectGetRequest) (*admin.Workflow, error)
- func (_m *AdminServiceServer) GetWorkflowAttributes(_a0 context.Context, _a1 *admin.WorkflowAttributesGetRequest) (*admin.WorkflowAttributesGetResponse, error)
- func (_m *AdminServiceServer) ListActiveLaunchPlans(_a0 context.Context, _a1 *admin.ActiveLaunchPlanListRequest) (*admin.LaunchPlanList, error)
- func (_m *AdminServiceServer) ListExecutions(_a0 context.Context, _a1 *admin.ResourceListRequest) (*admin.ExecutionList, error)
- func (_m *AdminServiceServer) ListLaunchPlanIds(_a0 context.Context, _a1 *admin.NamedEntityIdentifierListRequest) (*admin.NamedEntityIdentifierList, error)
- func (_m *AdminServiceServer) ListLaunchPlans(_a0 context.Context, _a1 *admin.ResourceListRequest) (*admin.LaunchPlanList, error)
- func (_m *AdminServiceServer) ListMatchableAttributes(_a0 context.Context, _a1 *admin.ListMatchableAttributesRequest) (*admin.ListMatchableAttributesResponse, error)
- func (_m *AdminServiceServer) ListNamedEntities(_a0 context.Context, _a1 *admin.NamedEntityListRequest) (*admin.NamedEntityList, error)
- func (_m *AdminServiceServer) ListNodeExecutions(_a0 context.Context, _a1 *admin.NodeExecutionListRequest) (*admin.NodeExecutionList, error)
- func (_m *AdminServiceServer) ListNodeExecutionsForTask(_a0 context.Context, _a1 *admin.NodeExecutionForTaskListRequest) (*admin.NodeExecutionList, error)
- func (_m *AdminServiceServer) ListProjects(_a0 context.Context, _a1 *admin.ProjectListRequest) (*admin.Projects, error)
- func (_m *AdminServiceServer) ListTaskExecutions(_a0 context.Context, _a1 *admin.TaskExecutionListRequest) (*admin.TaskExecutionList, error)
- func (_m *AdminServiceServer) ListTaskIds(_a0 context.Context, _a1 *admin.NamedEntityIdentifierListRequest) (*admin.NamedEntityIdentifierList, error)
- func (_m *AdminServiceServer) ListTasks(_a0 context.Context, _a1 *admin.ResourceListRequest) (*admin.TaskList, error)
- func (_m *AdminServiceServer) ListWorkflowIds(_a0 context.Context, _a1 *admin.NamedEntityIdentifierListRequest) (*admin.NamedEntityIdentifierList, error)
- func (_m *AdminServiceServer) ListWorkflows(_a0 context.Context, _a1 *admin.ResourceListRequest) (*admin.WorkflowList, error)
- func (_m *AdminServiceServer) OnCreateExecution(_a0 context.Context, _a1 *admin.ExecutionCreateRequest) *AdminServiceServer_CreateExecution
- func (_m *AdminServiceServer) OnCreateExecutionMatch(matchers ...interface{}) *AdminServiceServer_CreateExecution
- func (_m *AdminServiceServer) OnCreateLaunchPlan(_a0 context.Context, _a1 *admin.LaunchPlanCreateRequest) *AdminServiceServer_CreateLaunchPlan
- func (_m *AdminServiceServer) OnCreateLaunchPlanMatch(matchers ...interface{}) *AdminServiceServer_CreateLaunchPlan
- func (_m *AdminServiceServer) OnCreateNodeEvent(_a0 context.Context, _a1 *admin.NodeExecutionEventRequest) *AdminServiceServer_CreateNodeEvent
- func (_m *AdminServiceServer) OnCreateNodeEventMatch(matchers ...interface{}) *AdminServiceServer_CreateNodeEvent
- func (_m *AdminServiceServer) OnCreateTask(_a0 context.Context, _a1 *admin.TaskCreateRequest) *AdminServiceServer_CreateTask
- func (_m *AdminServiceServer) OnCreateTaskEvent(_a0 context.Context, _a1 *admin.TaskExecutionEventRequest) *AdminServiceServer_CreateTaskEvent
- func (_m *AdminServiceServer) OnCreateTaskEventMatch(matchers ...interface{}) *AdminServiceServer_CreateTaskEvent
- func (_m *AdminServiceServer) OnCreateTaskMatch(matchers ...interface{}) *AdminServiceServer_CreateTask
- func (_m *AdminServiceServer) OnCreateWorkflow(_a0 context.Context, _a1 *admin.WorkflowCreateRequest) *AdminServiceServer_CreateWorkflow
- func (_m *AdminServiceServer) OnCreateWorkflowEvent(_a0 context.Context, _a1 *admin.WorkflowExecutionEventRequest) *AdminServiceServer_CreateWorkflowEvent
- func (_m *AdminServiceServer) OnCreateWorkflowEventMatch(matchers ...interface{}) *AdminServiceServer_CreateWorkflowEvent
- func (_m *AdminServiceServer) OnCreateWorkflowMatch(matchers ...interface{}) *AdminServiceServer_CreateWorkflow
- func (_m *AdminServiceServer) OnDeleteProjectDomainAttributes(_a0 context.Context, _a1 *admin.ProjectDomainAttributesDeleteRequest) *AdminServiceServer_DeleteProjectDomainAttributes
- func (_m *AdminServiceServer) OnDeleteProjectDomainAttributesMatch(matchers ...interface{}) *AdminServiceServer_DeleteProjectDomainAttributes
- func (_m *AdminServiceServer) OnDeleteWorkflowAttributes(_a0 context.Context, _a1 *admin.WorkflowAttributesDeleteRequest) *AdminServiceServer_DeleteWorkflowAttributes
- func (_m *AdminServiceServer) OnDeleteWorkflowAttributesMatch(matchers ...interface{}) *AdminServiceServer_DeleteWorkflowAttributes
- func (_m *AdminServiceServer) OnGetActiveLaunchPlan(_a0 context.Context, _a1 *admin.ActiveLaunchPlanRequest) *AdminServiceServer_GetActiveLaunchPlan
- func (_m *AdminServiceServer) OnGetActiveLaunchPlanMatch(matchers ...interface{}) *AdminServiceServer_GetActiveLaunchPlan
- func (_m *AdminServiceServer) OnGetExecution(_a0 context.Context, _a1 *admin.WorkflowExecutionGetRequest) *AdminServiceServer_GetExecution
- func (_m *AdminServiceServer) OnGetExecutionData(_a0 context.Context, _a1 *admin.WorkflowExecutionGetDataRequest) *AdminServiceServer_GetExecutionData
- func (_m *AdminServiceServer) OnGetExecutionDataMatch(matchers ...interface{}) *AdminServiceServer_GetExecutionData
- func (_m *AdminServiceServer) OnGetExecutionMatch(matchers ...interface{}) *AdminServiceServer_GetExecution
- func (_m *AdminServiceServer) OnGetLaunchPlan(_a0 context.Context, _a1 *admin.ObjectGetRequest) *AdminServiceServer_GetLaunchPlan
- func (_m *AdminServiceServer) OnGetLaunchPlanMatch(matchers ...interface{}) *AdminServiceServer_GetLaunchPlan
- func (_m *AdminServiceServer) OnGetNamedEntity(_a0 context.Context, _a1 *admin.NamedEntityGetRequest) *AdminServiceServer_GetNamedEntity
- func (_m *AdminServiceServer) OnGetNamedEntityMatch(matchers ...interface{}) *AdminServiceServer_GetNamedEntity
- func (_m *AdminServiceServer) OnGetNodeExecution(_a0 context.Context, _a1 *admin.NodeExecutionGetRequest) *AdminServiceServer_GetNodeExecution
- func (_m *AdminServiceServer) OnGetNodeExecutionData(_a0 context.Context, _a1 *admin.NodeExecutionGetDataRequest) *AdminServiceServer_GetNodeExecutionData
- func (_m *AdminServiceServer) OnGetNodeExecutionDataMatch(matchers ...interface{}) *AdminServiceServer_GetNodeExecutionData
- func (_m *AdminServiceServer) OnGetNodeExecutionMatch(matchers ...interface{}) *AdminServiceServer_GetNodeExecution
- func (_m *AdminServiceServer) OnGetProjectDomainAttributes(_a0 context.Context, _a1 *admin.ProjectDomainAttributesGetRequest) *AdminServiceServer_GetProjectDomainAttributes
- func (_m *AdminServiceServer) OnGetProjectDomainAttributesMatch(matchers ...interface{}) *AdminServiceServer_GetProjectDomainAttributes
- func (_m *AdminServiceServer) OnGetTask(_a0 context.Context, _a1 *admin.ObjectGetRequest) *AdminServiceServer_GetTask
- func (_m *AdminServiceServer) OnGetTaskExecution(_a0 context.Context, _a1 *admin.TaskExecutionGetRequest) *AdminServiceServer_GetTaskExecution
- func (_m *AdminServiceServer) OnGetTaskExecutionData(_a0 context.Context, _a1 *admin.TaskExecutionGetDataRequest) *AdminServiceServer_GetTaskExecutionData
- func (_m *AdminServiceServer) OnGetTaskExecutionDataMatch(matchers ...interface{}) *AdminServiceServer_GetTaskExecutionData
- func (_m *AdminServiceServer) OnGetTaskExecutionMatch(matchers ...interface{}) *AdminServiceServer_GetTaskExecution
- func (_m *AdminServiceServer) OnGetTaskMatch(matchers ...interface{}) *AdminServiceServer_GetTask
- func (_m *AdminServiceServer) OnGetVersion(_a0 context.Context, _a1 *admin.GetVersionRequest) *AdminServiceServer_GetVersion
- func (_m *AdminServiceServer) OnGetVersionMatch(matchers ...interface{}) *AdminServiceServer_GetVersion
- func (_m *AdminServiceServer) OnGetWorkflow(_a0 context.Context, _a1 *admin.ObjectGetRequest) *AdminServiceServer_GetWorkflow
- func (_m *AdminServiceServer) OnGetWorkflowAttributes(_a0 context.Context, _a1 *admin.WorkflowAttributesGetRequest) *AdminServiceServer_GetWorkflowAttributes
- func (_m *AdminServiceServer) OnGetWorkflowAttributesMatch(matchers ...interface{}) *AdminServiceServer_GetWorkflowAttributes
- func (_m *AdminServiceServer) OnGetWorkflowMatch(matchers ...interface{}) *AdminServiceServer_GetWorkflow
- func (_m *AdminServiceServer) OnListActiveLaunchPlans(_a0 context.Context, _a1 *admin.ActiveLaunchPlanListRequest) *AdminServiceServer_ListActiveLaunchPlans
- func (_m *AdminServiceServer) OnListActiveLaunchPlansMatch(matchers ...interface{}) *AdminServiceServer_ListActiveLaunchPlans
- func (_m *AdminServiceServer) OnListExecutions(_a0 context.Context, _a1 *admin.ResourceListRequest) *AdminServiceServer_ListExecutions
- func (_m *AdminServiceServer) OnListExecutionsMatch(matchers ...interface{}) *AdminServiceServer_ListExecutions
- func (_m *AdminServiceServer) OnListLaunchPlanIds(_a0 context.Context, _a1 *admin.NamedEntityIdentifierListRequest) *AdminServiceServer_ListLaunchPlanIds
- func (_m *AdminServiceServer) OnListLaunchPlanIdsMatch(matchers ...interface{}) *AdminServiceServer_ListLaunchPlanIds
- func (_m *AdminServiceServer) OnListLaunchPlans(_a0 context.Context, _a1 *admin.ResourceListRequest) *AdminServiceServer_ListLaunchPlans
- func (_m *AdminServiceServer) OnListLaunchPlansMatch(matchers ...interface{}) *AdminServiceServer_ListLaunchPlans
- func (_m *AdminServiceServer) OnListMatchableAttributes(_a0 context.Context, _a1 *admin.ListMatchableAttributesRequest) *AdminServiceServer_ListMatchableAttributes
- func (_m *AdminServiceServer) OnListMatchableAttributesMatch(matchers ...interface{}) *AdminServiceServer_ListMatchableAttributes
- func (_m *AdminServiceServer) OnListNamedEntities(_a0 context.Context, _a1 *admin.NamedEntityListRequest) *AdminServiceServer_ListNamedEntities
- func (_m *AdminServiceServer) OnListNamedEntitiesMatch(matchers ...interface{}) *AdminServiceServer_ListNamedEntities
- func (_m *AdminServiceServer) OnListNodeExecutions(_a0 context.Context, _a1 *admin.NodeExecutionListRequest) *AdminServiceServer_ListNodeExecutions
- func (_m *AdminServiceServer) OnListNodeExecutionsForTask(_a0 context.Context, _a1 *admin.NodeExecutionForTaskListRequest) *AdminServiceServer_ListNodeExecutionsForTask
- func (_m *AdminServiceServer) OnListNodeExecutionsForTaskMatch(matchers ...interface{}) *AdminServiceServer_ListNodeExecutionsForTask
- func (_m *AdminServiceServer) OnListNodeExecutionsMatch(matchers ...interface{}) *AdminServiceServer_ListNodeExecutions
- func (_m *AdminServiceServer) OnListProjects(_a0 context.Context, _a1 *admin.ProjectListRequest) *AdminServiceServer_ListProjects
- func (_m *AdminServiceServer) OnListProjectsMatch(matchers ...interface{}) *AdminServiceServer_ListProjects
- func (_m *AdminServiceServer) OnListTaskExecutions(_a0 context.Context, _a1 *admin.TaskExecutionListRequest) *AdminServiceServer_ListTaskExecutions
- func (_m *AdminServiceServer) OnListTaskExecutionsMatch(matchers ...interface{}) *AdminServiceServer_ListTaskExecutions
- func (_m *AdminServiceServer) OnListTaskIds(_a0 context.Context, _a1 *admin.NamedEntityIdentifierListRequest) *AdminServiceServer_ListTaskIds
- func (_m *AdminServiceServer) OnListTaskIdsMatch(matchers ...interface{}) *AdminServiceServer_ListTaskIds
- func (_m *AdminServiceServer) OnListTasks(_a0 context.Context, _a1 *admin.ResourceListRequest) *AdminServiceServer_ListTasks
- func (_m *AdminServiceServer) OnListTasksMatch(matchers ...interface{}) *AdminServiceServer_ListTasks
- func (_m *AdminServiceServer) OnListWorkflowIds(_a0 context.Context, _a1 *admin.NamedEntityIdentifierListRequest) *AdminServiceServer_ListWorkflowIds
- func (_m *AdminServiceServer) OnListWorkflowIdsMatch(matchers ...interface{}) *AdminServiceServer_ListWorkflowIds
- func (_m *AdminServiceServer) OnListWorkflows(_a0 context.Context, _a1 *admin.ResourceListRequest) *AdminServiceServer_ListWorkflows
- func (_m *AdminServiceServer) OnListWorkflowsMatch(matchers ...interface{}) *AdminServiceServer_ListWorkflows
- func (_m *AdminServiceServer) OnRecoverExecution(_a0 context.Context, _a1 *admin.ExecutionRecoverRequest) *AdminServiceServer_RecoverExecution
- func (_m *AdminServiceServer) OnRecoverExecutionMatch(matchers ...interface{}) *AdminServiceServer_RecoverExecution
- func (_m *AdminServiceServer) OnRegisterProject(_a0 context.Context, _a1 *admin.ProjectRegisterRequest) *AdminServiceServer_RegisterProject
- func (_m *AdminServiceServer) OnRegisterProjectMatch(matchers ...interface{}) *AdminServiceServer_RegisterProject
- func (_m *AdminServiceServer) OnRelaunchExecution(_a0 context.Context, _a1 *admin.ExecutionRelaunchRequest) *AdminServiceServer_RelaunchExecution
- func (_m *AdminServiceServer) OnRelaunchExecutionMatch(matchers ...interface{}) *AdminServiceServer_RelaunchExecution
- func (_m *AdminServiceServer) OnTerminateExecution(_a0 context.Context, _a1 *admin.ExecutionTerminateRequest) *AdminServiceServer_TerminateExecution
- func (_m *AdminServiceServer) OnTerminateExecutionMatch(matchers ...interface{}) *AdminServiceServer_TerminateExecution
- func (_m *AdminServiceServer) OnUpdateExecution(_a0 context.Context, _a1 *admin.ExecutionUpdateRequest) *AdminServiceServer_UpdateExecution
- func (_m *AdminServiceServer) OnUpdateExecutionMatch(matchers ...interface{}) *AdminServiceServer_UpdateExecution
- func (_m *AdminServiceServer) OnUpdateLaunchPlan(_a0 context.Context, _a1 *admin.LaunchPlanUpdateRequest) *AdminServiceServer_UpdateLaunchPlan
- func (_m *AdminServiceServer) OnUpdateLaunchPlanMatch(matchers ...interface{}) *AdminServiceServer_UpdateLaunchPlan
- func (_m *AdminServiceServer) OnUpdateNamedEntity(_a0 context.Context, _a1 *admin.NamedEntityUpdateRequest) *AdminServiceServer_UpdateNamedEntity
- func (_m *AdminServiceServer) OnUpdateNamedEntityMatch(matchers ...interface{}) *AdminServiceServer_UpdateNamedEntity
- func (_m *AdminServiceServer) OnUpdateProject(_a0 context.Context, _a1 *admin.Project) *AdminServiceServer_UpdateProject
- func (_m *AdminServiceServer) OnUpdateProjectDomainAttributes(_a0 context.Context, _a1 *admin.ProjectDomainAttributesUpdateRequest) *AdminServiceServer_UpdateProjectDomainAttributes
- func (_m *AdminServiceServer) OnUpdateProjectDomainAttributesMatch(matchers ...interface{}) *AdminServiceServer_UpdateProjectDomainAttributes
- func (_m *AdminServiceServer) OnUpdateProjectMatch(matchers ...interface{}) *AdminServiceServer_UpdateProject
- func (_m *AdminServiceServer) OnUpdateWorkflowAttributes(_a0 context.Context, _a1 *admin.WorkflowAttributesUpdateRequest) *AdminServiceServer_UpdateWorkflowAttributes
- func (_m *AdminServiceServer) OnUpdateWorkflowAttributesMatch(matchers ...interface{}) *AdminServiceServer_UpdateWorkflowAttributes
- func (_m *AdminServiceServer) RecoverExecution(_a0 context.Context, _a1 *admin.ExecutionRecoverRequest) (*admin.ExecutionCreateResponse, error)
- func (_m *AdminServiceServer) RegisterProject(_a0 context.Context, _a1 *admin.ProjectRegisterRequest) (*admin.ProjectRegisterResponse, error)
- func (_m *AdminServiceServer) RelaunchExecution(_a0 context.Context, _a1 *admin.ExecutionRelaunchRequest) (*admin.ExecutionCreateResponse, error)
- func (_m *AdminServiceServer) TerminateExecution(_a0 context.Context, _a1 *admin.ExecutionTerminateRequest) (*admin.ExecutionTerminateResponse, error)
- func (_m *AdminServiceServer) UpdateExecution(_a0 context.Context, _a1 *admin.ExecutionUpdateRequest) (*admin.ExecutionUpdateResponse, error)
- func (_m *AdminServiceServer) UpdateLaunchPlan(_a0 context.Context, _a1 *admin.LaunchPlanUpdateRequest) (*admin.LaunchPlanUpdateResponse, error)
- func (_m *AdminServiceServer) UpdateNamedEntity(_a0 context.Context, _a1 *admin.NamedEntityUpdateRequest) (*admin.NamedEntityUpdateResponse, error)
- func (_m *AdminServiceServer) UpdateProject(_a0 context.Context, _a1 *admin.Project) (*admin.ProjectUpdateResponse, error)
- func (_m *AdminServiceServer) UpdateProjectDomainAttributes(_a0 context.Context, _a1 *admin.ProjectDomainAttributesUpdateRequest) (*admin.ProjectDomainAttributesUpdateResponse, error)
- func (_m *AdminServiceServer) UpdateWorkflowAttributes(_a0 context.Context, _a1 *admin.WorkflowAttributesUpdateRequest) (*admin.WorkflowAttributesUpdateResponse, error)
- type AdminServiceServer_CreateExecution
- type AdminServiceServer_CreateLaunchPlan
- type AdminServiceServer_CreateNodeEvent
- type AdminServiceServer_CreateTask
- type AdminServiceServer_CreateTaskEvent
- type AdminServiceServer_CreateWorkflow
- type AdminServiceServer_CreateWorkflowEvent
- type AdminServiceServer_DeleteProjectDomainAttributes
- type AdminServiceServer_DeleteWorkflowAttributes
- type AdminServiceServer_GetActiveLaunchPlan
- type AdminServiceServer_GetExecution
- type AdminServiceServer_GetExecutionData
- type AdminServiceServer_GetLaunchPlan
- type AdminServiceServer_GetNamedEntity
- type AdminServiceServer_GetNodeExecution
- type AdminServiceServer_GetNodeExecutionData
- type AdminServiceServer_GetProjectDomainAttributes
- type AdminServiceServer_GetTask
- type AdminServiceServer_GetTaskExecution
- type AdminServiceServer_GetTaskExecutionData
- type AdminServiceServer_GetVersion
- type AdminServiceServer_GetWorkflow
- type AdminServiceServer_GetWorkflowAttributes
- type AdminServiceServer_ListActiveLaunchPlans
- type AdminServiceServer_ListExecutions
- type AdminServiceServer_ListLaunchPlanIds
- type AdminServiceServer_ListLaunchPlans
- type AdminServiceServer_ListMatchableAttributes
- type AdminServiceServer_ListNamedEntities
- type AdminServiceServer_ListNodeExecutions
- type AdminServiceServer_ListNodeExecutionsForTask
- type AdminServiceServer_ListProjects
- type AdminServiceServer_ListTaskExecutions
- type AdminServiceServer_ListTaskIds
- type AdminServiceServer_ListTasks
- type AdminServiceServer_ListWorkflowIds
- type AdminServiceServer_ListWorkflows
- type AdminServiceServer_RecoverExecution
- type AdminServiceServer_RegisterProject
- type AdminServiceServer_RelaunchExecution
- type AdminServiceServer_TerminateExecution
- type AdminServiceServer_UpdateExecution
- type AdminServiceServer_UpdateLaunchPlan
- type AdminServiceServer_UpdateNamedEntity
- type AdminServiceServer_UpdateProject
- type AdminServiceServer_UpdateProjectDomainAttributes
- type AdminServiceServer_UpdateWorkflowAttributes
- type AuthMetadataServiceClient
- func (_m *AuthMetadataServiceClient) GetOAuth2Metadata(ctx context.Context, in *service.OAuth2MetadataRequest, ...) (*service.OAuth2MetadataResponse, error)
- func (_m *AuthMetadataServiceClient) GetPublicClientConfig(ctx context.Context, in *service.PublicClientAuthConfigRequest, ...) (*service.PublicClientAuthConfigResponse, error)
- func (_m *AuthMetadataServiceClient) OnGetOAuth2Metadata(ctx context.Context, in *service.OAuth2MetadataRequest, ...) *AuthMetadataServiceClient_GetOAuth2Metadata
- func (_m *AuthMetadataServiceClient) OnGetOAuth2MetadataMatch(matchers ...interface{}) *AuthMetadataServiceClient_GetOAuth2Metadata
- func (_m *AuthMetadataServiceClient) OnGetPublicClientConfig(ctx context.Context, in *service.PublicClientAuthConfigRequest, ...) *AuthMetadataServiceClient_GetPublicClientConfig
- func (_m *AuthMetadataServiceClient) OnGetPublicClientConfigMatch(matchers ...interface{}) *AuthMetadataServiceClient_GetPublicClientConfig
- type AuthMetadataServiceClient_GetOAuth2Metadata
- type AuthMetadataServiceClient_GetPublicClientConfig
- type AuthMetadataServiceServer
- func (_m *AuthMetadataServiceServer) GetOAuth2Metadata(_a0 context.Context, _a1 *service.OAuth2MetadataRequest) (*service.OAuth2MetadataResponse, error)
- func (_m *AuthMetadataServiceServer) GetPublicClientConfig(_a0 context.Context, _a1 *service.PublicClientAuthConfigRequest) (*service.PublicClientAuthConfigResponse, error)
- func (_m *AuthMetadataServiceServer) OnGetOAuth2Metadata(_a0 context.Context, _a1 *service.OAuth2MetadataRequest) *AuthMetadataServiceServer_GetOAuth2Metadata
- func (_m *AuthMetadataServiceServer) OnGetOAuth2MetadataMatch(matchers ...interface{}) *AuthMetadataServiceServer_GetOAuth2Metadata
- func (_m *AuthMetadataServiceServer) OnGetPublicClientConfig(_a0 context.Context, _a1 *service.PublicClientAuthConfigRequest) *AuthMetadataServiceServer_GetPublicClientConfig
- func (_m *AuthMetadataServiceServer) OnGetPublicClientConfigMatch(matchers ...interface{}) *AuthMetadataServiceServer_GetPublicClientConfig
- type AuthMetadataServiceServer_GetOAuth2Metadata
- type AuthMetadataServiceServer_GetPublicClientConfig
- type DataProxyServiceClient
- func (_m *DataProxyServiceClient) CreateDownloadLocation(ctx context.Context, in *service.CreateDownloadLocationRequest, ...) (*service.CreateDownloadLocationResponse, error)
- func (_m *DataProxyServiceClient) CreateUploadLocation(ctx context.Context, in *service.CreateUploadLocationRequest, ...) (*service.CreateUploadLocationResponse, error)
- func (_m *DataProxyServiceClient) OnCreateDownloadLocation(ctx context.Context, in *service.CreateDownloadLocationRequest, ...) *DataProxyServiceClient_CreateDownloadLocation
- func (_m *DataProxyServiceClient) OnCreateDownloadLocationMatch(matchers ...interface{}) *DataProxyServiceClient_CreateDownloadLocation
- func (_m *DataProxyServiceClient) OnCreateUploadLocation(ctx context.Context, in *service.CreateUploadLocationRequest, ...) *DataProxyServiceClient_CreateUploadLocation
- func (_m *DataProxyServiceClient) OnCreateUploadLocationMatch(matchers ...interface{}) *DataProxyServiceClient_CreateUploadLocation
- type DataProxyServiceClient_CreateDownloadLocation
- type DataProxyServiceClient_CreateUploadLocation
- type DataProxyServiceServer
- func (_m *DataProxyServiceServer) CreateDownloadLocation(_a0 context.Context, _a1 *service.CreateDownloadLocationRequest) (*service.CreateDownloadLocationResponse, error)
- func (_m *DataProxyServiceServer) CreateUploadLocation(_a0 context.Context, _a1 *service.CreateUploadLocationRequest) (*service.CreateUploadLocationResponse, error)
- func (_m *DataProxyServiceServer) OnCreateDownloadLocation(_a0 context.Context, _a1 *service.CreateDownloadLocationRequest) *DataProxyServiceServer_CreateDownloadLocation
- func (_m *DataProxyServiceServer) OnCreateDownloadLocationMatch(matchers ...interface{}) *DataProxyServiceServer_CreateDownloadLocation
- func (_m *DataProxyServiceServer) OnCreateUploadLocation(_a0 context.Context, _a1 *service.CreateUploadLocationRequest) *DataProxyServiceServer_CreateUploadLocation
- func (_m *DataProxyServiceServer) OnCreateUploadLocationMatch(matchers ...interface{}) *DataProxyServiceServer_CreateUploadLocation
- type DataProxyServiceServer_CreateDownloadLocation
- type DataProxyServiceServer_CreateUploadLocation
- type IdentityServiceClient
- func (_m *IdentityServiceClient) OnUserInfo(ctx context.Context, in *service.UserInfoRequest, opts ...grpc.CallOption) *IdentityServiceClient_UserInfo
- func (_m *IdentityServiceClient) OnUserInfoMatch(matchers ...interface{}) *IdentityServiceClient_UserInfo
- func (_m *IdentityServiceClient) UserInfo(ctx context.Context, in *service.UserInfoRequest, opts ...grpc.CallOption) (*service.UserInfoResponse, error)
- type IdentityServiceClient_UserInfo
- type IdentityServiceServer
- func (_m *IdentityServiceServer) OnUserInfo(_a0 context.Context, _a1 *service.UserInfoRequest) *IdentityServiceServer_UserInfo
- func (_m *IdentityServiceServer) OnUserInfoMatch(matchers ...interface{}) *IdentityServiceServer_UserInfo
- func (_m *IdentityServiceServer) UserInfo(_a0 context.Context, _a1 *service.UserInfoRequest) (*service.UserInfoResponse, error)
- type IdentityServiceServer_UserInfo
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AdminServiceClient ¶
AdminServiceClient is an autogenerated mock type for the AdminServiceClient type
func (*AdminServiceClient) CreateExecution ¶
func (_m *AdminServiceClient) CreateExecution(ctx context.Context, in *admin.ExecutionCreateRequest, opts ...grpc.CallOption) (*admin.ExecutionCreateResponse, error)
CreateExecution provides a mock function with given fields: ctx, in, opts
func (*AdminServiceClient) CreateLaunchPlan ¶
func (_m *AdminServiceClient) CreateLaunchPlan(ctx context.Context, in *admin.LaunchPlanCreateRequest, opts ...grpc.CallOption) (*admin.LaunchPlanCreateResponse, error)
CreateLaunchPlan provides a mock function with given fields: ctx, in, opts
func (*AdminServiceClient) CreateNodeEvent ¶
func (_m *AdminServiceClient) CreateNodeEvent(ctx context.Context, in *admin.NodeExecutionEventRequest, opts ...grpc.CallOption) (*admin.NodeExecutionEventResponse, error)
CreateNodeEvent provides a mock function with given fields: ctx, in, opts
func (*AdminServiceClient) CreateTask ¶
func (_m *AdminServiceClient) CreateTask(ctx context.Context, in *admin.TaskCreateRequest, opts ...grpc.CallOption) (*admin.TaskCreateResponse, error)
CreateTask provides a mock function with given fields: ctx, in, opts
func (*AdminServiceClient) CreateTaskEvent ¶
func (_m *AdminServiceClient) CreateTaskEvent(ctx context.Context, in *admin.TaskExecutionEventRequest, opts ...grpc.CallOption) (*admin.TaskExecutionEventResponse, error)
CreateTaskEvent provides a mock function with given fields: ctx, in, opts
func (*AdminServiceClient) CreateWorkflow ¶
func (_m *AdminServiceClient) CreateWorkflow(ctx context.Context, in *admin.WorkflowCreateRequest, opts ...grpc.CallOption) (*admin.WorkflowCreateResponse, error)
CreateWorkflow provides a mock function with given fields: ctx, in, opts
func (*AdminServiceClient) CreateWorkflowEvent ¶
func (_m *AdminServiceClient) CreateWorkflowEvent(ctx context.Context, in *admin.WorkflowExecutionEventRequest, opts ...grpc.CallOption) (*admin.WorkflowExecutionEventResponse, error)
CreateWorkflowEvent provides a mock function with given fields: ctx, in, opts
func (*AdminServiceClient) DeleteProjectDomainAttributes ¶ added in v0.16.5
func (_m *AdminServiceClient) DeleteProjectDomainAttributes(ctx context.Context, in *admin.ProjectDomainAttributesDeleteRequest, opts ...grpc.CallOption) (*admin.ProjectDomainAttributesDeleteResponse, error)
DeleteProjectDomainAttributes provides a mock function with given fields: ctx, in, opts
func (*AdminServiceClient) DeleteWorkflowAttributes ¶ added in v0.16.5
func (_m *AdminServiceClient) DeleteWorkflowAttributes(ctx context.Context, in *admin.WorkflowAttributesDeleteRequest, opts ...grpc.CallOption) (*admin.WorkflowAttributesDeleteResponse, error)
DeleteWorkflowAttributes provides a mock function with given fields: ctx, in, opts
func (*AdminServiceClient) GetActiveLaunchPlan ¶ added in v0.1.1
func (_m *AdminServiceClient) GetActiveLaunchPlan(ctx context.Context, in *admin.ActiveLaunchPlanRequest, opts ...grpc.CallOption) (*admin.LaunchPlan, error)
GetActiveLaunchPlan provides a mock function with given fields: ctx, in, opts
func (*AdminServiceClient) GetExecution ¶
func (_m *AdminServiceClient) GetExecution(ctx context.Context, in *admin.WorkflowExecutionGetRequest, opts ...grpc.CallOption) (*admin.Execution, error)
GetExecution provides a mock function with given fields: ctx, in, opts
func (*AdminServiceClient) GetExecutionData ¶
func (_m *AdminServiceClient) GetExecutionData(ctx context.Context, in *admin.WorkflowExecutionGetDataRequest, opts ...grpc.CallOption) (*admin.WorkflowExecutionGetDataResponse, error)
GetExecutionData provides a mock function with given fields: ctx, in, opts
func (*AdminServiceClient) GetLaunchPlan ¶
func (_m *AdminServiceClient) GetLaunchPlan(ctx context.Context, in *admin.ObjectGetRequest, opts ...grpc.CallOption) (*admin.LaunchPlan, error)
GetLaunchPlan provides a mock function with given fields: ctx, in, opts
func (*AdminServiceClient) GetNamedEntity ¶ added in v0.16.1
func (_m *AdminServiceClient) GetNamedEntity(ctx context.Context, in *admin.NamedEntityGetRequest, opts ...grpc.CallOption) (*admin.NamedEntity, error)
GetNamedEntity provides a mock function with given fields: ctx, in, opts
func (*AdminServiceClient) GetNodeExecution ¶
func (_m *AdminServiceClient) GetNodeExecution(ctx context.Context, in *admin.NodeExecutionGetRequest, opts ...grpc.CallOption) (*admin.NodeExecution, error)
GetNodeExecution provides a mock function with given fields: ctx, in, opts
func (*AdminServiceClient) GetNodeExecutionData ¶
func (_m *AdminServiceClient) GetNodeExecutionData(ctx context.Context, in *admin.NodeExecutionGetDataRequest, opts ...grpc.CallOption) (*admin.NodeExecutionGetDataResponse, error)
GetNodeExecutionData provides a mock function with given fields: ctx, in, opts
func (*AdminServiceClient) GetProjectDomainAttributes ¶ added in v0.16.5
func (_m *AdminServiceClient) GetProjectDomainAttributes(ctx context.Context, in *admin.ProjectDomainAttributesGetRequest, opts ...grpc.CallOption) (*admin.ProjectDomainAttributesGetResponse, error)
GetProjectDomainAttributes provides a mock function with given fields: ctx, in, opts
func (*AdminServiceClient) GetTask ¶
func (_m *AdminServiceClient) GetTask(ctx context.Context, in *admin.ObjectGetRequest, opts ...grpc.CallOption) (*admin.Task, error)
GetTask provides a mock function with given fields: ctx, in, opts
func (*AdminServiceClient) GetTaskExecution ¶
func (_m *AdminServiceClient) GetTaskExecution(ctx context.Context, in *admin.TaskExecutionGetRequest, opts ...grpc.CallOption) (*admin.TaskExecution, error)
GetTaskExecution provides a mock function with given fields: ctx, in, opts
func (*AdminServiceClient) GetTaskExecutionData ¶
func (_m *AdminServiceClient) GetTaskExecutionData(ctx context.Context, in *admin.TaskExecutionGetDataRequest, opts ...grpc.CallOption) (*admin.TaskExecutionGetDataResponse, error)
GetTaskExecutionData provides a mock function with given fields: ctx, in, opts
func (*AdminServiceClient) GetVersion ¶ added in v0.18.17
func (_m *AdminServiceClient) GetVersion(ctx context.Context, in *admin.GetVersionRequest, opts ...grpc.CallOption) (*admin.GetVersionResponse, error)
GetVersion provides a mock function with given fields: ctx, in, opts
func (*AdminServiceClient) GetWorkflow ¶
func (_m *AdminServiceClient) GetWorkflow(ctx context.Context, in *admin.ObjectGetRequest, opts ...grpc.CallOption) (*admin.Workflow, error)
GetWorkflow provides a mock function with given fields: ctx, in, opts
func (*AdminServiceClient) GetWorkflowAttributes ¶ added in v0.16.5
func (_m *AdminServiceClient) GetWorkflowAttributes(ctx context.Context, in *admin.WorkflowAttributesGetRequest, opts ...grpc.CallOption) (*admin.WorkflowAttributesGetResponse, error)
GetWorkflowAttributes provides a mock function with given fields: ctx, in, opts
func (*AdminServiceClient) ListActiveLaunchPlans ¶ added in v0.1.1
func (_m *AdminServiceClient) ListActiveLaunchPlans(ctx context.Context, in *admin.ActiveLaunchPlanListRequest, opts ...grpc.CallOption) (*admin.LaunchPlanList, error)
ListActiveLaunchPlans provides a mock function with given fields: ctx, in, opts
func (*AdminServiceClient) ListExecutions ¶
func (_m *AdminServiceClient) ListExecutions(ctx context.Context, in *admin.ResourceListRequest, opts ...grpc.CallOption) (*admin.ExecutionList, error)
ListExecutions provides a mock function with given fields: ctx, in, opts
func (*AdminServiceClient) ListLaunchPlanIds ¶
func (_m *AdminServiceClient) ListLaunchPlanIds(ctx context.Context, in *admin.NamedEntityIdentifierListRequest, opts ...grpc.CallOption) (*admin.NamedEntityIdentifierList, error)
ListLaunchPlanIds provides a mock function with given fields: ctx, in, opts
func (*AdminServiceClient) ListLaunchPlans ¶
func (_m *AdminServiceClient) ListLaunchPlans(ctx context.Context, in *admin.ResourceListRequest, opts ...grpc.CallOption) (*admin.LaunchPlanList, error)
ListLaunchPlans provides a mock function with given fields: ctx, in, opts
func (*AdminServiceClient) ListMatchableAttributes ¶ added in v0.18.15
func (_m *AdminServiceClient) ListMatchableAttributes(ctx context.Context, in *admin.ListMatchableAttributesRequest, opts ...grpc.CallOption) (*admin.ListMatchableAttributesResponse, error)
ListMatchableAttributes provides a mock function with given fields: ctx, in, opts
func (*AdminServiceClient) ListNamedEntities ¶ added in v0.16.1
func (_m *AdminServiceClient) ListNamedEntities(ctx context.Context, in *admin.NamedEntityListRequest, opts ...grpc.CallOption) (*admin.NamedEntityList, error)
ListNamedEntities provides a mock function with given fields: ctx, in, opts
func (*AdminServiceClient) ListNodeExecutions ¶
func (_m *AdminServiceClient) ListNodeExecutions(ctx context.Context, in *admin.NodeExecutionListRequest, opts ...grpc.CallOption) (*admin.NodeExecutionList, error)
ListNodeExecutions provides a mock function with given fields: ctx, in, opts
func (*AdminServiceClient) ListNodeExecutionsForTask ¶
func (_m *AdminServiceClient) ListNodeExecutionsForTask(ctx context.Context, in *admin.NodeExecutionForTaskListRequest, opts ...grpc.CallOption) (*admin.NodeExecutionList, error)
ListNodeExecutionsForTask provides a mock function with given fields: ctx, in, opts
func (*AdminServiceClient) ListProjects ¶
func (_m *AdminServiceClient) ListProjects(ctx context.Context, in *admin.ProjectListRequest, opts ...grpc.CallOption) (*admin.Projects, error)
ListProjects provides a mock function with given fields: ctx, in, opts
func (*AdminServiceClient) ListTaskExecutions ¶
func (_m *AdminServiceClient) ListTaskExecutions(ctx context.Context, in *admin.TaskExecutionListRequest, opts ...grpc.CallOption) (*admin.TaskExecutionList, error)
ListTaskExecutions provides a mock function with given fields: ctx, in, opts
func (*AdminServiceClient) ListTaskIds ¶
func (_m *AdminServiceClient) ListTaskIds(ctx context.Context, in *admin.NamedEntityIdentifierListRequest, opts ...grpc.CallOption) (*admin.NamedEntityIdentifierList, error)
ListTaskIds provides a mock function with given fields: ctx, in, opts
func (*AdminServiceClient) ListTasks ¶
func (_m *AdminServiceClient) ListTasks(ctx context.Context, in *admin.ResourceListRequest, opts ...grpc.CallOption) (*admin.TaskList, error)
ListTasks provides a mock function with given fields: ctx, in, opts
func (*AdminServiceClient) ListWorkflowIds ¶
func (_m *AdminServiceClient) ListWorkflowIds(ctx context.Context, in *admin.NamedEntityIdentifierListRequest, opts ...grpc.CallOption) (*admin.NamedEntityIdentifierList, error)
ListWorkflowIds provides a mock function with given fields: ctx, in, opts
func (*AdminServiceClient) ListWorkflows ¶
func (_m *AdminServiceClient) ListWorkflows(ctx context.Context, in *admin.ResourceListRequest, opts ...grpc.CallOption) (*admin.WorkflowList, error)
ListWorkflows provides a mock function with given fields: ctx, in, opts
func (*AdminServiceClient) OnCreateExecution ¶ added in v0.16.1
func (_m *AdminServiceClient) OnCreateExecution(ctx context.Context, in *admin.ExecutionCreateRequest, opts ...grpc.CallOption) *AdminServiceClient_CreateExecution
func (*AdminServiceClient) OnCreateExecutionMatch ¶ added in v0.16.1
func (_m *AdminServiceClient) OnCreateExecutionMatch(matchers ...interface{}) *AdminServiceClient_CreateExecution
func (*AdminServiceClient) OnCreateLaunchPlan ¶ added in v0.16.1
func (_m *AdminServiceClient) OnCreateLaunchPlan(ctx context.Context, in *admin.LaunchPlanCreateRequest, opts ...grpc.CallOption) *AdminServiceClient_CreateLaunchPlan
func (*AdminServiceClient) OnCreateLaunchPlanMatch ¶ added in v0.16.1
func (_m *AdminServiceClient) OnCreateLaunchPlanMatch(matchers ...interface{}) *AdminServiceClient_CreateLaunchPlan
func (*AdminServiceClient) OnCreateNodeEvent ¶ added in v0.16.1
func (_m *AdminServiceClient) OnCreateNodeEvent(ctx context.Context, in *admin.NodeExecutionEventRequest, opts ...grpc.CallOption) *AdminServiceClient_CreateNodeEvent
func (*AdminServiceClient) OnCreateNodeEventMatch ¶ added in v0.16.1
func (_m *AdminServiceClient) OnCreateNodeEventMatch(matchers ...interface{}) *AdminServiceClient_CreateNodeEvent
func (*AdminServiceClient) OnCreateTask ¶ added in v0.16.1
func (_m *AdminServiceClient) OnCreateTask(ctx context.Context, in *admin.TaskCreateRequest, opts ...grpc.CallOption) *AdminServiceClient_CreateTask
func (*AdminServiceClient) OnCreateTaskEvent ¶ added in v0.16.1
func (_m *AdminServiceClient) OnCreateTaskEvent(ctx context.Context, in *admin.TaskExecutionEventRequest, opts ...grpc.CallOption) *AdminServiceClient_CreateTaskEvent
func (*AdminServiceClient) OnCreateTaskEventMatch ¶ added in v0.16.1
func (_m *AdminServiceClient) OnCreateTaskEventMatch(matchers ...interface{}) *AdminServiceClient_CreateTaskEvent
func (*AdminServiceClient) OnCreateTaskMatch ¶ added in v0.16.1
func (_m *AdminServiceClient) OnCreateTaskMatch(matchers ...interface{}) *AdminServiceClient_CreateTask
func (*AdminServiceClient) OnCreateWorkflow ¶ added in v0.16.1
func (_m *AdminServiceClient) OnCreateWorkflow(ctx context.Context, in *admin.WorkflowCreateRequest, opts ...grpc.CallOption) *AdminServiceClient_CreateWorkflow
func (*AdminServiceClient) OnCreateWorkflowEvent ¶ added in v0.16.1
func (_m *AdminServiceClient) OnCreateWorkflowEvent(ctx context.Context, in *admin.WorkflowExecutionEventRequest, opts ...grpc.CallOption) *AdminServiceClient_CreateWorkflowEvent
func (*AdminServiceClient) OnCreateWorkflowEventMatch ¶ added in v0.16.1
func (_m *AdminServiceClient) OnCreateWorkflowEventMatch(matchers ...interface{}) *AdminServiceClient_CreateWorkflowEvent
func (*AdminServiceClient) OnCreateWorkflowMatch ¶ added in v0.16.1
func (_m *AdminServiceClient) OnCreateWorkflowMatch(matchers ...interface{}) *AdminServiceClient_CreateWorkflow
func (*AdminServiceClient) OnDeleteProjectDomainAttributes ¶ added in v0.16.5
func (_m *AdminServiceClient) OnDeleteProjectDomainAttributes(ctx context.Context, in *admin.ProjectDomainAttributesDeleteRequest, opts ...grpc.CallOption) *AdminServiceClient_DeleteProjectDomainAttributes
func (*AdminServiceClient) OnDeleteProjectDomainAttributesMatch ¶ added in v0.16.5
func (_m *AdminServiceClient) OnDeleteProjectDomainAttributesMatch(matchers ...interface{}) *AdminServiceClient_DeleteProjectDomainAttributes
func (*AdminServiceClient) OnDeleteWorkflowAttributes ¶ added in v0.16.5
func (_m *AdminServiceClient) OnDeleteWorkflowAttributes(ctx context.Context, in *admin.WorkflowAttributesDeleteRequest, opts ...grpc.CallOption) *AdminServiceClient_DeleteWorkflowAttributes
func (*AdminServiceClient) OnDeleteWorkflowAttributesMatch ¶ added in v0.16.5
func (_m *AdminServiceClient) OnDeleteWorkflowAttributesMatch(matchers ...interface{}) *AdminServiceClient_DeleteWorkflowAttributes
func (*AdminServiceClient) OnGetActiveLaunchPlan ¶ added in v0.16.1
func (_m *AdminServiceClient) OnGetActiveLaunchPlan(ctx context.Context, in *admin.ActiveLaunchPlanRequest, opts ...grpc.CallOption) *AdminServiceClient_GetActiveLaunchPlan
func (*AdminServiceClient) OnGetActiveLaunchPlanMatch ¶ added in v0.16.1
func (_m *AdminServiceClient) OnGetActiveLaunchPlanMatch(matchers ...interface{}) *AdminServiceClient_GetActiveLaunchPlan
func (*AdminServiceClient) OnGetExecution ¶ added in v0.16.1
func (_m *AdminServiceClient) OnGetExecution(ctx context.Context, in *admin.WorkflowExecutionGetRequest, opts ...grpc.CallOption) *AdminServiceClient_GetExecution
func (*AdminServiceClient) OnGetExecutionData ¶ added in v0.16.1
func (_m *AdminServiceClient) OnGetExecutionData(ctx context.Context, in *admin.WorkflowExecutionGetDataRequest, opts ...grpc.CallOption) *AdminServiceClient_GetExecutionData
func (*AdminServiceClient) OnGetExecutionDataMatch ¶ added in v0.16.1
func (_m *AdminServiceClient) OnGetExecutionDataMatch(matchers ...interface{}) *AdminServiceClient_GetExecutionData
func (*AdminServiceClient) OnGetExecutionMatch ¶ added in v0.16.1
func (_m *AdminServiceClient) OnGetExecutionMatch(matchers ...interface{}) *AdminServiceClient_GetExecution
func (*AdminServiceClient) OnGetLaunchPlan ¶ added in v0.16.1
func (_m *AdminServiceClient) OnGetLaunchPlan(ctx context.Context, in *admin.ObjectGetRequest, opts ...grpc.CallOption) *AdminServiceClient_GetLaunchPlan
func (*AdminServiceClient) OnGetLaunchPlanMatch ¶ added in v0.16.1
func (_m *AdminServiceClient) OnGetLaunchPlanMatch(matchers ...interface{}) *AdminServiceClient_GetLaunchPlan
func (*AdminServiceClient) OnGetNamedEntity ¶ added in v0.16.1
func (_m *AdminServiceClient) OnGetNamedEntity(ctx context.Context, in *admin.NamedEntityGetRequest, opts ...grpc.CallOption) *AdminServiceClient_GetNamedEntity
func (*AdminServiceClient) OnGetNamedEntityMatch ¶ added in v0.16.1
func (_m *AdminServiceClient) OnGetNamedEntityMatch(matchers ...interface{}) *AdminServiceClient_GetNamedEntity
func (*AdminServiceClient) OnGetNodeExecution ¶ added in v0.16.1
func (_m *AdminServiceClient) OnGetNodeExecution(ctx context.Context, in *admin.NodeExecutionGetRequest, opts ...grpc.CallOption) *AdminServiceClient_GetNodeExecution
func (*AdminServiceClient) OnGetNodeExecutionData ¶ added in v0.16.1
func (_m *AdminServiceClient) OnGetNodeExecutionData(ctx context.Context, in *admin.NodeExecutionGetDataRequest, opts ...grpc.CallOption) *AdminServiceClient_GetNodeExecutionData
func (*AdminServiceClient) OnGetNodeExecutionDataMatch ¶ added in v0.16.1
func (_m *AdminServiceClient) OnGetNodeExecutionDataMatch(matchers ...interface{}) *AdminServiceClient_GetNodeExecutionData
func (*AdminServiceClient) OnGetNodeExecutionMatch ¶ added in v0.16.1
func (_m *AdminServiceClient) OnGetNodeExecutionMatch(matchers ...interface{}) *AdminServiceClient_GetNodeExecution
func (*AdminServiceClient) OnGetProjectDomainAttributes ¶ added in v0.16.5
func (_m *AdminServiceClient) OnGetProjectDomainAttributes(ctx context.Context, in *admin.ProjectDomainAttributesGetRequest, opts ...grpc.CallOption) *AdminServiceClient_GetProjectDomainAttributes
func (*AdminServiceClient) OnGetProjectDomainAttributesMatch ¶ added in v0.16.5
func (_m *AdminServiceClient) OnGetProjectDomainAttributesMatch(matchers ...interface{}) *AdminServiceClient_GetProjectDomainAttributes
func (*AdminServiceClient) OnGetTask ¶ added in v0.16.1
func (_m *AdminServiceClient) OnGetTask(ctx context.Context, in *admin.ObjectGetRequest, opts ...grpc.CallOption) *AdminServiceClient_GetTask
func (*AdminServiceClient) OnGetTaskExecution ¶ added in v0.16.1
func (_m *AdminServiceClient) OnGetTaskExecution(ctx context.Context, in *admin.TaskExecutionGetRequest, opts ...grpc.CallOption) *AdminServiceClient_GetTaskExecution
func (*AdminServiceClient) OnGetTaskExecutionData ¶ added in v0.16.1
func (_m *AdminServiceClient) OnGetTaskExecutionData(ctx context.Context, in *admin.TaskExecutionGetDataRequest, opts ...grpc.CallOption) *AdminServiceClient_GetTaskExecutionData
func (*AdminServiceClient) OnGetTaskExecutionDataMatch ¶ added in v0.16.1
func (_m *AdminServiceClient) OnGetTaskExecutionDataMatch(matchers ...interface{}) *AdminServiceClient_GetTaskExecutionData
func (*AdminServiceClient) OnGetTaskExecutionMatch ¶ added in v0.16.1
func (_m *AdminServiceClient) OnGetTaskExecutionMatch(matchers ...interface{}) *AdminServiceClient_GetTaskExecution
func (*AdminServiceClient) OnGetTaskMatch ¶ added in v0.16.1
func (_m *AdminServiceClient) OnGetTaskMatch(matchers ...interface{}) *AdminServiceClient_GetTask
func (*AdminServiceClient) OnGetVersion ¶ added in v0.18.17
func (_m *AdminServiceClient) OnGetVersion(ctx context.Context, in *admin.GetVersionRequest, opts ...grpc.CallOption) *AdminServiceClient_GetVersion
func (*AdminServiceClient) OnGetVersionMatch ¶ added in v0.18.17
func (_m *AdminServiceClient) OnGetVersionMatch(matchers ...interface{}) *AdminServiceClient_GetVersion
func (*AdminServiceClient) OnGetWorkflow ¶ added in v0.16.1
func (_m *AdminServiceClient) OnGetWorkflow(ctx context.Context, in *admin.ObjectGetRequest, opts ...grpc.CallOption) *AdminServiceClient_GetWorkflow
func (*AdminServiceClient) OnGetWorkflowAttributes ¶ added in v0.16.5
func (_m *AdminServiceClient) OnGetWorkflowAttributes(ctx context.Context, in *admin.WorkflowAttributesGetRequest, opts ...grpc.CallOption) *AdminServiceClient_GetWorkflowAttributes
func (*AdminServiceClient) OnGetWorkflowAttributesMatch ¶ added in v0.16.5
func (_m *AdminServiceClient) OnGetWorkflowAttributesMatch(matchers ...interface{}) *AdminServiceClient_GetWorkflowAttributes
func (*AdminServiceClient) OnGetWorkflowMatch ¶ added in v0.16.1
func (_m *AdminServiceClient) OnGetWorkflowMatch(matchers ...interface{}) *AdminServiceClient_GetWorkflow
func (*AdminServiceClient) OnListActiveLaunchPlans ¶ added in v0.16.1
func (_m *AdminServiceClient) OnListActiveLaunchPlans(ctx context.Context, in *admin.ActiveLaunchPlanListRequest, opts ...grpc.CallOption) *AdminServiceClient_ListActiveLaunchPlans
func (*AdminServiceClient) OnListActiveLaunchPlansMatch ¶ added in v0.16.1
func (_m *AdminServiceClient) OnListActiveLaunchPlansMatch(matchers ...interface{}) *AdminServiceClient_ListActiveLaunchPlans
func (*AdminServiceClient) OnListExecutions ¶ added in v0.16.1
func (_m *AdminServiceClient) OnListExecutions(ctx context.Context, in *admin.ResourceListRequest, opts ...grpc.CallOption) *AdminServiceClient_ListExecutions
func (*AdminServiceClient) OnListExecutionsMatch ¶ added in v0.16.1
func (_m *AdminServiceClient) OnListExecutionsMatch(matchers ...interface{}) *AdminServiceClient_ListExecutions
func (*AdminServiceClient) OnListLaunchPlanIds ¶ added in v0.16.1
func (_m *AdminServiceClient) OnListLaunchPlanIds(ctx context.Context, in *admin.NamedEntityIdentifierListRequest, opts ...grpc.CallOption) *AdminServiceClient_ListLaunchPlanIds
func (*AdminServiceClient) OnListLaunchPlanIdsMatch ¶ added in v0.16.1
func (_m *AdminServiceClient) OnListLaunchPlanIdsMatch(matchers ...interface{}) *AdminServiceClient_ListLaunchPlanIds
func (*AdminServiceClient) OnListLaunchPlans ¶ added in v0.16.1
func (_m *AdminServiceClient) OnListLaunchPlans(ctx context.Context, in *admin.ResourceListRequest, opts ...grpc.CallOption) *AdminServiceClient_ListLaunchPlans
func (*AdminServiceClient) OnListLaunchPlansMatch ¶ added in v0.16.1
func (_m *AdminServiceClient) OnListLaunchPlansMatch(matchers ...interface{}) *AdminServiceClient_ListLaunchPlans
func (*AdminServiceClient) OnListMatchableAttributes ¶ added in v0.18.15
func (_m *AdminServiceClient) OnListMatchableAttributes(ctx context.Context, in *admin.ListMatchableAttributesRequest, opts ...grpc.CallOption) *AdminServiceClient_ListMatchableAttributes
func (*AdminServiceClient) OnListMatchableAttributesMatch ¶ added in v0.18.15
func (_m *AdminServiceClient) OnListMatchableAttributesMatch(matchers ...interface{}) *AdminServiceClient_ListMatchableAttributes
func (*AdminServiceClient) OnListNamedEntities ¶ added in v0.16.1
func (_m *AdminServiceClient) OnListNamedEntities(ctx context.Context, in *admin.NamedEntityListRequest, opts ...grpc.CallOption) *AdminServiceClient_ListNamedEntities
func (*AdminServiceClient) OnListNamedEntitiesMatch ¶ added in v0.16.1
func (_m *AdminServiceClient) OnListNamedEntitiesMatch(matchers ...interface{}) *AdminServiceClient_ListNamedEntities
func (*AdminServiceClient) OnListNodeExecutions ¶ added in v0.16.1
func (_m *AdminServiceClient) OnListNodeExecutions(ctx context.Context, in *admin.NodeExecutionListRequest, opts ...grpc.CallOption) *AdminServiceClient_ListNodeExecutions
func (*AdminServiceClient) OnListNodeExecutionsForTask ¶ added in v0.16.1
func (_m *AdminServiceClient) OnListNodeExecutionsForTask(ctx context.Context, in *admin.NodeExecutionForTaskListRequest, opts ...grpc.CallOption) *AdminServiceClient_ListNodeExecutionsForTask
func (*AdminServiceClient) OnListNodeExecutionsForTaskMatch ¶ added in v0.16.1
func (_m *AdminServiceClient) OnListNodeExecutionsForTaskMatch(matchers ...interface{}) *AdminServiceClient_ListNodeExecutionsForTask
func (*AdminServiceClient) OnListNodeExecutionsMatch ¶ added in v0.16.1
func (_m *AdminServiceClient) OnListNodeExecutionsMatch(matchers ...interface{}) *AdminServiceClient_ListNodeExecutions
func (*AdminServiceClient) OnListProjects ¶ added in v0.16.1
func (_m *AdminServiceClient) OnListProjects(ctx context.Context, in *admin.ProjectListRequest, opts ...grpc.CallOption) *AdminServiceClient_ListProjects
func (*AdminServiceClient) OnListProjectsMatch ¶ added in v0.16.1
func (_m *AdminServiceClient) OnListProjectsMatch(matchers ...interface{}) *AdminServiceClient_ListProjects
func (*AdminServiceClient) OnListTaskExecutions ¶ added in v0.16.1
func (_m *AdminServiceClient) OnListTaskExecutions(ctx context.Context, in *admin.TaskExecutionListRequest, opts ...grpc.CallOption) *AdminServiceClient_ListTaskExecutions
func (*AdminServiceClient) OnListTaskExecutionsMatch ¶ added in v0.16.1
func (_m *AdminServiceClient) OnListTaskExecutionsMatch(matchers ...interface{}) *AdminServiceClient_ListTaskExecutions
func (*AdminServiceClient) OnListTaskIds ¶ added in v0.16.1
func (_m *AdminServiceClient) OnListTaskIds(ctx context.Context, in *admin.NamedEntityIdentifierListRequest, opts ...grpc.CallOption) *AdminServiceClient_ListTaskIds
func (*AdminServiceClient) OnListTaskIdsMatch ¶ added in v0.16.1
func (_m *AdminServiceClient) OnListTaskIdsMatch(matchers ...interface{}) *AdminServiceClient_ListTaskIds
func (*AdminServiceClient) OnListTasks ¶ added in v0.16.1
func (_m *AdminServiceClient) OnListTasks(ctx context.Context, in *admin.ResourceListRequest, opts ...grpc.CallOption) *AdminServiceClient_ListTasks
func (*AdminServiceClient) OnListTasksMatch ¶ added in v0.16.1
func (_m *AdminServiceClient) OnListTasksMatch(matchers ...interface{}) *AdminServiceClient_ListTasks
func (*AdminServiceClient) OnListWorkflowIds ¶ added in v0.16.1
func (_m *AdminServiceClient) OnListWorkflowIds(ctx context.Context, in *admin.NamedEntityIdentifierListRequest, opts ...grpc.CallOption) *AdminServiceClient_ListWorkflowIds
func (*AdminServiceClient) OnListWorkflowIdsMatch ¶ added in v0.16.1
func (_m *AdminServiceClient) OnListWorkflowIdsMatch(matchers ...interface{}) *AdminServiceClient_ListWorkflowIds
func (*AdminServiceClient) OnListWorkflows ¶ added in v0.16.1
func (_m *AdminServiceClient) OnListWorkflows(ctx context.Context, in *admin.ResourceListRequest, opts ...grpc.CallOption) *AdminServiceClient_ListWorkflows
func (*AdminServiceClient) OnListWorkflowsMatch ¶ added in v0.16.1
func (_m *AdminServiceClient) OnListWorkflowsMatch(matchers ...interface{}) *AdminServiceClient_ListWorkflows
func (*AdminServiceClient) OnRecoverExecution ¶ added in v0.19.14
func (_m *AdminServiceClient) OnRecoverExecution(ctx context.Context, in *admin.ExecutionRecoverRequest, opts ...grpc.CallOption) *AdminServiceClient_RecoverExecution
func (*AdminServiceClient) OnRecoverExecutionMatch ¶ added in v0.19.14
func (_m *AdminServiceClient) OnRecoverExecutionMatch(matchers ...interface{}) *AdminServiceClient_RecoverExecution
func (*AdminServiceClient) OnRegisterProject ¶ added in v0.16.1
func (_m *AdminServiceClient) OnRegisterProject(ctx context.Context, in *admin.ProjectRegisterRequest, opts ...grpc.CallOption) *AdminServiceClient_RegisterProject
func (*AdminServiceClient) OnRegisterProjectMatch ¶ added in v0.16.1
func (_m *AdminServiceClient) OnRegisterProjectMatch(matchers ...interface{}) *AdminServiceClient_RegisterProject
func (*AdminServiceClient) OnRelaunchExecution ¶ added in v0.16.1
func (_m *AdminServiceClient) OnRelaunchExecution(ctx context.Context, in *admin.ExecutionRelaunchRequest, opts ...grpc.CallOption) *AdminServiceClient_RelaunchExecution
func (*AdminServiceClient) OnRelaunchExecutionMatch ¶ added in v0.16.1
func (_m *AdminServiceClient) OnRelaunchExecutionMatch(matchers ...interface{}) *AdminServiceClient_RelaunchExecution
func (*AdminServiceClient) OnTerminateExecution ¶ added in v0.16.1
func (_m *AdminServiceClient) OnTerminateExecution(ctx context.Context, in *admin.ExecutionTerminateRequest, opts ...grpc.CallOption) *AdminServiceClient_TerminateExecution
func (*AdminServiceClient) OnTerminateExecutionMatch ¶ added in v0.16.1
func (_m *AdminServiceClient) OnTerminateExecutionMatch(matchers ...interface{}) *AdminServiceClient_TerminateExecution
func (*AdminServiceClient) OnUpdateExecution ¶ added in v0.21.24
func (_m *AdminServiceClient) OnUpdateExecution(ctx context.Context, in *admin.ExecutionUpdateRequest, opts ...grpc.CallOption) *AdminServiceClient_UpdateExecution
func (*AdminServiceClient) OnUpdateExecutionMatch ¶ added in v0.21.24
func (_m *AdminServiceClient) OnUpdateExecutionMatch(matchers ...interface{}) *AdminServiceClient_UpdateExecution
func (*AdminServiceClient) OnUpdateLaunchPlan ¶ added in v0.16.1
func (_m *AdminServiceClient) OnUpdateLaunchPlan(ctx context.Context, in *admin.LaunchPlanUpdateRequest, opts ...grpc.CallOption) *AdminServiceClient_UpdateLaunchPlan
func (*AdminServiceClient) OnUpdateLaunchPlanMatch ¶ added in v0.16.1
func (_m *AdminServiceClient) OnUpdateLaunchPlanMatch(matchers ...interface{}) *AdminServiceClient_UpdateLaunchPlan
func (*AdminServiceClient) OnUpdateNamedEntity ¶ added in v0.16.1
func (_m *AdminServiceClient) OnUpdateNamedEntity(ctx context.Context, in *admin.NamedEntityUpdateRequest, opts ...grpc.CallOption) *AdminServiceClient_UpdateNamedEntity
func (*AdminServiceClient) OnUpdateNamedEntityMatch ¶ added in v0.16.1
func (_m *AdminServiceClient) OnUpdateNamedEntityMatch(matchers ...interface{}) *AdminServiceClient_UpdateNamedEntity
func (*AdminServiceClient) OnUpdateProject ¶ added in v0.18.15
func (_m *AdminServiceClient) OnUpdateProject(ctx context.Context, in *admin.Project, opts ...grpc.CallOption) *AdminServiceClient_UpdateProject
func (*AdminServiceClient) OnUpdateProjectDomainAttributes ¶ added in v0.16.1
func (_m *AdminServiceClient) OnUpdateProjectDomainAttributes(ctx context.Context, in *admin.ProjectDomainAttributesUpdateRequest, opts ...grpc.CallOption) *AdminServiceClient_UpdateProjectDomainAttributes
func (*AdminServiceClient) OnUpdateProjectDomainAttributesMatch ¶ added in v0.16.1
func (_m *AdminServiceClient) OnUpdateProjectDomainAttributesMatch(matchers ...interface{}) *AdminServiceClient_UpdateProjectDomainAttributes
func (*AdminServiceClient) OnUpdateProjectMatch ¶ added in v0.18.15
func (_m *AdminServiceClient) OnUpdateProjectMatch(matchers ...interface{}) *AdminServiceClient_UpdateProject
func (*AdminServiceClient) OnUpdateWorkflowAttributes ¶ added in v0.16.4
func (_m *AdminServiceClient) OnUpdateWorkflowAttributes(ctx context.Context, in *admin.WorkflowAttributesUpdateRequest, opts ...grpc.CallOption) *AdminServiceClient_UpdateWorkflowAttributes
func (*AdminServiceClient) OnUpdateWorkflowAttributesMatch ¶ added in v0.16.4
func (_m *AdminServiceClient) OnUpdateWorkflowAttributesMatch(matchers ...interface{}) *AdminServiceClient_UpdateWorkflowAttributes
func (*AdminServiceClient) RecoverExecution ¶ added in v0.19.14
func (_m *AdminServiceClient) RecoverExecution(ctx context.Context, in *admin.ExecutionRecoverRequest, opts ...grpc.CallOption) (*admin.ExecutionCreateResponse, error)
RecoverExecution provides a mock function with given fields: ctx, in, opts
func (*AdminServiceClient) RegisterProject ¶
func (_m *AdminServiceClient) RegisterProject(ctx context.Context, in *admin.ProjectRegisterRequest, opts ...grpc.CallOption) (*admin.ProjectRegisterResponse, error)
RegisterProject provides a mock function with given fields: ctx, in, opts
func (*AdminServiceClient) RelaunchExecution ¶
func (_m *AdminServiceClient) RelaunchExecution(ctx context.Context, in *admin.ExecutionRelaunchRequest, opts ...grpc.CallOption) (*admin.ExecutionCreateResponse, error)
RelaunchExecution provides a mock function with given fields: ctx, in, opts
func (*AdminServiceClient) TerminateExecution ¶
func (_m *AdminServiceClient) TerminateExecution(ctx context.Context, in *admin.ExecutionTerminateRequest, opts ...grpc.CallOption) (*admin.ExecutionTerminateResponse, error)
TerminateExecution provides a mock function with given fields: ctx, in, opts
func (*AdminServiceClient) UpdateExecution ¶ added in v0.21.24
func (_m *AdminServiceClient) UpdateExecution(ctx context.Context, in *admin.ExecutionUpdateRequest, opts ...grpc.CallOption) (*admin.ExecutionUpdateResponse, error)
UpdateExecution provides a mock function with given fields: ctx, in, opts
func (*AdminServiceClient) UpdateLaunchPlan ¶
func (_m *AdminServiceClient) UpdateLaunchPlan(ctx context.Context, in *admin.LaunchPlanUpdateRequest, opts ...grpc.CallOption) (*admin.LaunchPlanUpdateResponse, error)
UpdateLaunchPlan provides a mock function with given fields: ctx, in, opts
func (*AdminServiceClient) UpdateNamedEntity ¶ added in v0.16.1
func (_m *AdminServiceClient) UpdateNamedEntity(ctx context.Context, in *admin.NamedEntityUpdateRequest, opts ...grpc.CallOption) (*admin.NamedEntityUpdateResponse, error)
UpdateNamedEntity provides a mock function with given fields: ctx, in, opts
func (*AdminServiceClient) UpdateProject ¶ added in v0.18.15
func (_m *AdminServiceClient) UpdateProject(ctx context.Context, in *admin.Project, opts ...grpc.CallOption) (*admin.ProjectUpdateResponse, error)
UpdateProject provides a mock function with given fields: ctx, in, opts
func (*AdminServiceClient) UpdateProjectDomainAttributes ¶ added in v0.16.1
func (_m *AdminServiceClient) UpdateProjectDomainAttributes(ctx context.Context, in *admin.ProjectDomainAttributesUpdateRequest, opts ...grpc.CallOption) (*admin.ProjectDomainAttributesUpdateResponse, error)
UpdateProjectDomainAttributes provides a mock function with given fields: ctx, in, opts
func (*AdminServiceClient) UpdateWorkflowAttributes ¶ added in v0.16.4
func (_m *AdminServiceClient) UpdateWorkflowAttributes(ctx context.Context, in *admin.WorkflowAttributesUpdateRequest, opts ...grpc.CallOption) (*admin.WorkflowAttributesUpdateResponse, error)
UpdateWorkflowAttributes provides a mock function with given fields: ctx, in, opts
type AdminServiceClient_CreateExecution ¶ added in v0.16.1
func (AdminServiceClient_CreateExecution) Return ¶ added in v0.16.1
func (_m AdminServiceClient_CreateExecution) Return(_a0 *admin.ExecutionCreateResponse, _a1 error) *AdminServiceClient_CreateExecution
type AdminServiceClient_CreateLaunchPlan ¶ added in v0.16.1
func (AdminServiceClient_CreateLaunchPlan) Return ¶ added in v0.16.1
func (_m AdminServiceClient_CreateLaunchPlan) Return(_a0 *admin.LaunchPlanCreateResponse, _a1 error) *AdminServiceClient_CreateLaunchPlan
type AdminServiceClient_CreateNodeEvent ¶ added in v0.16.1
func (AdminServiceClient_CreateNodeEvent) Return ¶ added in v0.16.1
func (_m AdminServiceClient_CreateNodeEvent) Return(_a0 *admin.NodeExecutionEventResponse, _a1 error) *AdminServiceClient_CreateNodeEvent
type AdminServiceClient_CreateTask ¶ added in v0.16.1
func (AdminServiceClient_CreateTask) Return ¶ added in v0.16.1
func (_m AdminServiceClient_CreateTask) Return(_a0 *admin.TaskCreateResponse, _a1 error) *AdminServiceClient_CreateTask
type AdminServiceClient_CreateTaskEvent ¶ added in v0.16.1
func (AdminServiceClient_CreateTaskEvent) Return ¶ added in v0.16.1
func (_m AdminServiceClient_CreateTaskEvent) Return(_a0 *admin.TaskExecutionEventResponse, _a1 error) *AdminServiceClient_CreateTaskEvent
type AdminServiceClient_CreateWorkflow ¶ added in v0.16.1
func (AdminServiceClient_CreateWorkflow) Return ¶ added in v0.16.1
func (_m AdminServiceClient_CreateWorkflow) Return(_a0 *admin.WorkflowCreateResponse, _a1 error) *AdminServiceClient_CreateWorkflow
type AdminServiceClient_CreateWorkflowEvent ¶ added in v0.16.1
func (AdminServiceClient_CreateWorkflowEvent) Return ¶ added in v0.16.1
func (_m AdminServiceClient_CreateWorkflowEvent) Return(_a0 *admin.WorkflowExecutionEventResponse, _a1 error) *AdminServiceClient_CreateWorkflowEvent
type AdminServiceClient_DeleteProjectDomainAttributes ¶ added in v0.16.5
type AdminServiceClient_DeleteWorkflowAttributes ¶ added in v0.16.5
func (AdminServiceClient_DeleteWorkflowAttributes) Return ¶ added in v0.16.5
func (_m AdminServiceClient_DeleteWorkflowAttributes) Return(_a0 *admin.WorkflowAttributesDeleteResponse, _a1 error) *AdminServiceClient_DeleteWorkflowAttributes
type AdminServiceClient_GetActiveLaunchPlan ¶ added in v0.16.1
func (AdminServiceClient_GetActiveLaunchPlan) Return ¶ added in v0.16.1
func (_m AdminServiceClient_GetActiveLaunchPlan) Return(_a0 *admin.LaunchPlan, _a1 error) *AdminServiceClient_GetActiveLaunchPlan
type AdminServiceClient_GetExecution ¶ added in v0.16.1
func (AdminServiceClient_GetExecution) Return ¶ added in v0.16.1
func (_m AdminServiceClient_GetExecution) Return(_a0 *admin.Execution, _a1 error) *AdminServiceClient_GetExecution
type AdminServiceClient_GetExecutionData ¶ added in v0.16.1
func (AdminServiceClient_GetExecutionData) Return ¶ added in v0.16.1
func (_m AdminServiceClient_GetExecutionData) Return(_a0 *admin.WorkflowExecutionGetDataResponse, _a1 error) *AdminServiceClient_GetExecutionData
type AdminServiceClient_GetLaunchPlan ¶ added in v0.16.1
func (AdminServiceClient_GetLaunchPlan) Return ¶ added in v0.16.1
func (_m AdminServiceClient_GetLaunchPlan) Return(_a0 *admin.LaunchPlan, _a1 error) *AdminServiceClient_GetLaunchPlan
type AdminServiceClient_GetNamedEntity ¶ added in v0.16.1
func (AdminServiceClient_GetNamedEntity) Return ¶ added in v0.16.1
func (_m AdminServiceClient_GetNamedEntity) Return(_a0 *admin.NamedEntity, _a1 error) *AdminServiceClient_GetNamedEntity
type AdminServiceClient_GetNodeExecution ¶ added in v0.16.1
func (AdminServiceClient_GetNodeExecution) Return ¶ added in v0.16.1
func (_m AdminServiceClient_GetNodeExecution) Return(_a0 *admin.NodeExecution, _a1 error) *AdminServiceClient_GetNodeExecution
type AdminServiceClient_GetNodeExecutionData ¶ added in v0.16.1
func (AdminServiceClient_GetNodeExecutionData) Return ¶ added in v0.16.1
func (_m AdminServiceClient_GetNodeExecutionData) Return(_a0 *admin.NodeExecutionGetDataResponse, _a1 error) *AdminServiceClient_GetNodeExecutionData
type AdminServiceClient_GetProjectDomainAttributes ¶ added in v0.16.5
type AdminServiceClient_GetTask ¶ added in v0.16.1
func (AdminServiceClient_GetTask) Return ¶ added in v0.16.1
func (_m AdminServiceClient_GetTask) Return(_a0 *admin.Task, _a1 error) *AdminServiceClient_GetTask
type AdminServiceClient_GetTaskExecution ¶ added in v0.16.1
func (AdminServiceClient_GetTaskExecution) Return ¶ added in v0.16.1
func (_m AdminServiceClient_GetTaskExecution) Return(_a0 *admin.TaskExecution, _a1 error) *AdminServiceClient_GetTaskExecution
type AdminServiceClient_GetTaskExecutionData ¶ added in v0.16.1
func (AdminServiceClient_GetTaskExecutionData) Return ¶ added in v0.16.1
func (_m AdminServiceClient_GetTaskExecutionData) Return(_a0 *admin.TaskExecutionGetDataResponse, _a1 error) *AdminServiceClient_GetTaskExecutionData
type AdminServiceClient_GetVersion ¶ added in v0.18.17
func (AdminServiceClient_GetVersion) Return ¶ added in v0.18.17
func (_m AdminServiceClient_GetVersion) Return(_a0 *admin.GetVersionResponse, _a1 error) *AdminServiceClient_GetVersion
type AdminServiceClient_GetWorkflow ¶ added in v0.16.1
func (AdminServiceClient_GetWorkflow) Return ¶ added in v0.16.1
func (_m AdminServiceClient_GetWorkflow) Return(_a0 *admin.Workflow, _a1 error) *AdminServiceClient_GetWorkflow
type AdminServiceClient_GetWorkflowAttributes ¶ added in v0.16.5
func (AdminServiceClient_GetWorkflowAttributes) Return ¶ added in v0.16.5
func (_m AdminServiceClient_GetWorkflowAttributes) Return(_a0 *admin.WorkflowAttributesGetResponse, _a1 error) *AdminServiceClient_GetWorkflowAttributes
type AdminServiceClient_ListActiveLaunchPlans ¶ added in v0.16.1
func (AdminServiceClient_ListActiveLaunchPlans) Return ¶ added in v0.16.1
func (_m AdminServiceClient_ListActiveLaunchPlans) Return(_a0 *admin.LaunchPlanList, _a1 error) *AdminServiceClient_ListActiveLaunchPlans
type AdminServiceClient_ListExecutions ¶ added in v0.16.1
func (AdminServiceClient_ListExecutions) Return ¶ added in v0.16.1
func (_m AdminServiceClient_ListExecutions) Return(_a0 *admin.ExecutionList, _a1 error) *AdminServiceClient_ListExecutions
type AdminServiceClient_ListLaunchPlanIds ¶ added in v0.16.1
func (AdminServiceClient_ListLaunchPlanIds) Return ¶ added in v0.16.1
func (_m AdminServiceClient_ListLaunchPlanIds) Return(_a0 *admin.NamedEntityIdentifierList, _a1 error) *AdminServiceClient_ListLaunchPlanIds
type AdminServiceClient_ListLaunchPlans ¶ added in v0.16.1
func (AdminServiceClient_ListLaunchPlans) Return ¶ added in v0.16.1
func (_m AdminServiceClient_ListLaunchPlans) Return(_a0 *admin.LaunchPlanList, _a1 error) *AdminServiceClient_ListLaunchPlans
type AdminServiceClient_ListMatchableAttributes ¶ added in v0.18.15
func (AdminServiceClient_ListMatchableAttributes) Return ¶ added in v0.18.15
func (_m AdminServiceClient_ListMatchableAttributes) Return(_a0 *admin.ListMatchableAttributesResponse, _a1 error) *AdminServiceClient_ListMatchableAttributes
type AdminServiceClient_ListNamedEntities ¶ added in v0.16.1
func (AdminServiceClient_ListNamedEntities) Return ¶ added in v0.16.1
func (_m AdminServiceClient_ListNamedEntities) Return(_a0 *admin.NamedEntityList, _a1 error) *AdminServiceClient_ListNamedEntities
type AdminServiceClient_ListNodeExecutions ¶ added in v0.16.1
func (AdminServiceClient_ListNodeExecutions) Return ¶ added in v0.16.1
func (_m AdminServiceClient_ListNodeExecutions) Return(_a0 *admin.NodeExecutionList, _a1 error) *AdminServiceClient_ListNodeExecutions
type AdminServiceClient_ListNodeExecutionsForTask ¶ added in v0.16.1
func (AdminServiceClient_ListNodeExecutionsForTask) Return ¶ added in v0.16.1
func (_m AdminServiceClient_ListNodeExecutionsForTask) Return(_a0 *admin.NodeExecutionList, _a1 error) *AdminServiceClient_ListNodeExecutionsForTask
type AdminServiceClient_ListProjects ¶ added in v0.16.1
func (AdminServiceClient_ListProjects) Return ¶ added in v0.16.1
func (_m AdminServiceClient_ListProjects) Return(_a0 *admin.Projects, _a1 error) *AdminServiceClient_ListProjects
type AdminServiceClient_ListTaskExecutions ¶ added in v0.16.1
func (AdminServiceClient_ListTaskExecutions) Return ¶ added in v0.16.1
func (_m AdminServiceClient_ListTaskExecutions) Return(_a0 *admin.TaskExecutionList, _a1 error) *AdminServiceClient_ListTaskExecutions
type AdminServiceClient_ListTaskIds ¶ added in v0.16.1
func (AdminServiceClient_ListTaskIds) Return ¶ added in v0.16.1
func (_m AdminServiceClient_ListTaskIds) Return(_a0 *admin.NamedEntityIdentifierList, _a1 error) *AdminServiceClient_ListTaskIds
type AdminServiceClient_ListTasks ¶ added in v0.16.1
func (AdminServiceClient_ListTasks) Return ¶ added in v0.16.1
func (_m AdminServiceClient_ListTasks) Return(_a0 *admin.TaskList, _a1 error) *AdminServiceClient_ListTasks
type AdminServiceClient_ListWorkflowIds ¶ added in v0.16.1
func (AdminServiceClient_ListWorkflowIds) Return ¶ added in v0.16.1
func (_m AdminServiceClient_ListWorkflowIds) Return(_a0 *admin.NamedEntityIdentifierList, _a1 error) *AdminServiceClient_ListWorkflowIds
type AdminServiceClient_ListWorkflows ¶ added in v0.16.1
func (AdminServiceClient_ListWorkflows) Return ¶ added in v0.16.1
func (_m AdminServiceClient_ListWorkflows) Return(_a0 *admin.WorkflowList, _a1 error) *AdminServiceClient_ListWorkflows
type AdminServiceClient_RecoverExecution ¶ added in v0.19.14
func (AdminServiceClient_RecoverExecution) Return ¶ added in v0.19.14
func (_m AdminServiceClient_RecoverExecution) Return(_a0 *admin.ExecutionCreateResponse, _a1 error) *AdminServiceClient_RecoverExecution
type AdminServiceClient_RegisterProject ¶ added in v0.16.1
func (AdminServiceClient_RegisterProject) Return ¶ added in v0.16.1
func (_m AdminServiceClient_RegisterProject) Return(_a0 *admin.ProjectRegisterResponse, _a1 error) *AdminServiceClient_RegisterProject
type AdminServiceClient_RelaunchExecution ¶ added in v0.16.1
func (AdminServiceClient_RelaunchExecution) Return ¶ added in v0.16.1
func (_m AdminServiceClient_RelaunchExecution) Return(_a0 *admin.ExecutionCreateResponse, _a1 error) *AdminServiceClient_RelaunchExecution
type AdminServiceClient_TerminateExecution ¶ added in v0.16.1
func (AdminServiceClient_TerminateExecution) Return ¶ added in v0.16.1
func (_m AdminServiceClient_TerminateExecution) Return(_a0 *admin.ExecutionTerminateResponse, _a1 error) *AdminServiceClient_TerminateExecution
type AdminServiceClient_UpdateExecution ¶ added in v0.21.24
func (AdminServiceClient_UpdateExecution) Return ¶ added in v0.21.24
func (_m AdminServiceClient_UpdateExecution) Return(_a0 *admin.ExecutionUpdateResponse, _a1 error) *AdminServiceClient_UpdateExecution
type AdminServiceClient_UpdateLaunchPlan ¶ added in v0.16.1
func (AdminServiceClient_UpdateLaunchPlan) Return ¶ added in v0.16.1
func (_m AdminServiceClient_UpdateLaunchPlan) Return(_a0 *admin.LaunchPlanUpdateResponse, _a1 error) *AdminServiceClient_UpdateLaunchPlan
type AdminServiceClient_UpdateNamedEntity ¶ added in v0.16.1
func (AdminServiceClient_UpdateNamedEntity) Return ¶ added in v0.16.1
func (_m AdminServiceClient_UpdateNamedEntity) Return(_a0 *admin.NamedEntityUpdateResponse, _a1 error) *AdminServiceClient_UpdateNamedEntity
type AdminServiceClient_UpdateProject ¶ added in v0.18.15
func (AdminServiceClient_UpdateProject) Return ¶ added in v0.18.15
func (_m AdminServiceClient_UpdateProject) Return(_a0 *admin.ProjectUpdateResponse, _a1 error) *AdminServiceClient_UpdateProject
type AdminServiceClient_UpdateProjectDomainAttributes ¶ added in v0.16.1
type AdminServiceClient_UpdateWorkflowAttributes ¶ added in v0.16.4
func (AdminServiceClient_UpdateWorkflowAttributes) Return ¶ added in v0.16.4
func (_m AdminServiceClient_UpdateWorkflowAttributes) Return(_a0 *admin.WorkflowAttributesUpdateResponse, _a1 error) *AdminServiceClient_UpdateWorkflowAttributes
type AdminServiceServer ¶ added in v0.18.40
AdminServiceServer is an autogenerated mock type for the AdminServiceServer type
func (*AdminServiceServer) CreateExecution ¶ added in v0.18.40
func (_m *AdminServiceServer) CreateExecution(_a0 context.Context, _a1 *admin.ExecutionCreateRequest) (*admin.ExecutionCreateResponse, error)
CreateExecution provides a mock function with given fields: _a0, _a1
func (*AdminServiceServer) CreateLaunchPlan ¶ added in v0.18.40
func (_m *AdminServiceServer) CreateLaunchPlan(_a0 context.Context, _a1 *admin.LaunchPlanCreateRequest) (*admin.LaunchPlanCreateResponse, error)
CreateLaunchPlan provides a mock function with given fields: _a0, _a1
func (*AdminServiceServer) CreateNodeEvent ¶ added in v0.18.40
func (_m *AdminServiceServer) CreateNodeEvent(_a0 context.Context, _a1 *admin.NodeExecutionEventRequest) (*admin.NodeExecutionEventResponse, error)
CreateNodeEvent provides a mock function with given fields: _a0, _a1
func (*AdminServiceServer) CreateTask ¶ added in v0.18.40
func (_m *AdminServiceServer) CreateTask(_a0 context.Context, _a1 *admin.TaskCreateRequest) (*admin.TaskCreateResponse, error)
CreateTask provides a mock function with given fields: _a0, _a1
func (*AdminServiceServer) CreateTaskEvent ¶ added in v0.18.40
func (_m *AdminServiceServer) CreateTaskEvent(_a0 context.Context, _a1 *admin.TaskExecutionEventRequest) (*admin.TaskExecutionEventResponse, error)
CreateTaskEvent provides a mock function with given fields: _a0, _a1
func (*AdminServiceServer) CreateWorkflow ¶ added in v0.18.40
func (_m *AdminServiceServer) CreateWorkflow(_a0 context.Context, _a1 *admin.WorkflowCreateRequest) (*admin.WorkflowCreateResponse, error)
CreateWorkflow provides a mock function with given fields: _a0, _a1
func (*AdminServiceServer) CreateWorkflowEvent ¶ added in v0.18.40
func (_m *AdminServiceServer) CreateWorkflowEvent(_a0 context.Context, _a1 *admin.WorkflowExecutionEventRequest) (*admin.WorkflowExecutionEventResponse, error)
CreateWorkflowEvent provides a mock function with given fields: _a0, _a1
func (*AdminServiceServer) DeleteProjectDomainAttributes ¶ added in v0.18.40
func (_m *AdminServiceServer) DeleteProjectDomainAttributes(_a0 context.Context, _a1 *admin.ProjectDomainAttributesDeleteRequest) (*admin.ProjectDomainAttributesDeleteResponse, error)
DeleteProjectDomainAttributes provides a mock function with given fields: _a0, _a1
func (*AdminServiceServer) DeleteWorkflowAttributes ¶ added in v0.18.40
func (_m *AdminServiceServer) DeleteWorkflowAttributes(_a0 context.Context, _a1 *admin.WorkflowAttributesDeleteRequest) (*admin.WorkflowAttributesDeleteResponse, error)
DeleteWorkflowAttributes provides a mock function with given fields: _a0, _a1
func (*AdminServiceServer) GetActiveLaunchPlan ¶ added in v0.18.40
func (_m *AdminServiceServer) GetActiveLaunchPlan(_a0 context.Context, _a1 *admin.ActiveLaunchPlanRequest) (*admin.LaunchPlan, error)
GetActiveLaunchPlan provides a mock function with given fields: _a0, _a1
func (*AdminServiceServer) GetExecution ¶ added in v0.18.40
func (_m *AdminServiceServer) GetExecution(_a0 context.Context, _a1 *admin.WorkflowExecutionGetRequest) (*admin.Execution, error)
GetExecution provides a mock function with given fields: _a0, _a1
func (*AdminServiceServer) GetExecutionData ¶ added in v0.18.40
func (_m *AdminServiceServer) GetExecutionData(_a0 context.Context, _a1 *admin.WorkflowExecutionGetDataRequest) (*admin.WorkflowExecutionGetDataResponse, error)
GetExecutionData provides a mock function with given fields: _a0, _a1
func (*AdminServiceServer) GetLaunchPlan ¶ added in v0.18.40
func (_m *AdminServiceServer) GetLaunchPlan(_a0 context.Context, _a1 *admin.ObjectGetRequest) (*admin.LaunchPlan, error)
GetLaunchPlan provides a mock function with given fields: _a0, _a1
func (*AdminServiceServer) GetNamedEntity ¶ added in v0.18.40
func (_m *AdminServiceServer) GetNamedEntity(_a0 context.Context, _a1 *admin.NamedEntityGetRequest) (*admin.NamedEntity, error)
GetNamedEntity provides a mock function with given fields: _a0, _a1
func (*AdminServiceServer) GetNodeExecution ¶ added in v0.18.40
func (_m *AdminServiceServer) GetNodeExecution(_a0 context.Context, _a1 *admin.NodeExecutionGetRequest) (*admin.NodeExecution, error)
GetNodeExecution provides a mock function with given fields: _a0, _a1
func (*AdminServiceServer) GetNodeExecutionData ¶ added in v0.18.40
func (_m *AdminServiceServer) GetNodeExecutionData(_a0 context.Context, _a1 *admin.NodeExecutionGetDataRequest) (*admin.NodeExecutionGetDataResponse, error)
GetNodeExecutionData provides a mock function with given fields: _a0, _a1
func (*AdminServiceServer) GetProjectDomainAttributes ¶ added in v0.18.40
func (_m *AdminServiceServer) GetProjectDomainAttributes(_a0 context.Context, _a1 *admin.ProjectDomainAttributesGetRequest) (*admin.ProjectDomainAttributesGetResponse, error)
GetProjectDomainAttributes provides a mock function with given fields: _a0, _a1
func (*AdminServiceServer) GetTask ¶ added in v0.18.40
func (_m *AdminServiceServer) GetTask(_a0 context.Context, _a1 *admin.ObjectGetRequest) (*admin.Task, error)
GetTask provides a mock function with given fields: _a0, _a1
func (*AdminServiceServer) GetTaskExecution ¶ added in v0.18.40
func (_m *AdminServiceServer) GetTaskExecution(_a0 context.Context, _a1 *admin.TaskExecutionGetRequest) (*admin.TaskExecution, error)
GetTaskExecution provides a mock function with given fields: _a0, _a1
func (*AdminServiceServer) GetTaskExecutionData ¶ added in v0.18.40
func (_m *AdminServiceServer) GetTaskExecutionData(_a0 context.Context, _a1 *admin.TaskExecutionGetDataRequest) (*admin.TaskExecutionGetDataResponse, error)
GetTaskExecutionData provides a mock function with given fields: _a0, _a1
func (*AdminServiceServer) GetVersion ¶ added in v0.18.40
func (_m *AdminServiceServer) GetVersion(_a0 context.Context, _a1 *admin.GetVersionRequest) (*admin.GetVersionResponse, error)
GetVersion provides a mock function with given fields: _a0, _a1
func (*AdminServiceServer) GetWorkflow ¶ added in v0.18.40
func (_m *AdminServiceServer) GetWorkflow(_a0 context.Context, _a1 *admin.ObjectGetRequest) (*admin.Workflow, error)
GetWorkflow provides a mock function with given fields: _a0, _a1
func (*AdminServiceServer) GetWorkflowAttributes ¶ added in v0.18.40
func (_m *AdminServiceServer) GetWorkflowAttributes(_a0 context.Context, _a1 *admin.WorkflowAttributesGetRequest) (*admin.WorkflowAttributesGetResponse, error)
GetWorkflowAttributes provides a mock function with given fields: _a0, _a1
func (*AdminServiceServer) ListActiveLaunchPlans ¶ added in v0.18.40
func (_m *AdminServiceServer) ListActiveLaunchPlans(_a0 context.Context, _a1 *admin.ActiveLaunchPlanListRequest) (*admin.LaunchPlanList, error)
ListActiveLaunchPlans provides a mock function with given fields: _a0, _a1
func (*AdminServiceServer) ListExecutions ¶ added in v0.18.40
func (_m *AdminServiceServer) ListExecutions(_a0 context.Context, _a1 *admin.ResourceListRequest) (*admin.ExecutionList, error)
ListExecutions provides a mock function with given fields: _a0, _a1
func (*AdminServiceServer) ListLaunchPlanIds ¶ added in v0.18.40
func (_m *AdminServiceServer) ListLaunchPlanIds(_a0 context.Context, _a1 *admin.NamedEntityIdentifierListRequest) (*admin.NamedEntityIdentifierList, error)
ListLaunchPlanIds provides a mock function with given fields: _a0, _a1
func (*AdminServiceServer) ListLaunchPlans ¶ added in v0.18.40
func (_m *AdminServiceServer) ListLaunchPlans(_a0 context.Context, _a1 *admin.ResourceListRequest) (*admin.LaunchPlanList, error)
ListLaunchPlans provides a mock function with given fields: _a0, _a1
func (*AdminServiceServer) ListMatchableAttributes ¶ added in v0.18.40
func (_m *AdminServiceServer) ListMatchableAttributes(_a0 context.Context, _a1 *admin.ListMatchableAttributesRequest) (*admin.ListMatchableAttributesResponse, error)
ListMatchableAttributes provides a mock function with given fields: _a0, _a1
func (*AdminServiceServer) ListNamedEntities ¶ added in v0.18.40
func (_m *AdminServiceServer) ListNamedEntities(_a0 context.Context, _a1 *admin.NamedEntityListRequest) (*admin.NamedEntityList, error)
ListNamedEntities provides a mock function with given fields: _a0, _a1
func (*AdminServiceServer) ListNodeExecutions ¶ added in v0.18.40
func (_m *AdminServiceServer) ListNodeExecutions(_a0 context.Context, _a1 *admin.NodeExecutionListRequest) (*admin.NodeExecutionList, error)
ListNodeExecutions provides a mock function with given fields: _a0, _a1
func (*AdminServiceServer) ListNodeExecutionsForTask ¶ added in v0.18.40
func (_m *AdminServiceServer) ListNodeExecutionsForTask(_a0 context.Context, _a1 *admin.NodeExecutionForTaskListRequest) (*admin.NodeExecutionList, error)
ListNodeExecutionsForTask provides a mock function with given fields: _a0, _a1
func (*AdminServiceServer) ListProjects ¶ added in v0.18.40
func (_m *AdminServiceServer) ListProjects(_a0 context.Context, _a1 *admin.ProjectListRequest) (*admin.Projects, error)
ListProjects provides a mock function with given fields: _a0, _a1
func (*AdminServiceServer) ListTaskExecutions ¶ added in v0.18.40
func (_m *AdminServiceServer) ListTaskExecutions(_a0 context.Context, _a1 *admin.TaskExecutionListRequest) (*admin.TaskExecutionList, error)
ListTaskExecutions provides a mock function with given fields: _a0, _a1
func (*AdminServiceServer) ListTaskIds ¶ added in v0.18.40
func (_m *AdminServiceServer) ListTaskIds(_a0 context.Context, _a1 *admin.NamedEntityIdentifierListRequest) (*admin.NamedEntityIdentifierList, error)
ListTaskIds provides a mock function with given fields: _a0, _a1
func (*AdminServiceServer) ListTasks ¶ added in v0.18.40
func (_m *AdminServiceServer) ListTasks(_a0 context.Context, _a1 *admin.ResourceListRequest) (*admin.TaskList, error)
ListTasks provides a mock function with given fields: _a0, _a1
func (*AdminServiceServer) ListWorkflowIds ¶ added in v0.18.40
func (_m *AdminServiceServer) ListWorkflowIds(_a0 context.Context, _a1 *admin.NamedEntityIdentifierListRequest) (*admin.NamedEntityIdentifierList, error)
ListWorkflowIds provides a mock function with given fields: _a0, _a1
func (*AdminServiceServer) ListWorkflows ¶ added in v0.18.40
func (_m *AdminServiceServer) ListWorkflows(_a0 context.Context, _a1 *admin.ResourceListRequest) (*admin.WorkflowList, error)
ListWorkflows provides a mock function with given fields: _a0, _a1
func (*AdminServiceServer) OnCreateExecution ¶ added in v0.18.40
func (_m *AdminServiceServer) OnCreateExecution(_a0 context.Context, _a1 *admin.ExecutionCreateRequest) *AdminServiceServer_CreateExecution
func (*AdminServiceServer) OnCreateExecutionMatch ¶ added in v0.18.40
func (_m *AdminServiceServer) OnCreateExecutionMatch(matchers ...interface{}) *AdminServiceServer_CreateExecution
func (*AdminServiceServer) OnCreateLaunchPlan ¶ added in v0.18.40
func (_m *AdminServiceServer) OnCreateLaunchPlan(_a0 context.Context, _a1 *admin.LaunchPlanCreateRequest) *AdminServiceServer_CreateLaunchPlan
func (*AdminServiceServer) OnCreateLaunchPlanMatch ¶ added in v0.18.40
func (_m *AdminServiceServer) OnCreateLaunchPlanMatch(matchers ...interface{}) *AdminServiceServer_CreateLaunchPlan
func (*AdminServiceServer) OnCreateNodeEvent ¶ added in v0.18.40
func (_m *AdminServiceServer) OnCreateNodeEvent(_a0 context.Context, _a1 *admin.NodeExecutionEventRequest) *AdminServiceServer_CreateNodeEvent
func (*AdminServiceServer) OnCreateNodeEventMatch ¶ added in v0.18.40
func (_m *AdminServiceServer) OnCreateNodeEventMatch(matchers ...interface{}) *AdminServiceServer_CreateNodeEvent
func (*AdminServiceServer) OnCreateTask ¶ added in v0.18.40
func (_m *AdminServiceServer) OnCreateTask(_a0 context.Context, _a1 *admin.TaskCreateRequest) *AdminServiceServer_CreateTask
func (*AdminServiceServer) OnCreateTaskEvent ¶ added in v0.18.40
func (_m *AdminServiceServer) OnCreateTaskEvent(_a0 context.Context, _a1 *admin.TaskExecutionEventRequest) *AdminServiceServer_CreateTaskEvent
func (*AdminServiceServer) OnCreateTaskEventMatch ¶ added in v0.18.40
func (_m *AdminServiceServer) OnCreateTaskEventMatch(matchers ...interface{}) *AdminServiceServer_CreateTaskEvent
func (*AdminServiceServer) OnCreateTaskMatch ¶ added in v0.18.40
func (_m *AdminServiceServer) OnCreateTaskMatch(matchers ...interface{}) *AdminServiceServer_CreateTask
func (*AdminServiceServer) OnCreateWorkflow ¶ added in v0.18.40
func (_m *AdminServiceServer) OnCreateWorkflow(_a0 context.Context, _a1 *admin.WorkflowCreateRequest) *AdminServiceServer_CreateWorkflow
func (*AdminServiceServer) OnCreateWorkflowEvent ¶ added in v0.18.40
func (_m *AdminServiceServer) OnCreateWorkflowEvent(_a0 context.Context, _a1 *admin.WorkflowExecutionEventRequest) *AdminServiceServer_CreateWorkflowEvent
func (*AdminServiceServer) OnCreateWorkflowEventMatch ¶ added in v0.18.40
func (_m *AdminServiceServer) OnCreateWorkflowEventMatch(matchers ...interface{}) *AdminServiceServer_CreateWorkflowEvent
func (*AdminServiceServer) OnCreateWorkflowMatch ¶ added in v0.18.40
func (_m *AdminServiceServer) OnCreateWorkflowMatch(matchers ...interface{}) *AdminServiceServer_CreateWorkflow
func (*AdminServiceServer) OnDeleteProjectDomainAttributes ¶ added in v0.18.40
func (_m *AdminServiceServer) OnDeleteProjectDomainAttributes(_a0 context.Context, _a1 *admin.ProjectDomainAttributesDeleteRequest) *AdminServiceServer_DeleteProjectDomainAttributes
func (*AdminServiceServer) OnDeleteProjectDomainAttributesMatch ¶ added in v0.18.40
func (_m *AdminServiceServer) OnDeleteProjectDomainAttributesMatch(matchers ...interface{}) *AdminServiceServer_DeleteProjectDomainAttributes
func (*AdminServiceServer) OnDeleteWorkflowAttributes ¶ added in v0.18.40
func (_m *AdminServiceServer) OnDeleteWorkflowAttributes(_a0 context.Context, _a1 *admin.WorkflowAttributesDeleteRequest) *AdminServiceServer_DeleteWorkflowAttributes
func (*AdminServiceServer) OnDeleteWorkflowAttributesMatch ¶ added in v0.18.40
func (_m *AdminServiceServer) OnDeleteWorkflowAttributesMatch(matchers ...interface{}) *AdminServiceServer_DeleteWorkflowAttributes
func (*AdminServiceServer) OnGetActiveLaunchPlan ¶ added in v0.18.40
func (_m *AdminServiceServer) OnGetActiveLaunchPlan(_a0 context.Context, _a1 *admin.ActiveLaunchPlanRequest) *AdminServiceServer_GetActiveLaunchPlan
func (*AdminServiceServer) OnGetActiveLaunchPlanMatch ¶ added in v0.18.40
func (_m *AdminServiceServer) OnGetActiveLaunchPlanMatch(matchers ...interface{}) *AdminServiceServer_GetActiveLaunchPlan
func (*AdminServiceServer) OnGetExecution ¶ added in v0.18.40
func (_m *AdminServiceServer) OnGetExecution(_a0 context.Context, _a1 *admin.WorkflowExecutionGetRequest) *AdminServiceServer_GetExecution
func (*AdminServiceServer) OnGetExecutionData ¶ added in v0.18.40
func (_m *AdminServiceServer) OnGetExecutionData(_a0 context.Context, _a1 *admin.WorkflowExecutionGetDataRequest) *AdminServiceServer_GetExecutionData
func (*AdminServiceServer) OnGetExecutionDataMatch ¶ added in v0.18.40
func (_m *AdminServiceServer) OnGetExecutionDataMatch(matchers ...interface{}) *AdminServiceServer_GetExecutionData
func (*AdminServiceServer) OnGetExecutionMatch ¶ added in v0.18.40
func (_m *AdminServiceServer) OnGetExecutionMatch(matchers ...interface{}) *AdminServiceServer_GetExecution
func (*AdminServiceServer) OnGetLaunchPlan ¶ added in v0.18.40
func (_m *AdminServiceServer) OnGetLaunchPlan(_a0 context.Context, _a1 *admin.ObjectGetRequest) *AdminServiceServer_GetLaunchPlan
func (*AdminServiceServer) OnGetLaunchPlanMatch ¶ added in v0.18.40
func (_m *AdminServiceServer) OnGetLaunchPlanMatch(matchers ...interface{}) *AdminServiceServer_GetLaunchPlan
func (*AdminServiceServer) OnGetNamedEntity ¶ added in v0.18.40
func (_m *AdminServiceServer) OnGetNamedEntity(_a0 context.Context, _a1 *admin.NamedEntityGetRequest) *AdminServiceServer_GetNamedEntity
func (*AdminServiceServer) OnGetNamedEntityMatch ¶ added in v0.18.40
func (_m *AdminServiceServer) OnGetNamedEntityMatch(matchers ...interface{}) *AdminServiceServer_GetNamedEntity
func (*AdminServiceServer) OnGetNodeExecution ¶ added in v0.18.40
func (_m *AdminServiceServer) OnGetNodeExecution(_a0 context.Context, _a1 *admin.NodeExecutionGetRequest) *AdminServiceServer_GetNodeExecution
func (*AdminServiceServer) OnGetNodeExecutionData ¶ added in v0.18.40
func (_m *AdminServiceServer) OnGetNodeExecutionData(_a0 context.Context, _a1 *admin.NodeExecutionGetDataRequest) *AdminServiceServer_GetNodeExecutionData
func (*AdminServiceServer) OnGetNodeExecutionDataMatch ¶ added in v0.18.40
func (_m *AdminServiceServer) OnGetNodeExecutionDataMatch(matchers ...interface{}) *AdminServiceServer_GetNodeExecutionData
func (*AdminServiceServer) OnGetNodeExecutionMatch ¶ added in v0.18.40
func (_m *AdminServiceServer) OnGetNodeExecutionMatch(matchers ...interface{}) *AdminServiceServer_GetNodeExecution
func (*AdminServiceServer) OnGetProjectDomainAttributes ¶ added in v0.18.40
func (_m *AdminServiceServer) OnGetProjectDomainAttributes(_a0 context.Context, _a1 *admin.ProjectDomainAttributesGetRequest) *AdminServiceServer_GetProjectDomainAttributes
func (*AdminServiceServer) OnGetProjectDomainAttributesMatch ¶ added in v0.18.40
func (_m *AdminServiceServer) OnGetProjectDomainAttributesMatch(matchers ...interface{}) *AdminServiceServer_GetProjectDomainAttributes
func (*AdminServiceServer) OnGetTask ¶ added in v0.18.40
func (_m *AdminServiceServer) OnGetTask(_a0 context.Context, _a1 *admin.ObjectGetRequest) *AdminServiceServer_GetTask
func (*AdminServiceServer) OnGetTaskExecution ¶ added in v0.18.40
func (_m *AdminServiceServer) OnGetTaskExecution(_a0 context.Context, _a1 *admin.TaskExecutionGetRequest) *AdminServiceServer_GetTaskExecution
func (*AdminServiceServer) OnGetTaskExecutionData ¶ added in v0.18.40
func (_m *AdminServiceServer) OnGetTaskExecutionData(_a0 context.Context, _a1 *admin.TaskExecutionGetDataRequest) *AdminServiceServer_GetTaskExecutionData
func (*AdminServiceServer) OnGetTaskExecutionDataMatch ¶ added in v0.18.40
func (_m *AdminServiceServer) OnGetTaskExecutionDataMatch(matchers ...interface{}) *AdminServiceServer_GetTaskExecutionData
func (*AdminServiceServer) OnGetTaskExecutionMatch ¶ added in v0.18.40
func (_m *AdminServiceServer) OnGetTaskExecutionMatch(matchers ...interface{}) *AdminServiceServer_GetTaskExecution
func (*AdminServiceServer) OnGetTaskMatch ¶ added in v0.18.40
func (_m *AdminServiceServer) OnGetTaskMatch(matchers ...interface{}) *AdminServiceServer_GetTask
func (*AdminServiceServer) OnGetVersion ¶ added in v0.18.40
func (_m *AdminServiceServer) OnGetVersion(_a0 context.Context, _a1 *admin.GetVersionRequest) *AdminServiceServer_GetVersion
func (*AdminServiceServer) OnGetVersionMatch ¶ added in v0.18.40
func (_m *AdminServiceServer) OnGetVersionMatch(matchers ...interface{}) *AdminServiceServer_GetVersion
func (*AdminServiceServer) OnGetWorkflow ¶ added in v0.18.40
func (_m *AdminServiceServer) OnGetWorkflow(_a0 context.Context, _a1 *admin.ObjectGetRequest) *AdminServiceServer_GetWorkflow
func (*AdminServiceServer) OnGetWorkflowAttributes ¶ added in v0.18.40
func (_m *AdminServiceServer) OnGetWorkflowAttributes(_a0 context.Context, _a1 *admin.WorkflowAttributesGetRequest) *AdminServiceServer_GetWorkflowAttributes
func (*AdminServiceServer) OnGetWorkflowAttributesMatch ¶ added in v0.18.40
func (_m *AdminServiceServer) OnGetWorkflowAttributesMatch(matchers ...interface{}) *AdminServiceServer_GetWorkflowAttributes
func (*AdminServiceServer) OnGetWorkflowMatch ¶ added in v0.18.40
func (_m *AdminServiceServer) OnGetWorkflowMatch(matchers ...interface{}) *AdminServiceServer_GetWorkflow
func (*AdminServiceServer) OnListActiveLaunchPlans ¶ added in v0.18.40
func (_m *AdminServiceServer) OnListActiveLaunchPlans(_a0 context.Context, _a1 *admin.ActiveLaunchPlanListRequest) *AdminServiceServer_ListActiveLaunchPlans
func (*AdminServiceServer) OnListActiveLaunchPlansMatch ¶ added in v0.18.40
func (_m *AdminServiceServer) OnListActiveLaunchPlansMatch(matchers ...interface{}) *AdminServiceServer_ListActiveLaunchPlans
func (*AdminServiceServer) OnListExecutions ¶ added in v0.18.40
func (_m *AdminServiceServer) OnListExecutions(_a0 context.Context, _a1 *admin.ResourceListRequest) *AdminServiceServer_ListExecutions
func (*AdminServiceServer) OnListExecutionsMatch ¶ added in v0.18.40
func (_m *AdminServiceServer) OnListExecutionsMatch(matchers ...interface{}) *AdminServiceServer_ListExecutions
func (*AdminServiceServer) OnListLaunchPlanIds ¶ added in v0.18.40
func (_m *AdminServiceServer) OnListLaunchPlanIds(_a0 context.Context, _a1 *admin.NamedEntityIdentifierListRequest) *AdminServiceServer_ListLaunchPlanIds
func (*AdminServiceServer) OnListLaunchPlanIdsMatch ¶ added in v0.18.40
func (_m *AdminServiceServer) OnListLaunchPlanIdsMatch(matchers ...interface{}) *AdminServiceServer_ListLaunchPlanIds
func (*AdminServiceServer) OnListLaunchPlans ¶ added in v0.18.40
func (_m *AdminServiceServer) OnListLaunchPlans(_a0 context.Context, _a1 *admin.ResourceListRequest) *AdminServiceServer_ListLaunchPlans
func (*AdminServiceServer) OnListLaunchPlansMatch ¶ added in v0.18.40
func (_m *AdminServiceServer) OnListLaunchPlansMatch(matchers ...interface{}) *AdminServiceServer_ListLaunchPlans
func (*AdminServiceServer) OnListMatchableAttributes ¶ added in v0.18.40
func (_m *AdminServiceServer) OnListMatchableAttributes(_a0 context.Context, _a1 *admin.ListMatchableAttributesRequest) *AdminServiceServer_ListMatchableAttributes
func (*AdminServiceServer) OnListMatchableAttributesMatch ¶ added in v0.18.40
func (_m *AdminServiceServer) OnListMatchableAttributesMatch(matchers ...interface{}) *AdminServiceServer_ListMatchableAttributes
func (*AdminServiceServer) OnListNamedEntities ¶ added in v0.18.40
func (_m *AdminServiceServer) OnListNamedEntities(_a0 context.Context, _a1 *admin.NamedEntityListRequest) *AdminServiceServer_ListNamedEntities
func (*AdminServiceServer) OnListNamedEntitiesMatch ¶ added in v0.18.40
func (_m *AdminServiceServer) OnListNamedEntitiesMatch(matchers ...interface{}) *AdminServiceServer_ListNamedEntities
func (*AdminServiceServer) OnListNodeExecutions ¶ added in v0.18.40
func (_m *AdminServiceServer) OnListNodeExecutions(_a0 context.Context, _a1 *admin.NodeExecutionListRequest) *AdminServiceServer_ListNodeExecutions
func (*AdminServiceServer) OnListNodeExecutionsForTask ¶ added in v0.18.40
func (_m *AdminServiceServer) OnListNodeExecutionsForTask(_a0 context.Context, _a1 *admin.NodeExecutionForTaskListRequest) *AdminServiceServer_ListNodeExecutionsForTask
func (*AdminServiceServer) OnListNodeExecutionsForTaskMatch ¶ added in v0.18.40
func (_m *AdminServiceServer) OnListNodeExecutionsForTaskMatch(matchers ...interface{}) *AdminServiceServer_ListNodeExecutionsForTask
func (*AdminServiceServer) OnListNodeExecutionsMatch ¶ added in v0.18.40
func (_m *AdminServiceServer) OnListNodeExecutionsMatch(matchers ...interface{}) *AdminServiceServer_ListNodeExecutions
func (*AdminServiceServer) OnListProjects ¶ added in v0.18.40
func (_m *AdminServiceServer) OnListProjects(_a0 context.Context, _a1 *admin.ProjectListRequest) *AdminServiceServer_ListProjects
func (*AdminServiceServer) OnListProjectsMatch ¶ added in v0.18.40
func (_m *AdminServiceServer) OnListProjectsMatch(matchers ...interface{}) *AdminServiceServer_ListProjects
func (*AdminServiceServer) OnListTaskExecutions ¶ added in v0.18.40
func (_m *AdminServiceServer) OnListTaskExecutions(_a0 context.Context, _a1 *admin.TaskExecutionListRequest) *AdminServiceServer_ListTaskExecutions
func (*AdminServiceServer) OnListTaskExecutionsMatch ¶ added in v0.18.40
func (_m *AdminServiceServer) OnListTaskExecutionsMatch(matchers ...interface{}) *AdminServiceServer_ListTaskExecutions
func (*AdminServiceServer) OnListTaskIds ¶ added in v0.18.40
func (_m *AdminServiceServer) OnListTaskIds(_a0 context.Context, _a1 *admin.NamedEntityIdentifierListRequest) *AdminServiceServer_ListTaskIds
func (*AdminServiceServer) OnListTaskIdsMatch ¶ added in v0.18.40
func (_m *AdminServiceServer) OnListTaskIdsMatch(matchers ...interface{}) *AdminServiceServer_ListTaskIds
func (*AdminServiceServer) OnListTasks ¶ added in v0.18.40
func (_m *AdminServiceServer) OnListTasks(_a0 context.Context, _a1 *admin.ResourceListRequest) *AdminServiceServer_ListTasks
func (*AdminServiceServer) OnListTasksMatch ¶ added in v0.18.40
func (_m *AdminServiceServer) OnListTasksMatch(matchers ...interface{}) *AdminServiceServer_ListTasks
func (*AdminServiceServer) OnListWorkflowIds ¶ added in v0.18.40
func (_m *AdminServiceServer) OnListWorkflowIds(_a0 context.Context, _a1 *admin.NamedEntityIdentifierListRequest) *AdminServiceServer_ListWorkflowIds
func (*AdminServiceServer) OnListWorkflowIdsMatch ¶ added in v0.18.40
func (_m *AdminServiceServer) OnListWorkflowIdsMatch(matchers ...interface{}) *AdminServiceServer_ListWorkflowIds
func (*AdminServiceServer) OnListWorkflows ¶ added in v0.18.40
func (_m *AdminServiceServer) OnListWorkflows(_a0 context.Context, _a1 *admin.ResourceListRequest) *AdminServiceServer_ListWorkflows
func (*AdminServiceServer) OnListWorkflowsMatch ¶ added in v0.18.40
func (_m *AdminServiceServer) OnListWorkflowsMatch(matchers ...interface{}) *AdminServiceServer_ListWorkflows
func (*AdminServiceServer) OnRecoverExecution ¶ added in v0.19.14
func (_m *AdminServiceServer) OnRecoverExecution(_a0 context.Context, _a1 *admin.ExecutionRecoverRequest) *AdminServiceServer_RecoverExecution
func (*AdminServiceServer) OnRecoverExecutionMatch ¶ added in v0.19.14
func (_m *AdminServiceServer) OnRecoverExecutionMatch(matchers ...interface{}) *AdminServiceServer_RecoverExecution
func (*AdminServiceServer) OnRegisterProject ¶ added in v0.18.40
func (_m *AdminServiceServer) OnRegisterProject(_a0 context.Context, _a1 *admin.ProjectRegisterRequest) *AdminServiceServer_RegisterProject
func (*AdminServiceServer) OnRegisterProjectMatch ¶ added in v0.18.40
func (_m *AdminServiceServer) OnRegisterProjectMatch(matchers ...interface{}) *AdminServiceServer_RegisterProject
func (*AdminServiceServer) OnRelaunchExecution ¶ added in v0.18.40
func (_m *AdminServiceServer) OnRelaunchExecution(_a0 context.Context, _a1 *admin.ExecutionRelaunchRequest) *AdminServiceServer_RelaunchExecution
func (*AdminServiceServer) OnRelaunchExecutionMatch ¶ added in v0.18.40
func (_m *AdminServiceServer) OnRelaunchExecutionMatch(matchers ...interface{}) *AdminServiceServer_RelaunchExecution
func (*AdminServiceServer) OnTerminateExecution ¶ added in v0.18.40
func (_m *AdminServiceServer) OnTerminateExecution(_a0 context.Context, _a1 *admin.ExecutionTerminateRequest) *AdminServiceServer_TerminateExecution
func (*AdminServiceServer) OnTerminateExecutionMatch ¶ added in v0.18.40
func (_m *AdminServiceServer) OnTerminateExecutionMatch(matchers ...interface{}) *AdminServiceServer_TerminateExecution
func (*AdminServiceServer) OnUpdateExecution ¶ added in v0.21.24
func (_m *AdminServiceServer) OnUpdateExecution(_a0 context.Context, _a1 *admin.ExecutionUpdateRequest) *AdminServiceServer_UpdateExecution
func (*AdminServiceServer) OnUpdateExecutionMatch ¶ added in v0.21.24
func (_m *AdminServiceServer) OnUpdateExecutionMatch(matchers ...interface{}) *AdminServiceServer_UpdateExecution
func (*AdminServiceServer) OnUpdateLaunchPlan ¶ added in v0.18.40
func (_m *AdminServiceServer) OnUpdateLaunchPlan(_a0 context.Context, _a1 *admin.LaunchPlanUpdateRequest) *AdminServiceServer_UpdateLaunchPlan
func (*AdminServiceServer) OnUpdateLaunchPlanMatch ¶ added in v0.18.40
func (_m *AdminServiceServer) OnUpdateLaunchPlanMatch(matchers ...interface{}) *AdminServiceServer_UpdateLaunchPlan
func (*AdminServiceServer) OnUpdateNamedEntity ¶ added in v0.18.40
func (_m *AdminServiceServer) OnUpdateNamedEntity(_a0 context.Context, _a1 *admin.NamedEntityUpdateRequest) *AdminServiceServer_UpdateNamedEntity
func (*AdminServiceServer) OnUpdateNamedEntityMatch ¶ added in v0.18.40
func (_m *AdminServiceServer) OnUpdateNamedEntityMatch(matchers ...interface{}) *AdminServiceServer_UpdateNamedEntity
func (*AdminServiceServer) OnUpdateProject ¶ added in v0.18.40
func (_m *AdminServiceServer) OnUpdateProject(_a0 context.Context, _a1 *admin.Project) *AdminServiceServer_UpdateProject
func (*AdminServiceServer) OnUpdateProjectDomainAttributes ¶ added in v0.18.40
func (_m *AdminServiceServer) OnUpdateProjectDomainAttributes(_a0 context.Context, _a1 *admin.ProjectDomainAttributesUpdateRequest) *AdminServiceServer_UpdateProjectDomainAttributes
func (*AdminServiceServer) OnUpdateProjectDomainAttributesMatch ¶ added in v0.18.40
func (_m *AdminServiceServer) OnUpdateProjectDomainAttributesMatch(matchers ...interface{}) *AdminServiceServer_UpdateProjectDomainAttributes
func (*AdminServiceServer) OnUpdateProjectMatch ¶ added in v0.18.40
func (_m *AdminServiceServer) OnUpdateProjectMatch(matchers ...interface{}) *AdminServiceServer_UpdateProject
func (*AdminServiceServer) OnUpdateWorkflowAttributes ¶ added in v0.18.40
func (_m *AdminServiceServer) OnUpdateWorkflowAttributes(_a0 context.Context, _a1 *admin.WorkflowAttributesUpdateRequest) *AdminServiceServer_UpdateWorkflowAttributes
func (*AdminServiceServer) OnUpdateWorkflowAttributesMatch ¶ added in v0.18.40
func (_m *AdminServiceServer) OnUpdateWorkflowAttributesMatch(matchers ...interface{}) *AdminServiceServer_UpdateWorkflowAttributes
func (*AdminServiceServer) RecoverExecution ¶ added in v0.19.14
func (_m *AdminServiceServer) RecoverExecution(_a0 context.Context, _a1 *admin.ExecutionRecoverRequest) (*admin.ExecutionCreateResponse, error)
RecoverExecution provides a mock function with given fields: _a0, _a1
func (*AdminServiceServer) RegisterProject ¶ added in v0.18.40
func (_m *AdminServiceServer) RegisterProject(_a0 context.Context, _a1 *admin.ProjectRegisterRequest) (*admin.ProjectRegisterResponse, error)
RegisterProject provides a mock function with given fields: _a0, _a1
func (*AdminServiceServer) RelaunchExecution ¶ added in v0.18.40
func (_m *AdminServiceServer) RelaunchExecution(_a0 context.Context, _a1 *admin.ExecutionRelaunchRequest) (*admin.ExecutionCreateResponse, error)
RelaunchExecution provides a mock function with given fields: _a0, _a1
func (*AdminServiceServer) TerminateExecution ¶ added in v0.18.40
func (_m *AdminServiceServer) TerminateExecution(_a0 context.Context, _a1 *admin.ExecutionTerminateRequest) (*admin.ExecutionTerminateResponse, error)
TerminateExecution provides a mock function with given fields: _a0, _a1
func (*AdminServiceServer) UpdateExecution ¶ added in v0.21.24
func (_m *AdminServiceServer) UpdateExecution(_a0 context.Context, _a1 *admin.ExecutionUpdateRequest) (*admin.ExecutionUpdateResponse, error)
UpdateExecution provides a mock function with given fields: _a0, _a1
func (*AdminServiceServer) UpdateLaunchPlan ¶ added in v0.18.40
func (_m *AdminServiceServer) UpdateLaunchPlan(_a0 context.Context, _a1 *admin.LaunchPlanUpdateRequest) (*admin.LaunchPlanUpdateResponse, error)
UpdateLaunchPlan provides a mock function with given fields: _a0, _a1
func (*AdminServiceServer) UpdateNamedEntity ¶ added in v0.18.40
func (_m *AdminServiceServer) UpdateNamedEntity(_a0 context.Context, _a1 *admin.NamedEntityUpdateRequest) (*admin.NamedEntityUpdateResponse, error)
UpdateNamedEntity provides a mock function with given fields: _a0, _a1
func (*AdminServiceServer) UpdateProject ¶ added in v0.18.40
func (_m *AdminServiceServer) UpdateProject(_a0 context.Context, _a1 *admin.Project) (*admin.ProjectUpdateResponse, error)
UpdateProject provides a mock function with given fields: _a0, _a1
func (*AdminServiceServer) UpdateProjectDomainAttributes ¶ added in v0.18.40
func (_m *AdminServiceServer) UpdateProjectDomainAttributes(_a0 context.Context, _a1 *admin.ProjectDomainAttributesUpdateRequest) (*admin.ProjectDomainAttributesUpdateResponse, error)
UpdateProjectDomainAttributes provides a mock function with given fields: _a0, _a1
func (*AdminServiceServer) UpdateWorkflowAttributes ¶ added in v0.18.40
func (_m *AdminServiceServer) UpdateWorkflowAttributes(_a0 context.Context, _a1 *admin.WorkflowAttributesUpdateRequest) (*admin.WorkflowAttributesUpdateResponse, error)
UpdateWorkflowAttributes provides a mock function with given fields: _a0, _a1
type AdminServiceServer_CreateExecution ¶ added in v0.18.40
func (AdminServiceServer_CreateExecution) Return ¶ added in v0.18.40
func (_m AdminServiceServer_CreateExecution) Return(_a0 *admin.ExecutionCreateResponse, _a1 error) *AdminServiceServer_CreateExecution
type AdminServiceServer_CreateLaunchPlan ¶ added in v0.18.40
func (AdminServiceServer_CreateLaunchPlan) Return ¶ added in v0.18.40
func (_m AdminServiceServer_CreateLaunchPlan) Return(_a0 *admin.LaunchPlanCreateResponse, _a1 error) *AdminServiceServer_CreateLaunchPlan
type AdminServiceServer_CreateNodeEvent ¶ added in v0.18.40
func (AdminServiceServer_CreateNodeEvent) Return ¶ added in v0.18.40
func (_m AdminServiceServer_CreateNodeEvent) Return(_a0 *admin.NodeExecutionEventResponse, _a1 error) *AdminServiceServer_CreateNodeEvent
type AdminServiceServer_CreateTask ¶ added in v0.18.40
func (AdminServiceServer_CreateTask) Return ¶ added in v0.18.40
func (_m AdminServiceServer_CreateTask) Return(_a0 *admin.TaskCreateResponse, _a1 error) *AdminServiceServer_CreateTask
type AdminServiceServer_CreateTaskEvent ¶ added in v0.18.40
func (AdminServiceServer_CreateTaskEvent) Return ¶ added in v0.18.40
func (_m AdminServiceServer_CreateTaskEvent) Return(_a0 *admin.TaskExecutionEventResponse, _a1 error) *AdminServiceServer_CreateTaskEvent
type AdminServiceServer_CreateWorkflow ¶ added in v0.18.40
func (AdminServiceServer_CreateWorkflow) Return ¶ added in v0.18.40
func (_m AdminServiceServer_CreateWorkflow) Return(_a0 *admin.WorkflowCreateResponse, _a1 error) *AdminServiceServer_CreateWorkflow
type AdminServiceServer_CreateWorkflowEvent ¶ added in v0.18.40
func (AdminServiceServer_CreateWorkflowEvent) Return ¶ added in v0.18.40
func (_m AdminServiceServer_CreateWorkflowEvent) Return(_a0 *admin.WorkflowExecutionEventResponse, _a1 error) *AdminServiceServer_CreateWorkflowEvent
type AdminServiceServer_DeleteProjectDomainAttributes ¶ added in v0.18.40
type AdminServiceServer_DeleteWorkflowAttributes ¶ added in v0.18.40
func (AdminServiceServer_DeleteWorkflowAttributes) Return ¶ added in v0.18.40
func (_m AdminServiceServer_DeleteWorkflowAttributes) Return(_a0 *admin.WorkflowAttributesDeleteResponse, _a1 error) *AdminServiceServer_DeleteWorkflowAttributes
type AdminServiceServer_GetActiveLaunchPlan ¶ added in v0.18.40
func (AdminServiceServer_GetActiveLaunchPlan) Return ¶ added in v0.18.40
func (_m AdminServiceServer_GetActiveLaunchPlan) Return(_a0 *admin.LaunchPlan, _a1 error) *AdminServiceServer_GetActiveLaunchPlan
type AdminServiceServer_GetExecution ¶ added in v0.18.40
func (AdminServiceServer_GetExecution) Return ¶ added in v0.18.40
func (_m AdminServiceServer_GetExecution) Return(_a0 *admin.Execution, _a1 error) *AdminServiceServer_GetExecution
type AdminServiceServer_GetExecutionData ¶ added in v0.18.40
func (AdminServiceServer_GetExecutionData) Return ¶ added in v0.18.40
func (_m AdminServiceServer_GetExecutionData) Return(_a0 *admin.WorkflowExecutionGetDataResponse, _a1 error) *AdminServiceServer_GetExecutionData
type AdminServiceServer_GetLaunchPlan ¶ added in v0.18.40
func (AdminServiceServer_GetLaunchPlan) Return ¶ added in v0.18.40
func (_m AdminServiceServer_GetLaunchPlan) Return(_a0 *admin.LaunchPlan, _a1 error) *AdminServiceServer_GetLaunchPlan
type AdminServiceServer_GetNamedEntity ¶ added in v0.18.40
func (AdminServiceServer_GetNamedEntity) Return ¶ added in v0.18.40
func (_m AdminServiceServer_GetNamedEntity) Return(_a0 *admin.NamedEntity, _a1 error) *AdminServiceServer_GetNamedEntity
type AdminServiceServer_GetNodeExecution ¶ added in v0.18.40
func (AdminServiceServer_GetNodeExecution) Return ¶ added in v0.18.40
func (_m AdminServiceServer_GetNodeExecution) Return(_a0 *admin.NodeExecution, _a1 error) *AdminServiceServer_GetNodeExecution
type AdminServiceServer_GetNodeExecutionData ¶ added in v0.18.40
func (AdminServiceServer_GetNodeExecutionData) Return ¶ added in v0.18.40
func (_m AdminServiceServer_GetNodeExecutionData) Return(_a0 *admin.NodeExecutionGetDataResponse, _a1 error) *AdminServiceServer_GetNodeExecutionData
type AdminServiceServer_GetProjectDomainAttributes ¶ added in v0.18.40
type AdminServiceServer_GetTask ¶ added in v0.18.40
func (AdminServiceServer_GetTask) Return ¶ added in v0.18.40
func (_m AdminServiceServer_GetTask) Return(_a0 *admin.Task, _a1 error) *AdminServiceServer_GetTask
type AdminServiceServer_GetTaskExecution ¶ added in v0.18.40
func (AdminServiceServer_GetTaskExecution) Return ¶ added in v0.18.40
func (_m AdminServiceServer_GetTaskExecution) Return(_a0 *admin.TaskExecution, _a1 error) *AdminServiceServer_GetTaskExecution
type AdminServiceServer_GetTaskExecutionData ¶ added in v0.18.40
func (AdminServiceServer_GetTaskExecutionData) Return ¶ added in v0.18.40
func (_m AdminServiceServer_GetTaskExecutionData) Return(_a0 *admin.TaskExecutionGetDataResponse, _a1 error) *AdminServiceServer_GetTaskExecutionData
type AdminServiceServer_GetVersion ¶ added in v0.18.40
func (AdminServiceServer_GetVersion) Return ¶ added in v0.18.40
func (_m AdminServiceServer_GetVersion) Return(_a0 *admin.GetVersionResponse, _a1 error) *AdminServiceServer_GetVersion
type AdminServiceServer_GetWorkflow ¶ added in v0.18.40
func (AdminServiceServer_GetWorkflow) Return ¶ added in v0.18.40
func (_m AdminServiceServer_GetWorkflow) Return(_a0 *admin.Workflow, _a1 error) *AdminServiceServer_GetWorkflow
type AdminServiceServer_GetWorkflowAttributes ¶ added in v0.18.40
func (AdminServiceServer_GetWorkflowAttributes) Return ¶ added in v0.18.40
func (_m AdminServiceServer_GetWorkflowAttributes) Return(_a0 *admin.WorkflowAttributesGetResponse, _a1 error) *AdminServiceServer_GetWorkflowAttributes
type AdminServiceServer_ListActiveLaunchPlans ¶ added in v0.18.40
func (AdminServiceServer_ListActiveLaunchPlans) Return ¶ added in v0.18.40
func (_m AdminServiceServer_ListActiveLaunchPlans) Return(_a0 *admin.LaunchPlanList, _a1 error) *AdminServiceServer_ListActiveLaunchPlans
type AdminServiceServer_ListExecutions ¶ added in v0.18.40
func (AdminServiceServer_ListExecutions) Return ¶ added in v0.18.40
func (_m AdminServiceServer_ListExecutions) Return(_a0 *admin.ExecutionList, _a1 error) *AdminServiceServer_ListExecutions
type AdminServiceServer_ListLaunchPlanIds ¶ added in v0.18.40
func (AdminServiceServer_ListLaunchPlanIds) Return ¶ added in v0.18.40
func (_m AdminServiceServer_ListLaunchPlanIds) Return(_a0 *admin.NamedEntityIdentifierList, _a1 error) *AdminServiceServer_ListLaunchPlanIds
type AdminServiceServer_ListLaunchPlans ¶ added in v0.18.40
func (AdminServiceServer_ListLaunchPlans) Return ¶ added in v0.18.40
func (_m AdminServiceServer_ListLaunchPlans) Return(_a0 *admin.LaunchPlanList, _a1 error) *AdminServiceServer_ListLaunchPlans
type AdminServiceServer_ListMatchableAttributes ¶ added in v0.18.40
func (AdminServiceServer_ListMatchableAttributes) Return ¶ added in v0.18.40
func (_m AdminServiceServer_ListMatchableAttributes) Return(_a0 *admin.ListMatchableAttributesResponse, _a1 error) *AdminServiceServer_ListMatchableAttributes
type AdminServiceServer_ListNamedEntities ¶ added in v0.18.40
func (AdminServiceServer_ListNamedEntities) Return ¶ added in v0.18.40
func (_m AdminServiceServer_ListNamedEntities) Return(_a0 *admin.NamedEntityList, _a1 error) *AdminServiceServer_ListNamedEntities
type AdminServiceServer_ListNodeExecutions ¶ added in v0.18.40
func (AdminServiceServer_ListNodeExecutions) Return ¶ added in v0.18.40
func (_m AdminServiceServer_ListNodeExecutions) Return(_a0 *admin.NodeExecutionList, _a1 error) *AdminServiceServer_ListNodeExecutions
type AdminServiceServer_ListNodeExecutionsForTask ¶ added in v0.18.40
func (AdminServiceServer_ListNodeExecutionsForTask) Return ¶ added in v0.18.40
func (_m AdminServiceServer_ListNodeExecutionsForTask) Return(_a0 *admin.NodeExecutionList, _a1 error) *AdminServiceServer_ListNodeExecutionsForTask
type AdminServiceServer_ListProjects ¶ added in v0.18.40
func (AdminServiceServer_ListProjects) Return ¶ added in v0.18.40
func (_m AdminServiceServer_ListProjects) Return(_a0 *admin.Projects, _a1 error) *AdminServiceServer_ListProjects
type AdminServiceServer_ListTaskExecutions ¶ added in v0.18.40
func (AdminServiceServer_ListTaskExecutions) Return ¶ added in v0.18.40
func (_m AdminServiceServer_ListTaskExecutions) Return(_a0 *admin.TaskExecutionList, _a1 error) *AdminServiceServer_ListTaskExecutions
type AdminServiceServer_ListTaskIds ¶ added in v0.18.40
func (AdminServiceServer_ListTaskIds) Return ¶ added in v0.18.40
func (_m AdminServiceServer_ListTaskIds) Return(_a0 *admin.NamedEntityIdentifierList, _a1 error) *AdminServiceServer_ListTaskIds
type AdminServiceServer_ListTasks ¶ added in v0.18.40
func (AdminServiceServer_ListTasks) Return ¶ added in v0.18.40
func (_m AdminServiceServer_ListTasks) Return(_a0 *admin.TaskList, _a1 error) *AdminServiceServer_ListTasks
type AdminServiceServer_ListWorkflowIds ¶ added in v0.18.40
func (AdminServiceServer_ListWorkflowIds) Return ¶ added in v0.18.40
func (_m AdminServiceServer_ListWorkflowIds) Return(_a0 *admin.NamedEntityIdentifierList, _a1 error) *AdminServiceServer_ListWorkflowIds
type AdminServiceServer_ListWorkflows ¶ added in v0.18.40
func (AdminServiceServer_ListWorkflows) Return ¶ added in v0.18.40
func (_m AdminServiceServer_ListWorkflows) Return(_a0 *admin.WorkflowList, _a1 error) *AdminServiceServer_ListWorkflows
type AdminServiceServer_RecoverExecution ¶ added in v0.19.14
func (AdminServiceServer_RecoverExecution) Return ¶ added in v0.19.14
func (_m AdminServiceServer_RecoverExecution) Return(_a0 *admin.ExecutionCreateResponse, _a1 error) *AdminServiceServer_RecoverExecution
type AdminServiceServer_RegisterProject ¶ added in v0.18.40
func (AdminServiceServer_RegisterProject) Return ¶ added in v0.18.40
func (_m AdminServiceServer_RegisterProject) Return(_a0 *admin.ProjectRegisterResponse, _a1 error) *AdminServiceServer_RegisterProject
type AdminServiceServer_RelaunchExecution ¶ added in v0.18.40
func (AdminServiceServer_RelaunchExecution) Return ¶ added in v0.18.40
func (_m AdminServiceServer_RelaunchExecution) Return(_a0 *admin.ExecutionCreateResponse, _a1 error) *AdminServiceServer_RelaunchExecution
type AdminServiceServer_TerminateExecution ¶ added in v0.18.40
func (AdminServiceServer_TerminateExecution) Return ¶ added in v0.18.40
func (_m AdminServiceServer_TerminateExecution) Return(_a0 *admin.ExecutionTerminateResponse, _a1 error) *AdminServiceServer_TerminateExecution
type AdminServiceServer_UpdateExecution ¶ added in v0.21.24
func (AdminServiceServer_UpdateExecution) Return ¶ added in v0.21.24
func (_m AdminServiceServer_UpdateExecution) Return(_a0 *admin.ExecutionUpdateResponse, _a1 error) *AdminServiceServer_UpdateExecution
type AdminServiceServer_UpdateLaunchPlan ¶ added in v0.18.40
func (AdminServiceServer_UpdateLaunchPlan) Return ¶ added in v0.18.40
func (_m AdminServiceServer_UpdateLaunchPlan) Return(_a0 *admin.LaunchPlanUpdateResponse, _a1 error) *AdminServiceServer_UpdateLaunchPlan
type AdminServiceServer_UpdateNamedEntity ¶ added in v0.18.40
func (AdminServiceServer_UpdateNamedEntity) Return ¶ added in v0.18.40
func (_m AdminServiceServer_UpdateNamedEntity) Return(_a0 *admin.NamedEntityUpdateResponse, _a1 error) *AdminServiceServer_UpdateNamedEntity
type AdminServiceServer_UpdateProject ¶ added in v0.18.40
func (AdminServiceServer_UpdateProject) Return ¶ added in v0.18.40
func (_m AdminServiceServer_UpdateProject) Return(_a0 *admin.ProjectUpdateResponse, _a1 error) *AdminServiceServer_UpdateProject
type AdminServiceServer_UpdateProjectDomainAttributes ¶ added in v0.18.40
type AdminServiceServer_UpdateWorkflowAttributes ¶ added in v0.18.40
func (AdminServiceServer_UpdateWorkflowAttributes) Return ¶ added in v0.18.40
func (_m AdminServiceServer_UpdateWorkflowAttributes) Return(_a0 *admin.WorkflowAttributesUpdateResponse, _a1 error) *AdminServiceServer_UpdateWorkflowAttributes
type AuthMetadataServiceClient ¶ added in v0.18.40
AuthMetadataServiceClient is an autogenerated mock type for the AuthMetadataServiceClient type
func (*AuthMetadataServiceClient) GetOAuth2Metadata ¶ added in v0.18.40
func (_m *AuthMetadataServiceClient) GetOAuth2Metadata(ctx context.Context, in *service.OAuth2MetadataRequest, opts ...grpc.CallOption) (*service.OAuth2MetadataResponse, error)
GetOAuth2Metadata provides a mock function with given fields: ctx, in, opts
func (*AuthMetadataServiceClient) GetPublicClientConfig ¶ added in v0.18.40
func (_m *AuthMetadataServiceClient) GetPublicClientConfig(ctx context.Context, in *service.PublicClientAuthConfigRequest, opts ...grpc.CallOption) (*service.PublicClientAuthConfigResponse, error)
GetPublicClientConfig provides a mock function with given fields: ctx, in, opts
func (*AuthMetadataServiceClient) OnGetOAuth2Metadata ¶ added in v0.18.40
func (_m *AuthMetadataServiceClient) OnGetOAuth2Metadata(ctx context.Context, in *service.OAuth2MetadataRequest, opts ...grpc.CallOption) *AuthMetadataServiceClient_GetOAuth2Metadata
func (*AuthMetadataServiceClient) OnGetOAuth2MetadataMatch ¶ added in v0.18.40
func (_m *AuthMetadataServiceClient) OnGetOAuth2MetadataMatch(matchers ...interface{}) *AuthMetadataServiceClient_GetOAuth2Metadata
func (*AuthMetadataServiceClient) OnGetPublicClientConfig ¶ added in v0.18.40
func (_m *AuthMetadataServiceClient) OnGetPublicClientConfig(ctx context.Context, in *service.PublicClientAuthConfigRequest, opts ...grpc.CallOption) *AuthMetadataServiceClient_GetPublicClientConfig
func (*AuthMetadataServiceClient) OnGetPublicClientConfigMatch ¶ added in v0.18.40
func (_m *AuthMetadataServiceClient) OnGetPublicClientConfigMatch(matchers ...interface{}) *AuthMetadataServiceClient_GetPublicClientConfig
type AuthMetadataServiceClient_GetOAuth2Metadata ¶ added in v0.18.40
func (AuthMetadataServiceClient_GetOAuth2Metadata) Return ¶ added in v0.18.40
func (_m AuthMetadataServiceClient_GetOAuth2Metadata) Return(_a0 *service.OAuth2MetadataResponse, _a1 error) *AuthMetadataServiceClient_GetOAuth2Metadata
type AuthMetadataServiceClient_GetPublicClientConfig ¶ added in v0.18.40
type AuthMetadataServiceServer ¶ added in v0.18.40
AuthMetadataServiceServer is an autogenerated mock type for the AuthMetadataServiceServer type
func (*AuthMetadataServiceServer) GetOAuth2Metadata ¶ added in v0.18.40
func (_m *AuthMetadataServiceServer) GetOAuth2Metadata(_a0 context.Context, _a1 *service.OAuth2MetadataRequest) (*service.OAuth2MetadataResponse, error)
GetOAuth2Metadata provides a mock function with given fields: _a0, _a1
func (*AuthMetadataServiceServer) GetPublicClientConfig ¶ added in v0.18.40
func (_m *AuthMetadataServiceServer) GetPublicClientConfig(_a0 context.Context, _a1 *service.PublicClientAuthConfigRequest) (*service.PublicClientAuthConfigResponse, error)
GetPublicClientConfig provides a mock function with given fields: _a0, _a1
func (*AuthMetadataServiceServer) OnGetOAuth2Metadata ¶ added in v0.18.40
func (_m *AuthMetadataServiceServer) OnGetOAuth2Metadata(_a0 context.Context, _a1 *service.OAuth2MetadataRequest) *AuthMetadataServiceServer_GetOAuth2Metadata
func (*AuthMetadataServiceServer) OnGetOAuth2MetadataMatch ¶ added in v0.18.40
func (_m *AuthMetadataServiceServer) OnGetOAuth2MetadataMatch(matchers ...interface{}) *AuthMetadataServiceServer_GetOAuth2Metadata
func (*AuthMetadataServiceServer) OnGetPublicClientConfig ¶ added in v0.18.40
func (_m *AuthMetadataServiceServer) OnGetPublicClientConfig(_a0 context.Context, _a1 *service.PublicClientAuthConfigRequest) *AuthMetadataServiceServer_GetPublicClientConfig
func (*AuthMetadataServiceServer) OnGetPublicClientConfigMatch ¶ added in v0.18.40
func (_m *AuthMetadataServiceServer) OnGetPublicClientConfigMatch(matchers ...interface{}) *AuthMetadataServiceServer_GetPublicClientConfig
type AuthMetadataServiceServer_GetOAuth2Metadata ¶ added in v0.18.40
func (AuthMetadataServiceServer_GetOAuth2Metadata) Return ¶ added in v0.18.40
func (_m AuthMetadataServiceServer_GetOAuth2Metadata) Return(_a0 *service.OAuth2MetadataResponse, _a1 error) *AuthMetadataServiceServer_GetOAuth2Metadata
type AuthMetadataServiceServer_GetPublicClientConfig ¶ added in v0.18.40
type DataProxyServiceClient ¶ added in v0.24.10
DataProxyServiceClient is an autogenerated mock type for the DataProxyServiceClient type
func (*DataProxyServiceClient) CreateDownloadLocation ¶ added in v1.1.3
func (_m *DataProxyServiceClient) CreateDownloadLocation(ctx context.Context, in *service.CreateDownloadLocationRequest, opts ...grpc.CallOption) (*service.CreateDownloadLocationResponse, error)
CreateDownloadLocation provides a mock function with given fields: ctx, in, opts
func (*DataProxyServiceClient) CreateUploadLocation ¶ added in v0.24.10
func (_m *DataProxyServiceClient) CreateUploadLocation(ctx context.Context, in *service.CreateUploadLocationRequest, opts ...grpc.CallOption) (*service.CreateUploadLocationResponse, error)
CreateUploadLocation provides a mock function with given fields: ctx, in, opts
func (*DataProxyServiceClient) OnCreateDownloadLocation ¶ added in v1.1.3
func (_m *DataProxyServiceClient) OnCreateDownloadLocation(ctx context.Context, in *service.CreateDownloadLocationRequest, opts ...grpc.CallOption) *DataProxyServiceClient_CreateDownloadLocation
func (*DataProxyServiceClient) OnCreateDownloadLocationMatch ¶ added in v1.1.3
func (_m *DataProxyServiceClient) OnCreateDownloadLocationMatch(matchers ...interface{}) *DataProxyServiceClient_CreateDownloadLocation
func (*DataProxyServiceClient) OnCreateUploadLocation ¶ added in v0.24.10
func (_m *DataProxyServiceClient) OnCreateUploadLocation(ctx context.Context, in *service.CreateUploadLocationRequest, opts ...grpc.CallOption) *DataProxyServiceClient_CreateUploadLocation
func (*DataProxyServiceClient) OnCreateUploadLocationMatch ¶ added in v0.24.10
func (_m *DataProxyServiceClient) OnCreateUploadLocationMatch(matchers ...interface{}) *DataProxyServiceClient_CreateUploadLocation
type DataProxyServiceClient_CreateDownloadLocation ¶ added in v1.1.3
func (DataProxyServiceClient_CreateDownloadLocation) Return ¶ added in v1.1.3
func (_m DataProxyServiceClient_CreateDownloadLocation) Return(_a0 *service.CreateDownloadLocationResponse, _a1 error) *DataProxyServiceClient_CreateDownloadLocation
type DataProxyServiceClient_CreateUploadLocation ¶ added in v0.24.10
func (DataProxyServiceClient_CreateUploadLocation) Return ¶ added in v0.24.10
func (_m DataProxyServiceClient_CreateUploadLocation) Return(_a0 *service.CreateUploadLocationResponse, _a1 error) *DataProxyServiceClient_CreateUploadLocation
type DataProxyServiceServer ¶ added in v0.24.10
DataProxyServiceServer is an autogenerated mock type for the DataProxyServiceServer type
func (*DataProxyServiceServer) CreateDownloadLocation ¶ added in v1.1.3
func (_m *DataProxyServiceServer) CreateDownloadLocation(_a0 context.Context, _a1 *service.CreateDownloadLocationRequest) (*service.CreateDownloadLocationResponse, error)
CreateDownloadLocation provides a mock function with given fields: _a0, _a1
func (*DataProxyServiceServer) CreateUploadLocation ¶ added in v0.24.10
func (_m *DataProxyServiceServer) CreateUploadLocation(_a0 context.Context, _a1 *service.CreateUploadLocationRequest) (*service.CreateUploadLocationResponse, error)
CreateUploadLocation provides a mock function with given fields: _a0, _a1
func (*DataProxyServiceServer) OnCreateDownloadLocation ¶ added in v1.1.3
func (_m *DataProxyServiceServer) OnCreateDownloadLocation(_a0 context.Context, _a1 *service.CreateDownloadLocationRequest) *DataProxyServiceServer_CreateDownloadLocation
func (*DataProxyServiceServer) OnCreateDownloadLocationMatch ¶ added in v1.1.3
func (_m *DataProxyServiceServer) OnCreateDownloadLocationMatch(matchers ...interface{}) *DataProxyServiceServer_CreateDownloadLocation
func (*DataProxyServiceServer) OnCreateUploadLocation ¶ added in v0.24.10
func (_m *DataProxyServiceServer) OnCreateUploadLocation(_a0 context.Context, _a1 *service.CreateUploadLocationRequest) *DataProxyServiceServer_CreateUploadLocation
func (*DataProxyServiceServer) OnCreateUploadLocationMatch ¶ added in v0.24.10
func (_m *DataProxyServiceServer) OnCreateUploadLocationMatch(matchers ...interface{}) *DataProxyServiceServer_CreateUploadLocation
type DataProxyServiceServer_CreateDownloadLocation ¶ added in v1.1.3
func (DataProxyServiceServer_CreateDownloadLocation) Return ¶ added in v1.1.3
func (_m DataProxyServiceServer_CreateDownloadLocation) Return(_a0 *service.CreateDownloadLocationResponse, _a1 error) *DataProxyServiceServer_CreateDownloadLocation
type DataProxyServiceServer_CreateUploadLocation ¶ added in v0.24.10
func (DataProxyServiceServer_CreateUploadLocation) Return ¶ added in v0.24.10
func (_m DataProxyServiceServer_CreateUploadLocation) Return(_a0 *service.CreateUploadLocationResponse, _a1 error) *DataProxyServiceServer_CreateUploadLocation
type IdentityServiceClient ¶ added in v0.18.40
IdentityServiceClient is an autogenerated mock type for the IdentityServiceClient type
func (*IdentityServiceClient) OnUserInfo ¶ added in v0.18.40
func (_m *IdentityServiceClient) OnUserInfo(ctx context.Context, in *service.UserInfoRequest, opts ...grpc.CallOption) *IdentityServiceClient_UserInfo
func (*IdentityServiceClient) OnUserInfoMatch ¶ added in v0.18.40
func (_m *IdentityServiceClient) OnUserInfoMatch(matchers ...interface{}) *IdentityServiceClient_UserInfo
func (*IdentityServiceClient) UserInfo ¶ added in v0.18.40
func (_m *IdentityServiceClient) UserInfo(ctx context.Context, in *service.UserInfoRequest, opts ...grpc.CallOption) (*service.UserInfoResponse, error)
UserInfo provides a mock function with given fields: ctx, in, opts
type IdentityServiceClient_UserInfo ¶ added in v0.18.40
func (IdentityServiceClient_UserInfo) Return ¶ added in v0.18.40
func (_m IdentityServiceClient_UserInfo) Return(_a0 *service.UserInfoResponse, _a1 error) *IdentityServiceClient_UserInfo
type IdentityServiceServer ¶ added in v0.18.40
IdentityServiceServer is an autogenerated mock type for the IdentityServiceServer type
func (*IdentityServiceServer) OnUserInfo ¶ added in v0.18.40
func (_m *IdentityServiceServer) OnUserInfo(_a0 context.Context, _a1 *service.UserInfoRequest) *IdentityServiceServer_UserInfo
func (*IdentityServiceServer) OnUserInfoMatch ¶ added in v0.18.40
func (_m *IdentityServiceServer) OnUserInfoMatch(matchers ...interface{}) *IdentityServiceServer_UserInfo
func (*IdentityServiceServer) UserInfo ¶ added in v0.18.40
func (_m *IdentityServiceServer) UserInfo(_a0 context.Context, _a1 *service.UserInfoRequest) (*service.UserInfoResponse, error)
UserInfo provides a mock function with given fields: _a0, _a1
type IdentityServiceServer_UserInfo ¶ added in v0.18.40
func (IdentityServiceServer_UserInfo) Return ¶ added in v0.18.40
func (_m IdentityServiceServer_UserInfo) Return(_a0 *service.UserInfoResponse, _a1 error) *IdentityServiceServer_UserInfo