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) 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) 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) 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) 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) 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) 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_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_RegisterProject
- type AdminServiceClient_RelaunchExecution
- type AdminServiceClient_TerminateExecution
- type AdminServiceClient_UpdateLaunchPlan
- type AdminServiceClient_UpdateNamedEntity
- type AdminServiceClient_UpdateProject
- type AdminServiceClient_UpdateProjectDomainAttributes
- type AdminServiceClient_UpdateWorkflowAttributes
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) 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) 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) 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) 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) 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) 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_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_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_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