workflow

package
v2.0.21 Latest Latest
Warning

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

Go to latest
Published: Jun 10, 2026 License: Apache-2.0 Imports: 30 Imported by: 0

Documentation

Index

Constants

View Source
const (
	InternalRunService_RecordAction_FullMethodName             = "/flyteidl2.workflow.InternalRunService/RecordAction"
	InternalRunService_RecordActionStream_FullMethodName       = "/flyteidl2.workflow.InternalRunService/RecordActionStream"
	InternalRunService_UpdateActionStatus_FullMethodName       = "/flyteidl2.workflow.InternalRunService/UpdateActionStatus"
	InternalRunService_UpdateActionStatusStream_FullMethodName = "/flyteidl2.workflow.InternalRunService/UpdateActionStatusStream"
	InternalRunService_RecordActionEvents_FullMethodName       = "/flyteidl2.workflow.InternalRunService/RecordActionEvents"
	InternalRunService_RecordActionEventStream_FullMethodName  = "/flyteidl2.workflow.InternalRunService/RecordActionEventStream"
)
View Source
const (
	QueueService_EnqueueAction_FullMethodName     = "/flyteidl2.workflow.QueueService/EnqueueAction"
	QueueService_AbortQueuedRun_FullMethodName    = "/flyteidl2.workflow.QueueService/AbortQueuedRun"
	QueueService_AbortQueuedAction_FullMethodName = "/flyteidl2.workflow.QueueService/AbortQueuedAction"
)
View Source
const (
	RunService_CreateRun_FullMethodName           = "/flyteidl2.workflow.RunService/CreateRun"
	RunService_AbortRun_FullMethodName            = "/flyteidl2.workflow.RunService/AbortRun"
	RunService_GetRunDetails_FullMethodName       = "/flyteidl2.workflow.RunService/GetRunDetails"
	RunService_WatchRunDetails_FullMethodName     = "/flyteidl2.workflow.RunService/WatchRunDetails"
	RunService_GetActionDetails_FullMethodName    = "/flyteidl2.workflow.RunService/GetActionDetails"
	RunService_WatchActionDetails_FullMethodName  = "/flyteidl2.workflow.RunService/WatchActionDetails"
	RunService_GetActionData_FullMethodName       = "/flyteidl2.workflow.RunService/GetActionData"
	RunService_ListRuns_FullMethodName            = "/flyteidl2.workflow.RunService/ListRuns"
	RunService_WatchRuns_FullMethodName           = "/flyteidl2.workflow.RunService/WatchRuns"
	RunService_ListActions_FullMethodName         = "/flyteidl2.workflow.RunService/ListActions"
	RunService_WatchActions_FullMethodName        = "/flyteidl2.workflow.RunService/WatchActions"
	RunService_WatchClusterEvents_FullMethodName  = "/flyteidl2.workflow.RunService/WatchClusterEvents"
	RunService_AbortAction_FullMethodName         = "/flyteidl2.workflow.RunService/AbortAction"
	RunService_SignalEvent_FullMethodName         = "/flyteidl2.workflow.RunService/SignalEvent"
	RunService_WatchGroups_FullMethodName         = "/flyteidl2.workflow.RunService/WatchGroups"
	RunService_GetActionDataURIs_FullMethodName   = "/flyteidl2.workflow.RunService/GetActionDataURIs"
	RunService_GetActionLogContext_FullMethodName = "/flyteidl2.workflow.RunService/GetActionLogContext"
)
View Source
const (
	StateService_Put_FullMethodName   = "/flyteidl2.workflow.StateService/Put"
	StateService_Get_FullMethodName   = "/flyteidl2.workflow.StateService/Get"
	StateService_Watch_FullMethodName = "/flyteidl2.workflow.StateService/Watch"
)
View Source
const (
	TranslatorService_LiteralsToLaunchFormJson_FullMethodName = "/flyteidl2.workflow.TranslatorService/LiteralsToLaunchFormJson"
	TranslatorService_LaunchFormJsonToLiterals_FullMethodName = "/flyteidl2.workflow.TranslatorService/LaunchFormJsonToLiterals"
	TranslatorService_TaskSpecToLaunchFormJson_FullMethodName = "/flyteidl2.workflow.TranslatorService/TaskSpecToLaunchFormJson"
	TranslatorService_JsonValuesToLiterals_FullMethodName     = "/flyteidl2.workflow.TranslatorService/JsonValuesToLiterals"
)
View Source
const (
	EventsProxyService_Record_FullMethodName = "/flyteidl2.workflow.EventsProxyService/Record"
)
View Source
const (
	RunLogsService_TailLogs_FullMethodName = "/flyteidl2.workflow.RunLogsService/TailLogs"
)

Variables

View Source
var (
	ConditionPromptType_name = map[int32]string{
		0: "CONDITION_PROMPT_TYPE_UNSPECIFIED",
		1: "CONDITION_PROMPT_TYPE_TEXT",
		2: "CONDITION_PROMPT_TYPE_MARKDOWN",
	}
	ConditionPromptType_value = map[string]int32{
		"CONDITION_PROMPT_TYPE_UNSPECIFIED": 0,
		"CONDITION_PROMPT_TYPE_TEXT":        1,
		"CONDITION_PROMPT_TYPE_MARKDOWN":    2,
	}
)

Enum value maps for ConditionPromptType.

View Source
var (
	ActionType_name = map[int32]string{
		0: "ACTION_TYPE_UNSPECIFIED",
		1: "ACTION_TYPE_TASK",
		2: "ACTION_TYPE_TRACE",
		3: "ACTION_TYPE_CONDITION",
	}
	ActionType_value = map[string]int32{
		"ACTION_TYPE_UNSPECIFIED": 0,
		"ACTION_TYPE_TASK":        1,
		"ACTION_TYPE_TRACE":       2,
		"ACTION_TYPE_CONDITION":   3,
	}
)

Enum value maps for ActionType.

View Source
var (
	RunSource_name = map[int32]string{
		0: "RUN_SOURCE_UNSPECIFIED",
		1: "RUN_SOURCE_WEB",
		2: "RUN_SOURCE_CLI",
		3: "RUN_SOURCE_SCHEDULE_TRIGGER",
	}
	RunSource_value = map[string]int32{
		"RUN_SOURCE_UNSPECIFIED":      0,
		"RUN_SOURCE_WEB":              1,
		"RUN_SOURCE_CLI":              2,
		"RUN_SOURCE_SCHEDULE_TRIGGER": 3,
	}
)

Enum value maps for RunSource.

View Source
var (
	ErrorInfo_Kind_name = map[int32]string{
		0: "KIND_UNSPECIFIED",
		1: "KIND_USER",
		2: "KIND_SYSTEM",
	}
	ErrorInfo_Kind_value = map[string]int32{
		"KIND_UNSPECIFIED": 0,
		"KIND_USER":        1,
		"KIND_SYSTEM":      2,
	}
)

Enum value maps for ErrorInfo_Kind.

View Source
var (
	TruncationNotice_Reason_name = map[int32]string{
		0: "REASON_UNSPECIFIED",
		1: "REASON_RUN_NODE_LIMIT",
		2: "REASON_PARENT_CHILD_LIMIT",
		3: "REASON_HYDRATING",
	}
	TruncationNotice_Reason_value = map[string]int32{
		"REASON_UNSPECIFIED":        0,
		"REASON_RUN_NODE_LIMIT":     1,
		"REASON_PARENT_CHILD_LIMIT": 2,
		"REASON_HYDRATING":          3,
	}
)

Enum value maps for TruncationNotice_Reason.

View Source
var EventsProxyService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "flyteidl2.workflow.EventsProxyService",
	HandlerType: (*EventsProxyServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "Record",
			Handler:    _EventsProxyService_Record_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "flyteidl2/workflow/events_proxy_service.proto",
}

EventsProxyService_ServiceDesc is the grpc.ServiceDesc for EventsProxyService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var File_flyteidl2_workflow_events_proxy_service_proto protoreflect.FileDescriptor
View Source
var File_flyteidl2_workflow_internal_run_service_proto protoreflect.FileDescriptor
View Source
var File_flyteidl2_workflow_queue_service_proto protoreflect.FileDescriptor
View Source
var File_flyteidl2_workflow_run_definition_proto protoreflect.FileDescriptor
View Source
var File_flyteidl2_workflow_run_info_proto protoreflect.FileDescriptor
View Source
var File_flyteidl2_workflow_run_logs_service_proto protoreflect.FileDescriptor
View Source
var File_flyteidl2_workflow_run_service_proto protoreflect.FileDescriptor
View Source
var File_flyteidl2_workflow_state_service_proto protoreflect.FileDescriptor
View Source
var File_flyteidl2_workflow_translator_service_proto protoreflect.FileDescriptor
View Source
var InternalRunService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "flyteidl2.workflow.InternalRunService",
	HandlerType: (*InternalRunServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "RecordAction",
			Handler:    _InternalRunService_RecordAction_Handler,
		},
		{
			MethodName: "UpdateActionStatus",
			Handler:    _InternalRunService_UpdateActionStatus_Handler,
		},
		{
			MethodName: "RecordActionEvents",
			Handler:    _InternalRunService_RecordActionEvents_Handler,
		},
	},
	Streams: []grpc.StreamDesc{
		{
			StreamName:    "RecordActionStream",
			Handler:       _InternalRunService_RecordActionStream_Handler,
			ServerStreams: true,
			ClientStreams: true,
		},
		{
			StreamName:    "UpdateActionStatusStream",
			Handler:       _InternalRunService_UpdateActionStatusStream_Handler,
			ServerStreams: true,
			ClientStreams: true,
		},
		{
			StreamName:    "RecordActionEventStream",
			Handler:       _InternalRunService_RecordActionEventStream_Handler,
			ServerStreams: true,
			ClientStreams: true,
		},
	},
	Metadata: "flyteidl2/workflow/internal_run_service.proto",
}

InternalRunService_ServiceDesc is the grpc.ServiceDesc for InternalRunService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var QueueService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "flyteidl2.workflow.QueueService",
	HandlerType: (*QueueServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "EnqueueAction",
			Handler:    _QueueService_EnqueueAction_Handler,
		},
		{
			MethodName: "AbortQueuedRun",
			Handler:    _QueueService_AbortQueuedRun_Handler,
		},
		{
			MethodName: "AbortQueuedAction",
			Handler:    _QueueService_AbortQueuedAction_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "flyteidl2/workflow/queue_service.proto",
}

QueueService_ServiceDesc is the grpc.ServiceDesc for QueueService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var RunLogsService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "flyteidl2.workflow.RunLogsService",
	HandlerType: (*RunLogsServiceServer)(nil),
	Methods:     []grpc.MethodDesc{},
	Streams: []grpc.StreamDesc{
		{
			StreamName:    "TailLogs",
			Handler:       _RunLogsService_TailLogs_Handler,
			ServerStreams: true,
		},
	},
	Metadata: "flyteidl2/workflow/run_logs_service.proto",
}

RunLogsService_ServiceDesc is the grpc.ServiceDesc for RunLogsService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var RunService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "flyteidl2.workflow.RunService",
	HandlerType: (*RunServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "CreateRun",
			Handler:    _RunService_CreateRun_Handler,
		},
		{
			MethodName: "AbortRun",
			Handler:    _RunService_AbortRun_Handler,
		},
		{
			MethodName: "GetRunDetails",
			Handler:    _RunService_GetRunDetails_Handler,
		},
		{
			MethodName: "GetActionDetails",
			Handler:    _RunService_GetActionDetails_Handler,
		},
		{
			MethodName: "GetActionData",
			Handler:    _RunService_GetActionData_Handler,
		},
		{
			MethodName: "ListRuns",
			Handler:    _RunService_ListRuns_Handler,
		},
		{
			MethodName: "ListActions",
			Handler:    _RunService_ListActions_Handler,
		},
		{
			MethodName: "AbortAction",
			Handler:    _RunService_AbortAction_Handler,
		},
		{
			MethodName: "SignalEvent",
			Handler:    _RunService_SignalEvent_Handler,
		},
		{
			MethodName: "GetActionDataURIs",
			Handler:    _RunService_GetActionDataURIs_Handler,
		},
		{
			MethodName: "GetActionLogContext",
			Handler:    _RunService_GetActionLogContext_Handler,
		},
	},
	Streams: []grpc.StreamDesc{
		{
			StreamName:    "WatchRunDetails",
			Handler:       _RunService_WatchRunDetails_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "WatchActionDetails",
			Handler:       _RunService_WatchActionDetails_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "WatchRuns",
			Handler:       _RunService_WatchRuns_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "WatchActions",
			Handler:       _RunService_WatchActions_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "WatchClusterEvents",
			Handler:       _RunService_WatchClusterEvents_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "WatchGroups",
			Handler:       _RunService_WatchGroups_Handler,
			ServerStreams: true,
		},
	},
	Metadata: "flyteidl2/workflow/run_service.proto",
}

RunService_ServiceDesc is the grpc.ServiceDesc for RunService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var StateService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "flyteidl2.workflow.StateService",
	HandlerType: (*StateServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "Put",
			Handler:    _StateService_Put_Handler,
		},
		{
			MethodName: "Get",
			Handler:    _StateService_Get_Handler,
		},
	},
	Streams: []grpc.StreamDesc{
		{
			StreamName:    "Watch",
			Handler:       _StateService_Watch_Handler,
			ServerStreams: true,
		},
	},
	Metadata: "flyteidl2/workflow/state_service.proto",
}

StateService_ServiceDesc is the grpc.ServiceDesc for StateService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var TranslatorService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "flyteidl2.workflow.TranslatorService",
	HandlerType: (*TranslatorServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "LiteralsToLaunchFormJson",
			Handler:    _TranslatorService_LiteralsToLaunchFormJson_Handler,
		},
		{
			MethodName: "LaunchFormJsonToLiterals",
			Handler:    _TranslatorService_LaunchFormJsonToLiterals_Handler,
		},
		{
			MethodName: "TaskSpecToLaunchFormJson",
			Handler:    _TranslatorService_TaskSpecToLaunchFormJson_Handler,
		},
		{
			MethodName: "JsonValuesToLiterals",
			Handler:    _TranslatorService_JsonValuesToLiterals_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "flyteidl2/workflow/translator_service.proto",
}

TranslatorService_ServiceDesc is the grpc.ServiceDesc for TranslatorService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func RegisterEventsProxyServiceServer added in v2.0.8

func RegisterEventsProxyServiceServer(s grpc.ServiceRegistrar, srv EventsProxyServiceServer)

func RegisterInternalRunServiceServer added in v2.0.8

func RegisterInternalRunServiceServer(s grpc.ServiceRegistrar, srv InternalRunServiceServer)

func RegisterQueueServiceServer

func RegisterQueueServiceServer(s grpc.ServiceRegistrar, srv QueueServiceServer)

func RegisterRunLogsServiceServer

func RegisterRunLogsServiceServer(s grpc.ServiceRegistrar, srv RunLogsServiceServer)

func RegisterRunServiceServer

func RegisterRunServiceServer(s grpc.ServiceRegistrar, srv RunServiceServer)

func RegisterStateServiceServer

func RegisterStateServiceServer(s grpc.ServiceRegistrar, srv StateServiceServer)

func RegisterTranslatorServiceServer

func RegisterTranslatorServiceServer(s grpc.ServiceRegistrar, srv TranslatorServiceServer)

Types

type AbortActionRequest

type AbortActionRequest struct {

	// Action to abort.
	ActionId *common.ActionIdentifier `protobuf:"bytes,1,opt,name=action_id,json=actionId,proto3" json:"action_id,omitempty"`
	// Optional reason for aborting the action.
	Reason string `protobuf:"bytes,2,opt,name=reason,proto3" json:"reason,omitempty"`
	// contains filtered or unexported fields
}

func (*AbortActionRequest) Descriptor deprecated

func (*AbortActionRequest) Descriptor() ([]byte, []int)

Deprecated: Use AbortActionRequest.ProtoReflect.Descriptor instead.

func (*AbortActionRequest) GetActionId

func (x *AbortActionRequest) GetActionId() *common.ActionIdentifier

func (*AbortActionRequest) GetReason

func (x *AbortActionRequest) GetReason() string

func (*AbortActionRequest) ProtoMessage

func (*AbortActionRequest) ProtoMessage()

func (*AbortActionRequest) ProtoReflect

func (x *AbortActionRequest) ProtoReflect() protoreflect.Message

func (*AbortActionRequest) Reset

func (x *AbortActionRequest) Reset()

func (*AbortActionRequest) String

func (x *AbortActionRequest) String() string

func (*AbortActionRequest) Validate

func (m *AbortActionRequest) Validate() error

Validate checks the field values on AbortActionRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AbortActionRequest) ValidateAll

func (m *AbortActionRequest) ValidateAll() error

ValidateAll checks the field values on AbortActionRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AbortActionRequestMultiError, or nil if none found.

type AbortActionRequestMultiError

type AbortActionRequestMultiError []error

AbortActionRequestMultiError is an error wrapping multiple validation errors returned by AbortActionRequest.ValidateAll() if the designated constraints aren't met.

func (AbortActionRequestMultiError) AllErrors

func (m AbortActionRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AbortActionRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type AbortActionRequestValidationError

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

AbortActionRequestValidationError is the validation error returned by AbortActionRequest.Validate if the designated constraints aren't met.

func (AbortActionRequestValidationError) Cause

Cause function returns cause value.

func (AbortActionRequestValidationError) Error

Error satisfies the builtin error interface

func (AbortActionRequestValidationError) ErrorName

ErrorName returns error name.

func (AbortActionRequestValidationError) Field

Field function returns field value.

func (AbortActionRequestValidationError) Key

Key function returns key value.

func (AbortActionRequestValidationError) Reason

Reason function returns reason value.

type AbortActionResponse

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

func (*AbortActionResponse) Descriptor deprecated

func (*AbortActionResponse) Descriptor() ([]byte, []int)

Deprecated: Use AbortActionResponse.ProtoReflect.Descriptor instead.

func (*AbortActionResponse) ProtoMessage

func (*AbortActionResponse) ProtoMessage()

func (*AbortActionResponse) ProtoReflect

func (x *AbortActionResponse) ProtoReflect() protoreflect.Message

func (*AbortActionResponse) Reset

func (x *AbortActionResponse) Reset()

func (*AbortActionResponse) String

func (x *AbortActionResponse) String() string

func (*AbortActionResponse) Validate

func (m *AbortActionResponse) Validate() error

Validate checks the field values on AbortActionResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AbortActionResponse) ValidateAll

func (m *AbortActionResponse) ValidateAll() error

ValidateAll checks the field values on AbortActionResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AbortActionResponseMultiError, or nil if none found.

type AbortActionResponseMultiError

type AbortActionResponseMultiError []error

AbortActionResponseMultiError is an error wrapping multiple validation errors returned by AbortActionResponse.ValidateAll() if the designated constraints aren't met.

func (AbortActionResponseMultiError) AllErrors

func (m AbortActionResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AbortActionResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type AbortActionResponseValidationError

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

AbortActionResponseValidationError is the validation error returned by AbortActionResponse.Validate if the designated constraints aren't met.

func (AbortActionResponseValidationError) Cause

Cause function returns cause value.

func (AbortActionResponseValidationError) Error

Error satisfies the builtin error interface

func (AbortActionResponseValidationError) ErrorName

ErrorName returns error name.

func (AbortActionResponseValidationError) Field

Field function returns field value.

func (AbortActionResponseValidationError) Key

Key function returns key value.

func (AbortActionResponseValidationError) Reason

Reason function returns reason value.

type AbortInfo

type AbortInfo struct {

	// Reason provided for the abort.
	Reason string `protobuf:"bytes,1,opt,name=reason,proto3" json:"reason,omitempty"`
	// Identity that aborted the run.
	AbortedBy *common.EnrichedIdentity `protobuf:"bytes,2,opt,name=aborted_by,json=abortedBy,proto3" json:"aborted_by,omitempty"`
	// contains filtered or unexported fields
}

AbortInfo captures details of an aborted run.

func (*AbortInfo) Descriptor deprecated

func (*AbortInfo) Descriptor() ([]byte, []int)

Deprecated: Use AbortInfo.ProtoReflect.Descriptor instead.

func (*AbortInfo) GetAbortedBy

func (x *AbortInfo) GetAbortedBy() *common.EnrichedIdentity

func (*AbortInfo) GetReason

func (x *AbortInfo) GetReason() string

func (*AbortInfo) ProtoMessage

func (*AbortInfo) ProtoMessage()

func (*AbortInfo) ProtoReflect

func (x *AbortInfo) ProtoReflect() protoreflect.Message

func (*AbortInfo) Reset

func (x *AbortInfo) Reset()

func (*AbortInfo) String

func (x *AbortInfo) String() string

func (*AbortInfo) Validate

func (m *AbortInfo) Validate() error

Validate checks the field values on AbortInfo with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AbortInfo) ValidateAll

func (m *AbortInfo) ValidateAll() error

ValidateAll checks the field values on AbortInfo with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AbortInfoMultiError, or nil if none found.

type AbortInfoMultiError

type AbortInfoMultiError []error

AbortInfoMultiError is an error wrapping multiple validation errors returned by AbortInfo.ValidateAll() if the designated constraints aren't met.

func (AbortInfoMultiError) AllErrors

func (m AbortInfoMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AbortInfoMultiError) Error

func (m AbortInfoMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type AbortInfoValidationError

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

AbortInfoValidationError is the validation error returned by AbortInfo.Validate if the designated constraints aren't met.

func (AbortInfoValidationError) Cause

func (e AbortInfoValidationError) Cause() error

Cause function returns cause value.

func (AbortInfoValidationError) Error

func (e AbortInfoValidationError) Error() string

Error satisfies the builtin error interface

func (AbortInfoValidationError) ErrorName

func (e AbortInfoValidationError) ErrorName() string

ErrorName returns error name.

func (AbortInfoValidationError) Field

func (e AbortInfoValidationError) Field() string

Field function returns field value.

func (AbortInfoValidationError) Key

Key function returns key value.

func (AbortInfoValidationError) Reason

func (e AbortInfoValidationError) Reason() string

Reason function returns reason value.

type AbortQueuedActionRequest

type AbortQueuedActionRequest struct {

	// ActionId is the unique identifier for the action to be aborted
	ActionId *common.ActionIdentifier `protobuf:"bytes,1,opt,name=action_id,json=actionId,proto3" json:"action_id,omitempty"`
	// Reason for aborting the action, if applicable.
	Reason *string `protobuf:"bytes,2,opt,name=reason,proto3,oneof" json:"reason,omitempty"`
	// contains filtered or unexported fields
}

func (*AbortQueuedActionRequest) Descriptor deprecated

func (*AbortQueuedActionRequest) Descriptor() ([]byte, []int)

Deprecated: Use AbortQueuedActionRequest.ProtoReflect.Descriptor instead.

func (*AbortQueuedActionRequest) GetActionId

func (*AbortQueuedActionRequest) GetReason

func (x *AbortQueuedActionRequest) GetReason() string

func (*AbortQueuedActionRequest) ProtoMessage

func (*AbortQueuedActionRequest) ProtoMessage()

func (*AbortQueuedActionRequest) ProtoReflect

func (x *AbortQueuedActionRequest) ProtoReflect() protoreflect.Message

func (*AbortQueuedActionRequest) Reset

func (x *AbortQueuedActionRequest) Reset()

func (*AbortQueuedActionRequest) String

func (x *AbortQueuedActionRequest) String() string

func (*AbortQueuedActionRequest) Validate

func (m *AbortQueuedActionRequest) Validate() error

Validate checks the field values on AbortQueuedActionRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AbortQueuedActionRequest) ValidateAll

func (m *AbortQueuedActionRequest) ValidateAll() error

ValidateAll checks the field values on AbortQueuedActionRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AbortQueuedActionRequestMultiError, or nil if none found.

type AbortQueuedActionRequestMultiError

type AbortQueuedActionRequestMultiError []error

AbortQueuedActionRequestMultiError is an error wrapping multiple validation errors returned by AbortQueuedActionRequest.ValidateAll() if the designated constraints aren't met.

func (AbortQueuedActionRequestMultiError) AllErrors

func (m AbortQueuedActionRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AbortQueuedActionRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type AbortQueuedActionRequestValidationError

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

AbortQueuedActionRequestValidationError is the validation error returned by AbortQueuedActionRequest.Validate if the designated constraints aren't met.

func (AbortQueuedActionRequestValidationError) Cause

Cause function returns cause value.

func (AbortQueuedActionRequestValidationError) Error

Error satisfies the builtin error interface

func (AbortQueuedActionRequestValidationError) ErrorName

ErrorName returns error name.

func (AbortQueuedActionRequestValidationError) Field

Field function returns field value.

func (AbortQueuedActionRequestValidationError) Key

Key function returns key value.

func (AbortQueuedActionRequestValidationError) Reason

Reason function returns reason value.

type AbortQueuedActionResponse

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

func (*AbortQueuedActionResponse) Descriptor deprecated

func (*AbortQueuedActionResponse) Descriptor() ([]byte, []int)

Deprecated: Use AbortQueuedActionResponse.ProtoReflect.Descriptor instead.

func (*AbortQueuedActionResponse) ProtoMessage

func (*AbortQueuedActionResponse) ProtoMessage()

func (*AbortQueuedActionResponse) ProtoReflect

func (*AbortQueuedActionResponse) Reset

func (x *AbortQueuedActionResponse) Reset()

func (*AbortQueuedActionResponse) String

func (x *AbortQueuedActionResponse) String() string

func (*AbortQueuedActionResponse) Validate

func (m *AbortQueuedActionResponse) Validate() error

Validate checks the field values on AbortQueuedActionResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AbortQueuedActionResponse) ValidateAll

func (m *AbortQueuedActionResponse) ValidateAll() error

ValidateAll checks the field values on AbortQueuedActionResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AbortQueuedActionResponseMultiError, or nil if none found.

type AbortQueuedActionResponseMultiError

type AbortQueuedActionResponseMultiError []error

AbortQueuedActionResponseMultiError is an error wrapping multiple validation errors returned by AbortQueuedActionResponse.ValidateAll() if the designated constraints aren't met.

func (AbortQueuedActionResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (AbortQueuedActionResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type AbortQueuedActionResponseValidationError

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

AbortQueuedActionResponseValidationError is the validation error returned by AbortQueuedActionResponse.Validate if the designated constraints aren't met.

func (AbortQueuedActionResponseValidationError) Cause

Cause function returns cause value.

func (AbortQueuedActionResponseValidationError) Error

Error satisfies the builtin error interface

func (AbortQueuedActionResponseValidationError) ErrorName

ErrorName returns error name.

func (AbortQueuedActionResponseValidationError) Field

Field function returns field value.

func (AbortQueuedActionResponseValidationError) Key

Key function returns key value.

func (AbortQueuedActionResponseValidationError) Reason

Reason function returns reason value.

type AbortQueuedRunRequest

type AbortQueuedRunRequest struct {

	// the unique identifier for the run to be aborted.
	RunId *common.RunIdentifier `protobuf:"bytes,1,opt,name=run_id,json=runId,proto3" json:"run_id,omitempty"`
	// Reason for aborting the run, if applicable.
	Reason *string `protobuf:"bytes,2,opt,name=reason,proto3,oneof" json:"reason,omitempty"`
	// contains filtered or unexported fields
}

request message for aborting a run.

func (*AbortQueuedRunRequest) Descriptor deprecated

func (*AbortQueuedRunRequest) Descriptor() ([]byte, []int)

Deprecated: Use AbortQueuedRunRequest.ProtoReflect.Descriptor instead.

func (*AbortQueuedRunRequest) GetReason

func (x *AbortQueuedRunRequest) GetReason() string

func (*AbortQueuedRunRequest) GetRunId

func (*AbortQueuedRunRequest) ProtoMessage

func (*AbortQueuedRunRequest) ProtoMessage()

func (*AbortQueuedRunRequest) ProtoReflect

func (x *AbortQueuedRunRequest) ProtoReflect() protoreflect.Message

func (*AbortQueuedRunRequest) Reset

func (x *AbortQueuedRunRequest) Reset()

func (*AbortQueuedRunRequest) String

func (x *AbortQueuedRunRequest) String() string

func (*AbortQueuedRunRequest) Validate

func (m *AbortQueuedRunRequest) Validate() error

Validate checks the field values on AbortQueuedRunRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AbortQueuedRunRequest) ValidateAll

func (m *AbortQueuedRunRequest) ValidateAll() error

ValidateAll checks the field values on AbortQueuedRunRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AbortQueuedRunRequestMultiError, or nil if none found.

type AbortQueuedRunRequestMultiError

type AbortQueuedRunRequestMultiError []error

AbortQueuedRunRequestMultiError is an error wrapping multiple validation errors returned by AbortQueuedRunRequest.ValidateAll() if the designated constraints aren't met.

func (AbortQueuedRunRequestMultiError) AllErrors

func (m AbortQueuedRunRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AbortQueuedRunRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type AbortQueuedRunRequestValidationError

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

AbortQueuedRunRequestValidationError is the validation error returned by AbortQueuedRunRequest.Validate if the designated constraints aren't met.

func (AbortQueuedRunRequestValidationError) Cause

Cause function returns cause value.

func (AbortQueuedRunRequestValidationError) Error

Error satisfies the builtin error interface

func (AbortQueuedRunRequestValidationError) ErrorName

ErrorName returns error name.

func (AbortQueuedRunRequestValidationError) Field

Field function returns field value.

func (AbortQueuedRunRequestValidationError) Key

Key function returns key value.

func (AbortQueuedRunRequestValidationError) Reason

Reason function returns reason value.

type AbortQueuedRunResponse

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

response message for aborting a run.

func (*AbortQueuedRunResponse) Descriptor deprecated

func (*AbortQueuedRunResponse) Descriptor() ([]byte, []int)

Deprecated: Use AbortQueuedRunResponse.ProtoReflect.Descriptor instead.

func (*AbortQueuedRunResponse) ProtoMessage

func (*AbortQueuedRunResponse) ProtoMessage()

func (*AbortQueuedRunResponse) ProtoReflect

func (x *AbortQueuedRunResponse) ProtoReflect() protoreflect.Message

func (*AbortQueuedRunResponse) Reset

func (x *AbortQueuedRunResponse) Reset()

func (*AbortQueuedRunResponse) String

func (x *AbortQueuedRunResponse) String() string

func (*AbortQueuedRunResponse) Validate

func (m *AbortQueuedRunResponse) Validate() error

Validate checks the field values on AbortQueuedRunResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AbortQueuedRunResponse) ValidateAll

func (m *AbortQueuedRunResponse) ValidateAll() error

ValidateAll checks the field values on AbortQueuedRunResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AbortQueuedRunResponseMultiError, or nil if none found.

type AbortQueuedRunResponseMultiError

type AbortQueuedRunResponseMultiError []error

AbortQueuedRunResponseMultiError is an error wrapping multiple validation errors returned by AbortQueuedRunResponse.ValidateAll() if the designated constraints aren't met.

func (AbortQueuedRunResponseMultiError) AllErrors

func (m AbortQueuedRunResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AbortQueuedRunResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type AbortQueuedRunResponseValidationError

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

AbortQueuedRunResponseValidationError is the validation error returned by AbortQueuedRunResponse.Validate if the designated constraints aren't met.

func (AbortQueuedRunResponseValidationError) Cause

Cause function returns cause value.

func (AbortQueuedRunResponseValidationError) Error

Error satisfies the builtin error interface

func (AbortQueuedRunResponseValidationError) ErrorName

ErrorName returns error name.

func (AbortQueuedRunResponseValidationError) Field

Field function returns field value.

func (AbortQueuedRunResponseValidationError) Key

Key function returns key value.

func (AbortQueuedRunResponseValidationError) Reason

Reason function returns reason value.

type AbortRunRequest

type AbortRunRequest struct {

	// Run to abort.
	RunId *common.RunIdentifier `protobuf:"bytes,1,opt,name=run_id,json=runId,proto3" json:"run_id,omitempty"`
	// Reason for aborting the run. if applicable.
	Reason *string `protobuf:"bytes,2,opt,name=reason,proto3,oneof" json:"reason,omitempty"`
	// contains filtered or unexported fields
}

Request message for aborting a run.

func (*AbortRunRequest) Descriptor deprecated

func (*AbortRunRequest) Descriptor() ([]byte, []int)

Deprecated: Use AbortRunRequest.ProtoReflect.Descriptor instead.

func (*AbortRunRequest) GetReason

func (x *AbortRunRequest) GetReason() string

func (*AbortRunRequest) GetRunId

func (x *AbortRunRequest) GetRunId() *common.RunIdentifier

func (*AbortRunRequest) ProtoMessage

func (*AbortRunRequest) ProtoMessage()

func (*AbortRunRequest) ProtoReflect

func (x *AbortRunRequest) ProtoReflect() protoreflect.Message

func (*AbortRunRequest) Reset

func (x *AbortRunRequest) Reset()

func (*AbortRunRequest) String

func (x *AbortRunRequest) String() string

func (*AbortRunRequest) Validate

func (m *AbortRunRequest) Validate() error

Validate checks the field values on AbortRunRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AbortRunRequest) ValidateAll

func (m *AbortRunRequest) ValidateAll() error

ValidateAll checks the field values on AbortRunRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AbortRunRequestMultiError, or nil if none found.

type AbortRunRequestMultiError

type AbortRunRequestMultiError []error

AbortRunRequestMultiError is an error wrapping multiple validation errors returned by AbortRunRequest.ValidateAll() if the designated constraints aren't met.

func (AbortRunRequestMultiError) AllErrors

func (m AbortRunRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AbortRunRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type AbortRunRequestValidationError

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

AbortRunRequestValidationError is the validation error returned by AbortRunRequest.Validate if the designated constraints aren't met.

func (AbortRunRequestValidationError) Cause

Cause function returns cause value.

func (AbortRunRequestValidationError) Error

Error satisfies the builtin error interface

func (AbortRunRequestValidationError) ErrorName

func (e AbortRunRequestValidationError) ErrorName() string

ErrorName returns error name.

func (AbortRunRequestValidationError) Field

Field function returns field value.

func (AbortRunRequestValidationError) Key

Key function returns key value.

func (AbortRunRequestValidationError) Reason

Reason function returns reason value.

type AbortRunResponse

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

Response message for aborting a run.

func (*AbortRunResponse) Descriptor deprecated

func (*AbortRunResponse) Descriptor() ([]byte, []int)

Deprecated: Use AbortRunResponse.ProtoReflect.Descriptor instead.

func (*AbortRunResponse) ProtoMessage

func (*AbortRunResponse) ProtoMessage()

func (*AbortRunResponse) ProtoReflect

func (x *AbortRunResponse) ProtoReflect() protoreflect.Message

func (*AbortRunResponse) Reset

func (x *AbortRunResponse) Reset()

func (*AbortRunResponse) String

func (x *AbortRunResponse) String() string

func (*AbortRunResponse) Validate

func (m *AbortRunResponse) Validate() error

Validate checks the field values on AbortRunResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AbortRunResponse) ValidateAll

func (m *AbortRunResponse) ValidateAll() error

ValidateAll checks the field values on AbortRunResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AbortRunResponseMultiError, or nil if none found.

type AbortRunResponseMultiError

type AbortRunResponseMultiError []error

AbortRunResponseMultiError is an error wrapping multiple validation errors returned by AbortRunResponse.ValidateAll() if the designated constraints aren't met.

func (AbortRunResponseMultiError) AllErrors

func (m AbortRunResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AbortRunResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type AbortRunResponseValidationError

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

AbortRunResponseValidationError is the validation error returned by AbortRunResponse.Validate if the designated constraints aren't met.

func (AbortRunResponseValidationError) Cause

Cause function returns cause value.

func (AbortRunResponseValidationError) Error

Error satisfies the builtin error interface

func (AbortRunResponseValidationError) ErrorName

ErrorName returns error name.

func (AbortRunResponseValidationError) Field

Field function returns field value.

func (AbortRunResponseValidationError) Key

Key function returns key value.

func (AbortRunResponseValidationError) Reason

Reason function returns reason value.

type Action

type Action struct {

	// Id for this action.
	Id *common.ActionIdentifier `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// Metadata for this action.
	Metadata *ActionMetadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// Last known status.
	Status *ActionStatus `protobuf:"bytes,3,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

Lightweight representation of an action.

func (*Action) Descriptor deprecated

func (*Action) Descriptor() ([]byte, []int)

Deprecated: Use Action.ProtoReflect.Descriptor instead.

func (*Action) GetId

func (x *Action) GetId() *common.ActionIdentifier

func (*Action) GetMetadata

func (x *Action) GetMetadata() *ActionMetadata

func (*Action) GetStatus

func (x *Action) GetStatus() *ActionStatus

func (*Action) ProtoMessage

func (*Action) ProtoMessage()

func (*Action) ProtoReflect

func (x *Action) ProtoReflect() protoreflect.Message

func (*Action) Reset

func (x *Action) Reset()

func (*Action) String

func (x *Action) String() string

func (*Action) Validate

func (m *Action) Validate() error

Validate checks the field values on Action with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Action) ValidateAll

func (m *Action) ValidateAll() error

ValidateAll checks the field values on Action with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ActionMultiError, or nil if none found.

type ActionAttempt

type ActionAttempt struct {

	// Last known phase.
	Phase common.ActionPhase `protobuf:"varint,1,opt,name=phase,proto3,enum=flyteidl2.common.ActionPhase" json:"phase,omitempty"`
	// Time the attempt started.
	StartTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	// Time the attempt ended, if applicable.
	EndTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=end_time,json=endTime,proto3,oneof" json:"end_time,omitempty"`
	// Error info for the attempt, if failed.
	ErrorInfo *ErrorInfo `protobuf:"bytes,4,opt,name=error_info,json=errorInfo,proto3,oneof" json:"error_info,omitempty"`
	// The attempt number, starting with 1.
	Attempt uint32 `protobuf:"varint,5,opt,name=attempt,proto3" json:"attempt,omitempty"`
	// Log references.
	LogInfo []*core.TaskLog `protobuf:"bytes,6,rep,name=log_info,json=logInfo,proto3" json:"log_info,omitempty"`
	// Output references.
	Outputs *task.OutputReferences `protobuf:"bytes,7,opt,name=outputs,proto3" json:"outputs,omitempty"`
	// Indicates whether logs are available for tailing. It doesn't necessarily indicate the logs are present, but that
	// we have the info we need to look them up.
	LogsAvailable bool `protobuf:"varint,8,opt,name=logs_available,json=logsAvailable,proto3" json:"logs_available,omitempty"`
	// cache status of the action attempt
	CacheStatus core.CatalogCacheStatus `` /* 134-byte string literal not displayed */
	// Cluster events like k8s events in a human-readable form.
	ClusterEvents []*ClusterEvent `protobuf:"bytes,10,rep,name=cluster_events,json=clusterEvents,proto3" json:"cluster_events,omitempty"`
	// History of phase transitions.
	PhaseTransitions []*PhaseTransition `protobuf:"bytes,11,rep,name=phase_transitions,json=phaseTransitions,proto3" json:"phase_transitions,omitempty"`
	// The cluster this attempt is assigned to.
	Cluster string `protobuf:"bytes,12,opt,name=cluster,proto3" json:"cluster,omitempty"`
	// Contains corresponding k8s pods and containers information for this action attempt.
	LogContext *core.LogContext `protobuf:"bytes,13,opt,name=log_context,json=logContext,proto3" json:"log_context,omitempty"`
	// contains filtered or unexported fields
}

ActionAttempt is a single attempt of an action.

func (*ActionAttempt) Descriptor deprecated

func (*ActionAttempt) Descriptor() ([]byte, []int)

Deprecated: Use ActionAttempt.ProtoReflect.Descriptor instead.

func (*ActionAttempt) GetAttempt

func (x *ActionAttempt) GetAttempt() uint32

func (*ActionAttempt) GetCacheStatus

func (x *ActionAttempt) GetCacheStatus() core.CatalogCacheStatus

func (*ActionAttempt) GetCluster

func (x *ActionAttempt) GetCluster() string

func (*ActionAttempt) GetClusterEvents

func (x *ActionAttempt) GetClusterEvents() []*ClusterEvent

func (*ActionAttempt) GetEndTime

func (x *ActionAttempt) GetEndTime() *timestamppb.Timestamp

func (*ActionAttempt) GetErrorInfo

func (x *ActionAttempt) GetErrorInfo() *ErrorInfo

func (*ActionAttempt) GetLogContext

func (x *ActionAttempt) GetLogContext() *core.LogContext

func (*ActionAttempt) GetLogInfo

func (x *ActionAttempt) GetLogInfo() []*core.TaskLog

func (*ActionAttempt) GetLogsAvailable

func (x *ActionAttempt) GetLogsAvailable() bool

func (*ActionAttempt) GetOutputs

func (x *ActionAttempt) GetOutputs() *task.OutputReferences

func (*ActionAttempt) GetPhase

func (x *ActionAttempt) GetPhase() common.ActionPhase

func (*ActionAttempt) GetPhaseTransitions

func (x *ActionAttempt) GetPhaseTransitions() []*PhaseTransition

func (*ActionAttempt) GetStartTime

func (x *ActionAttempt) GetStartTime() *timestamppb.Timestamp

func (*ActionAttempt) ProtoMessage

func (*ActionAttempt) ProtoMessage()

func (*ActionAttempt) ProtoReflect

func (x *ActionAttempt) ProtoReflect() protoreflect.Message

func (*ActionAttempt) Reset

func (x *ActionAttempt) Reset()

func (*ActionAttempt) String

func (x *ActionAttempt) String() string

func (*ActionAttempt) Validate

func (m *ActionAttempt) Validate() error

Validate checks the field values on ActionAttempt with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ActionAttempt) ValidateAll

func (m *ActionAttempt) ValidateAll() error

ValidateAll checks the field values on ActionAttempt with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ActionAttemptMultiError, or nil if none found.

type ActionAttemptMultiError

type ActionAttemptMultiError []error

ActionAttemptMultiError is an error wrapping multiple validation errors returned by ActionAttempt.ValidateAll() if the designated constraints aren't met.

func (ActionAttemptMultiError) AllErrors

func (m ActionAttemptMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ActionAttemptMultiError) Error

func (m ActionAttemptMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ActionAttemptValidationError

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

ActionAttemptValidationError is the validation error returned by ActionAttempt.Validate if the designated constraints aren't met.

func (ActionAttemptValidationError) Cause

Cause function returns cause value.

func (ActionAttemptValidationError) Error

Error satisfies the builtin error interface

func (ActionAttemptValidationError) ErrorName

func (e ActionAttemptValidationError) ErrorName() string

ErrorName returns error name.

func (ActionAttemptValidationError) Field

Field function returns field value.

func (ActionAttemptValidationError) Key

Key function returns key value.

func (ActionAttemptValidationError) Reason

Reason function returns reason value.

type ActionDetails

type ActionDetails struct {

	// Id for this action.
	Id *common.ActionIdentifier `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// Metadata for this action.
	Metadata *ActionMetadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// Last known status.
	Status *ActionStatus `protobuf:"bytes,3,opt,name=status,proto3" json:"status,omitempty"`
	// Types that are assignable to Result:
	//
	//	*ActionDetails_ErrorInfo
	//	*ActionDetails_AbortInfo
	Result isActionDetails_Result `protobuf_oneof:"result"`
	// Fully resolved spec of the action. Merges user submitted task spec with platform defaults.
	//
	// Types that are assignable to Spec:
	//
	//	*ActionDetails_Task
	//	*ActionDetails_Trace
	//	*ActionDetails_Condition
	Spec isActionDetails_Spec `protobuf_oneof:"spec"`
	// List of action attempts.
	Attempts []*ActionAttempt `protobuf:"bytes,7,rep,name=attempts,proto3" json:"attempts,omitempty"`
	// contains filtered or unexported fields
}

ActionDetails is the full details of an action.

func (*ActionDetails) Descriptor deprecated

func (*ActionDetails) Descriptor() ([]byte, []int)

Deprecated: Use ActionDetails.ProtoReflect.Descriptor instead.

func (*ActionDetails) GetAbortInfo

func (x *ActionDetails) GetAbortInfo() *AbortInfo

func (*ActionDetails) GetAttempts

func (x *ActionDetails) GetAttempts() []*ActionAttempt

func (*ActionDetails) GetCondition added in v2.0.19

func (x *ActionDetails) GetCondition() *ConditionAction

func (*ActionDetails) GetErrorInfo

func (x *ActionDetails) GetErrorInfo() *ErrorInfo

func (*ActionDetails) GetId

func (*ActionDetails) GetMetadata

func (x *ActionDetails) GetMetadata() *ActionMetadata

func (*ActionDetails) GetResult

func (m *ActionDetails) GetResult() isActionDetails_Result

func (*ActionDetails) GetSpec

func (m *ActionDetails) GetSpec() isActionDetails_Spec

func (*ActionDetails) GetStatus

func (x *ActionDetails) GetStatus() *ActionStatus

func (*ActionDetails) GetTask

func (x *ActionDetails) GetTask() *task.TaskSpec

func (*ActionDetails) GetTrace

func (x *ActionDetails) GetTrace() *task.TraceSpec

func (*ActionDetails) ProtoMessage

func (*ActionDetails) ProtoMessage()

func (*ActionDetails) ProtoReflect

func (x *ActionDetails) ProtoReflect() protoreflect.Message

func (*ActionDetails) Reset

func (x *ActionDetails) Reset()

func (*ActionDetails) String

func (x *ActionDetails) String() string

func (*ActionDetails) Validate

func (m *ActionDetails) Validate() error

Validate checks the field values on ActionDetails with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ActionDetails) ValidateAll

func (m *ActionDetails) ValidateAll() error

ValidateAll checks the field values on ActionDetails with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ActionDetailsMultiError, or nil if none found.

type ActionDetailsMultiError

type ActionDetailsMultiError []error

ActionDetailsMultiError is an error wrapping multiple validation errors returned by ActionDetails.ValidateAll() if the designated constraints aren't met.

func (ActionDetailsMultiError) AllErrors

func (m ActionDetailsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ActionDetailsMultiError) Error

func (m ActionDetailsMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ActionDetailsValidationError

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

ActionDetailsValidationError is the validation error returned by ActionDetails.Validate if the designated constraints aren't met.

func (ActionDetailsValidationError) Cause

Cause function returns cause value.

func (ActionDetailsValidationError) Error

Error satisfies the builtin error interface

func (ActionDetailsValidationError) ErrorName

func (e ActionDetailsValidationError) ErrorName() string

ErrorName returns error name.

func (ActionDetailsValidationError) Field

Field function returns field value.

func (ActionDetailsValidationError) Key

Key function returns key value.

func (ActionDetailsValidationError) Reason

Reason function returns reason value.

type ActionDetails_AbortInfo

type ActionDetails_AbortInfo struct {
	// Abort info for the action, if aborted.
	AbortInfo *AbortInfo `protobuf:"bytes,5,opt,name=abort_info,json=abortInfo,proto3,oneof"`
}

type ActionDetails_Condition added in v2.0.19

type ActionDetails_Condition struct {
	Condition *ConditionAction `protobuf:"bytes,9,opt,name=condition,proto3,oneof"`
}

type ActionDetails_ErrorInfo

type ActionDetails_ErrorInfo struct {
	// Error info for the action, if failed.
	ErrorInfo *ErrorInfo `protobuf:"bytes,4,opt,name=error_info,json=errorInfo,proto3,oneof"`
}

type ActionDetails_Task

type ActionDetails_Task struct {
	Task *task.TaskSpec `protobuf:"bytes,6,opt,name=task,proto3,oneof"`
}

type ActionDetails_Trace

type ActionDetails_Trace struct {
	Trace *task.TraceSpec `protobuf:"bytes,8,opt,name=trace,proto3,oneof"`
}

type ActionEvent

type ActionEvent struct {

	// The action id.
	Id *common.ActionIdentifier `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// The attempt number.
	Attempt uint32 `protobuf:"varint,2,opt,name=attempt,proto3" json:"attempt,omitempty"`
	// The phase for this attempt.
	Phase common.ActionPhase `protobuf:"varint,3,opt,name=phase,proto3,enum=flyteidl2.common.ActionPhase" json:"phase,omitempty"`
	// The version of this attempt and phase.
	Version uint32 `protobuf:"varint,4,opt,name=version,proto3" json:"version,omitempty"`
	// Time the attempt started.
	//
	// Deprecated: Marked as deprecated in flyteidl2/workflow/run_definition.proto.
	StartTime *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	// Timestamp when the event occurred, as recorded by the underlying platform (e.g. Kubernetes).
	UpdatedTime *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=updated_time,json=updatedTime,proto3" json:"updated_time,omitempty"`
	// Time the attempt ended, if applicable.
	//
	// Deprecated: Marked as deprecated in flyteidl2/workflow/run_definition.proto.
	EndTime *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=end_time,json=endTime,proto3,oneof" json:"end_time,omitempty"`
	// Error info for the attempt, if failed.
	ErrorInfo *ErrorInfo `protobuf:"bytes,8,opt,name=error_info,json=errorInfo,proto3,oneof" json:"error_info,omitempty"`
	// Log references.
	LogInfo []*core.TaskLog `protobuf:"bytes,9,rep,name=log_info,json=logInfo,proto3" json:"log_info,omitempty"`
	// Metadata to associate containers with logs.
	LogContext *core.LogContext `protobuf:"bytes,10,opt,name=log_context,json=logContext,proto3" json:"log_context,omitempty"`
	// The cluster this attempt is running on.
	Cluster string `protobuf:"bytes,11,opt,name=cluster,proto3" json:"cluster,omitempty"`
	// Output references.
	Outputs *task.OutputReferences `protobuf:"bytes,12,opt,name=outputs,proto3" json:"outputs,omitempty"`
	// cache status of the action attempt
	CacheStatus core.CatalogCacheStatus `` /* 135-byte string literal not displayed */
	// Cluster events like k8s events in a human-readable form.
	ClusterEvents []*ClusterEvent `protobuf:"bytes,14,rep,name=cluster_events,json=clusterEvents,proto3" json:"cluster_events,omitempty"`
	// Timestamp when the event was observed and reported by the executor
	ReportedTime *timestamppb.Timestamp `protobuf:"bytes,15,opt,name=reported_time,json=reportedTime,proto3" json:"reported_time,omitempty"`
	// contains filtered or unexported fields
}

Event payload for an action

func (*ActionEvent) Descriptor deprecated

func (*ActionEvent) Descriptor() ([]byte, []int)

Deprecated: Use ActionEvent.ProtoReflect.Descriptor instead.

func (*ActionEvent) GetAttempt

func (x *ActionEvent) GetAttempt() uint32

func (*ActionEvent) GetCacheStatus

func (x *ActionEvent) GetCacheStatus() core.CatalogCacheStatus

func (*ActionEvent) GetCluster

func (x *ActionEvent) GetCluster() string

func (*ActionEvent) GetClusterEvents

func (x *ActionEvent) GetClusterEvents() []*ClusterEvent

func (*ActionEvent) GetEndTime deprecated

func (x *ActionEvent) GetEndTime() *timestamppb.Timestamp

Deprecated: Marked as deprecated in flyteidl2/workflow/run_definition.proto.

func (*ActionEvent) GetErrorInfo

func (x *ActionEvent) GetErrorInfo() *ErrorInfo

func (*ActionEvent) GetId

func (x *ActionEvent) GetId() *common.ActionIdentifier

func (*ActionEvent) GetLogContext

func (x *ActionEvent) GetLogContext() *core.LogContext

func (*ActionEvent) GetLogInfo

func (x *ActionEvent) GetLogInfo() []*core.TaskLog

func (*ActionEvent) GetOutputs

func (x *ActionEvent) GetOutputs() *task.OutputReferences

func (*ActionEvent) GetPhase

func (x *ActionEvent) GetPhase() common.ActionPhase

func (*ActionEvent) GetReportedTime

func (x *ActionEvent) GetReportedTime() *timestamppb.Timestamp

func (*ActionEvent) GetStartTime deprecated

func (x *ActionEvent) GetStartTime() *timestamppb.Timestamp

Deprecated: Marked as deprecated in flyteidl2/workflow/run_definition.proto.

func (*ActionEvent) GetUpdatedTime

func (x *ActionEvent) GetUpdatedTime() *timestamppb.Timestamp

func (*ActionEvent) GetVersion

func (x *ActionEvent) GetVersion() uint32

func (*ActionEvent) ProtoMessage

func (*ActionEvent) ProtoMessage()

func (*ActionEvent) ProtoReflect

func (x *ActionEvent) ProtoReflect() protoreflect.Message

func (*ActionEvent) Reset

func (x *ActionEvent) Reset()

func (*ActionEvent) String

func (x *ActionEvent) String() string

func (*ActionEvent) Validate

func (m *ActionEvent) Validate() error

Validate checks the field values on ActionEvent with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ActionEvent) ValidateAll

func (m *ActionEvent) ValidateAll() error

ValidateAll checks the field values on ActionEvent with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ActionEventMultiError, or nil if none found.

type ActionEventMultiError

type ActionEventMultiError []error

ActionEventMultiError is an error wrapping multiple validation errors returned by ActionEvent.ValidateAll() if the designated constraints aren't met.

func (ActionEventMultiError) AllErrors

func (m ActionEventMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ActionEventMultiError) Error

func (m ActionEventMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ActionEventValidationError

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

ActionEventValidationError is the validation error returned by ActionEvent.Validate if the designated constraints aren't met.

func (ActionEventValidationError) Cause

Cause function returns cause value.

func (ActionEventValidationError) Error

Error satisfies the builtin error interface

func (ActionEventValidationError) ErrorName

func (e ActionEventValidationError) ErrorName() string

ErrorName returns error name.

func (ActionEventValidationError) Field

Field function returns field value.

func (ActionEventValidationError) Key

Key function returns key value.

func (ActionEventValidationError) Reason

Reason function returns reason value.

type ActionLeaf added in v2.0.21

type ActionLeaf struct {

	// Member action name; resolves to a node under the group's parent.
	ActionId string `protobuf:"bytes,1,opt,name=action_id,json=actionId,proto3" json:"action_id,omitempty"`
	// Interned short name from the member's task spec.
	ShortName string `protobuf:"bytes,2,opt,name=short_name,json=shortName,proto3" json:"short_name,omitempty"`
	// Metric for this entry — wall-clock duration, running duration, or
	// setup time depending on which list the leaf appears in.
	Duration *durationpb.Duration `protobuf:"bytes,3,opt,name=duration,proto3" json:"duration,omitempty"`
	// contains filtered or unexported fields
}

ActionLeaf is one entry in a GroupAggregations top-3 list.

func (*ActionLeaf) Descriptor deprecated added in v2.0.21

func (*ActionLeaf) Descriptor() ([]byte, []int)

Deprecated: Use ActionLeaf.ProtoReflect.Descriptor instead.

func (*ActionLeaf) GetActionId added in v2.0.21

func (x *ActionLeaf) GetActionId() string

func (*ActionLeaf) GetDuration added in v2.0.21

func (x *ActionLeaf) GetDuration() *durationpb.Duration

func (*ActionLeaf) GetShortName added in v2.0.21

func (x *ActionLeaf) GetShortName() string

func (*ActionLeaf) ProtoMessage added in v2.0.21

func (*ActionLeaf) ProtoMessage()

func (*ActionLeaf) ProtoReflect added in v2.0.21

func (x *ActionLeaf) ProtoReflect() protoreflect.Message

func (*ActionLeaf) Reset added in v2.0.21

func (x *ActionLeaf) Reset()

func (*ActionLeaf) String added in v2.0.21

func (x *ActionLeaf) String() string

func (*ActionLeaf) Validate added in v2.0.21

func (m *ActionLeaf) Validate() error

Validate checks the field values on ActionLeaf with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ActionLeaf) ValidateAll added in v2.0.21

func (m *ActionLeaf) ValidateAll() error

ValidateAll checks the field values on ActionLeaf with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ActionLeafMultiError, or nil if none found.

type ActionLeafMultiError added in v2.0.21

type ActionLeafMultiError []error

ActionLeafMultiError is an error wrapping multiple validation errors returned by ActionLeaf.ValidateAll() if the designated constraints aren't met.

func (ActionLeafMultiError) AllErrors added in v2.0.21

func (m ActionLeafMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ActionLeafMultiError) Error added in v2.0.21

func (m ActionLeafMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ActionLeafValidationError added in v2.0.21

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

ActionLeafValidationError is the validation error returned by ActionLeaf.Validate if the designated constraints aren't met.

func (ActionLeafValidationError) Cause added in v2.0.21

func (e ActionLeafValidationError) Cause() error

Cause function returns cause value.

func (ActionLeafValidationError) Error added in v2.0.21

Error satisfies the builtin error interface

func (ActionLeafValidationError) ErrorName added in v2.0.21

func (e ActionLeafValidationError) ErrorName() string

ErrorName returns error name.

func (ActionLeafValidationError) Field added in v2.0.21

Field function returns field value.

func (ActionLeafValidationError) Key added in v2.0.21

Key function returns key value.

func (ActionLeafValidationError) Reason added in v2.0.21

func (e ActionLeafValidationError) Reason() string

Reason function returns reason value.

type ActionMetadata

type ActionMetadata struct {

	// Parent action if not the root.
	Parent string `protobuf:"bytes,3,opt,name=parent,proto3" json:"parent,omitempty"`
	// Group this action belongs to, if applicable.
	Group string `protobuf:"bytes,5,opt,name=group,proto3" json:"group,omitempty"`
	// Identity that executed this run.
	ExecutedBy *common.EnrichedIdentity `protobuf:"bytes,6,opt,name=executed_by,json=executedBy,proto3" json:"executed_by,omitempty"`
	// Types that are assignable to Spec:
	//
	//	*ActionMetadata_Task
	//	*ActionMetadata_Trace
	//	*ActionMetadata_Condition
	Spec isActionMetadata_Spec `protobuf_oneof:"spec"`
	// Action type.
	ActionType ActionType `` /* 128-byte string literal not displayed */
	// If this run was initiated by a trigger, this will store the trigger identifier.
	TriggerId *common.TriggerIdentifier `protobuf:"bytes,11,opt,name=trigger_id,json=triggerId,proto3" json:"trigger_id,omitempty"`
	// Environment name
	EnvironmentName string `protobuf:"bytes,12,opt,name=environment_name,json=environmentName,proto3" json:"environment_name,omitempty"`
	// Function name
	FuntionName string `protobuf:"bytes,13,opt,name=funtion_name,json=funtionName,proto3" json:"funtion_name,omitempty"`
	// Trigger name
	TriggerName string `protobuf:"bytes,14,opt,name=trigger_name,json=triggerName,proto3" json:"trigger_name,omitempty"`
	// Trigger Type
	TriggerType *task.TriggerAutomationSpec `protobuf:"bytes,15,opt,name=trigger_type,json=triggerType,proto3" json:"trigger_type,omitempty"`
	// Who initiated this run
	Source RunSource `protobuf:"varint,16,opt,name=source,proto3,enum=flyteidl2.workflow.RunSource" json:"source,omitempty"`
	// contains filtered or unexported fields
}

Static, lightweight metadata about an action.

func (*ActionMetadata) Descriptor deprecated

func (*ActionMetadata) Descriptor() ([]byte, []int)

Deprecated: Use ActionMetadata.ProtoReflect.Descriptor instead.

func (*ActionMetadata) GetActionType

func (x *ActionMetadata) GetActionType() ActionType

func (*ActionMetadata) GetCondition

func (x *ActionMetadata) GetCondition() *ConditionActionMetadata

func (*ActionMetadata) GetEnvironmentName

func (x *ActionMetadata) GetEnvironmentName() string

func (*ActionMetadata) GetExecutedBy

func (x *ActionMetadata) GetExecutedBy() *common.EnrichedIdentity

func (*ActionMetadata) GetFuntionName

func (x *ActionMetadata) GetFuntionName() string

func (*ActionMetadata) GetGroup

func (x *ActionMetadata) GetGroup() string

func (*ActionMetadata) GetParent

func (x *ActionMetadata) GetParent() string

func (*ActionMetadata) GetSource

func (x *ActionMetadata) GetSource() RunSource

func (*ActionMetadata) GetSpec

func (m *ActionMetadata) GetSpec() isActionMetadata_Spec

func (*ActionMetadata) GetTask

func (x *ActionMetadata) GetTask() *TaskActionMetadata

func (*ActionMetadata) GetTrace

func (x *ActionMetadata) GetTrace() *TraceActionMetadata

func (*ActionMetadata) GetTriggerId

func (x *ActionMetadata) GetTriggerId() *common.TriggerIdentifier

func (*ActionMetadata) GetTriggerName

func (x *ActionMetadata) GetTriggerName() string

func (*ActionMetadata) GetTriggerType

func (x *ActionMetadata) GetTriggerType() *task.TriggerAutomationSpec

func (*ActionMetadata) ProtoMessage

func (*ActionMetadata) ProtoMessage()

func (*ActionMetadata) ProtoReflect

func (x *ActionMetadata) ProtoReflect() protoreflect.Message

func (*ActionMetadata) Reset

func (x *ActionMetadata) Reset()

func (*ActionMetadata) String

func (x *ActionMetadata) String() string

func (*ActionMetadata) Validate

func (m *ActionMetadata) Validate() error

Validate checks the field values on ActionMetadata with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ActionMetadata) ValidateAll

func (m *ActionMetadata) ValidateAll() error

ValidateAll checks the field values on ActionMetadata with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ActionMetadataMultiError, or nil if none found.

type ActionMetadataMultiError

type ActionMetadataMultiError []error

ActionMetadataMultiError is an error wrapping multiple validation errors returned by ActionMetadata.ValidateAll() if the designated constraints aren't met.

func (ActionMetadataMultiError) AllErrors

func (m ActionMetadataMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ActionMetadataMultiError) Error

func (m ActionMetadataMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ActionMetadataValidationError

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

ActionMetadataValidationError is the validation error returned by ActionMetadata.Validate if the designated constraints aren't met.

func (ActionMetadataValidationError) Cause

Cause function returns cause value.

func (ActionMetadataValidationError) Error

Error satisfies the builtin error interface

func (ActionMetadataValidationError) ErrorName

func (e ActionMetadataValidationError) ErrorName() string

ErrorName returns error name.

func (ActionMetadataValidationError) Field

Field function returns field value.

func (ActionMetadataValidationError) Key

Key function returns key value.

func (ActionMetadataValidationError) Reason

Reason function returns reason value.

type ActionMetadata_Condition

type ActionMetadata_Condition struct {
	// Condition action.
	Condition *ConditionActionMetadata `protobuf:"bytes,9,opt,name=condition,proto3,oneof"`
}

type ActionMetadata_Task

type ActionMetadata_Task struct {
	// Task action.
	Task *TaskActionMetadata `protobuf:"bytes,7,opt,name=task,proto3,oneof"`
}

type ActionMetadata_Trace

type ActionMetadata_Trace struct {
	// Trace action.
	Trace *TraceActionMetadata `protobuf:"bytes,8,opt,name=trace,proto3,oneof"`
}

type ActionMultiError

type ActionMultiError []error

ActionMultiError is an error wrapping multiple validation errors returned by Action.ValidateAll() if the designated constraints aren't met.

func (ActionMultiError) AllErrors

func (m ActionMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ActionMultiError) Error

func (m ActionMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ActionSpec

type ActionSpec struct {

	// the unique identifier for the action.
	ActionId *common.ActionIdentifier `protobuf:"bytes,1,opt,name=action_id,json=actionId,proto3" json:"action_id,omitempty"`
	// an optional name for the parent action, if it exists. the remaining run metadata (ex. org,
	// project, domain) will be the same as the action_id defined above.
	ParentActionName *string `protobuf:"bytes,2,opt,name=parent_action_name,json=parentActionName,proto3,oneof" json:"parent_action_name,omitempty"`
	// the run spec for this action
	RunSpec *task.RunSpec `protobuf:"bytes,3,opt,name=run_spec,json=runSpec,proto3" json:"run_spec,omitempty"`
	// the path to the input data for this action.
	InputUri string `protobuf:"bytes,4,opt,name=input_uri,json=inputUri,proto3" json:"input_uri,omitempty"`
	// the run base path this action should write its output to.
	RunOutputBase string `protobuf:"bytes,5,opt,name=run_output_base,json=runOutputBase,proto3" json:"run_output_base,omitempty"`
	// Types that are assignable to Spec:
	//
	//	*ActionSpec_Task
	//	*ActionSpec_Condition
	//	*ActionSpec_Trace
	Spec isActionSpec_Spec `protobuf_oneof:"spec"`
	// group this action belongs to, if applicable.
	Group string `protobuf:"bytes,8,opt,name=group,proto3" json:"group,omitempty"`
	// contains filtered or unexported fields
}

func (*ActionSpec) Descriptor deprecated

func (*ActionSpec) Descriptor() ([]byte, []int)

Deprecated: Use ActionSpec.ProtoReflect.Descriptor instead.

func (*ActionSpec) GetActionId

func (x *ActionSpec) GetActionId() *common.ActionIdentifier

func (*ActionSpec) GetCondition

func (x *ActionSpec) GetCondition() *ConditionAction

func (*ActionSpec) GetGroup

func (x *ActionSpec) GetGroup() string

func (*ActionSpec) GetInputUri

func (x *ActionSpec) GetInputUri() string

func (*ActionSpec) GetParentActionName

func (x *ActionSpec) GetParentActionName() string

func (*ActionSpec) GetRunOutputBase

func (x *ActionSpec) GetRunOutputBase() string

func (*ActionSpec) GetRunSpec

func (x *ActionSpec) GetRunSpec() *task.RunSpec

func (*ActionSpec) GetSpec

func (m *ActionSpec) GetSpec() isActionSpec_Spec

func (*ActionSpec) GetTask

func (x *ActionSpec) GetTask() *TaskAction

func (*ActionSpec) GetTrace

func (x *ActionSpec) GetTrace() *TraceAction

func (*ActionSpec) ProtoMessage

func (*ActionSpec) ProtoMessage()

func (*ActionSpec) ProtoReflect

func (x *ActionSpec) ProtoReflect() protoreflect.Message

func (*ActionSpec) Reset

func (x *ActionSpec) Reset()

func (*ActionSpec) String

func (x *ActionSpec) String() string

func (*ActionSpec) Validate

func (m *ActionSpec) Validate() error

Validate checks the field values on ActionSpec with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ActionSpec) ValidateAll

func (m *ActionSpec) ValidateAll() error

ValidateAll checks the field values on ActionSpec with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ActionSpecMultiError, or nil if none found.

type ActionSpecMultiError

type ActionSpecMultiError []error

ActionSpecMultiError is an error wrapping multiple validation errors returned by ActionSpec.ValidateAll() if the designated constraints aren't met.

func (ActionSpecMultiError) AllErrors

func (m ActionSpecMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ActionSpecMultiError) Error

func (m ActionSpecMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ActionSpecValidationError

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

ActionSpecValidationError is the validation error returned by ActionSpec.Validate if the designated constraints aren't met.

func (ActionSpecValidationError) Cause

func (e ActionSpecValidationError) Cause() error

Cause function returns cause value.

func (ActionSpecValidationError) Error

Error satisfies the builtin error interface

func (ActionSpecValidationError) ErrorName

func (e ActionSpecValidationError) ErrorName() string

ErrorName returns error name.

func (ActionSpecValidationError) Field

Field function returns field value.

func (ActionSpecValidationError) Key

Key function returns key value.

func (ActionSpecValidationError) Reason

func (e ActionSpecValidationError) Reason() string

Reason function returns reason value.

type ActionSpec_Condition

type ActionSpec_Condition struct {
	Condition *ConditionAction `protobuf:"bytes,7,opt,name=condition,proto3,oneof"`
}

type ActionSpec_Task

type ActionSpec_Task struct {
	Task *TaskAction `protobuf:"bytes,6,opt,name=task,proto3,oneof"`
}

type ActionSpec_Trace

type ActionSpec_Trace struct {
	Trace *TraceAction `protobuf:"bytes,10,opt,name=trace,proto3,oneof"`
}

type ActionStatus

type ActionStatus struct {

	// Last known phase.
	Phase common.ActionPhase `protobuf:"varint,1,opt,name=phase,proto3,enum=flyteidl2.common.ActionPhase" json:"phase,omitempty"`
	// Time the action started.
	StartTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	// Time the action ended, if applicable.
	EndTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=end_time,json=endTime,proto3,oneof" json:"end_time,omitempty"`
	// Number of action attempts.
	Attempts uint32 `protobuf:"varint,4,opt,name=attempts,proto3" json:"attempts,omitempty"`
	// cache status of the action's latest attempt
	CacheStatus core.CatalogCacheStatus `` /* 134-byte string literal not displayed */
	// Duration of the action in milliseconds.
	DurationMs *uint64 `protobuf:"varint,6,opt,name=duration_ms,json=durationMs,proto3,oneof" json:"duration_ms,omitempty"`
	// contains filtered or unexported fields
}

Lightweight status of an action. For more detailed status see ActionDetails.

func (*ActionStatus) Descriptor deprecated

func (*ActionStatus) Descriptor() ([]byte, []int)

Deprecated: Use ActionStatus.ProtoReflect.Descriptor instead.

func (*ActionStatus) GetAttempts

func (x *ActionStatus) GetAttempts() uint32

func (*ActionStatus) GetCacheStatus

func (x *ActionStatus) GetCacheStatus() core.CatalogCacheStatus

func (*ActionStatus) GetDurationMs

func (x *ActionStatus) GetDurationMs() uint64

func (*ActionStatus) GetEndTime

func (x *ActionStatus) GetEndTime() *timestamppb.Timestamp

func (*ActionStatus) GetPhase

func (x *ActionStatus) GetPhase() common.ActionPhase

func (*ActionStatus) GetStartTime

func (x *ActionStatus) GetStartTime() *timestamppb.Timestamp

func (*ActionStatus) ProtoMessage

func (*ActionStatus) ProtoMessage()

func (*ActionStatus) ProtoReflect

func (x *ActionStatus) ProtoReflect() protoreflect.Message

func (*ActionStatus) Reset

func (x *ActionStatus) Reset()

func (*ActionStatus) String

func (x *ActionStatus) String() string

func (*ActionStatus) Validate

func (m *ActionStatus) Validate() error

Validate checks the field values on ActionStatus with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ActionStatus) ValidateAll

func (m *ActionStatus) ValidateAll() error

ValidateAll checks the field values on ActionStatus with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ActionStatusMultiError, or nil if none found.

type ActionStatusMultiError

type ActionStatusMultiError []error

ActionStatusMultiError is an error wrapping multiple validation errors returned by ActionStatus.ValidateAll() if the designated constraints aren't met.

func (ActionStatusMultiError) AllErrors

func (m ActionStatusMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ActionStatusMultiError) Error

func (m ActionStatusMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ActionStatusValidationError

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

ActionStatusValidationError is the validation error returned by ActionStatus.Validate if the designated constraints aren't met.

func (ActionStatusValidationError) Cause

Cause function returns cause value.

func (ActionStatusValidationError) Error

Error satisfies the builtin error interface

func (ActionStatusValidationError) ErrorName

func (e ActionStatusValidationError) ErrorName() string

ErrorName returns error name.

func (ActionStatusValidationError) Field

Field function returns field value.

func (ActionStatusValidationError) Key

Key function returns key value.

func (ActionStatusValidationError) Reason

Reason function returns reason value.

type ActionType

type ActionType int32
const (
	ActionType_ACTION_TYPE_UNSPECIFIED ActionType = 0
	ActionType_ACTION_TYPE_TASK        ActionType = 1
	ActionType_ACTION_TYPE_TRACE       ActionType = 2
	ActionType_ACTION_TYPE_CONDITION   ActionType = 3
)

func (ActionType) Descriptor

func (ActionType) Descriptor() protoreflect.EnumDescriptor

func (ActionType) Enum

func (x ActionType) Enum() *ActionType

func (ActionType) EnumDescriptor deprecated

func (ActionType) EnumDescriptor() ([]byte, []int)

Deprecated: Use ActionType.Descriptor instead.

func (ActionType) Number

func (x ActionType) Number() protoreflect.EnumNumber

func (ActionType) String

func (x ActionType) String() string

func (ActionType) Type

type ActionUpdate

type ActionUpdate struct {

	// A unique identifier for the action. `nil` is used as a sentinel value; for example,
	ActionId *common.ActionIdentifier `protobuf:"bytes,1,opt,name=action_id,json=actionId,proto3" json:"action_id,omitempty"`
	// the current phase of the action.
	Phase common.ActionPhase `protobuf:"varint,2,opt,name=phase,proto3,enum=flyteidl2.common.ActionPhase" json:"phase,omitempty"`
	// the error associated with the action (if exists).
	Error *core.ExecutionError `protobuf:"bytes,3,opt,name=error,proto3,oneof" json:"error,omitempty"`
	// the output uri for the action
	OutputUri string `protobuf:"bytes,4,opt,name=output_uri,json=outputUri,proto3" json:"output_uri,omitempty"`
	// The value literal for the action (used by condition actions).
	Value *core.Literal `protobuf:"bytes,5,opt,name=value,proto3,oneof" json:"value,omitempty"`
	// contains filtered or unexported fields
}

message to represent an update to the state of an action.

func (*ActionUpdate) Descriptor deprecated

func (*ActionUpdate) Descriptor() ([]byte, []int)

Deprecated: Use ActionUpdate.ProtoReflect.Descriptor instead.

func (*ActionUpdate) GetActionId

func (x *ActionUpdate) GetActionId() *common.ActionIdentifier

func (*ActionUpdate) GetError

func (x *ActionUpdate) GetError() *core.ExecutionError

func (*ActionUpdate) GetOutputUri

func (x *ActionUpdate) GetOutputUri() string

func (*ActionUpdate) GetPhase

func (x *ActionUpdate) GetPhase() common.ActionPhase

func (*ActionUpdate) GetValue added in v2.0.14

func (x *ActionUpdate) GetValue() *core.Literal

func (*ActionUpdate) ProtoMessage

func (*ActionUpdate) ProtoMessage()

func (*ActionUpdate) ProtoReflect

func (x *ActionUpdate) ProtoReflect() protoreflect.Message

func (*ActionUpdate) Reset

func (x *ActionUpdate) Reset()

func (*ActionUpdate) String

func (x *ActionUpdate) String() string

func (*ActionUpdate) Validate

func (m *ActionUpdate) Validate() error

Validate checks the field values on ActionUpdate with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ActionUpdate) ValidateAll

func (m *ActionUpdate) ValidateAll() error

ValidateAll checks the field values on ActionUpdate with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ActionUpdateMultiError, or nil if none found.

type ActionUpdateMultiError

type ActionUpdateMultiError []error

ActionUpdateMultiError is an error wrapping multiple validation errors returned by ActionUpdate.ValidateAll() if the designated constraints aren't met.

func (ActionUpdateMultiError) AllErrors

func (m ActionUpdateMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ActionUpdateMultiError) Error

func (m ActionUpdateMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ActionUpdateValidationError

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

ActionUpdateValidationError is the validation error returned by ActionUpdate.Validate if the designated constraints aren't met.

func (ActionUpdateValidationError) Cause

Cause function returns cause value.

func (ActionUpdateValidationError) Error

Error satisfies the builtin error interface

func (ActionUpdateValidationError) ErrorName

func (e ActionUpdateValidationError) ErrorName() string

ErrorName returns error name.

func (ActionUpdateValidationError) Field

Field function returns field value.

func (ActionUpdateValidationError) Key

Key function returns key value.

func (ActionUpdateValidationError) Reason

Reason function returns reason value.

type ActionValidationError

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

ActionValidationError is the validation error returned by Action.Validate if the designated constraints aren't met.

func (ActionValidationError) Cause

func (e ActionValidationError) Cause() error

Cause function returns cause value.

func (ActionValidationError) Error

func (e ActionValidationError) Error() string

Error satisfies the builtin error interface

func (ActionValidationError) ErrorName

func (e ActionValidationError) ErrorName() string

ErrorName returns error name.

func (ActionValidationError) Field

func (e ActionValidationError) Field() string

Field function returns field value.

func (ActionValidationError) Key

func (e ActionValidationError) Key() bool

Key function returns key value.

func (ActionValidationError) Reason

func (e ActionValidationError) Reason() string

Reason function returns reason value.

type ClusterEvent

type ClusterEvent struct {

	// occurred_at is the timestamp indicating the instant that this reason happened.
	OccurredAt *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=occurred_at,json=occurredAt,proto3" json:"occurred_at,omitempty"`
	// message is the explanation for the most recent phase transition or status update.
	Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	// contains filtered or unexported fields
}

func (*ClusterEvent) Descriptor deprecated

func (*ClusterEvent) Descriptor() ([]byte, []int)

Deprecated: Use ClusterEvent.ProtoReflect.Descriptor instead.

func (*ClusterEvent) GetMessage

func (x *ClusterEvent) GetMessage() string

func (*ClusterEvent) GetOccurredAt

func (x *ClusterEvent) GetOccurredAt() *timestamppb.Timestamp

func (*ClusterEvent) ProtoMessage

func (*ClusterEvent) ProtoMessage()

func (*ClusterEvent) ProtoReflect

func (x *ClusterEvent) ProtoReflect() protoreflect.Message

func (*ClusterEvent) Reset

func (x *ClusterEvent) Reset()

func (*ClusterEvent) String

func (x *ClusterEvent) String() string

func (*ClusterEvent) Validate

func (m *ClusterEvent) Validate() error

Validate checks the field values on ClusterEvent with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ClusterEvent) ValidateAll

func (m *ClusterEvent) ValidateAll() error

ValidateAll checks the field values on ClusterEvent with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ClusterEventMultiError, or nil if none found.

type ClusterEventMultiError

type ClusterEventMultiError []error

ClusterEventMultiError is an error wrapping multiple validation errors returned by ClusterEvent.ValidateAll() if the designated constraints aren't met.

func (ClusterEventMultiError) AllErrors

func (m ClusterEventMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ClusterEventMultiError) Error

func (m ClusterEventMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ClusterEventValidationError

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

ClusterEventValidationError is the validation error returned by ClusterEvent.Validate if the designated constraints aren't met.

func (ClusterEventValidationError) Cause

Cause function returns cause value.

func (ClusterEventValidationError) Error

Error satisfies the builtin error interface

func (ClusterEventValidationError) ErrorName

func (e ClusterEventValidationError) ErrorName() string

ErrorName returns error name.

func (ClusterEventValidationError) Field

Field function returns field value.

func (ClusterEventValidationError) Key

Key function returns key value.

func (ClusterEventValidationError) Reason

Reason function returns reason value.

type ConditionAction

type ConditionAction struct {

	// Name is the unique identifier for the action.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Type is the expected value type for the condition.
	Type *core.LiteralType `protobuf:"bytes,6,opt,name=type,proto3" json:"type,omitempty"`
	// Prompt shown to the user when the condition is awaited.
	Prompt string `protobuf:"bytes,7,opt,name=prompt,proto3" json:"prompt,omitempty"`
	// Description of the condition.
	Description string `protobuf:"bytes,8,opt,name=description,proto3" json:"description,omitempty"`
	// How to render the prompt.
	PromptType ConditionPromptType `` /* 136-byte string literal not displayed */
	// Optional timeout duration. If the condition is not signaled within this
	// duration after creation, it transitions to TIMED_OUT with a timeout error.
	// Must be strictly positive when set; zero or negative values are ignored.
	Timeout *durationpb.Duration `protobuf:"bytes,10,opt,name=timeout,proto3" json:"timeout,omitempty"`
	// Optional webhook to fire when the condition action is created.
	Webhook *ConditionWebhook `protobuf:"bytes,11,opt,name=webhook,proto3" json:"webhook,omitempty"`
	// contains filtered or unexported fields
}

ConditionAction is used to define a condition that can be evaluated at runtime. It can be used to await a signal from an external system and can carry a value.

func (*ConditionAction) Descriptor deprecated

func (*ConditionAction) Descriptor() ([]byte, []int)

Deprecated: Use ConditionAction.ProtoReflect.Descriptor instead.

func (*ConditionAction) GetDescription

func (x *ConditionAction) GetDescription() string

func (*ConditionAction) GetName

func (x *ConditionAction) GetName() string

func (*ConditionAction) GetPrompt

func (x *ConditionAction) GetPrompt() string

func (*ConditionAction) GetPromptType added in v2.0.14

func (x *ConditionAction) GetPromptType() ConditionPromptType

func (*ConditionAction) GetTimeout added in v2.0.14

func (x *ConditionAction) GetTimeout() *durationpb.Duration

func (*ConditionAction) GetType

func (x *ConditionAction) GetType() *core.LiteralType

func (*ConditionAction) GetWebhook added in v2.0.14

func (x *ConditionAction) GetWebhook() *ConditionWebhook

func (*ConditionAction) ProtoMessage

func (*ConditionAction) ProtoMessage()

func (*ConditionAction) ProtoReflect

func (x *ConditionAction) ProtoReflect() protoreflect.Message

func (*ConditionAction) Reset

func (x *ConditionAction) Reset()

func (*ConditionAction) String

func (x *ConditionAction) String() string

func (*ConditionAction) Validate

func (m *ConditionAction) Validate() error

Validate checks the field values on ConditionAction with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ConditionAction) ValidateAll

func (m *ConditionAction) ValidateAll() error

ValidateAll checks the field values on ConditionAction with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ConditionActionMultiError, or nil if none found.

type ConditionActionMetadata

type ConditionActionMetadata struct {

	// Name of the condition (event) as declared by the SDK.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Expected payload type for the SDK SignalEvent call. Clients use this
	// to type-check / format the payload before signaling — for example so
	// `flyte signal event <run> <action> <value>` can pick the right
	// primitive variant without the user passing `--type`.
	Type *core.LiteralType `protobuf:"bytes,5,opt,name=type,proto3" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*ConditionActionMetadata) Descriptor deprecated

func (*ConditionActionMetadata) Descriptor() ([]byte, []int)

Deprecated: Use ConditionActionMetadata.ProtoReflect.Descriptor instead.

func (*ConditionActionMetadata) GetName

func (x *ConditionActionMetadata) GetName() string

func (*ConditionActionMetadata) GetType added in v2.0.19

func (*ConditionActionMetadata) ProtoMessage

func (*ConditionActionMetadata) ProtoMessage()

func (*ConditionActionMetadata) ProtoReflect

func (x *ConditionActionMetadata) ProtoReflect() protoreflect.Message

func (*ConditionActionMetadata) Reset

func (x *ConditionActionMetadata) Reset()

func (*ConditionActionMetadata) String

func (x *ConditionActionMetadata) String() string

func (*ConditionActionMetadata) Validate

func (m *ConditionActionMetadata) Validate() error

Validate checks the field values on ConditionActionMetadata with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ConditionActionMetadata) ValidateAll

func (m *ConditionActionMetadata) ValidateAll() error

ValidateAll checks the field values on ConditionActionMetadata with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ConditionActionMetadataMultiError, or nil if none found.

type ConditionActionMetadataMultiError

type ConditionActionMetadataMultiError []error

ConditionActionMetadataMultiError is an error wrapping multiple validation errors returned by ConditionActionMetadata.ValidateAll() if the designated constraints aren't met.

func (ConditionActionMetadataMultiError) AllErrors

func (m ConditionActionMetadataMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ConditionActionMetadataMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ConditionActionMetadataValidationError

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

ConditionActionMetadataValidationError is the validation error returned by ConditionActionMetadata.Validate if the designated constraints aren't met.

func (ConditionActionMetadataValidationError) Cause

Cause function returns cause value.

func (ConditionActionMetadataValidationError) Error

Error satisfies the builtin error interface

func (ConditionActionMetadataValidationError) ErrorName

ErrorName returns error name.

func (ConditionActionMetadataValidationError) Field

Field function returns field value.

func (ConditionActionMetadataValidationError) Key

Key function returns key value.

func (ConditionActionMetadataValidationError) Reason

Reason function returns reason value.

type ConditionActionMultiError

type ConditionActionMultiError []error

ConditionActionMultiError is an error wrapping multiple validation errors returned by ConditionAction.ValidateAll() if the designated constraints aren't met.

func (ConditionActionMultiError) AllErrors

func (m ConditionActionMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ConditionActionMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ConditionActionValidationError

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

ConditionActionValidationError is the validation error returned by ConditionAction.Validate if the designated constraints aren't met.

func (ConditionActionValidationError) Cause

Cause function returns cause value.

func (ConditionActionValidationError) Error

Error satisfies the builtin error interface

func (ConditionActionValidationError) ErrorName

func (e ConditionActionValidationError) ErrorName() string

ErrorName returns error name.

func (ConditionActionValidationError) Field

Field function returns field value.

func (ConditionActionValidationError) Key

Key function returns key value.

func (ConditionActionValidationError) Reason

Reason function returns reason value.

type ConditionPromptType added in v2.0.14

type ConditionPromptType int32
const (
	ConditionPromptType_CONDITION_PROMPT_TYPE_UNSPECIFIED ConditionPromptType = 0
	ConditionPromptType_CONDITION_PROMPT_TYPE_TEXT        ConditionPromptType = 1
	ConditionPromptType_CONDITION_PROMPT_TYPE_MARKDOWN    ConditionPromptType = 2
)

func (ConditionPromptType) Descriptor added in v2.0.14

func (ConditionPromptType) Enum added in v2.0.14

func (ConditionPromptType) EnumDescriptor deprecated added in v2.0.14

func (ConditionPromptType) EnumDescriptor() ([]byte, []int)

Deprecated: Use ConditionPromptType.Descriptor instead.

func (ConditionPromptType) Number added in v2.0.14

func (ConditionPromptType) String added in v2.0.14

func (x ConditionPromptType) String() string

func (ConditionPromptType) Type added in v2.0.14

type ConditionWebhook added in v2.0.14

type ConditionWebhook struct {

	// The HTTP endpoint to POST to when the condition action is created.
	Url string `protobuf:"bytes,1,opt,name=url,proto3" json:"url,omitempty"`
	// Optional JSON payload. String values may contain "{callback_uri}"
	// which the backend replaces with the signal URI for this condition.
	Payload *structpb.Struct `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"`
	// contains filtered or unexported fields
}

func (*ConditionWebhook) Descriptor deprecated added in v2.0.14

func (*ConditionWebhook) Descriptor() ([]byte, []int)

Deprecated: Use ConditionWebhook.ProtoReflect.Descriptor instead.

func (*ConditionWebhook) GetPayload added in v2.0.14

func (x *ConditionWebhook) GetPayload() *structpb.Struct

func (*ConditionWebhook) GetUrl added in v2.0.14

func (x *ConditionWebhook) GetUrl() string

func (*ConditionWebhook) ProtoMessage added in v2.0.14

func (*ConditionWebhook) ProtoMessage()

func (*ConditionWebhook) ProtoReflect added in v2.0.14

func (x *ConditionWebhook) ProtoReflect() protoreflect.Message

func (*ConditionWebhook) Reset added in v2.0.14

func (x *ConditionWebhook) Reset()

func (*ConditionWebhook) String added in v2.0.14

func (x *ConditionWebhook) String() string

func (*ConditionWebhook) Validate added in v2.0.14

func (m *ConditionWebhook) Validate() error

Validate checks the field values on ConditionWebhook with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ConditionWebhook) ValidateAll added in v2.0.14

func (m *ConditionWebhook) ValidateAll() error

ValidateAll checks the field values on ConditionWebhook with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ConditionWebhookMultiError, or nil if none found.

type ConditionWebhookMultiError added in v2.0.14

type ConditionWebhookMultiError []error

ConditionWebhookMultiError is an error wrapping multiple validation errors returned by ConditionWebhook.ValidateAll() if the designated constraints aren't met.

func (ConditionWebhookMultiError) AllErrors added in v2.0.14

func (m ConditionWebhookMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ConditionWebhookMultiError) Error added in v2.0.14

Error returns a concatenation of all the error messages it wraps.

type ConditionWebhookValidationError added in v2.0.14

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

ConditionWebhookValidationError is the validation error returned by ConditionWebhook.Validate if the designated constraints aren't met.

func (ConditionWebhookValidationError) Cause added in v2.0.14

Cause function returns cause value.

func (ConditionWebhookValidationError) Error added in v2.0.14

Error satisfies the builtin error interface

func (ConditionWebhookValidationError) ErrorName added in v2.0.14

ErrorName returns error name.

func (ConditionWebhookValidationError) Field added in v2.0.14

Field function returns field value.

func (ConditionWebhookValidationError) Key added in v2.0.14

Key function returns key value.

func (ConditionWebhookValidationError) Reason added in v2.0.14

Reason function returns reason value.

type ControlMessage

type ControlMessage struct {

	// a sentinel value to indicate the end of a stream. this is used to disambiguate between a control message and a
	// regular message. When a watch begins the service will return the existing state of all actions, then a sentinel value,
	// before continuing on with ongoing updates. this sequence disambiguates the current state from new updates.
	Sentinel bool `protobuf:"varint,1,opt,name=sentinel,proto3" json:"sentinel,omitempty"`
	// contains filtered or unexported fields
}

func (*ControlMessage) Descriptor deprecated

func (*ControlMessage) Descriptor() ([]byte, []int)

Deprecated: Use ControlMessage.ProtoReflect.Descriptor instead.

func (*ControlMessage) GetSentinel

func (x *ControlMessage) GetSentinel() bool

func (*ControlMessage) ProtoMessage

func (*ControlMessage) ProtoMessage()

func (*ControlMessage) ProtoReflect

func (x *ControlMessage) ProtoReflect() protoreflect.Message

func (*ControlMessage) Reset

func (x *ControlMessage) Reset()

func (*ControlMessage) String

func (x *ControlMessage) String() string

func (*ControlMessage) Validate

func (m *ControlMessage) Validate() error

Validate checks the field values on ControlMessage with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ControlMessage) ValidateAll

func (m *ControlMessage) ValidateAll() error

ValidateAll checks the field values on ControlMessage with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ControlMessageMultiError, or nil if none found.

type ControlMessageMultiError

type ControlMessageMultiError []error

ControlMessageMultiError is an error wrapping multiple validation errors returned by ControlMessage.ValidateAll() if the designated constraints aren't met.

func (ControlMessageMultiError) AllErrors

func (m ControlMessageMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ControlMessageMultiError) Error

func (m ControlMessageMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ControlMessageValidationError

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

ControlMessageValidationError is the validation error returned by ControlMessage.Validate if the designated constraints aren't met.

func (ControlMessageValidationError) Cause

Cause function returns cause value.

func (ControlMessageValidationError) Error

Error satisfies the builtin error interface

func (ControlMessageValidationError) ErrorName

func (e ControlMessageValidationError) ErrorName() string

ErrorName returns error name.

func (ControlMessageValidationError) Field

Field function returns field value.

func (ControlMessageValidationError) Key

Key function returns key value.

func (ControlMessageValidationError) Reason

Reason function returns reason value.

type CreateRunRequest

type CreateRunRequest struct {

	// Types that are assignable to Id:
	//
	//	*CreateRunRequest_RunId
	//	*CreateRunRequest_ProjectId
	Id isCreateRunRequest_Id `protobuf_oneof:"id"`
	// The task to run.
	//
	// Types that are assignable to Task:
	//
	//	*CreateRunRequest_TaskId
	//	*CreateRunRequest_TaskSpec
	//	*CreateRunRequest_TriggerName
	Task isCreateRunRequest_Task `protobuf_oneof:"task"`
	// Inputs to use.
	//
	// Types that are assignable to InputWrapper:
	//
	//	*CreateRunRequest_Inputs
	//	*CreateRunRequest_OffloadedInputData
	InputWrapper isCreateRunRequest_InputWrapper `protobuf_oneof:"input_wrapper"`
	// The run spec to use.
	RunSpec *task.RunSpec `protobuf:"bytes,5,opt,name=run_spec,json=runSpec,proto3" json:"run_spec,omitempty"`
	// Indicates client that created this run.
	Source RunSource `protobuf:"varint,8,opt,name=source,proto3,enum=flyteidl2.workflow.RunSource" json:"source,omitempty"`
	// Optional explicit run start time. The scheduler sets this to a trigger's scheduled fire time
	// so it surfaces as flyte.ctx().run_start_time in the task. If unset, the server defaults it to
	// the current time. Copied onto RunSpec.run_start_time before the action is enqueued.
	RunStartTime *timestamppb.Timestamp `protobuf:"bytes,10,opt,name=run_start_time,json=runStartTime,proto3" json:"run_start_time,omitempty"`
	// contains filtered or unexported fields
}

Request message for creating a run.

func (*CreateRunRequest) Descriptor deprecated

func (*CreateRunRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateRunRequest.ProtoReflect.Descriptor instead.

func (*CreateRunRequest) GetId

func (m *CreateRunRequest) GetId() isCreateRunRequest_Id

func (*CreateRunRequest) GetInputWrapper added in v2.0.10

func (m *CreateRunRequest) GetInputWrapper() isCreateRunRequest_InputWrapper

func (*CreateRunRequest) GetInputs

func (x *CreateRunRequest) GetInputs() *task.Inputs

func (*CreateRunRequest) GetOffloadedInputData added in v2.0.10

func (x *CreateRunRequest) GetOffloadedInputData() *common.OffloadedInputData

func (*CreateRunRequest) GetProjectId

func (x *CreateRunRequest) GetProjectId() *common.ProjectIdentifier

func (*CreateRunRequest) GetRunId

func (x *CreateRunRequest) GetRunId() *common.RunIdentifier

func (*CreateRunRequest) GetRunSpec

func (x *CreateRunRequest) GetRunSpec() *task.RunSpec

func (*CreateRunRequest) GetRunStartTime added in v2.0.21

func (x *CreateRunRequest) GetRunStartTime() *timestamppb.Timestamp

func (*CreateRunRequest) GetSource

func (x *CreateRunRequest) GetSource() RunSource

func (*CreateRunRequest) GetTask

func (m *CreateRunRequest) GetTask() isCreateRunRequest_Task

func (*CreateRunRequest) GetTaskId

func (x *CreateRunRequest) GetTaskId() *task.TaskIdentifier

func (*CreateRunRequest) GetTaskSpec

func (x *CreateRunRequest) GetTaskSpec() *task.TaskSpec

func (*CreateRunRequest) GetTriggerName

func (x *CreateRunRequest) GetTriggerName() *common.TriggerName

func (*CreateRunRequest) ProtoMessage

func (*CreateRunRequest) ProtoMessage()

func (*CreateRunRequest) ProtoReflect

func (x *CreateRunRequest) ProtoReflect() protoreflect.Message

func (*CreateRunRequest) Reset

func (x *CreateRunRequest) Reset()

func (*CreateRunRequest) String

func (x *CreateRunRequest) String() string

func (*CreateRunRequest) Validate

func (m *CreateRunRequest) Validate() error

Validate checks the field values on CreateRunRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateRunRequest) ValidateAll

func (m *CreateRunRequest) ValidateAll() error

ValidateAll checks the field values on CreateRunRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateRunRequestMultiError, or nil if none found.

type CreateRunRequestMultiError

type CreateRunRequestMultiError []error

CreateRunRequestMultiError is an error wrapping multiple validation errors returned by CreateRunRequest.ValidateAll() if the designated constraints aren't met.

func (CreateRunRequestMultiError) AllErrors

func (m CreateRunRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateRunRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateRunRequestValidationError

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

CreateRunRequestValidationError is the validation error returned by CreateRunRequest.Validate if the designated constraints aren't met.

func (CreateRunRequestValidationError) Cause

Cause function returns cause value.

func (CreateRunRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateRunRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateRunRequestValidationError) Field

Field function returns field value.

func (CreateRunRequestValidationError) Key

Key function returns key value.

func (CreateRunRequestValidationError) Reason

Reason function returns reason value.

type CreateRunRequest_Inputs added in v2.0.10

type CreateRunRequest_Inputs struct {
	Inputs *task.Inputs `protobuf:"bytes,4,opt,name=inputs,proto3,oneof"`
}

type CreateRunRequest_OffloadedInputData added in v2.0.10

type CreateRunRequest_OffloadedInputData struct {
	OffloadedInputData *common.OffloadedInputData `protobuf:"bytes,9,opt,name=offloaded_input_data,json=offloadedInputData,proto3,oneof"`
}

type CreateRunRequest_ProjectId

type CreateRunRequest_ProjectId struct {
	// The project id for this run. Run name will be generated.
	ProjectId *common.ProjectIdentifier `protobuf:"bytes,6,opt,name=project_id,json=projectId,proto3,oneof"`
}

type CreateRunRequest_RunId

type CreateRunRequest_RunId struct {
	// The user provided run id.
	RunId *common.RunIdentifier `protobuf:"bytes,1,opt,name=run_id,json=runId,proto3,oneof"`
}

type CreateRunRequest_TaskId

type CreateRunRequest_TaskId struct {
	// The task id to use.
	TaskId *task.TaskIdentifier `protobuf:"bytes,2,opt,name=task_id,json=taskId,proto3,oneof"`
}

type CreateRunRequest_TaskSpec

type CreateRunRequest_TaskSpec struct {
	// The task spec to use.
	TaskSpec *task.TaskSpec `protobuf:"bytes,3,opt,name=task_spec,json=taskSpec,proto3,oneof"`
}

type CreateRunRequest_TriggerName

type CreateRunRequest_TriggerName struct {
	// The trigger name to use.
	TriggerName *common.TriggerName `protobuf:"bytes,7,opt,name=trigger_name,json=triggerName,proto3,oneof"`
}

type CreateRunResponse

type CreateRunResponse struct {
	Run *Run `protobuf:"bytes,1,opt,name=run,proto3" json:"run,omitempty"`
	// contains filtered or unexported fields
}

Response message for creating a run.

func (*CreateRunResponse) Descriptor deprecated

func (*CreateRunResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateRunResponse.ProtoReflect.Descriptor instead.

func (*CreateRunResponse) GetRun

func (x *CreateRunResponse) GetRun() *Run

func (*CreateRunResponse) ProtoMessage

func (*CreateRunResponse) ProtoMessage()

func (*CreateRunResponse) ProtoReflect

func (x *CreateRunResponse) ProtoReflect() protoreflect.Message

func (*CreateRunResponse) Reset

func (x *CreateRunResponse) Reset()

func (*CreateRunResponse) String

func (x *CreateRunResponse) String() string

func (*CreateRunResponse) Validate

func (m *CreateRunResponse) Validate() error

Validate checks the field values on CreateRunResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateRunResponse) ValidateAll

func (m *CreateRunResponse) ValidateAll() error

ValidateAll checks the field values on CreateRunResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateRunResponseMultiError, or nil if none found.

type CreateRunResponseMultiError

type CreateRunResponseMultiError []error

CreateRunResponseMultiError is an error wrapping multiple validation errors returned by CreateRunResponse.ValidateAll() if the designated constraints aren't met.

func (CreateRunResponseMultiError) AllErrors

func (m CreateRunResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateRunResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateRunResponseValidationError

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

CreateRunResponseValidationError is the validation error returned by CreateRunResponse.Validate if the designated constraints aren't met.

func (CreateRunResponseValidationError) Cause

Cause function returns cause value.

func (CreateRunResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateRunResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateRunResponseValidationError) Field

Field function returns field value.

func (CreateRunResponseValidationError) Key

Key function returns key value.

func (CreateRunResponseValidationError) Reason

Reason function returns reason value.

type EnqueueActionRequest

type EnqueueActionRequest struct {

	// the unique identifier for the action.
	ActionId *common.ActionIdentifier `protobuf:"bytes,1,opt,name=action_id,json=actionId,proto3" json:"action_id,omitempty"`
	// an optional name for the parent action, if it exists. the remaining run metadata (ex. org,
	// project, domain) will be the same as the action_id defined above.
	ParentActionName *string `protobuf:"bytes,2,opt,name=parent_action_name,json=parentActionName,proto3,oneof" json:"parent_action_name,omitempty"`
	// Optional run spec passed in by the root action to be utilized by all downstream actions in the run.
	RunSpec *task.RunSpec `protobuf:"bytes,3,opt,name=run_spec,json=runSpec,proto3" json:"run_spec,omitempty"`
	// the path to the input data for this action.
	InputUri string `protobuf:"bytes,6,opt,name=input_uri,json=inputUri,proto3" json:"input_uri,omitempty"`
	// the run base path this action should write its output to.
	RunOutputBase string `protobuf:"bytes,7,opt,name=run_output_base,json=runOutputBase,proto3" json:"run_output_base,omitempty"`
	// group this action belongs to, if applicable.
	Group string `protobuf:"bytes,8,opt,name=group,proto3" json:"group,omitempty"`
	// subject that created the run, if known.
	Subject string `protobuf:"bytes,9,opt,name=subject,proto3" json:"subject,omitempty"`
	// Types that are assignable to Spec:
	//
	//	*EnqueueActionRequest_Task
	//	*EnqueueActionRequest_Trace
	//	*EnqueueActionRequest_Condition
	Spec isEnqueueActionRequest_Spec `protobuf_oneof:"spec"`
	// contains filtered or unexported fields
}

request message for queuing an action.

func (*EnqueueActionRequest) Descriptor deprecated

func (*EnqueueActionRequest) Descriptor() ([]byte, []int)

Deprecated: Use EnqueueActionRequest.ProtoReflect.Descriptor instead.

func (*EnqueueActionRequest) GetActionId

func (x *EnqueueActionRequest) GetActionId() *common.ActionIdentifier

func (*EnqueueActionRequest) GetCondition

func (x *EnqueueActionRequest) GetCondition() *ConditionAction

func (*EnqueueActionRequest) GetGroup

func (x *EnqueueActionRequest) GetGroup() string

func (*EnqueueActionRequest) GetInputUri

func (x *EnqueueActionRequest) GetInputUri() string

func (*EnqueueActionRequest) GetParentActionName

func (x *EnqueueActionRequest) GetParentActionName() string

func (*EnqueueActionRequest) GetRunOutputBase

func (x *EnqueueActionRequest) GetRunOutputBase() string

func (*EnqueueActionRequest) GetRunSpec

func (x *EnqueueActionRequest) GetRunSpec() *task.RunSpec

func (*EnqueueActionRequest) GetSpec

func (m *EnqueueActionRequest) GetSpec() isEnqueueActionRequest_Spec

func (*EnqueueActionRequest) GetSubject

func (x *EnqueueActionRequest) GetSubject() string

func (*EnqueueActionRequest) GetTask

func (x *EnqueueActionRequest) GetTask() *TaskAction

func (*EnqueueActionRequest) GetTrace

func (x *EnqueueActionRequest) GetTrace() *TraceAction

func (*EnqueueActionRequest) ProtoMessage

func (*EnqueueActionRequest) ProtoMessage()

func (*EnqueueActionRequest) ProtoReflect

func (x *EnqueueActionRequest) ProtoReflect() protoreflect.Message

func (*EnqueueActionRequest) Reset

func (x *EnqueueActionRequest) Reset()

func (*EnqueueActionRequest) String

func (x *EnqueueActionRequest) String() string

func (*EnqueueActionRequest) Validate

func (m *EnqueueActionRequest) Validate() error

Validate checks the field values on EnqueueActionRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*EnqueueActionRequest) ValidateAll

func (m *EnqueueActionRequest) ValidateAll() error

ValidateAll checks the field values on EnqueueActionRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in EnqueueActionRequestMultiError, or nil if none found.

type EnqueueActionRequestMultiError

type EnqueueActionRequestMultiError []error

EnqueueActionRequestMultiError is an error wrapping multiple validation errors returned by EnqueueActionRequest.ValidateAll() if the designated constraints aren't met.

func (EnqueueActionRequestMultiError) AllErrors

func (m EnqueueActionRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (EnqueueActionRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type EnqueueActionRequestValidationError

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

EnqueueActionRequestValidationError is the validation error returned by EnqueueActionRequest.Validate if the designated constraints aren't met.

func (EnqueueActionRequestValidationError) Cause

Cause function returns cause value.

func (EnqueueActionRequestValidationError) Error

Error satisfies the builtin error interface

func (EnqueueActionRequestValidationError) ErrorName

ErrorName returns error name.

func (EnqueueActionRequestValidationError) Field

Field function returns field value.

func (EnqueueActionRequestValidationError) Key

Key function returns key value.

func (EnqueueActionRequestValidationError) Reason

Reason function returns reason value.

type EnqueueActionRequest_Condition

type EnqueueActionRequest_Condition struct {
	Condition *ConditionAction `protobuf:"bytes,12,opt,name=condition,proto3,oneof"`
}

type EnqueueActionRequest_Task

type EnqueueActionRequest_Task struct {
	Task *TaskAction `protobuf:"bytes,10,opt,name=task,proto3,oneof"`
}

type EnqueueActionRequest_Trace

type EnqueueActionRequest_Trace struct {
	Trace *TraceAction `protobuf:"bytes,11,opt,name=trace,proto3,oneof"`
}

type EnqueueActionResponse

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

response message for queuing an action.

func (*EnqueueActionResponse) Descriptor deprecated

func (*EnqueueActionResponse) Descriptor() ([]byte, []int)

Deprecated: Use EnqueueActionResponse.ProtoReflect.Descriptor instead.

func (*EnqueueActionResponse) ProtoMessage

func (*EnqueueActionResponse) ProtoMessage()

func (*EnqueueActionResponse) ProtoReflect

func (x *EnqueueActionResponse) ProtoReflect() protoreflect.Message

func (*EnqueueActionResponse) Reset

func (x *EnqueueActionResponse) Reset()

func (*EnqueueActionResponse) String

func (x *EnqueueActionResponse) String() string

func (*EnqueueActionResponse) Validate

func (m *EnqueueActionResponse) Validate() error

Validate checks the field values on EnqueueActionResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*EnqueueActionResponse) ValidateAll

func (m *EnqueueActionResponse) ValidateAll() error

ValidateAll checks the field values on EnqueueActionResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in EnqueueActionResponseMultiError, or nil if none found.

type EnqueueActionResponseMultiError

type EnqueueActionResponseMultiError []error

EnqueueActionResponseMultiError is an error wrapping multiple validation errors returned by EnqueueActionResponse.ValidateAll() if the designated constraints aren't met.

func (EnqueueActionResponseMultiError) AllErrors

func (m EnqueueActionResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (EnqueueActionResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type EnqueueActionResponseValidationError

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

EnqueueActionResponseValidationError is the validation error returned by EnqueueActionResponse.Validate if the designated constraints aren't met.

func (EnqueueActionResponseValidationError) Cause

Cause function returns cause value.

func (EnqueueActionResponseValidationError) Error

Error satisfies the builtin error interface

func (EnqueueActionResponseValidationError) ErrorName

ErrorName returns error name.

func (EnqueueActionResponseValidationError) Field

Field function returns field value.

func (EnqueueActionResponseValidationError) Key

Key function returns key value.

func (EnqueueActionResponseValidationError) Reason

Reason function returns reason value.

type EnrichedAction

type EnrichedAction struct {

	// The action itself.
	Action *Action `protobuf:"bytes,1,opt,name=action,proto3" json:"action,omitempty"`
	// Whether this action meets specified filters of the request or not.
	// If an action that was previously meeting the filter but no longer does, will be sent with this flag set to false
	MeetsFilter bool `protobuf:"varint,2,opt,name=meets_filter,json=meetsFilter,proto3" json:"meets_filter,omitempty"`
	// Child phase info for this action (Map of phase to counts of children in given phase)
	ChildrenPhaseCounts map[int32]int32 `` /* 210-byte string literal not displayed */
	// contains filtered or unexported fields
}

EnrichedAction is a wrapper around Action that contains additional information

func (*EnrichedAction) Descriptor deprecated

func (*EnrichedAction) Descriptor() ([]byte, []int)

Deprecated: Use EnrichedAction.ProtoReflect.Descriptor instead.

func (*EnrichedAction) GetAction

func (x *EnrichedAction) GetAction() *Action

func (*EnrichedAction) GetChildrenPhaseCounts

func (x *EnrichedAction) GetChildrenPhaseCounts() map[int32]int32

func (*EnrichedAction) GetMeetsFilter

func (x *EnrichedAction) GetMeetsFilter() bool

func (*EnrichedAction) ProtoMessage

func (*EnrichedAction) ProtoMessage()

func (*EnrichedAction) ProtoReflect

func (x *EnrichedAction) ProtoReflect() protoreflect.Message

func (*EnrichedAction) Reset

func (x *EnrichedAction) Reset()

func (*EnrichedAction) String

func (x *EnrichedAction) String() string

func (*EnrichedAction) Validate

func (m *EnrichedAction) Validate() error

Validate checks the field values on EnrichedAction with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*EnrichedAction) ValidateAll

func (m *EnrichedAction) ValidateAll() error

ValidateAll checks the field values on EnrichedAction with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in EnrichedActionMultiError, or nil if none found.

type EnrichedActionMultiError

type EnrichedActionMultiError []error

EnrichedActionMultiError is an error wrapping multiple validation errors returned by EnrichedAction.ValidateAll() if the designated constraints aren't met.

func (EnrichedActionMultiError) AllErrors

func (m EnrichedActionMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (EnrichedActionMultiError) Error

func (m EnrichedActionMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type EnrichedActionValidationError

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

EnrichedActionValidationError is the validation error returned by EnrichedAction.Validate if the designated constraints aren't met.

func (EnrichedActionValidationError) Cause

Cause function returns cause value.

func (EnrichedActionValidationError) Error

Error satisfies the builtin error interface

func (EnrichedActionValidationError) ErrorName

func (e EnrichedActionValidationError) ErrorName() string

ErrorName returns error name.

func (EnrichedActionValidationError) Field

Field function returns field value.

func (EnrichedActionValidationError) Key

Key function returns key value.

func (EnrichedActionValidationError) Reason

Reason function returns reason value.

type ErrorInfo

type ErrorInfo struct {

	// Error message.
	Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	// Error kind.
	Kind ErrorInfo_Kind `protobuf:"varint,2,opt,name=kind,proto3,enum=flyteidl2.workflow.ErrorInfo_Kind" json:"kind,omitempty"`
	// contains filtered or unexported fields
}

ErrorInfo captures details of an error.

func (*ErrorInfo) Descriptor deprecated

func (*ErrorInfo) Descriptor() ([]byte, []int)

Deprecated: Use ErrorInfo.ProtoReflect.Descriptor instead.

func (*ErrorInfo) GetKind

func (x *ErrorInfo) GetKind() ErrorInfo_Kind

func (*ErrorInfo) GetMessage

func (x *ErrorInfo) GetMessage() string

func (*ErrorInfo) ProtoMessage

func (*ErrorInfo) ProtoMessage()

func (*ErrorInfo) ProtoReflect

func (x *ErrorInfo) ProtoReflect() protoreflect.Message

func (*ErrorInfo) Reset

func (x *ErrorInfo) Reset()

func (*ErrorInfo) String

func (x *ErrorInfo) String() string

func (*ErrorInfo) Validate

func (m *ErrorInfo) Validate() error

Validate checks the field values on ErrorInfo with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ErrorInfo) ValidateAll

func (m *ErrorInfo) ValidateAll() error

ValidateAll checks the field values on ErrorInfo with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ErrorInfoMultiError, or nil if none found.

type ErrorInfoMultiError

type ErrorInfoMultiError []error

ErrorInfoMultiError is an error wrapping multiple validation errors returned by ErrorInfo.ValidateAll() if the designated constraints aren't met.

func (ErrorInfoMultiError) AllErrors

func (m ErrorInfoMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ErrorInfoMultiError) Error

func (m ErrorInfoMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ErrorInfoValidationError

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

ErrorInfoValidationError is the validation error returned by ErrorInfo.Validate if the designated constraints aren't met.

func (ErrorInfoValidationError) Cause

func (e ErrorInfoValidationError) Cause() error

Cause function returns cause value.

func (ErrorInfoValidationError) Error

func (e ErrorInfoValidationError) Error() string

Error satisfies the builtin error interface

func (ErrorInfoValidationError) ErrorName

func (e ErrorInfoValidationError) ErrorName() string

ErrorName returns error name.

func (ErrorInfoValidationError) Field

func (e ErrorInfoValidationError) Field() string

Field function returns field value.

func (ErrorInfoValidationError) Key

Key function returns key value.

func (ErrorInfoValidationError) Reason

func (e ErrorInfoValidationError) Reason() string

Reason function returns reason value.

type ErrorInfo_Kind

type ErrorInfo_Kind int32
const (
	ErrorInfo_KIND_UNSPECIFIED ErrorInfo_Kind = 0
	ErrorInfo_KIND_USER        ErrorInfo_Kind = 1
	ErrorInfo_KIND_SYSTEM      ErrorInfo_Kind = 2
)

func (ErrorInfo_Kind) Descriptor

func (ErrorInfo_Kind) Enum

func (x ErrorInfo_Kind) Enum() *ErrorInfo_Kind

func (ErrorInfo_Kind) EnumDescriptor deprecated

func (ErrorInfo_Kind) EnumDescriptor() ([]byte, []int)

Deprecated: Use ErrorInfo_Kind.Descriptor instead.

func (ErrorInfo_Kind) Number

func (ErrorInfo_Kind) String

func (x ErrorInfo_Kind) String() string

func (ErrorInfo_Kind) Type

type EventPayload added in v2.0.18

type EventPayload struct {

	// Types that are assignable to Value:
	//
	//	*EventPayload_BoolValue
	//	*EventPayload_IntValue
	//	*EventPayload_FloatValue
	//	*EventPayload_StringValue
	Value isEventPayload_Value `protobuf_oneof:"value"`
	// contains filtered or unexported fields
}

EventPayload carries the typed value for a condition signal. This is the user-facing simplified payload surface — the run service converts it to a core.Literal before forwarding to ActionsService.Signal. Exactly one field must be set, matching the condition's declared type.

func (*EventPayload) Descriptor deprecated added in v2.0.18

func (*EventPayload) Descriptor() ([]byte, []int)

Deprecated: Use EventPayload.ProtoReflect.Descriptor instead.

func (*EventPayload) GetBoolValue added in v2.0.18

func (x *EventPayload) GetBoolValue() bool

func (*EventPayload) GetFloatValue added in v2.0.18

func (x *EventPayload) GetFloatValue() float64

func (*EventPayload) GetIntValue added in v2.0.18

func (x *EventPayload) GetIntValue() int64

func (*EventPayload) GetStringValue added in v2.0.18

func (x *EventPayload) GetStringValue() string

func (*EventPayload) GetValue added in v2.0.18

func (m *EventPayload) GetValue() isEventPayload_Value

func (*EventPayload) ProtoMessage added in v2.0.18

func (*EventPayload) ProtoMessage()

func (*EventPayload) ProtoReflect added in v2.0.18

func (x *EventPayload) ProtoReflect() protoreflect.Message

func (*EventPayload) Reset added in v2.0.18

func (x *EventPayload) Reset()

func (*EventPayload) String added in v2.0.18

func (x *EventPayload) String() string

func (*EventPayload) Validate added in v2.0.18

func (m *EventPayload) Validate() error

Validate checks the field values on EventPayload with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*EventPayload) ValidateAll added in v2.0.18

func (m *EventPayload) ValidateAll() error

ValidateAll checks the field values on EventPayload with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in EventPayloadMultiError, or nil if none found.

type EventPayloadMultiError added in v2.0.18

type EventPayloadMultiError []error

EventPayloadMultiError is an error wrapping multiple validation errors returned by EventPayload.ValidateAll() if the designated constraints aren't met.

func (EventPayloadMultiError) AllErrors added in v2.0.18

func (m EventPayloadMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (EventPayloadMultiError) Error added in v2.0.18

func (m EventPayloadMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type EventPayloadValidationError added in v2.0.18

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

EventPayloadValidationError is the validation error returned by EventPayload.Validate if the designated constraints aren't met.

func (EventPayloadValidationError) Cause added in v2.0.18

Cause function returns cause value.

func (EventPayloadValidationError) Error added in v2.0.18

Error satisfies the builtin error interface

func (EventPayloadValidationError) ErrorName added in v2.0.18

func (e EventPayloadValidationError) ErrorName() string

ErrorName returns error name.

func (EventPayloadValidationError) Field added in v2.0.18

Field function returns field value.

func (EventPayloadValidationError) Key added in v2.0.18

Key function returns key value.

func (EventPayloadValidationError) Reason added in v2.0.18

Reason function returns reason value.

type EventPayload_BoolValue added in v2.0.18

type EventPayload_BoolValue struct {
	BoolValue bool `protobuf:"varint,1,opt,name=bool_value,json=boolValue,proto3,oneof"`
}

type EventPayload_FloatValue added in v2.0.18

type EventPayload_FloatValue struct {
	FloatValue float64 `protobuf:"fixed64,3,opt,name=float_value,json=floatValue,proto3,oneof"`
}

type EventPayload_IntValue added in v2.0.18

type EventPayload_IntValue struct {
	IntValue int64 `protobuf:"varint,2,opt,name=int_value,json=intValue,proto3,oneof"`
}

type EventPayload_StringValue added in v2.0.18

type EventPayload_StringValue struct {
	StringValue string `protobuf:"bytes,4,opt,name=string_value,json=stringValue,proto3,oneof"`
}

type EventsProxyServiceClient added in v2.0.8

type EventsProxyServiceClient interface {
	// record the events for an action.
	Record(ctx context.Context, in *RecordRequest, opts ...grpc.CallOption) (*RecordResponse, error)
}

EventsProxyServiceClient is the client API for EventsProxyService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewEventsProxyServiceClient added in v2.0.8

func NewEventsProxyServiceClient(cc grpc.ClientConnInterface) EventsProxyServiceClient

type EventsProxyServiceServer added in v2.0.8

type EventsProxyServiceServer interface {
	// record the events for an action.
	Record(context.Context, *RecordRequest) (*RecordResponse, error)
}

EventsProxyServiceServer is the server API for EventsProxyService service. All implementations should embed UnimplementedEventsProxyServiceServer for forward compatibility

type GetActionDataRequest

type GetActionDataRequest struct {

	// Action to query.
	ActionId *common.ActionIdentifier `protobuf:"bytes,1,opt,name=action_id,json=actionId,proto3" json:"action_id,omitempty"`
	// contains filtered or unexported fields
}

Request message for querying action data.

func (*GetActionDataRequest) Descriptor deprecated

func (*GetActionDataRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetActionDataRequest.ProtoReflect.Descriptor instead.

func (*GetActionDataRequest) GetActionId

func (x *GetActionDataRequest) GetActionId() *common.ActionIdentifier

func (*GetActionDataRequest) ProtoMessage

func (*GetActionDataRequest) ProtoMessage()

func (*GetActionDataRequest) ProtoReflect

func (x *GetActionDataRequest) ProtoReflect() protoreflect.Message

func (*GetActionDataRequest) Reset

func (x *GetActionDataRequest) Reset()

func (*GetActionDataRequest) String

func (x *GetActionDataRequest) String() string

func (*GetActionDataRequest) Validate

func (m *GetActionDataRequest) Validate() error

Validate checks the field values on GetActionDataRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetActionDataRequest) ValidateAll

func (m *GetActionDataRequest) ValidateAll() error

ValidateAll checks the field values on GetActionDataRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetActionDataRequestMultiError, or nil if none found.

type GetActionDataRequestMultiError

type GetActionDataRequestMultiError []error

GetActionDataRequestMultiError is an error wrapping multiple validation errors returned by GetActionDataRequest.ValidateAll() if the designated constraints aren't met.

func (GetActionDataRequestMultiError) AllErrors

func (m GetActionDataRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetActionDataRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetActionDataRequestValidationError

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

GetActionDataRequestValidationError is the validation error returned by GetActionDataRequest.Validate if the designated constraints aren't met.

func (GetActionDataRequestValidationError) Cause

Cause function returns cause value.

func (GetActionDataRequestValidationError) Error

Error satisfies the builtin error interface

func (GetActionDataRequestValidationError) ErrorName

ErrorName returns error name.

func (GetActionDataRequestValidationError) Field

Field function returns field value.

func (GetActionDataRequestValidationError) Key

Key function returns key value.

func (GetActionDataRequestValidationError) Reason

Reason function returns reason value.

type GetActionDataResponse

type GetActionDataResponse struct {

	// Inputs for the action.
	Inputs *task.Inputs `protobuf:"bytes,1,opt,name=inputs,proto3" json:"inputs,omitempty"`
	// Outputs for the action.
	Outputs *task.Outputs `protobuf:"bytes,2,opt,name=outputs,proto3" json:"outputs,omitempty"`
	// contains filtered or unexported fields
}

Response message for querying action data.

func (*GetActionDataResponse) Descriptor deprecated

func (*GetActionDataResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetActionDataResponse.ProtoReflect.Descriptor instead.

func (*GetActionDataResponse) GetInputs

func (x *GetActionDataResponse) GetInputs() *task.Inputs

func (*GetActionDataResponse) GetOutputs

func (x *GetActionDataResponse) GetOutputs() *task.Outputs

func (*GetActionDataResponse) ProtoMessage

func (*GetActionDataResponse) ProtoMessage()

func (*GetActionDataResponse) ProtoReflect

func (x *GetActionDataResponse) ProtoReflect() protoreflect.Message

func (*GetActionDataResponse) Reset

func (x *GetActionDataResponse) Reset()

func (*GetActionDataResponse) String

func (x *GetActionDataResponse) String() string

func (*GetActionDataResponse) Validate

func (m *GetActionDataResponse) Validate() error

Validate checks the field values on GetActionDataResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetActionDataResponse) ValidateAll

func (m *GetActionDataResponse) ValidateAll() error

ValidateAll checks the field values on GetActionDataResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetActionDataResponseMultiError, or nil if none found.

type GetActionDataResponseMultiError

type GetActionDataResponseMultiError []error

GetActionDataResponseMultiError is an error wrapping multiple validation errors returned by GetActionDataResponse.ValidateAll() if the designated constraints aren't met.

func (GetActionDataResponseMultiError) AllErrors

func (m GetActionDataResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetActionDataResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetActionDataResponseValidationError

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

GetActionDataResponseValidationError is the validation error returned by GetActionDataResponse.Validate if the designated constraints aren't met.

func (GetActionDataResponseValidationError) Cause

Cause function returns cause value.

func (GetActionDataResponseValidationError) Error

Error satisfies the builtin error interface

func (GetActionDataResponseValidationError) ErrorName

ErrorName returns error name.

func (GetActionDataResponseValidationError) Field

Field function returns field value.

func (GetActionDataResponseValidationError) Key

Key function returns key value.

func (GetActionDataResponseValidationError) Reason

Reason function returns reason value.

type GetActionDataURIsRequest added in v2.0.12

type GetActionDataURIsRequest struct {

	// Action to query.
	ActionId *common.ActionIdentifier `protobuf:"bytes,1,opt,name=action_id,json=actionId,proto3" json:"action_id,omitempty"`
	// contains filtered or unexported fields
}

Request message for getting action data URIs.

func (*GetActionDataURIsRequest) Descriptor deprecated added in v2.0.12

func (*GetActionDataURIsRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetActionDataURIsRequest.ProtoReflect.Descriptor instead.

func (*GetActionDataURIsRequest) GetActionId added in v2.0.12

func (*GetActionDataURIsRequest) ProtoMessage added in v2.0.12

func (*GetActionDataURIsRequest) ProtoMessage()

func (*GetActionDataURIsRequest) ProtoReflect added in v2.0.12

func (x *GetActionDataURIsRequest) ProtoReflect() protoreflect.Message

func (*GetActionDataURIsRequest) Reset added in v2.0.12

func (x *GetActionDataURIsRequest) Reset()

func (*GetActionDataURIsRequest) String added in v2.0.12

func (x *GetActionDataURIsRequest) String() string

func (*GetActionDataURIsRequest) Validate added in v2.0.12

func (m *GetActionDataURIsRequest) Validate() error

Validate checks the field values on GetActionDataURIsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetActionDataURIsRequest) ValidateAll added in v2.0.12

func (m *GetActionDataURIsRequest) ValidateAll() error

ValidateAll checks the field values on GetActionDataURIsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetActionDataURIsRequestMultiError, or nil if none found.

type GetActionDataURIsRequestMultiError added in v2.0.12

type GetActionDataURIsRequestMultiError []error

GetActionDataURIsRequestMultiError is an error wrapping multiple validation errors returned by GetActionDataURIsRequest.ValidateAll() if the designated constraints aren't met.

func (GetActionDataURIsRequestMultiError) AllErrors added in v2.0.12

func (m GetActionDataURIsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetActionDataURIsRequestMultiError) Error added in v2.0.12

Error returns a concatenation of all the error messages it wraps.

type GetActionDataURIsRequestValidationError added in v2.0.12

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

GetActionDataURIsRequestValidationError is the validation error returned by GetActionDataURIsRequest.Validate if the designated constraints aren't met.

func (GetActionDataURIsRequestValidationError) Cause added in v2.0.12

Cause function returns cause value.

func (GetActionDataURIsRequestValidationError) Error added in v2.0.12

Error satisfies the builtin error interface

func (GetActionDataURIsRequestValidationError) ErrorName added in v2.0.12

ErrorName returns error name.

func (GetActionDataURIsRequestValidationError) Field added in v2.0.12

Field function returns field value.

func (GetActionDataURIsRequestValidationError) Key added in v2.0.12

Key function returns key value.

func (GetActionDataURIsRequestValidationError) Reason added in v2.0.12

Reason function returns reason value.

type GetActionDataURIsResponse added in v2.0.12

type GetActionDataURIsResponse struct {

	// URI for the action's input data.
	InputsUri string `protobuf:"bytes,1,opt,name=inputs_uri,json=inputsUri,proto3" json:"inputs_uri,omitempty"`
	// URI for the action's output data. Empty if action hasn't succeeded or has no outputs.
	OutputsUri string `protobuf:"bytes,2,opt,name=outputs_uri,json=outputsUri,proto3" json:"outputs_uri,omitempty"`
	// contains filtered or unexported fields
}

Response message for getting action data URIs.

func (*GetActionDataURIsResponse) Descriptor deprecated added in v2.0.12

func (*GetActionDataURIsResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetActionDataURIsResponse.ProtoReflect.Descriptor instead.

func (*GetActionDataURIsResponse) GetInputsUri added in v2.0.12

func (x *GetActionDataURIsResponse) GetInputsUri() string

func (*GetActionDataURIsResponse) GetOutputsUri added in v2.0.12

func (x *GetActionDataURIsResponse) GetOutputsUri() string

func (*GetActionDataURIsResponse) ProtoMessage added in v2.0.12

func (*GetActionDataURIsResponse) ProtoMessage()

func (*GetActionDataURIsResponse) ProtoReflect added in v2.0.12

func (*GetActionDataURIsResponse) Reset added in v2.0.12

func (x *GetActionDataURIsResponse) Reset()

func (*GetActionDataURIsResponse) String added in v2.0.12

func (x *GetActionDataURIsResponse) String() string

func (*GetActionDataURIsResponse) Validate added in v2.0.12

func (m *GetActionDataURIsResponse) Validate() error

Validate checks the field values on GetActionDataURIsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetActionDataURIsResponse) ValidateAll added in v2.0.12

func (m *GetActionDataURIsResponse) ValidateAll() error

ValidateAll checks the field values on GetActionDataURIsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetActionDataURIsResponseMultiError, or nil if none found.

type GetActionDataURIsResponseMultiError added in v2.0.12

type GetActionDataURIsResponseMultiError []error

GetActionDataURIsResponseMultiError is an error wrapping multiple validation errors returned by GetActionDataURIsResponse.ValidateAll() if the designated constraints aren't met.

func (GetActionDataURIsResponseMultiError) AllErrors added in v2.0.12

AllErrors returns a list of validation violation errors.

func (GetActionDataURIsResponseMultiError) Error added in v2.0.12

Error returns a concatenation of all the error messages it wraps.

type GetActionDataURIsResponseValidationError added in v2.0.12

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

GetActionDataURIsResponseValidationError is the validation error returned by GetActionDataURIsResponse.Validate if the designated constraints aren't met.

func (GetActionDataURIsResponseValidationError) Cause added in v2.0.12

Cause function returns cause value.

func (GetActionDataURIsResponseValidationError) Error added in v2.0.12

Error satisfies the builtin error interface

func (GetActionDataURIsResponseValidationError) ErrorName added in v2.0.12

ErrorName returns error name.

func (GetActionDataURIsResponseValidationError) Field added in v2.0.12

Field function returns field value.

func (GetActionDataURIsResponseValidationError) Key added in v2.0.12

Key function returns key value.

func (GetActionDataURIsResponseValidationError) Reason added in v2.0.12

Reason function returns reason value.

type GetActionDetailsRequest

type GetActionDetailsRequest struct {

	// Action to query.
	ActionId *common.ActionIdentifier `protobuf:"bytes,1,opt,name=action_id,json=actionId,proto3" json:"action_id,omitempty"`
	// contains filtered or unexported fields
}

Request message for getting detailed information about an action.

func (*GetActionDetailsRequest) Descriptor deprecated

func (*GetActionDetailsRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetActionDetailsRequest.ProtoReflect.Descriptor instead.

func (*GetActionDetailsRequest) GetActionId

func (*GetActionDetailsRequest) ProtoMessage

func (*GetActionDetailsRequest) ProtoMessage()

func (*GetActionDetailsRequest) ProtoReflect

func (x *GetActionDetailsRequest) ProtoReflect() protoreflect.Message

func (*GetActionDetailsRequest) Reset

func (x *GetActionDetailsRequest) Reset()

func (*GetActionDetailsRequest) String

func (x *GetActionDetailsRequest) String() string

func (*GetActionDetailsRequest) Validate

func (m *GetActionDetailsRequest) Validate() error

Validate checks the field values on GetActionDetailsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetActionDetailsRequest) ValidateAll

func (m *GetActionDetailsRequest) ValidateAll() error

ValidateAll checks the field values on GetActionDetailsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetActionDetailsRequestMultiError, or nil if none found.

type GetActionDetailsRequestMultiError

type GetActionDetailsRequestMultiError []error

GetActionDetailsRequestMultiError is an error wrapping multiple validation errors returned by GetActionDetailsRequest.ValidateAll() if the designated constraints aren't met.

func (GetActionDetailsRequestMultiError) AllErrors

func (m GetActionDetailsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetActionDetailsRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetActionDetailsRequestValidationError

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

GetActionDetailsRequestValidationError is the validation error returned by GetActionDetailsRequest.Validate if the designated constraints aren't met.

func (GetActionDetailsRequestValidationError) Cause

Cause function returns cause value.

func (GetActionDetailsRequestValidationError) Error

Error satisfies the builtin error interface

func (GetActionDetailsRequestValidationError) ErrorName

ErrorName returns error name.

func (GetActionDetailsRequestValidationError) Field

Field function returns field value.

func (GetActionDetailsRequestValidationError) Key

Key function returns key value.

func (GetActionDetailsRequestValidationError) Reason

Reason function returns reason value.

type GetActionDetailsResponse

type GetActionDetailsResponse struct {

	// Detailed information about the action.
	Details *ActionDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

Response message for getting detailed information about an action.

func (*GetActionDetailsResponse) Descriptor deprecated

func (*GetActionDetailsResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetActionDetailsResponse.ProtoReflect.Descriptor instead.

func (*GetActionDetailsResponse) GetDetails

func (x *GetActionDetailsResponse) GetDetails() *ActionDetails

func (*GetActionDetailsResponse) ProtoMessage

func (*GetActionDetailsResponse) ProtoMessage()

func (*GetActionDetailsResponse) ProtoReflect

func (x *GetActionDetailsResponse) ProtoReflect() protoreflect.Message

func (*GetActionDetailsResponse) Reset

func (x *GetActionDetailsResponse) Reset()

func (*GetActionDetailsResponse) String

func (x *GetActionDetailsResponse) String() string

func (*GetActionDetailsResponse) Validate

func (m *GetActionDetailsResponse) Validate() error

Validate checks the field values on GetActionDetailsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetActionDetailsResponse) ValidateAll

func (m *GetActionDetailsResponse) ValidateAll() error

ValidateAll checks the field values on GetActionDetailsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetActionDetailsResponseMultiError, or nil if none found.

type GetActionDetailsResponseMultiError

type GetActionDetailsResponseMultiError []error

GetActionDetailsResponseMultiError is an error wrapping multiple validation errors returned by GetActionDetailsResponse.ValidateAll() if the designated constraints aren't met.

func (GetActionDetailsResponseMultiError) AllErrors

func (m GetActionDetailsResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetActionDetailsResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetActionDetailsResponseValidationError

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

GetActionDetailsResponseValidationError is the validation error returned by GetActionDetailsResponse.Validate if the designated constraints aren't met.

func (GetActionDetailsResponseValidationError) Cause

Cause function returns cause value.

func (GetActionDetailsResponseValidationError) Error

Error satisfies the builtin error interface

func (GetActionDetailsResponseValidationError) ErrorName

ErrorName returns error name.

func (GetActionDetailsResponseValidationError) Field

Field function returns field value.

func (GetActionDetailsResponseValidationError) Key

Key function returns key value.

func (GetActionDetailsResponseValidationError) Reason

Reason function returns reason value.

type GetActionLogContextRequest added in v2.0.12

type GetActionLogContextRequest struct {

	// Action to query.
	ActionId *common.ActionIdentifier `protobuf:"bytes,1,opt,name=action_id,json=actionId,proto3" json:"action_id,omitempty"`
	// The attempt number.
	Attempt uint32 `protobuf:"varint,2,opt,name=attempt,proto3" json:"attempt,omitempty"`
	// contains filtered or unexported fields
}

Request message for getting action log context.

func (*GetActionLogContextRequest) Descriptor deprecated added in v2.0.12

func (*GetActionLogContextRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetActionLogContextRequest.ProtoReflect.Descriptor instead.

func (*GetActionLogContextRequest) GetActionId added in v2.0.12

func (*GetActionLogContextRequest) GetAttempt added in v2.0.12

func (x *GetActionLogContextRequest) GetAttempt() uint32

func (*GetActionLogContextRequest) ProtoMessage added in v2.0.12

func (*GetActionLogContextRequest) ProtoMessage()

func (*GetActionLogContextRequest) ProtoReflect added in v2.0.12

func (*GetActionLogContextRequest) Reset added in v2.0.12

func (x *GetActionLogContextRequest) Reset()

func (*GetActionLogContextRequest) String added in v2.0.12

func (x *GetActionLogContextRequest) String() string

func (*GetActionLogContextRequest) Validate added in v2.0.12

func (m *GetActionLogContextRequest) Validate() error

Validate checks the field values on GetActionLogContextRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetActionLogContextRequest) ValidateAll added in v2.0.12

func (m *GetActionLogContextRequest) ValidateAll() error

ValidateAll checks the field values on GetActionLogContextRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetActionLogContextRequestMultiError, or nil if none found.

type GetActionLogContextRequestMultiError added in v2.0.12

type GetActionLogContextRequestMultiError []error

GetActionLogContextRequestMultiError is an error wrapping multiple validation errors returned by GetActionLogContextRequest.ValidateAll() if the designated constraints aren't met.

func (GetActionLogContextRequestMultiError) AllErrors added in v2.0.12

AllErrors returns a list of validation violation errors.

func (GetActionLogContextRequestMultiError) Error added in v2.0.12

Error returns a concatenation of all the error messages it wraps.

type GetActionLogContextRequestValidationError added in v2.0.12

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

GetActionLogContextRequestValidationError is the validation error returned by GetActionLogContextRequest.Validate if the designated constraints aren't met.

func (GetActionLogContextRequestValidationError) Cause added in v2.0.12

Cause function returns cause value.

func (GetActionLogContextRequestValidationError) Error added in v2.0.12

Error satisfies the builtin error interface

func (GetActionLogContextRequestValidationError) ErrorName added in v2.0.12

ErrorName returns error name.

func (GetActionLogContextRequestValidationError) Field added in v2.0.12

Field function returns field value.

func (GetActionLogContextRequestValidationError) Key added in v2.0.12

Key function returns key value.

func (GetActionLogContextRequestValidationError) Reason added in v2.0.12

Reason function returns reason value.

type GetActionLogContextResponse added in v2.0.12

type GetActionLogContextResponse struct {

	// The logging context for the action attempt.
	LogContext *core.LogContext `protobuf:"bytes,1,opt,name=log_context,json=logContext,proto3" json:"log_context,omitempty"`
	// The cluster where the action attempt is running.
	Cluster string `protobuf:"bytes,2,opt,name=cluster,proto3" json:"cluster,omitempty"`
	// The start time of the action attempt.
	StartTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	// The end time of the action attempt. Unset if the attempt is still running.
	EndTime *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"`
	// contains filtered or unexported fields
}

Response message for getting action log context.

func (*GetActionLogContextResponse) Descriptor deprecated added in v2.0.12

func (*GetActionLogContextResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetActionLogContextResponse.ProtoReflect.Descriptor instead.

func (*GetActionLogContextResponse) GetCluster added in v2.0.12

func (x *GetActionLogContextResponse) GetCluster() string

func (*GetActionLogContextResponse) GetEndTime added in v2.0.18

func (*GetActionLogContextResponse) GetLogContext added in v2.0.12

func (x *GetActionLogContextResponse) GetLogContext() *core.LogContext

func (*GetActionLogContextResponse) GetStartTime added in v2.0.18

func (*GetActionLogContextResponse) ProtoMessage added in v2.0.12

func (*GetActionLogContextResponse) ProtoMessage()

func (*GetActionLogContextResponse) ProtoReflect added in v2.0.12

func (*GetActionLogContextResponse) Reset added in v2.0.12

func (x *GetActionLogContextResponse) Reset()

func (*GetActionLogContextResponse) String added in v2.0.12

func (x *GetActionLogContextResponse) String() string

func (*GetActionLogContextResponse) Validate added in v2.0.12

func (m *GetActionLogContextResponse) Validate() error

Validate checks the field values on GetActionLogContextResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetActionLogContextResponse) ValidateAll added in v2.0.12

func (m *GetActionLogContextResponse) ValidateAll() error

ValidateAll checks the field values on GetActionLogContextResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetActionLogContextResponseMultiError, or nil if none found.

type GetActionLogContextResponseMultiError added in v2.0.12

type GetActionLogContextResponseMultiError []error

GetActionLogContextResponseMultiError is an error wrapping multiple validation errors returned by GetActionLogContextResponse.ValidateAll() if the designated constraints aren't met.

func (GetActionLogContextResponseMultiError) AllErrors added in v2.0.12

AllErrors returns a list of validation violation errors.

func (GetActionLogContextResponseMultiError) Error added in v2.0.12

Error returns a concatenation of all the error messages it wraps.

type GetActionLogContextResponseValidationError added in v2.0.12

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

GetActionLogContextResponseValidationError is the validation error returned by GetActionLogContextResponse.Validate if the designated constraints aren't met.

func (GetActionLogContextResponseValidationError) Cause added in v2.0.12

Cause function returns cause value.

func (GetActionLogContextResponseValidationError) Error added in v2.0.12

Error satisfies the builtin error interface

func (GetActionLogContextResponseValidationError) ErrorName added in v2.0.12

ErrorName returns error name.

func (GetActionLogContextResponseValidationError) Field added in v2.0.12

Field function returns field value.

func (GetActionLogContextResponseValidationError) Key added in v2.0.12

Key function returns key value.

func (GetActionLogContextResponseValidationError) Reason added in v2.0.12

Reason function returns reason value.

type GetRequest

type GetRequest struct {

	// a unique identifier for the action.
	ActionId *common.ActionIdentifier `protobuf:"bytes,1,opt,name=action_id,json=actionId,proto3" json:"action_id,omitempty"`
	// contains filtered or unexported fields
}

request message to get the state of an action.

func (*GetRequest) Descriptor deprecated

func (*GetRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetRequest.ProtoReflect.Descriptor instead.

func (*GetRequest) GetActionId

func (x *GetRequest) GetActionId() *common.ActionIdentifier

func (*GetRequest) ProtoMessage

func (*GetRequest) ProtoMessage()

func (*GetRequest) ProtoReflect

func (x *GetRequest) ProtoReflect() protoreflect.Message

func (*GetRequest) Reset

func (x *GetRequest) Reset()

func (*GetRequest) String

func (x *GetRequest) String() string

func (*GetRequest) Validate

func (m *GetRequest) Validate() error

Validate checks the field values on GetRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetRequest) ValidateAll

func (m *GetRequest) ValidateAll() error

ValidateAll checks the field values on GetRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetRequestMultiError, or nil if none found.

type GetRequestMultiError

type GetRequestMultiError []error

GetRequestMultiError is an error wrapping multiple validation errors returned by GetRequest.ValidateAll() if the designated constraints aren't met.

func (GetRequestMultiError) AllErrors

func (m GetRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetRequestMultiError) Error

func (m GetRequestMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type GetRequestValidationError

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

GetRequestValidationError is the validation error returned by GetRequest.Validate if the designated constraints aren't met.

func (GetRequestValidationError) Cause

func (e GetRequestValidationError) Cause() error

Cause function returns cause value.

func (GetRequestValidationError) Error

Error satisfies the builtin error interface

func (GetRequestValidationError) ErrorName

func (e GetRequestValidationError) ErrorName() string

ErrorName returns error name.

func (GetRequestValidationError) Field

Field function returns field value.

func (GetRequestValidationError) Key

Key function returns key value.

func (GetRequestValidationError) Reason

func (e GetRequestValidationError) Reason() string

Reason function returns reason value.

type GetResponse

type GetResponse struct {

	// a unique identifier for the action.
	ActionId *common.ActionIdentifier `protobuf:"bytes,1,opt,name=action_id,json=actionId,proto3" json:"action_id,omitempty"`
	// The result.
	Status *status.Status `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"`
	// a json serialized `NodeStatus` object.
	State string `protobuf:"bytes,3,opt,name=state,proto3" json:"state,omitempty"`
	// contains filtered or unexported fields
}

response message for getting the state of an action.

func (*GetResponse) Descriptor deprecated

func (*GetResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetResponse.ProtoReflect.Descriptor instead.

func (*GetResponse) GetActionId

func (x *GetResponse) GetActionId() *common.ActionIdentifier

func (*GetResponse) GetState

func (x *GetResponse) GetState() string

func (*GetResponse) GetStatus

func (x *GetResponse) GetStatus() *status.Status

func (*GetResponse) ProtoMessage

func (*GetResponse) ProtoMessage()

func (*GetResponse) ProtoReflect

func (x *GetResponse) ProtoReflect() protoreflect.Message

func (*GetResponse) Reset

func (x *GetResponse) Reset()

func (*GetResponse) String

func (x *GetResponse) String() string

func (*GetResponse) Validate

func (m *GetResponse) Validate() error

Validate checks the field values on GetResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetResponse) ValidateAll

func (m *GetResponse) ValidateAll() error

ValidateAll checks the field values on GetResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetResponseMultiError, or nil if none found.

type GetResponseMultiError

type GetResponseMultiError []error

GetResponseMultiError is an error wrapping multiple validation errors returned by GetResponse.ValidateAll() if the designated constraints aren't met.

func (GetResponseMultiError) AllErrors

func (m GetResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetResponseMultiError) Error

func (m GetResponseMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type GetResponseValidationError

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

GetResponseValidationError is the validation error returned by GetResponse.Validate if the designated constraints aren't met.

func (GetResponseValidationError) Cause

Cause function returns cause value.

func (GetResponseValidationError) Error

Error satisfies the builtin error interface

func (GetResponseValidationError) ErrorName

func (e GetResponseValidationError) ErrorName() string

ErrorName returns error name.

func (GetResponseValidationError) Field

Field function returns field value.

func (GetResponseValidationError) Key

Key function returns key value.

func (GetResponseValidationError) Reason

Reason function returns reason value.

type GetRunDetailsRequest

type GetRunDetailsRequest struct {

	// Run to query.
	RunId *common.RunIdentifier `protobuf:"bytes,1,opt,name=run_id,json=runId,proto3" json:"run_id,omitempty"`
	// contains filtered or unexported fields
}

Request message for getting detailed information about a run.

func (*GetRunDetailsRequest) Descriptor deprecated

func (*GetRunDetailsRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetRunDetailsRequest.ProtoReflect.Descriptor instead.

func (*GetRunDetailsRequest) GetRunId

func (x *GetRunDetailsRequest) GetRunId() *common.RunIdentifier

func (*GetRunDetailsRequest) ProtoMessage

func (*GetRunDetailsRequest) ProtoMessage()

func (*GetRunDetailsRequest) ProtoReflect

func (x *GetRunDetailsRequest) ProtoReflect() protoreflect.Message

func (*GetRunDetailsRequest) Reset

func (x *GetRunDetailsRequest) Reset()

func (*GetRunDetailsRequest) String

func (x *GetRunDetailsRequest) String() string

func (*GetRunDetailsRequest) Validate

func (m *GetRunDetailsRequest) Validate() error

Validate checks the field values on GetRunDetailsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetRunDetailsRequest) ValidateAll

func (m *GetRunDetailsRequest) ValidateAll() error

ValidateAll checks the field values on GetRunDetailsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetRunDetailsRequestMultiError, or nil if none found.

type GetRunDetailsRequestMultiError

type GetRunDetailsRequestMultiError []error

GetRunDetailsRequestMultiError is an error wrapping multiple validation errors returned by GetRunDetailsRequest.ValidateAll() if the designated constraints aren't met.

func (GetRunDetailsRequestMultiError) AllErrors

func (m GetRunDetailsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetRunDetailsRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetRunDetailsRequestValidationError

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

GetRunDetailsRequestValidationError is the validation error returned by GetRunDetailsRequest.Validate if the designated constraints aren't met.

func (GetRunDetailsRequestValidationError) Cause

Cause function returns cause value.

func (GetRunDetailsRequestValidationError) Error

Error satisfies the builtin error interface

func (GetRunDetailsRequestValidationError) ErrorName

ErrorName returns error name.

func (GetRunDetailsRequestValidationError) Field

Field function returns field value.

func (GetRunDetailsRequestValidationError) Key

Key function returns key value.

func (GetRunDetailsRequestValidationError) Reason

Reason function returns reason value.

type GetRunDetailsResponse

type GetRunDetailsResponse struct {

	// Detailed information about the run.
	Details *RunDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

Response message for getting detailed information about a run.

func (*GetRunDetailsResponse) Descriptor deprecated

func (*GetRunDetailsResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetRunDetailsResponse.ProtoReflect.Descriptor instead.

func (*GetRunDetailsResponse) GetDetails

func (x *GetRunDetailsResponse) GetDetails() *RunDetails

func (*GetRunDetailsResponse) ProtoMessage

func (*GetRunDetailsResponse) ProtoMessage()

func (*GetRunDetailsResponse) ProtoReflect

func (x *GetRunDetailsResponse) ProtoReflect() protoreflect.Message

func (*GetRunDetailsResponse) Reset

func (x *GetRunDetailsResponse) Reset()

func (*GetRunDetailsResponse) String

func (x *GetRunDetailsResponse) String() string

func (*GetRunDetailsResponse) Validate

func (m *GetRunDetailsResponse) Validate() error

Validate checks the field values on GetRunDetailsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetRunDetailsResponse) ValidateAll

func (m *GetRunDetailsResponse) ValidateAll() error

ValidateAll checks the field values on GetRunDetailsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetRunDetailsResponseMultiError, or nil if none found.

type GetRunDetailsResponseMultiError

type GetRunDetailsResponseMultiError []error

GetRunDetailsResponseMultiError is an error wrapping multiple validation errors returned by GetRunDetailsResponse.ValidateAll() if the designated constraints aren't met.

func (GetRunDetailsResponseMultiError) AllErrors

func (m GetRunDetailsResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetRunDetailsResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetRunDetailsResponseValidationError

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

GetRunDetailsResponseValidationError is the validation error returned by GetRunDetailsResponse.Validate if the designated constraints aren't met.

func (GetRunDetailsResponseValidationError) Cause

Cause function returns cause value.

func (GetRunDetailsResponseValidationError) Error

Error satisfies the builtin error interface

func (GetRunDetailsResponseValidationError) ErrorName

ErrorName returns error name.

func (GetRunDetailsResponseValidationError) Field

Field function returns field value.

func (GetRunDetailsResponseValidationError) Key

Key function returns key value.

func (GetRunDetailsResponseValidationError) Reason

Reason function returns reason value.

type GroupAggregations added in v2.0.21

type GroupAggregations struct {

	// Members in terminal FAILED phase, by total duration.
	Failed []*ActionLeaf `protobuf:"bytes,1,rep,name=failed,proto3" json:"failed,omitempty"`
	// By total wall-clock duration (created → ended).
	LongestDuration []*ActionLeaf `protobuf:"bytes,2,rep,name=longest_duration,json=longestDuration,proto3" json:"longest_duration,omitempty"`
	// By time spent in RUNNING phase.
	LongestRunning []*ActionLeaf `protobuf:"bytes,3,rep,name=longest_running,json=longestRunning,proto3" json:"longest_running,omitempty"`
	// By setup time = total duration − running duration.
	LongestSetup []*ActionLeaf `protobuf:"bytes,4,rep,name=longest_setup,json=longestSetup,proto3" json:"longest_setup,omitempty"`
	// contains filtered or unexported fields
}

GroupAggregations carries the four top-3 outlier lists for a group. Each list holds the three members with the largest metric, sorted DESC.

func (*GroupAggregations) Descriptor deprecated added in v2.0.21

func (*GroupAggregations) Descriptor() ([]byte, []int)

Deprecated: Use GroupAggregations.ProtoReflect.Descriptor instead.

func (*GroupAggregations) GetFailed added in v2.0.21

func (x *GroupAggregations) GetFailed() []*ActionLeaf

func (*GroupAggregations) GetLongestDuration added in v2.0.21

func (x *GroupAggregations) GetLongestDuration() []*ActionLeaf

func (*GroupAggregations) GetLongestRunning added in v2.0.21

func (x *GroupAggregations) GetLongestRunning() []*ActionLeaf

func (*GroupAggregations) GetLongestSetup added in v2.0.21

func (x *GroupAggregations) GetLongestSetup() []*ActionLeaf

func (*GroupAggregations) ProtoMessage added in v2.0.21

func (*GroupAggregations) ProtoMessage()

func (*GroupAggregations) ProtoReflect added in v2.0.21

func (x *GroupAggregations) ProtoReflect() protoreflect.Message

func (*GroupAggregations) Reset added in v2.0.21

func (x *GroupAggregations) Reset()

func (*GroupAggregations) String added in v2.0.21

func (x *GroupAggregations) String() string

func (*GroupAggregations) Validate added in v2.0.21

func (m *GroupAggregations) Validate() error

Validate checks the field values on GroupAggregations with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GroupAggregations) ValidateAll added in v2.0.21

func (m *GroupAggregations) ValidateAll() error

ValidateAll checks the field values on GroupAggregations with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GroupAggregationsMultiError, or nil if none found.

type GroupAggregationsMultiError added in v2.0.21

type GroupAggregationsMultiError []error

GroupAggregationsMultiError is an error wrapping multiple validation errors returned by GroupAggregations.ValidateAll() if the designated constraints aren't met.

func (GroupAggregationsMultiError) AllErrors added in v2.0.21

func (m GroupAggregationsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GroupAggregationsMultiError) Error added in v2.0.21

Error returns a concatenation of all the error messages it wraps.

type GroupAggregationsValidationError added in v2.0.21

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

GroupAggregationsValidationError is the validation error returned by GroupAggregations.Validate if the designated constraints aren't met.

func (GroupAggregationsValidationError) Cause added in v2.0.21

Cause function returns cause value.

func (GroupAggregationsValidationError) Error added in v2.0.21

Error satisfies the builtin error interface

func (GroupAggregationsValidationError) ErrorName added in v2.0.21

ErrorName returns error name.

func (GroupAggregationsValidationError) Field added in v2.0.21

Field function returns field value.

func (GroupAggregationsValidationError) Key added in v2.0.21

Key function returns key value.

func (GroupAggregationsValidationError) Reason added in v2.0.21

Reason function returns reason value.

type GroupNode added in v2.0.21

type GroupNode struct {

	// Synthetic key — "{parent_action_id}::group::{group_name}".
	Id        string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	GroupName string `protobuf:"bytes,2,opt,name=group_name,json=groupName,proto3" json:"group_name,omitempty"`
	ParentId  string `protobuf:"bytes,3,opt,name=parent_id,json=parentId,proto3" json:"parent_id,omitempty"`
	// Per-phase member counts (key = ActionPhase enum value).
	ChildPhaseCounts map[int32]int32 `` /* 201-byte string literal not displayed */
	// Earliest StartedAt across members; unset until any member starts.
	EarliestStartTime *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=earliest_start_time,json=earliestStartTime,proto3" json:"earliest_start_time,omitempty"`
	// Latest EndedAt across members; unset while any member is still
	// running.
	LatestEndTime *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=latest_end_time,json=latestEndTime,proto3" json:"latest_end_time,omitempty"`
	TotalChildren int32                  `protobuf:"varint,7,opt,name=total_children,json=totalChildren,proto3" json:"total_children,omitempty"`
	MeetsFilter   bool                   `protobuf:"varint,8,opt,name=meets_filter,json=meetsFilter,proto3" json:"meets_filter,omitempty"`
	Aggregations  *GroupAggregations     `protobuf:"bytes,9,opt,name=aggregations,proto3" json:"aggregations,omitempty"`
	// contains filtered or unexported fields
}

GroupNode is the synthetic (parent, action_group) folder. The server emits one of these in place of a contiguous block of sibling actions sharing an action_group.

func (*GroupNode) Descriptor deprecated added in v2.0.21

func (*GroupNode) Descriptor() ([]byte, []int)

Deprecated: Use GroupNode.ProtoReflect.Descriptor instead.

func (*GroupNode) GetAggregations added in v2.0.21

func (x *GroupNode) GetAggregations() *GroupAggregations

func (*GroupNode) GetChildPhaseCounts added in v2.0.21

func (x *GroupNode) GetChildPhaseCounts() map[int32]int32

func (*GroupNode) GetEarliestStartTime added in v2.0.21

func (x *GroupNode) GetEarliestStartTime() *timestamppb.Timestamp

func (*GroupNode) GetGroupName added in v2.0.21

func (x *GroupNode) GetGroupName() string

func (*GroupNode) GetId added in v2.0.21

func (x *GroupNode) GetId() string

func (*GroupNode) GetLatestEndTime added in v2.0.21

func (x *GroupNode) GetLatestEndTime() *timestamppb.Timestamp

func (*GroupNode) GetMeetsFilter added in v2.0.21

func (x *GroupNode) GetMeetsFilter() bool

func (*GroupNode) GetParentId added in v2.0.21

func (x *GroupNode) GetParentId() string

func (*GroupNode) GetTotalChildren added in v2.0.21

func (x *GroupNode) GetTotalChildren() int32

func (*GroupNode) ProtoMessage added in v2.0.21

func (*GroupNode) ProtoMessage()

func (*GroupNode) ProtoReflect added in v2.0.21

func (x *GroupNode) ProtoReflect() protoreflect.Message

func (*GroupNode) Reset added in v2.0.21

func (x *GroupNode) Reset()

func (*GroupNode) String added in v2.0.21

func (x *GroupNode) String() string

func (*GroupNode) Validate added in v2.0.21

func (m *GroupNode) Validate() error

Validate checks the field values on GroupNode with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GroupNode) ValidateAll added in v2.0.21

func (m *GroupNode) ValidateAll() error

ValidateAll checks the field values on GroupNode with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GroupNodeMultiError, or nil if none found.

type GroupNodeMultiError added in v2.0.21

type GroupNodeMultiError []error

GroupNodeMultiError is an error wrapping multiple validation errors returned by GroupNode.ValidateAll() if the designated constraints aren't met.

func (GroupNodeMultiError) AllErrors added in v2.0.21

func (m GroupNodeMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GroupNodeMultiError) Error added in v2.0.21

func (m GroupNodeMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type GroupNodeValidationError added in v2.0.21

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

GroupNodeValidationError is the validation error returned by GroupNode.Validate if the designated constraints aren't met.

func (GroupNodeValidationError) Cause added in v2.0.21

func (e GroupNodeValidationError) Cause() error

Cause function returns cause value.

func (GroupNodeValidationError) Error added in v2.0.21

func (e GroupNodeValidationError) Error() string

Error satisfies the builtin error interface

func (GroupNodeValidationError) ErrorName added in v2.0.21

func (e GroupNodeValidationError) ErrorName() string

ErrorName returns error name.

func (GroupNodeValidationError) Field added in v2.0.21

func (e GroupNodeValidationError) Field() string

Field function returns field value.

func (GroupNodeValidationError) Key added in v2.0.21

Key function returns key value.

func (GroupNodeValidationError) Reason added in v2.0.21

func (e GroupNodeValidationError) Reason() string

Reason function returns reason value.

type InternalRunServiceClient added in v2.0.8

type InternalRunServiceClient interface {
	// Record a new action.
	RecordAction(ctx context.Context, in *RecordActionRequest, opts ...grpc.CallOption) (*RecordActionResponse, error)
	// Record a new action (streaming implementation).
	RecordActionStream(ctx context.Context, opts ...grpc.CallOption) (InternalRunService_RecordActionStreamClient, error)
	// Update the status of an action.
	UpdateActionStatus(ctx context.Context, in *UpdateActionStatusRequest, opts ...grpc.CallOption) (*UpdateActionStatusResponse, error)
	// Update the status of an action (streaming implementation).
	UpdateActionStatusStream(ctx context.Context, opts ...grpc.CallOption) (InternalRunService_UpdateActionStatusStreamClient, error)
	// Record a collection of action events.
	RecordActionEvents(ctx context.Context, in *RecordActionEventsRequest, opts ...grpc.CallOption) (*RecordActionEventsResponse, error)
	// Record a new action event (streaming implementation).
	RecordActionEventStream(ctx context.Context, opts ...grpc.CallOption) (InternalRunService_RecordActionEventStreamClient, error)
}

InternalRunServiceClient is the client API for InternalRunService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewInternalRunServiceClient added in v2.0.8

func NewInternalRunServiceClient(cc grpc.ClientConnInterface) InternalRunServiceClient

type InternalRunServiceServer added in v2.0.8

type InternalRunServiceServer interface {
	// Record a new action.
	RecordAction(context.Context, *RecordActionRequest) (*RecordActionResponse, error)
	// Record a new action (streaming implementation).
	RecordActionStream(InternalRunService_RecordActionStreamServer) error
	// Update the status of an action.
	UpdateActionStatus(context.Context, *UpdateActionStatusRequest) (*UpdateActionStatusResponse, error)
	// Update the status of an action (streaming implementation).
	UpdateActionStatusStream(InternalRunService_UpdateActionStatusStreamServer) error
	// Record a collection of action events.
	RecordActionEvents(context.Context, *RecordActionEventsRequest) (*RecordActionEventsResponse, error)
	// Record a new action event (streaming implementation).
	RecordActionEventStream(InternalRunService_RecordActionEventStreamServer) error
}

InternalRunServiceServer is the server API for InternalRunService service. All implementations should embed UnimplementedInternalRunServiceServer for forward compatibility

type InternalRunService_RecordActionEventStreamClient added in v2.0.8

type InternalRunService_RecordActionEventStreamClient interface {
	Send(*RecordActionEventStreamRequest) error
	Recv() (*RecordActionEventStreamResponse, error)
	grpc.ClientStream
}

type InternalRunService_RecordActionEventStreamServer added in v2.0.8

type InternalRunService_RecordActionEventStreamServer interface {
	Send(*RecordActionEventStreamResponse) error
	Recv() (*RecordActionEventStreamRequest, error)
	grpc.ServerStream
}

type InternalRunService_RecordActionStreamClient added in v2.0.8

type InternalRunService_RecordActionStreamClient interface {
	Send(*RecordActionStreamRequest) error
	Recv() (*RecordActionStreamResponse, error)
	grpc.ClientStream
}

type InternalRunService_RecordActionStreamServer added in v2.0.8

type InternalRunService_RecordActionStreamServer interface {
	Send(*RecordActionStreamResponse) error
	Recv() (*RecordActionStreamRequest, error)
	grpc.ServerStream
}

type InternalRunService_UpdateActionStatusStreamClient added in v2.0.8

type InternalRunService_UpdateActionStatusStreamClient interface {
	Send(*UpdateActionStatusStreamRequest) error
	Recv() (*UpdateActionStatusStreamResponse, error)
	grpc.ClientStream
}

type InternalRunService_UpdateActionStatusStreamServer added in v2.0.8

type InternalRunService_UpdateActionStatusStreamServer interface {
	Send(*UpdateActionStatusStreamResponse) error
	Recv() (*UpdateActionStatusStreamRequest, error)
	grpc.ServerStream
}

type JsonValuesToLiteralsRequest added in v2.0.1

type JsonValuesToLiteralsRequest struct {

	// The type definitions (VariableMap) describing the expected structure.
	Variables *core.VariableMap `protobuf:"bytes,1,opt,name=variables,proto3" json:"variables,omitempty"`
	// The raw JSON values to convert to literals.
	Values *structpb.Struct `protobuf:"bytes,2,opt,name=values,proto3" json:"values,omitempty"`
	// contains filtered or unexported fields
}

func (*JsonValuesToLiteralsRequest) Descriptor deprecated added in v2.0.1

func (*JsonValuesToLiteralsRequest) Descriptor() ([]byte, []int)

Deprecated: Use JsonValuesToLiteralsRequest.ProtoReflect.Descriptor instead.

func (*JsonValuesToLiteralsRequest) GetValues added in v2.0.1

func (*JsonValuesToLiteralsRequest) GetVariables added in v2.0.1

func (x *JsonValuesToLiteralsRequest) GetVariables() *core.VariableMap

func (*JsonValuesToLiteralsRequest) ProtoMessage added in v2.0.1

func (*JsonValuesToLiteralsRequest) ProtoMessage()

func (*JsonValuesToLiteralsRequest) ProtoReflect added in v2.0.1

func (*JsonValuesToLiteralsRequest) Reset added in v2.0.1

func (x *JsonValuesToLiteralsRequest) Reset()

func (*JsonValuesToLiteralsRequest) String added in v2.0.1

func (x *JsonValuesToLiteralsRequest) String() string

func (*JsonValuesToLiteralsRequest) Validate added in v2.0.1

func (m *JsonValuesToLiteralsRequest) Validate() error

Validate checks the field values on JsonValuesToLiteralsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*JsonValuesToLiteralsRequest) ValidateAll added in v2.0.1

func (m *JsonValuesToLiteralsRequest) ValidateAll() error

ValidateAll checks the field values on JsonValuesToLiteralsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in JsonValuesToLiteralsRequestMultiError, or nil if none found.

type JsonValuesToLiteralsRequestMultiError added in v2.0.1

type JsonValuesToLiteralsRequestMultiError []error

JsonValuesToLiteralsRequestMultiError is an error wrapping multiple validation errors returned by JsonValuesToLiteralsRequest.ValidateAll() if the designated constraints aren't met.

func (JsonValuesToLiteralsRequestMultiError) AllErrors added in v2.0.1

AllErrors returns a list of validation violation errors.

func (JsonValuesToLiteralsRequestMultiError) Error added in v2.0.1

Error returns a concatenation of all the error messages it wraps.

type JsonValuesToLiteralsRequestValidationError added in v2.0.1

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

JsonValuesToLiteralsRequestValidationError is the validation error returned by JsonValuesToLiteralsRequest.Validate if the designated constraints aren't met.

func (JsonValuesToLiteralsRequestValidationError) Cause added in v2.0.1

Cause function returns cause value.

func (JsonValuesToLiteralsRequestValidationError) Error added in v2.0.1

Error satisfies the builtin error interface

func (JsonValuesToLiteralsRequestValidationError) ErrorName added in v2.0.1

ErrorName returns error name.

func (JsonValuesToLiteralsRequestValidationError) Field added in v2.0.1

Field function returns field value.

func (JsonValuesToLiteralsRequestValidationError) Key added in v2.0.1

Key function returns key value.

func (JsonValuesToLiteralsRequestValidationError) Reason added in v2.0.1

Reason function returns reason value.

type JsonValuesToLiteralsResponse added in v2.0.1

type JsonValuesToLiteralsResponse struct {

	// The literals generated from the JSON values using the type definitions.
	Literals []*task.NamedLiteral `protobuf:"bytes,1,rep,name=literals,proto3" json:"literals,omitempty"`
	// contains filtered or unexported fields
}

func (*JsonValuesToLiteralsResponse) Descriptor deprecated added in v2.0.1

func (*JsonValuesToLiteralsResponse) Descriptor() ([]byte, []int)

Deprecated: Use JsonValuesToLiteralsResponse.ProtoReflect.Descriptor instead.

func (*JsonValuesToLiteralsResponse) GetLiterals added in v2.0.1

func (x *JsonValuesToLiteralsResponse) GetLiterals() []*task.NamedLiteral

func (*JsonValuesToLiteralsResponse) ProtoMessage added in v2.0.1

func (*JsonValuesToLiteralsResponse) ProtoMessage()

func (*JsonValuesToLiteralsResponse) ProtoReflect added in v2.0.1

func (*JsonValuesToLiteralsResponse) Reset added in v2.0.1

func (x *JsonValuesToLiteralsResponse) Reset()

func (*JsonValuesToLiteralsResponse) String added in v2.0.1

func (*JsonValuesToLiteralsResponse) Validate added in v2.0.1

func (m *JsonValuesToLiteralsResponse) Validate() error

Validate checks the field values on JsonValuesToLiteralsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*JsonValuesToLiteralsResponse) ValidateAll added in v2.0.1

func (m *JsonValuesToLiteralsResponse) ValidateAll() error

ValidateAll checks the field values on JsonValuesToLiteralsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in JsonValuesToLiteralsResponseMultiError, or nil if none found.

type JsonValuesToLiteralsResponseMultiError added in v2.0.1

type JsonValuesToLiteralsResponseMultiError []error

JsonValuesToLiteralsResponseMultiError is an error wrapping multiple validation errors returned by JsonValuesToLiteralsResponse.ValidateAll() if the designated constraints aren't met.

func (JsonValuesToLiteralsResponseMultiError) AllErrors added in v2.0.1

AllErrors returns a list of validation violation errors.

func (JsonValuesToLiteralsResponseMultiError) Error added in v2.0.1

Error returns a concatenation of all the error messages it wraps.

type JsonValuesToLiteralsResponseValidationError added in v2.0.1

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

JsonValuesToLiteralsResponseValidationError is the validation error returned by JsonValuesToLiteralsResponse.Validate if the designated constraints aren't met.

func (JsonValuesToLiteralsResponseValidationError) Cause added in v2.0.1

Cause function returns cause value.

func (JsonValuesToLiteralsResponseValidationError) Error added in v2.0.1

Error satisfies the builtin error interface

func (JsonValuesToLiteralsResponseValidationError) ErrorName added in v2.0.1

ErrorName returns error name.

func (JsonValuesToLiteralsResponseValidationError) Field added in v2.0.1

Field function returns field value.

func (JsonValuesToLiteralsResponseValidationError) Key added in v2.0.1

Key function returns key value.

func (JsonValuesToLiteralsResponseValidationError) Reason added in v2.0.1

Reason function returns reason value.

type LaunchFormJsonToLiteralsRequest

type LaunchFormJsonToLiteralsRequest struct {

	// The JSON schema to convert to literals.
	Json *structpb.Struct `protobuf:"bytes,1,opt,name=json,proto3" json:"json,omitempty"`
	// contains filtered or unexported fields
}

func (*LaunchFormJsonToLiteralsRequest) Descriptor deprecated

func (*LaunchFormJsonToLiteralsRequest) Descriptor() ([]byte, []int)

Deprecated: Use LaunchFormJsonToLiteralsRequest.ProtoReflect.Descriptor instead.

func (*LaunchFormJsonToLiteralsRequest) GetJson

func (*LaunchFormJsonToLiteralsRequest) ProtoMessage

func (*LaunchFormJsonToLiteralsRequest) ProtoMessage()

func (*LaunchFormJsonToLiteralsRequest) ProtoReflect

func (*LaunchFormJsonToLiteralsRequest) Reset

func (*LaunchFormJsonToLiteralsRequest) String

func (*LaunchFormJsonToLiteralsRequest) Validate

func (m *LaunchFormJsonToLiteralsRequest) Validate() error

Validate checks the field values on LaunchFormJsonToLiteralsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*LaunchFormJsonToLiteralsRequest) ValidateAll

func (m *LaunchFormJsonToLiteralsRequest) ValidateAll() error

ValidateAll checks the field values on LaunchFormJsonToLiteralsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LaunchFormJsonToLiteralsRequestMultiError, or nil if none found.

type LaunchFormJsonToLiteralsRequestMultiError

type LaunchFormJsonToLiteralsRequestMultiError []error

LaunchFormJsonToLiteralsRequestMultiError is an error wrapping multiple validation errors returned by LaunchFormJsonToLiteralsRequest.ValidateAll() if the designated constraints aren't met.

func (LaunchFormJsonToLiteralsRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (LaunchFormJsonToLiteralsRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type LaunchFormJsonToLiteralsRequestValidationError

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

LaunchFormJsonToLiteralsRequestValidationError is the validation error returned by LaunchFormJsonToLiteralsRequest.Validate if the designated constraints aren't met.

func (LaunchFormJsonToLiteralsRequestValidationError) Cause

Cause function returns cause value.

func (LaunchFormJsonToLiteralsRequestValidationError) Error

Error satisfies the builtin error interface

func (LaunchFormJsonToLiteralsRequestValidationError) ErrorName

ErrorName returns error name.

func (LaunchFormJsonToLiteralsRequestValidationError) Field

Field function returns field value.

func (LaunchFormJsonToLiteralsRequestValidationError) Key

Key function returns key value.

func (LaunchFormJsonToLiteralsRequestValidationError) Reason

Reason function returns reason value.

type LaunchFormJsonToLiteralsResponse

type LaunchFormJsonToLiteralsResponse struct {

	// The literals generated from the JSON schema.
	Literals []*task.NamedLiteral `protobuf:"bytes,1,rep,name=literals,proto3" json:"literals,omitempty"`
	// contains filtered or unexported fields
}

func (*LaunchFormJsonToLiteralsResponse) Descriptor deprecated

func (*LaunchFormJsonToLiteralsResponse) Descriptor() ([]byte, []int)

Deprecated: Use LaunchFormJsonToLiteralsResponse.ProtoReflect.Descriptor instead.

func (*LaunchFormJsonToLiteralsResponse) GetLiterals

func (*LaunchFormJsonToLiteralsResponse) ProtoMessage

func (*LaunchFormJsonToLiteralsResponse) ProtoMessage()

func (*LaunchFormJsonToLiteralsResponse) ProtoReflect

func (*LaunchFormJsonToLiteralsResponse) Reset

func (*LaunchFormJsonToLiteralsResponse) String

func (*LaunchFormJsonToLiteralsResponse) Validate

Validate checks the field values on LaunchFormJsonToLiteralsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*LaunchFormJsonToLiteralsResponse) ValidateAll

func (m *LaunchFormJsonToLiteralsResponse) ValidateAll() error

ValidateAll checks the field values on LaunchFormJsonToLiteralsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LaunchFormJsonToLiteralsResponseMultiError, or nil if none found.

type LaunchFormJsonToLiteralsResponseMultiError

type LaunchFormJsonToLiteralsResponseMultiError []error

LaunchFormJsonToLiteralsResponseMultiError is an error wrapping multiple validation errors returned by LaunchFormJsonToLiteralsResponse.ValidateAll() if the designated constraints aren't met.

func (LaunchFormJsonToLiteralsResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (LaunchFormJsonToLiteralsResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type LaunchFormJsonToLiteralsResponseValidationError

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

LaunchFormJsonToLiteralsResponseValidationError is the validation error returned by LaunchFormJsonToLiteralsResponse.Validate if the designated constraints aren't met.

func (LaunchFormJsonToLiteralsResponseValidationError) Cause

Cause function returns cause value.

func (LaunchFormJsonToLiteralsResponseValidationError) Error

Error satisfies the builtin error interface

func (LaunchFormJsonToLiteralsResponseValidationError) ErrorName

ErrorName returns error name.

func (LaunchFormJsonToLiteralsResponseValidationError) Field

Field function returns field value.

func (LaunchFormJsonToLiteralsResponseValidationError) Key

Key function returns key value.

func (LaunchFormJsonToLiteralsResponseValidationError) Reason

Reason function returns reason value.

type ListActionsRequest

type ListActionsRequest struct {

	// Common list request parameters.
	Request *common.ListRequest `protobuf:"bytes,1,opt,name=request,proto3" json:"request,omitempty"`
	// Run identifier for filtering actions.
	RunId *common.RunIdentifier `protobuf:"bytes,2,opt,name=run_id,json=runId,proto3" json:"run_id,omitempty"`
	// contains filtered or unexported fields
}

Request message for listing actions.

func (*ListActionsRequest) Descriptor deprecated

func (*ListActionsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListActionsRequest.ProtoReflect.Descriptor instead.

func (*ListActionsRequest) GetRequest

func (x *ListActionsRequest) GetRequest() *common.ListRequest

func (*ListActionsRequest) GetRunId

func (x *ListActionsRequest) GetRunId() *common.RunIdentifier

func (*ListActionsRequest) ProtoMessage

func (*ListActionsRequest) ProtoMessage()

func (*ListActionsRequest) ProtoReflect

func (x *ListActionsRequest) ProtoReflect() protoreflect.Message

func (*ListActionsRequest) Reset

func (x *ListActionsRequest) Reset()

func (*ListActionsRequest) String

func (x *ListActionsRequest) String() string

func (*ListActionsRequest) Validate

func (m *ListActionsRequest) Validate() error

Validate checks the field values on ListActionsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListActionsRequest) ValidateAll

func (m *ListActionsRequest) ValidateAll() error

ValidateAll checks the field values on ListActionsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListActionsRequestMultiError, or nil if none found.

type ListActionsRequestMultiError

type ListActionsRequestMultiError []error

ListActionsRequestMultiError is an error wrapping multiple validation errors returned by ListActionsRequest.ValidateAll() if the designated constraints aren't met.

func (ListActionsRequestMultiError) AllErrors

func (m ListActionsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListActionsRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListActionsRequestValidationError

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

ListActionsRequestValidationError is the validation error returned by ListActionsRequest.Validate if the designated constraints aren't met.

func (ListActionsRequestValidationError) Cause

Cause function returns cause value.

func (ListActionsRequestValidationError) Error

Error satisfies the builtin error interface

func (ListActionsRequestValidationError) ErrorName

ErrorName returns error name.

func (ListActionsRequestValidationError) Field

Field function returns field value.

func (ListActionsRequestValidationError) Key

Key function returns key value.

func (ListActionsRequestValidationError) Reason

Reason function returns reason value.

type ListActionsResponse

type ListActionsResponse struct {

	// List of actions matching the filter criteria.
	Actions []*Action `protobuf:"bytes,1,rep,name=actions,proto3" json:"actions,omitempty"`
	// Token for fetching the next page of results, if any.
	Token string `protobuf:"bytes,2,opt,name=token,proto3" json:"token,omitempty"`
	// contains filtered or unexported fields
}

Response message for listing actions.

func (*ListActionsResponse) Descriptor deprecated

func (*ListActionsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListActionsResponse.ProtoReflect.Descriptor instead.

func (*ListActionsResponse) GetActions

func (x *ListActionsResponse) GetActions() []*Action

func (*ListActionsResponse) GetToken

func (x *ListActionsResponse) GetToken() string

func (*ListActionsResponse) ProtoMessage

func (*ListActionsResponse) ProtoMessage()

func (*ListActionsResponse) ProtoReflect

func (x *ListActionsResponse) ProtoReflect() protoreflect.Message

func (*ListActionsResponse) Reset

func (x *ListActionsResponse) Reset()

func (*ListActionsResponse) String

func (x *ListActionsResponse) String() string

func (*ListActionsResponse) Validate

func (m *ListActionsResponse) Validate() error

Validate checks the field values on ListActionsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListActionsResponse) ValidateAll

func (m *ListActionsResponse) ValidateAll() error

ValidateAll checks the field values on ListActionsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListActionsResponseMultiError, or nil if none found.

type ListActionsResponseMultiError

type ListActionsResponseMultiError []error

ListActionsResponseMultiError is an error wrapping multiple validation errors returned by ListActionsResponse.ValidateAll() if the designated constraints aren't met.

func (ListActionsResponseMultiError) AllErrors

func (m ListActionsResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListActionsResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListActionsResponseValidationError

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

ListActionsResponseValidationError is the validation error returned by ListActionsResponse.Validate if the designated constraints aren't met.

func (ListActionsResponseValidationError) Cause

Cause function returns cause value.

func (ListActionsResponseValidationError) Error

Error satisfies the builtin error interface

func (ListActionsResponseValidationError) ErrorName

ErrorName returns error name.

func (ListActionsResponseValidationError) Field

Field function returns field value.

func (ListActionsResponseValidationError) Key

Key function returns key value.

func (ListActionsResponseValidationError) Reason

Reason function returns reason value.

type ListRunsRequest

type ListRunsRequest struct {

	// Common list request parameters.
	Request *common.ListRequest `protobuf:"bytes,1,opt,name=request,proto3" json:"request,omitempty"`
	// Types that are assignable to ScopeBy:
	//
	//	*ListRunsRequest_Org
	//	*ListRunsRequest_ProjectId
	//	*ListRunsRequest_TriggerName
	//	*ListRunsRequest_TaskName
	//	*ListRunsRequest_TaskId
	ScopeBy isListRunsRequest_ScopeBy `protobuf_oneof:"scope_by"`
	// contains filtered or unexported fields
}

Request message for listing runs.

func (*ListRunsRequest) Descriptor deprecated

func (*ListRunsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListRunsRequest.ProtoReflect.Descriptor instead.

func (*ListRunsRequest) GetOrg

func (x *ListRunsRequest) GetOrg() string

func (*ListRunsRequest) GetProjectId

func (x *ListRunsRequest) GetProjectId() *common.ProjectIdentifier

func (*ListRunsRequest) GetRequest

func (x *ListRunsRequest) GetRequest() *common.ListRequest

func (*ListRunsRequest) GetScopeBy

func (m *ListRunsRequest) GetScopeBy() isListRunsRequest_ScopeBy

func (*ListRunsRequest) GetTaskId

func (x *ListRunsRequest) GetTaskId() *task.TaskIdentifier

func (*ListRunsRequest) GetTaskName

func (x *ListRunsRequest) GetTaskName() *task.TaskName

func (*ListRunsRequest) GetTriggerName

func (x *ListRunsRequest) GetTriggerName() *common.TriggerName

func (*ListRunsRequest) ProtoMessage

func (*ListRunsRequest) ProtoMessage()

func (*ListRunsRequest) ProtoReflect

func (x *ListRunsRequest) ProtoReflect() protoreflect.Message

func (*ListRunsRequest) Reset

func (x *ListRunsRequest) Reset()

func (*ListRunsRequest) String

func (x *ListRunsRequest) String() string

func (*ListRunsRequest) Validate

func (m *ListRunsRequest) Validate() error

Validate checks the field values on ListRunsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListRunsRequest) ValidateAll

func (m *ListRunsRequest) ValidateAll() error

ValidateAll checks the field values on ListRunsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListRunsRequestMultiError, or nil if none found.

type ListRunsRequestMultiError

type ListRunsRequestMultiError []error

ListRunsRequestMultiError is an error wrapping multiple validation errors returned by ListRunsRequest.ValidateAll() if the designated constraints aren't met.

func (ListRunsRequestMultiError) AllErrors

func (m ListRunsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListRunsRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListRunsRequestValidationError

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

ListRunsRequestValidationError is the validation error returned by ListRunsRequest.Validate if the designated constraints aren't met.

func (ListRunsRequestValidationError) Cause

Cause function returns cause value.

func (ListRunsRequestValidationError) Error

Error satisfies the builtin error interface

func (ListRunsRequestValidationError) ErrorName

func (e ListRunsRequestValidationError) ErrorName() string

ErrorName returns error name.

func (ListRunsRequestValidationError) Field

Field function returns field value.

func (ListRunsRequestValidationError) Key

Key function returns key value.

func (ListRunsRequestValidationError) Reason

Reason function returns reason value.

type ListRunsRequest_Org

type ListRunsRequest_Org struct {
	// Organization name for filtering runs.
	Org string `protobuf:"bytes,2,opt,name=org,proto3,oneof"`
}

type ListRunsRequest_ProjectId

type ListRunsRequest_ProjectId struct {
	// Project identifier for filtering runs.
	ProjectId *common.ProjectIdentifier `protobuf:"bytes,4,opt,name=project_id,json=projectId,proto3,oneof"`
}

type ListRunsRequest_TaskId

type ListRunsRequest_TaskId struct {
	// Task identifier for filtering runs
	TaskId *task.TaskIdentifier `protobuf:"bytes,8,opt,name=task_id,json=taskId,proto3,oneof"`
}

type ListRunsRequest_TaskName

type ListRunsRequest_TaskName struct {
	// Task name for filtering runs
	TaskName *task.TaskName `protobuf:"bytes,7,opt,name=task_name,json=taskName,proto3,oneof"`
}

type ListRunsRequest_TriggerName

type ListRunsRequest_TriggerName struct {
	// List runs created from a trigger.
	TriggerName *common.TriggerName `protobuf:"bytes,6,opt,name=trigger_name,json=triggerName,proto3,oneof"`
}

type ListRunsResponse

type ListRunsResponse struct {

	// List of runs matching the filter criteria.
	Runs []*Run `protobuf:"bytes,1,rep,name=runs,proto3" json:"runs,omitempty"`
	// Token for fetching the next page of results, if any.
	Token string `protobuf:"bytes,2,opt,name=token,proto3" json:"token,omitempty"`
	// contains filtered or unexported fields
}

Response message for listing runs.

func (*ListRunsResponse) Descriptor deprecated

func (*ListRunsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListRunsResponse.ProtoReflect.Descriptor instead.

func (*ListRunsResponse) GetRuns

func (x *ListRunsResponse) GetRuns() []*Run

func (*ListRunsResponse) GetToken

func (x *ListRunsResponse) GetToken() string

func (*ListRunsResponse) ProtoMessage

func (*ListRunsResponse) ProtoMessage()

func (*ListRunsResponse) ProtoReflect

func (x *ListRunsResponse) ProtoReflect() protoreflect.Message

func (*ListRunsResponse) Reset

func (x *ListRunsResponse) Reset()

func (*ListRunsResponse) String

func (x *ListRunsResponse) String() string

func (*ListRunsResponse) Validate

func (m *ListRunsResponse) Validate() error

Validate checks the field values on ListRunsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListRunsResponse) ValidateAll

func (m *ListRunsResponse) ValidateAll() error

ValidateAll checks the field values on ListRunsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListRunsResponseMultiError, or nil if none found.

type ListRunsResponseMultiError

type ListRunsResponseMultiError []error

ListRunsResponseMultiError is an error wrapping multiple validation errors returned by ListRunsResponse.ValidateAll() if the designated constraints aren't met.

func (ListRunsResponseMultiError) AllErrors

func (m ListRunsResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListRunsResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListRunsResponseValidationError

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

ListRunsResponseValidationError is the validation error returned by ListRunsResponse.Validate if the designated constraints aren't met.

func (ListRunsResponseValidationError) Cause

Cause function returns cause value.

func (ListRunsResponseValidationError) Error

Error satisfies the builtin error interface

func (ListRunsResponseValidationError) ErrorName

ErrorName returns error name.

func (ListRunsResponseValidationError) Field

Field function returns field value.

func (ListRunsResponseValidationError) Key

Key function returns key value.

func (ListRunsResponseValidationError) Reason

Reason function returns reason value.

type LiteralsToLaunchFormJsonRequest

type LiteralsToLaunchFormJsonRequest struct {

	// The literals to convert to JSON.
	Literals  []*task.NamedLiteral `protobuf:"bytes,1,rep,name=literals,proto3" json:"literals,omitempty"`
	Variables *core.VariableMap    `protobuf:"bytes,2,opt,name=variables,proto3" json:"variables,omitempty"`
	// contains filtered or unexported fields
}

func (*LiteralsToLaunchFormJsonRequest) Descriptor deprecated

func (*LiteralsToLaunchFormJsonRequest) Descriptor() ([]byte, []int)

Deprecated: Use LiteralsToLaunchFormJsonRequest.ProtoReflect.Descriptor instead.

func (*LiteralsToLaunchFormJsonRequest) GetLiterals

func (*LiteralsToLaunchFormJsonRequest) GetVariables

func (*LiteralsToLaunchFormJsonRequest) ProtoMessage

func (*LiteralsToLaunchFormJsonRequest) ProtoMessage()

func (*LiteralsToLaunchFormJsonRequest) ProtoReflect

func (*LiteralsToLaunchFormJsonRequest) Reset

func (*LiteralsToLaunchFormJsonRequest) String

func (*LiteralsToLaunchFormJsonRequest) Validate

func (m *LiteralsToLaunchFormJsonRequest) Validate() error

Validate checks the field values on LiteralsToLaunchFormJsonRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*LiteralsToLaunchFormJsonRequest) ValidateAll

func (m *LiteralsToLaunchFormJsonRequest) ValidateAll() error

ValidateAll checks the field values on LiteralsToLaunchFormJsonRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LiteralsToLaunchFormJsonRequestMultiError, or nil if none found.

type LiteralsToLaunchFormJsonRequestMultiError

type LiteralsToLaunchFormJsonRequestMultiError []error

LiteralsToLaunchFormJsonRequestMultiError is an error wrapping multiple validation errors returned by LiteralsToLaunchFormJsonRequest.ValidateAll() if the designated constraints aren't met.

func (LiteralsToLaunchFormJsonRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (LiteralsToLaunchFormJsonRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type LiteralsToLaunchFormJsonRequestValidationError

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

LiteralsToLaunchFormJsonRequestValidationError is the validation error returned by LiteralsToLaunchFormJsonRequest.Validate if the designated constraints aren't met.

func (LiteralsToLaunchFormJsonRequestValidationError) Cause

Cause function returns cause value.

func (LiteralsToLaunchFormJsonRequestValidationError) Error

Error satisfies the builtin error interface

func (LiteralsToLaunchFormJsonRequestValidationError) ErrorName

ErrorName returns error name.

func (LiteralsToLaunchFormJsonRequestValidationError) Field

Field function returns field value.

func (LiteralsToLaunchFormJsonRequestValidationError) Key

Key function returns key value.

func (LiteralsToLaunchFormJsonRequestValidationError) Reason

Reason function returns reason value.

type LiteralsToLaunchFormJsonResponse

type LiteralsToLaunchFormJsonResponse struct {

	// The JSON for the literals.
	Json *structpb.Struct `protobuf:"bytes,1,opt,name=json,proto3" json:"json,omitempty"`
	// contains filtered or unexported fields
}

func (*LiteralsToLaunchFormJsonResponse) Descriptor deprecated

func (*LiteralsToLaunchFormJsonResponse) Descriptor() ([]byte, []int)

Deprecated: Use LiteralsToLaunchFormJsonResponse.ProtoReflect.Descriptor instead.

func (*LiteralsToLaunchFormJsonResponse) GetJson

func (*LiteralsToLaunchFormJsonResponse) ProtoMessage

func (*LiteralsToLaunchFormJsonResponse) ProtoMessage()

func (*LiteralsToLaunchFormJsonResponse) ProtoReflect

func (*LiteralsToLaunchFormJsonResponse) Reset

func (*LiteralsToLaunchFormJsonResponse) String

func (*LiteralsToLaunchFormJsonResponse) Validate

Validate checks the field values on LiteralsToLaunchFormJsonResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*LiteralsToLaunchFormJsonResponse) ValidateAll

func (m *LiteralsToLaunchFormJsonResponse) ValidateAll() error

ValidateAll checks the field values on LiteralsToLaunchFormJsonResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LiteralsToLaunchFormJsonResponseMultiError, or nil if none found.

type LiteralsToLaunchFormJsonResponseMultiError

type LiteralsToLaunchFormJsonResponseMultiError []error

LiteralsToLaunchFormJsonResponseMultiError is an error wrapping multiple validation errors returned by LiteralsToLaunchFormJsonResponse.ValidateAll() if the designated constraints aren't met.

func (LiteralsToLaunchFormJsonResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (LiteralsToLaunchFormJsonResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type LiteralsToLaunchFormJsonResponseValidationError

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

LiteralsToLaunchFormJsonResponseValidationError is the validation error returned by LiteralsToLaunchFormJsonResponse.Validate if the designated constraints aren't met.

func (LiteralsToLaunchFormJsonResponseValidationError) Cause

Cause function returns cause value.

func (LiteralsToLaunchFormJsonResponseValidationError) Error

Error satisfies the builtin error interface

func (LiteralsToLaunchFormJsonResponseValidationError) ErrorName

ErrorName returns error name.

func (LiteralsToLaunchFormJsonResponseValidationError) Field

Field function returns field value.

func (LiteralsToLaunchFormJsonResponseValidationError) Key

Key function returns key value.

func (LiteralsToLaunchFormJsonResponseValidationError) Reason

Reason function returns reason value.

type NodeExpansionParams added in v2.0.21

type NodeExpansionParams struct {
	Offset int32 `protobuf:"varint,1,opt,name=offset,proto3" json:"offset,omitempty"`
	Limit  int32 `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"`
	// contains filtered or unexported fields
}

NodeExpansionParams bounds how many children the server should materialize under an expanded node or group. limit <= 0 → server default; server also clamps to a hard cap.

func (*NodeExpansionParams) Descriptor deprecated added in v2.0.21

func (*NodeExpansionParams) Descriptor() ([]byte, []int)

Deprecated: Use NodeExpansionParams.ProtoReflect.Descriptor instead.

func (*NodeExpansionParams) GetLimit added in v2.0.21

func (x *NodeExpansionParams) GetLimit() int32

func (*NodeExpansionParams) GetOffset added in v2.0.21

func (x *NodeExpansionParams) GetOffset() int32

func (*NodeExpansionParams) ProtoMessage added in v2.0.21

func (*NodeExpansionParams) ProtoMessage()

func (*NodeExpansionParams) ProtoReflect added in v2.0.21

func (x *NodeExpansionParams) ProtoReflect() protoreflect.Message

func (*NodeExpansionParams) Reset added in v2.0.21

func (x *NodeExpansionParams) Reset()

func (*NodeExpansionParams) String added in v2.0.21

func (x *NodeExpansionParams) String() string

func (*NodeExpansionParams) Validate added in v2.0.21

func (m *NodeExpansionParams) Validate() error

Validate checks the field values on NodeExpansionParams with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*NodeExpansionParams) ValidateAll added in v2.0.21

func (m *NodeExpansionParams) ValidateAll() error

ValidateAll checks the field values on NodeExpansionParams with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in NodeExpansionParamsMultiError, or nil if none found.

type NodeExpansionParamsMultiError added in v2.0.21

type NodeExpansionParamsMultiError []error

NodeExpansionParamsMultiError is an error wrapping multiple validation errors returned by NodeExpansionParams.ValidateAll() if the designated constraints aren't met.

func (NodeExpansionParamsMultiError) AllErrors added in v2.0.21

func (m NodeExpansionParamsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (NodeExpansionParamsMultiError) Error added in v2.0.21

Error returns a concatenation of all the error messages it wraps.

type NodeExpansionParamsValidationError added in v2.0.21

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

NodeExpansionParamsValidationError is the validation error returned by NodeExpansionParams.Validate if the designated constraints aren't met.

func (NodeExpansionParamsValidationError) Cause added in v2.0.21

Cause function returns cause value.

func (NodeExpansionParamsValidationError) Error added in v2.0.21

Error satisfies the builtin error interface

func (NodeExpansionParamsValidationError) ErrorName added in v2.0.21

ErrorName returns error name.

func (NodeExpansionParamsValidationError) Field added in v2.0.21

Field function returns field value.

func (NodeExpansionParamsValidationError) Key added in v2.0.21

Key function returns key value.

func (NodeExpansionParamsValidationError) Reason added in v2.0.21

Reason function returns reason value.

type PhaseTransition

type PhaseTransition struct {

	// The phase.
	Phase common.ActionPhase `protobuf:"varint,1,opt,name=phase,proto3,enum=flyteidl2.common.ActionPhase" json:"phase,omitempty"`
	// Time this phase started.
	StartTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	// Time this phase ended, if applicable. For terminal phases, start time will equal end time.
	EndTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=end_time,json=endTime,proto3,oneof" json:"end_time,omitempty"`
	// contains filtered or unexported fields
}

func (*PhaseTransition) Descriptor deprecated

func (*PhaseTransition) Descriptor() ([]byte, []int)

Deprecated: Use PhaseTransition.ProtoReflect.Descriptor instead.

func (*PhaseTransition) GetEndTime

func (x *PhaseTransition) GetEndTime() *timestamppb.Timestamp

func (*PhaseTransition) GetPhase

func (x *PhaseTransition) GetPhase() common.ActionPhase

func (*PhaseTransition) GetStartTime

func (x *PhaseTransition) GetStartTime() *timestamppb.Timestamp

func (*PhaseTransition) ProtoMessage

func (*PhaseTransition) ProtoMessage()

func (*PhaseTransition) ProtoReflect

func (x *PhaseTransition) ProtoReflect() protoreflect.Message

func (*PhaseTransition) Reset

func (x *PhaseTransition) Reset()

func (*PhaseTransition) String

func (x *PhaseTransition) String() string

func (*PhaseTransition) Validate

func (m *PhaseTransition) Validate() error

Validate checks the field values on PhaseTransition with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*PhaseTransition) ValidateAll

func (m *PhaseTransition) ValidateAll() error

ValidateAll checks the field values on PhaseTransition with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PhaseTransitionMultiError, or nil if none found.

type PhaseTransitionMultiError

type PhaseTransitionMultiError []error

PhaseTransitionMultiError is an error wrapping multiple validation errors returned by PhaseTransition.ValidateAll() if the designated constraints aren't met.

func (PhaseTransitionMultiError) AllErrors

func (m PhaseTransitionMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PhaseTransitionMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type PhaseTransitionValidationError

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

PhaseTransitionValidationError is the validation error returned by PhaseTransition.Validate if the designated constraints aren't met.

func (PhaseTransitionValidationError) Cause

Cause function returns cause value.

func (PhaseTransitionValidationError) Error

Error satisfies the builtin error interface

func (PhaseTransitionValidationError) ErrorName

func (e PhaseTransitionValidationError) ErrorName() string

ErrorName returns error name.

func (PhaseTransitionValidationError) Field

Field function returns field value.

func (PhaseTransitionValidationError) Key

Key function returns key value.

func (PhaseTransitionValidationError) Reason

Reason function returns reason value.

type PutRequest

type PutRequest struct {

	// a unique identifier for the action.
	ActionId *common.ActionIdentifier `protobuf:"bytes,1,opt,name=action_id,json=actionId,proto3" json:"action_id,omitempty"`
	// optional name of the parent action if this is a nested action.
	ParentActionName *string `protobuf:"bytes,2,opt,name=parent_action_name,json=parentActionName,proto3,oneof" json:"parent_action_name,omitempty"`
	// currently we will store state as a json serialized `NodeStatus` object. this will be required
	// to seamlessly integrate with existing FlytePropeller node execution logic. we can update this
	// to be a subset of fields in the future if there are necessary performance improvements.
	State string `protobuf:"bytes,3,opt,name=state,proto3" json:"state,omitempty"`
	// contains filtered or unexported fields
}

request message to put the state of an action.

func (*PutRequest) Descriptor deprecated

func (*PutRequest) Descriptor() ([]byte, []int)

Deprecated: Use PutRequest.ProtoReflect.Descriptor instead.

func (*PutRequest) GetActionId

func (x *PutRequest) GetActionId() *common.ActionIdentifier

func (*PutRequest) GetParentActionName

func (x *PutRequest) GetParentActionName() string

func (*PutRequest) GetState

func (x *PutRequest) GetState() string

func (*PutRequest) ProtoMessage

func (*PutRequest) ProtoMessage()

func (*PutRequest) ProtoReflect

func (x *PutRequest) ProtoReflect() protoreflect.Message

func (*PutRequest) Reset

func (x *PutRequest) Reset()

func (*PutRequest) String

func (x *PutRequest) String() string

func (*PutRequest) Validate

func (m *PutRequest) Validate() error

Validate checks the field values on PutRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*PutRequest) ValidateAll

func (m *PutRequest) ValidateAll() error

ValidateAll checks the field values on PutRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PutRequestMultiError, or nil if none found.

type PutRequestMultiError

type PutRequestMultiError []error

PutRequestMultiError is an error wrapping multiple validation errors returned by PutRequest.ValidateAll() if the designated constraints aren't met.

func (PutRequestMultiError) AllErrors

func (m PutRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PutRequestMultiError) Error

func (m PutRequestMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type PutRequestValidationError

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

PutRequestValidationError is the validation error returned by PutRequest.Validate if the designated constraints aren't met.

func (PutRequestValidationError) Cause

func (e PutRequestValidationError) Cause() error

Cause function returns cause value.

func (PutRequestValidationError) Error

Error satisfies the builtin error interface

func (PutRequestValidationError) ErrorName

func (e PutRequestValidationError) ErrorName() string

ErrorName returns error name.

func (PutRequestValidationError) Field

Field function returns field value.

func (PutRequestValidationError) Key

Key function returns key value.

func (PutRequestValidationError) Reason

func (e PutRequestValidationError) Reason() string

Reason function returns reason value.

type PutResponse

type PutResponse struct {

	// a unique identifier for the action.
	ActionId *common.ActionIdentifier `protobuf:"bytes,1,opt,name=action_id,json=actionId,proto3" json:"action_id,omitempty"`
	// The result.
	Status *status.Status `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

response message for putting the state of an action.

func (*PutResponse) Descriptor deprecated

func (*PutResponse) Descriptor() ([]byte, []int)

Deprecated: Use PutResponse.ProtoReflect.Descriptor instead.

func (*PutResponse) GetActionId

func (x *PutResponse) GetActionId() *common.ActionIdentifier

func (*PutResponse) GetStatus

func (x *PutResponse) GetStatus() *status.Status

func (*PutResponse) ProtoMessage

func (*PutResponse) ProtoMessage()

func (*PutResponse) ProtoReflect

func (x *PutResponse) ProtoReflect() protoreflect.Message

func (*PutResponse) Reset

func (x *PutResponse) Reset()

func (*PutResponse) String

func (x *PutResponse) String() string

func (*PutResponse) Validate

func (m *PutResponse) Validate() error

Validate checks the field values on PutResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*PutResponse) ValidateAll

func (m *PutResponse) ValidateAll() error

ValidateAll checks the field values on PutResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PutResponseMultiError, or nil if none found.

type PutResponseMultiError

type PutResponseMultiError []error

PutResponseMultiError is an error wrapping multiple validation errors returned by PutResponse.ValidateAll() if the designated constraints aren't met.

func (PutResponseMultiError) AllErrors

func (m PutResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PutResponseMultiError) Error

func (m PutResponseMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type PutResponseValidationError

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

PutResponseValidationError is the validation error returned by PutResponse.Validate if the designated constraints aren't met.

func (PutResponseValidationError) Cause

Cause function returns cause value.

func (PutResponseValidationError) Error

Error satisfies the builtin error interface

func (PutResponseValidationError) ErrorName

func (e PutResponseValidationError) ErrorName() string

ErrorName returns error name.

func (PutResponseValidationError) Field

Field function returns field value.

func (PutResponseValidationError) Key

Key function returns key value.

func (PutResponseValidationError) Reason

Reason function returns reason value.

type QueueServiceClient

type QueueServiceClient interface {
	// queue a new action for execution.
	EnqueueAction(ctx context.Context, in *EnqueueActionRequest, opts ...grpc.CallOption) (*EnqueueActionResponse, error)
	// abort a queued run.
	AbortQueuedRun(ctx context.Context, in *AbortQueuedRunRequest, opts ...grpc.CallOption) (*AbortQueuedRunResponse, error)
	// AbortAction aborts a single action that was previously queued or is currently being processed by a worker.
	AbortQueuedAction(ctx context.Context, in *AbortQueuedActionRequest, opts ...grpc.CallOption) (*AbortQueuedActionResponse, error)
}

QueueServiceClient is the client API for QueueService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type QueueServiceServer

type QueueServiceServer interface {
	// queue a new action for execution.
	EnqueueAction(context.Context, *EnqueueActionRequest) (*EnqueueActionResponse, error)
	// abort a queued run.
	AbortQueuedRun(context.Context, *AbortQueuedRunRequest) (*AbortQueuedRunResponse, error)
	// AbortAction aborts a single action that was previously queued or is currently being processed by a worker.
	AbortQueuedAction(context.Context, *AbortQueuedActionRequest) (*AbortQueuedActionResponse, error)
}

QueueServiceServer is the server API for QueueService service. All implementations should embed UnimplementedQueueServiceServer for forward compatibility

type RecordActionEventRequest added in v2.0.8

type RecordActionEventRequest struct {

	// The event.
	Event *ActionEvent `protobuf:"bytes,1,opt,name=event,proto3" json:"event,omitempty"`
	// contains filtered or unexported fields
}

Request message for recording an action event.

func (*RecordActionEventRequest) Descriptor deprecated added in v2.0.8

func (*RecordActionEventRequest) Descriptor() ([]byte, []int)

Deprecated: Use RecordActionEventRequest.ProtoReflect.Descriptor instead.

func (*RecordActionEventRequest) GetEvent added in v2.0.8

func (x *RecordActionEventRequest) GetEvent() *ActionEvent

func (*RecordActionEventRequest) ProtoMessage added in v2.0.8

func (*RecordActionEventRequest) ProtoMessage()

func (*RecordActionEventRequest) ProtoReflect added in v2.0.8

func (x *RecordActionEventRequest) ProtoReflect() protoreflect.Message

func (*RecordActionEventRequest) Reset added in v2.0.8

func (x *RecordActionEventRequest) Reset()

func (*RecordActionEventRequest) String added in v2.0.8

func (x *RecordActionEventRequest) String() string

func (*RecordActionEventRequest) Validate added in v2.0.8

func (m *RecordActionEventRequest) Validate() error

Validate checks the field values on RecordActionEventRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RecordActionEventRequest) ValidateAll added in v2.0.8

func (m *RecordActionEventRequest) ValidateAll() error

ValidateAll checks the field values on RecordActionEventRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RecordActionEventRequestMultiError, or nil if none found.

type RecordActionEventRequestMultiError added in v2.0.8

type RecordActionEventRequestMultiError []error

RecordActionEventRequestMultiError is an error wrapping multiple validation errors returned by RecordActionEventRequest.ValidateAll() if the designated constraints aren't met.

func (RecordActionEventRequestMultiError) AllErrors added in v2.0.8

func (m RecordActionEventRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RecordActionEventRequestMultiError) Error added in v2.0.8

Error returns a concatenation of all the error messages it wraps.

type RecordActionEventRequestValidationError added in v2.0.8

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

RecordActionEventRequestValidationError is the validation error returned by RecordActionEventRequest.Validate if the designated constraints aren't met.

func (RecordActionEventRequestValidationError) Cause added in v2.0.8

Cause function returns cause value.

func (RecordActionEventRequestValidationError) Error added in v2.0.8

Error satisfies the builtin error interface

func (RecordActionEventRequestValidationError) ErrorName added in v2.0.8

ErrorName returns error name.

func (RecordActionEventRequestValidationError) Field added in v2.0.8

Field function returns field value.

func (RecordActionEventRequestValidationError) Key added in v2.0.8

Key function returns key value.

func (RecordActionEventRequestValidationError) Reason added in v2.0.8

Reason function returns reason value.

type RecordActionEventResponse added in v2.0.8

type RecordActionEventResponse struct {

	// The action id.
	ActionId *common.ActionIdentifier `protobuf:"bytes,1,opt,name=action_id,json=actionId,proto3" json:"action_id,omitempty"`
	// The result.
	Status *status.Status `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

Response message for recording an action event.

func (*RecordActionEventResponse) Descriptor deprecated added in v2.0.8

func (*RecordActionEventResponse) Descriptor() ([]byte, []int)

Deprecated: Use RecordActionEventResponse.ProtoReflect.Descriptor instead.

func (*RecordActionEventResponse) GetActionId added in v2.0.8

func (*RecordActionEventResponse) GetStatus added in v2.0.8

func (x *RecordActionEventResponse) GetStatus() *status.Status

func (*RecordActionEventResponse) ProtoMessage added in v2.0.8

func (*RecordActionEventResponse) ProtoMessage()

func (*RecordActionEventResponse) ProtoReflect added in v2.0.8

func (*RecordActionEventResponse) Reset added in v2.0.8

func (x *RecordActionEventResponse) Reset()

func (*RecordActionEventResponse) String added in v2.0.8

func (x *RecordActionEventResponse) String() string

func (*RecordActionEventResponse) Validate added in v2.0.8

func (m *RecordActionEventResponse) Validate() error

Validate checks the field values on RecordActionEventResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RecordActionEventResponse) ValidateAll added in v2.0.8

func (m *RecordActionEventResponse) ValidateAll() error

ValidateAll checks the field values on RecordActionEventResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RecordActionEventResponseMultiError, or nil if none found.

type RecordActionEventResponseMultiError added in v2.0.8

type RecordActionEventResponseMultiError []error

RecordActionEventResponseMultiError is an error wrapping multiple validation errors returned by RecordActionEventResponse.ValidateAll() if the designated constraints aren't met.

func (RecordActionEventResponseMultiError) AllErrors added in v2.0.8

AllErrors returns a list of validation violation errors.

func (RecordActionEventResponseMultiError) Error added in v2.0.8

Error returns a concatenation of all the error messages it wraps.

type RecordActionEventResponseValidationError added in v2.0.8

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

RecordActionEventResponseValidationError is the validation error returned by RecordActionEventResponse.Validate if the designated constraints aren't met.

func (RecordActionEventResponseValidationError) Cause added in v2.0.8

Cause function returns cause value.

func (RecordActionEventResponseValidationError) Error added in v2.0.8

Error satisfies the builtin error interface

func (RecordActionEventResponseValidationError) ErrorName added in v2.0.8

ErrorName returns error name.

func (RecordActionEventResponseValidationError) Field added in v2.0.8

Field function returns field value.

func (RecordActionEventResponseValidationError) Key added in v2.0.8

Key function returns key value.

func (RecordActionEventResponseValidationError) Reason added in v2.0.8

Reason function returns reason value.

type RecordActionEventStreamRequest added in v2.0.8

type RecordActionEventStreamRequest struct {

	// Request message for recording an action event.
	Request *RecordActionEventRequest `protobuf:"bytes,1,opt,name=request,proto3" json:"request,omitempty"`
	// The nonce is used to correlate the request with the response.
	Nonce int64 `protobuf:"varint,2,opt,name=nonce,proto3" json:"nonce,omitempty"`
	// contains filtered or unexported fields
}

Request message for recording an action event (streaming implementation). TODO - when this message is removed, also remove the RecordActionEventRequest message above.

func (*RecordActionEventStreamRequest) Descriptor deprecated added in v2.0.8

func (*RecordActionEventStreamRequest) Descriptor() ([]byte, []int)

Deprecated: Use RecordActionEventStreamRequest.ProtoReflect.Descriptor instead.

func (*RecordActionEventStreamRequest) GetNonce added in v2.0.8

func (x *RecordActionEventStreamRequest) GetNonce() int64

func (*RecordActionEventStreamRequest) GetRequest added in v2.0.8

func (*RecordActionEventStreamRequest) ProtoMessage added in v2.0.8

func (*RecordActionEventStreamRequest) ProtoMessage()

func (*RecordActionEventStreamRequest) ProtoReflect added in v2.0.8

func (*RecordActionEventStreamRequest) Reset added in v2.0.8

func (x *RecordActionEventStreamRequest) Reset()

func (*RecordActionEventStreamRequest) String added in v2.0.8

func (*RecordActionEventStreamRequest) Validate added in v2.0.8

func (m *RecordActionEventStreamRequest) Validate() error

Validate checks the field values on RecordActionEventStreamRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RecordActionEventStreamRequest) ValidateAll added in v2.0.8

func (m *RecordActionEventStreamRequest) ValidateAll() error

ValidateAll checks the field values on RecordActionEventStreamRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RecordActionEventStreamRequestMultiError, or nil if none found.

type RecordActionEventStreamRequestMultiError added in v2.0.8

type RecordActionEventStreamRequestMultiError []error

RecordActionEventStreamRequestMultiError is an error wrapping multiple validation errors returned by RecordActionEventStreamRequest.ValidateAll() if the designated constraints aren't met.

func (RecordActionEventStreamRequestMultiError) AllErrors added in v2.0.8

AllErrors returns a list of validation violation errors.

func (RecordActionEventStreamRequestMultiError) Error added in v2.0.8

Error returns a concatenation of all the error messages it wraps.

type RecordActionEventStreamRequestValidationError added in v2.0.8

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

RecordActionEventStreamRequestValidationError is the validation error returned by RecordActionEventStreamRequest.Validate if the designated constraints aren't met.

func (RecordActionEventStreamRequestValidationError) Cause added in v2.0.8

Cause function returns cause value.

func (RecordActionEventStreamRequestValidationError) Error added in v2.0.8

Error satisfies the builtin error interface

func (RecordActionEventStreamRequestValidationError) ErrorName added in v2.0.8

ErrorName returns error name.

func (RecordActionEventStreamRequestValidationError) Field added in v2.0.8

Field function returns field value.

func (RecordActionEventStreamRequestValidationError) Key added in v2.0.8

Key function returns key value.

func (RecordActionEventStreamRequestValidationError) Reason added in v2.0.8

Reason function returns reason value.

type RecordActionEventStreamResponse added in v2.0.8

type RecordActionEventStreamResponse struct {

	// Response message for recording an action event.
	Response *RecordActionEventResponse `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	// The nonce is used to correlate the request with the response.
	Nonce int64 `protobuf:"varint,2,opt,name=nonce,proto3" json:"nonce,omitempty"`
	// contains filtered or unexported fields
}

Response message for recording an action event (streaming implementation). TODO - when this message is removed, also remove the RecordActionEventResponse message above.

func (*RecordActionEventStreamResponse) Descriptor deprecated added in v2.0.8

func (*RecordActionEventStreamResponse) Descriptor() ([]byte, []int)

Deprecated: Use RecordActionEventStreamResponse.ProtoReflect.Descriptor instead.

func (*RecordActionEventStreamResponse) GetNonce added in v2.0.8

func (x *RecordActionEventStreamResponse) GetNonce() int64

func (*RecordActionEventStreamResponse) GetResponse added in v2.0.8

func (*RecordActionEventStreamResponse) ProtoMessage added in v2.0.8

func (*RecordActionEventStreamResponse) ProtoMessage()

func (*RecordActionEventStreamResponse) ProtoReflect added in v2.0.8

func (*RecordActionEventStreamResponse) Reset added in v2.0.8

func (*RecordActionEventStreamResponse) String added in v2.0.8

func (*RecordActionEventStreamResponse) Validate added in v2.0.8

func (m *RecordActionEventStreamResponse) Validate() error

Validate checks the field values on RecordActionEventStreamResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RecordActionEventStreamResponse) ValidateAll added in v2.0.8

func (m *RecordActionEventStreamResponse) ValidateAll() error

ValidateAll checks the field values on RecordActionEventStreamResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RecordActionEventStreamResponseMultiError, or nil if none found.

type RecordActionEventStreamResponseMultiError added in v2.0.8

type RecordActionEventStreamResponseMultiError []error

RecordActionEventStreamResponseMultiError is an error wrapping multiple validation errors returned by RecordActionEventStreamResponse.ValidateAll() if the designated constraints aren't met.

func (RecordActionEventStreamResponseMultiError) AllErrors added in v2.0.8

AllErrors returns a list of validation violation errors.

func (RecordActionEventStreamResponseMultiError) Error added in v2.0.8

Error returns a concatenation of all the error messages it wraps.

type RecordActionEventStreamResponseValidationError added in v2.0.8

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

RecordActionEventStreamResponseValidationError is the validation error returned by RecordActionEventStreamResponse.Validate if the designated constraints aren't met.

func (RecordActionEventStreamResponseValidationError) Cause added in v2.0.8

Cause function returns cause value.

func (RecordActionEventStreamResponseValidationError) Error added in v2.0.8

Error satisfies the builtin error interface

func (RecordActionEventStreamResponseValidationError) ErrorName added in v2.0.8

ErrorName returns error name.

func (RecordActionEventStreamResponseValidationError) Field added in v2.0.8

Field function returns field value.

func (RecordActionEventStreamResponseValidationError) Key added in v2.0.8

Key function returns key value.

func (RecordActionEventStreamResponseValidationError) Reason added in v2.0.8

Reason function returns reason value.

type RecordActionEventsRequest added in v2.0.8

type RecordActionEventsRequest struct {

	// The events.
	Events []*ActionEvent `protobuf:"bytes,1,rep,name=events,proto3" json:"events,omitempty"`
	// contains filtered or unexported fields
}

Request message for recording a collection of action events.

func (*RecordActionEventsRequest) Descriptor deprecated added in v2.0.8

func (*RecordActionEventsRequest) Descriptor() ([]byte, []int)

Deprecated: Use RecordActionEventsRequest.ProtoReflect.Descriptor instead.

func (*RecordActionEventsRequest) GetEvents added in v2.0.8

func (x *RecordActionEventsRequest) GetEvents() []*ActionEvent

func (*RecordActionEventsRequest) ProtoMessage added in v2.0.8

func (*RecordActionEventsRequest) ProtoMessage()

func (*RecordActionEventsRequest) ProtoReflect added in v2.0.8

func (*RecordActionEventsRequest) Reset added in v2.0.8

func (x *RecordActionEventsRequest) Reset()

func (*RecordActionEventsRequest) String added in v2.0.8

func (x *RecordActionEventsRequest) String() string

func (*RecordActionEventsRequest) Validate added in v2.0.8

func (m *RecordActionEventsRequest) Validate() error

Validate checks the field values on RecordActionEventsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RecordActionEventsRequest) ValidateAll added in v2.0.8

func (m *RecordActionEventsRequest) ValidateAll() error

ValidateAll checks the field values on RecordActionEventsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RecordActionEventsRequestMultiError, or nil if none found.

type RecordActionEventsRequestMultiError added in v2.0.8

type RecordActionEventsRequestMultiError []error

RecordActionEventsRequestMultiError is an error wrapping multiple validation errors returned by RecordActionEventsRequest.ValidateAll() if the designated constraints aren't met.

func (RecordActionEventsRequestMultiError) AllErrors added in v2.0.8

AllErrors returns a list of validation violation errors.

func (RecordActionEventsRequestMultiError) Error added in v2.0.8

Error returns a concatenation of all the error messages it wraps.

type RecordActionEventsRequestValidationError added in v2.0.8

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

RecordActionEventsRequestValidationError is the validation error returned by RecordActionEventsRequest.Validate if the designated constraints aren't met.

func (RecordActionEventsRequestValidationError) Cause added in v2.0.8

Cause function returns cause value.

func (RecordActionEventsRequestValidationError) Error added in v2.0.8

Error satisfies the builtin error interface

func (RecordActionEventsRequestValidationError) ErrorName added in v2.0.8

ErrorName returns error name.

func (RecordActionEventsRequestValidationError) Field added in v2.0.8

Field function returns field value.

func (RecordActionEventsRequestValidationError) Key added in v2.0.8

Key function returns key value.

func (RecordActionEventsRequestValidationError) Reason added in v2.0.8

Reason function returns reason value.

type RecordActionEventsResponse added in v2.0.8

type RecordActionEventsResponse struct {

	// The result.
	Status *status.Status `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

Response message for recording a collection of action events.

func (*RecordActionEventsResponse) Descriptor deprecated added in v2.0.8

func (*RecordActionEventsResponse) Descriptor() ([]byte, []int)

Deprecated: Use RecordActionEventsResponse.ProtoReflect.Descriptor instead.

func (*RecordActionEventsResponse) GetStatus added in v2.0.8

func (x *RecordActionEventsResponse) GetStatus() *status.Status

func (*RecordActionEventsResponse) ProtoMessage added in v2.0.8

func (*RecordActionEventsResponse) ProtoMessage()

func (*RecordActionEventsResponse) ProtoReflect added in v2.0.8

func (*RecordActionEventsResponse) Reset added in v2.0.8

func (x *RecordActionEventsResponse) Reset()

func (*RecordActionEventsResponse) String added in v2.0.8

func (x *RecordActionEventsResponse) String() string

func (*RecordActionEventsResponse) Validate added in v2.0.8

func (m *RecordActionEventsResponse) Validate() error

Validate checks the field values on RecordActionEventsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RecordActionEventsResponse) ValidateAll added in v2.0.8

func (m *RecordActionEventsResponse) ValidateAll() error

ValidateAll checks the field values on RecordActionEventsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RecordActionEventsResponseMultiError, or nil if none found.

type RecordActionEventsResponseMultiError added in v2.0.8

type RecordActionEventsResponseMultiError []error

RecordActionEventsResponseMultiError is an error wrapping multiple validation errors returned by RecordActionEventsResponse.ValidateAll() if the designated constraints aren't met.

func (RecordActionEventsResponseMultiError) AllErrors added in v2.0.8

AllErrors returns a list of validation violation errors.

func (RecordActionEventsResponseMultiError) Error added in v2.0.8

Error returns a concatenation of all the error messages it wraps.

type RecordActionEventsResponseValidationError added in v2.0.8

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

RecordActionEventsResponseValidationError is the validation error returned by RecordActionEventsResponse.Validate if the designated constraints aren't met.

func (RecordActionEventsResponseValidationError) Cause added in v2.0.8

Cause function returns cause value.

func (RecordActionEventsResponseValidationError) Error added in v2.0.8

Error satisfies the builtin error interface

func (RecordActionEventsResponseValidationError) ErrorName added in v2.0.8

ErrorName returns error name.

func (RecordActionEventsResponseValidationError) Field added in v2.0.8

Field function returns field value.

func (RecordActionEventsResponseValidationError) Key added in v2.0.8

Key function returns key value.

func (RecordActionEventsResponseValidationError) Reason added in v2.0.8

Reason function returns reason value.

type RecordActionRequest added in v2.0.8

type RecordActionRequest struct {

	// Action to record.
	ActionId *common.ActionIdentifier `protobuf:"bytes,1,opt,name=action_id,json=actionId,proto3" json:"action_id,omitempty"`
	// The parent action. This is used to establish the hierarchy of actions. Empty if this is the root action.
	Parent string `protobuf:"bytes,4,opt,name=parent,proto3" json:"parent,omitempty"`
	// The group this action belongs to, if applicable.
	Group string `protobuf:"bytes,5,opt,name=group,proto3" json:"group,omitempty"`
	// The subject that created the action, if known.
	Subject string `protobuf:"bytes,6,opt,name=subject,proto3" json:"subject,omitempty"`
	// The inputs for the action.
	InputUri string `protobuf:"bytes,7,opt,name=input_uri,json=inputUri,proto3" json:"input_uri,omitempty"`
	// Types that are assignable to Spec:
	//
	//	*RecordActionRequest_Task
	//	*RecordActionRequest_Trace
	//	*RecordActionRequest_Condition
	Spec isRecordActionRequest_Spec `protobuf_oneof:"spec"`
	// contains filtered or unexported fields
}

Request message for recording an action.

func (*RecordActionRequest) Descriptor deprecated added in v2.0.8

func (*RecordActionRequest) Descriptor() ([]byte, []int)

Deprecated: Use RecordActionRequest.ProtoReflect.Descriptor instead.

func (*RecordActionRequest) GetActionId added in v2.0.8

func (x *RecordActionRequest) GetActionId() *common.ActionIdentifier

func (*RecordActionRequest) GetCondition added in v2.0.8

func (x *RecordActionRequest) GetCondition() *ConditionAction

func (*RecordActionRequest) GetGroup added in v2.0.8

func (x *RecordActionRequest) GetGroup() string

func (*RecordActionRequest) GetInputUri added in v2.0.8

func (x *RecordActionRequest) GetInputUri() string

func (*RecordActionRequest) GetParent added in v2.0.8

func (x *RecordActionRequest) GetParent() string

func (*RecordActionRequest) GetSpec added in v2.0.8

func (m *RecordActionRequest) GetSpec() isRecordActionRequest_Spec

func (*RecordActionRequest) GetSubject added in v2.0.8

func (x *RecordActionRequest) GetSubject() string

func (*RecordActionRequest) GetTask added in v2.0.8

func (x *RecordActionRequest) GetTask() *TaskAction

func (*RecordActionRequest) GetTrace added in v2.0.8

func (x *RecordActionRequest) GetTrace() *TraceAction

func (*RecordActionRequest) ProtoMessage added in v2.0.8

func (*RecordActionRequest) ProtoMessage()

func (*RecordActionRequest) ProtoReflect added in v2.0.8

func (x *RecordActionRequest) ProtoReflect() protoreflect.Message

func (*RecordActionRequest) Reset added in v2.0.8

func (x *RecordActionRequest) Reset()

func (*RecordActionRequest) String added in v2.0.8

func (x *RecordActionRequest) String() string

func (*RecordActionRequest) Validate added in v2.0.8

func (m *RecordActionRequest) Validate() error

Validate checks the field values on RecordActionRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RecordActionRequest) ValidateAll added in v2.0.8

func (m *RecordActionRequest) ValidateAll() error

ValidateAll checks the field values on RecordActionRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RecordActionRequestMultiError, or nil if none found.

type RecordActionRequestMultiError added in v2.0.8

type RecordActionRequestMultiError []error

RecordActionRequestMultiError is an error wrapping multiple validation errors returned by RecordActionRequest.ValidateAll() if the designated constraints aren't met.

func (RecordActionRequestMultiError) AllErrors added in v2.0.8

func (m RecordActionRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RecordActionRequestMultiError) Error added in v2.0.8

Error returns a concatenation of all the error messages it wraps.

type RecordActionRequestValidationError added in v2.0.8

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

RecordActionRequestValidationError is the validation error returned by RecordActionRequest.Validate if the designated constraints aren't met.

func (RecordActionRequestValidationError) Cause added in v2.0.8

Cause function returns cause value.

func (RecordActionRequestValidationError) Error added in v2.0.8

Error satisfies the builtin error interface

func (RecordActionRequestValidationError) ErrorName added in v2.0.8

ErrorName returns error name.

func (RecordActionRequestValidationError) Field added in v2.0.8

Field function returns field value.

func (RecordActionRequestValidationError) Key added in v2.0.8

Key function returns key value.

func (RecordActionRequestValidationError) Reason added in v2.0.8

Reason function returns reason value.

type RecordActionRequest_Condition added in v2.0.8

type RecordActionRequest_Condition struct {
	Condition *ConditionAction `protobuf:"bytes,12,opt,name=condition,proto3,oneof"`
}

type RecordActionRequest_Task added in v2.0.8

type RecordActionRequest_Task struct {
	// TODO(haytham): Uncomment when we update all code paths to use this.
	// option (buf.validate.oneof).required = true;
	Task *TaskAction `protobuf:"bytes,10,opt,name=task,proto3,oneof"`
}

type RecordActionRequest_Trace added in v2.0.8

type RecordActionRequest_Trace struct {
	Trace *TraceAction `protobuf:"bytes,11,opt,name=trace,proto3,oneof"`
}

type RecordActionResponse added in v2.0.8

type RecordActionResponse struct {

	// The action id.
	ActionId *common.ActionIdentifier `protobuf:"bytes,1,opt,name=action_id,json=actionId,proto3" json:"action_id,omitempty"`
	// The result.
	Status *status.Status `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

Response message for recording an action.

func (*RecordActionResponse) Descriptor deprecated added in v2.0.8

func (*RecordActionResponse) Descriptor() ([]byte, []int)

Deprecated: Use RecordActionResponse.ProtoReflect.Descriptor instead.

func (*RecordActionResponse) GetActionId added in v2.0.8

func (x *RecordActionResponse) GetActionId() *common.ActionIdentifier

func (*RecordActionResponse) GetStatus added in v2.0.8

func (x *RecordActionResponse) GetStatus() *status.Status

func (*RecordActionResponse) ProtoMessage added in v2.0.8

func (*RecordActionResponse) ProtoMessage()

func (*RecordActionResponse) ProtoReflect added in v2.0.8

func (x *RecordActionResponse) ProtoReflect() protoreflect.Message

func (*RecordActionResponse) Reset added in v2.0.8

func (x *RecordActionResponse) Reset()

func (*RecordActionResponse) String added in v2.0.8

func (x *RecordActionResponse) String() string

func (*RecordActionResponse) Validate added in v2.0.8

func (m *RecordActionResponse) Validate() error

Validate checks the field values on RecordActionResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RecordActionResponse) ValidateAll added in v2.0.8

func (m *RecordActionResponse) ValidateAll() error

ValidateAll checks the field values on RecordActionResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RecordActionResponseMultiError, or nil if none found.

type RecordActionResponseMultiError added in v2.0.8

type RecordActionResponseMultiError []error

RecordActionResponseMultiError is an error wrapping multiple validation errors returned by RecordActionResponse.ValidateAll() if the designated constraints aren't met.

func (RecordActionResponseMultiError) AllErrors added in v2.0.8

func (m RecordActionResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RecordActionResponseMultiError) Error added in v2.0.8

Error returns a concatenation of all the error messages it wraps.

type RecordActionResponseValidationError added in v2.0.8

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

RecordActionResponseValidationError is the validation error returned by RecordActionResponse.Validate if the designated constraints aren't met.

func (RecordActionResponseValidationError) Cause added in v2.0.8

Cause function returns cause value.

func (RecordActionResponseValidationError) Error added in v2.0.8

Error satisfies the builtin error interface

func (RecordActionResponseValidationError) ErrorName added in v2.0.8

ErrorName returns error name.

func (RecordActionResponseValidationError) Field added in v2.0.8

Field function returns field value.

func (RecordActionResponseValidationError) Key added in v2.0.8

Key function returns key value.

func (RecordActionResponseValidationError) Reason added in v2.0.8

Reason function returns reason value.

type RecordActionStreamRequest added in v2.0.8

type RecordActionStreamRequest struct {

	// Request message for recording an action.
	Request *RecordActionRequest `protobuf:"bytes,1,opt,name=request,proto3" json:"request,omitempty"`
	// contains filtered or unexported fields
}

Request message for recording an action (streaming implementation).

func (*RecordActionStreamRequest) Descriptor deprecated added in v2.0.8

func (*RecordActionStreamRequest) Descriptor() ([]byte, []int)

Deprecated: Use RecordActionStreamRequest.ProtoReflect.Descriptor instead.

func (*RecordActionStreamRequest) GetRequest added in v2.0.8

func (*RecordActionStreamRequest) ProtoMessage added in v2.0.8

func (*RecordActionStreamRequest) ProtoMessage()

func (*RecordActionStreamRequest) ProtoReflect added in v2.0.8

func (*RecordActionStreamRequest) Reset added in v2.0.8

func (x *RecordActionStreamRequest) Reset()

func (*RecordActionStreamRequest) String added in v2.0.8

func (x *RecordActionStreamRequest) String() string

func (*RecordActionStreamRequest) Validate added in v2.0.8

func (m *RecordActionStreamRequest) Validate() error

Validate checks the field values on RecordActionStreamRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RecordActionStreamRequest) ValidateAll added in v2.0.8

func (m *RecordActionStreamRequest) ValidateAll() error

ValidateAll checks the field values on RecordActionStreamRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RecordActionStreamRequestMultiError, or nil if none found.

type RecordActionStreamRequestMultiError added in v2.0.8

type RecordActionStreamRequestMultiError []error

RecordActionStreamRequestMultiError is an error wrapping multiple validation errors returned by RecordActionStreamRequest.ValidateAll() if the designated constraints aren't met.

func (RecordActionStreamRequestMultiError) AllErrors added in v2.0.8

AllErrors returns a list of validation violation errors.

func (RecordActionStreamRequestMultiError) Error added in v2.0.8

Error returns a concatenation of all the error messages it wraps.

type RecordActionStreamRequestValidationError added in v2.0.8

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

RecordActionStreamRequestValidationError is the validation error returned by RecordActionStreamRequest.Validate if the designated constraints aren't met.

func (RecordActionStreamRequestValidationError) Cause added in v2.0.8

Cause function returns cause value.

func (RecordActionStreamRequestValidationError) Error added in v2.0.8

Error satisfies the builtin error interface

func (RecordActionStreamRequestValidationError) ErrorName added in v2.0.8

ErrorName returns error name.

func (RecordActionStreamRequestValidationError) Field added in v2.0.8

Field function returns field value.

func (RecordActionStreamRequestValidationError) Key added in v2.0.8

Key function returns key value.

func (RecordActionStreamRequestValidationError) Reason added in v2.0.8

Reason function returns reason value.

type RecordActionStreamResponse added in v2.0.8

type RecordActionStreamResponse struct {

	// Response message for recording an action.
	Response *RecordActionResponse `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	// contains filtered or unexported fields
}

Response message for recording an action (streaming implementation).

func (*RecordActionStreamResponse) Descriptor deprecated added in v2.0.8

func (*RecordActionStreamResponse) Descriptor() ([]byte, []int)

Deprecated: Use RecordActionStreamResponse.ProtoReflect.Descriptor instead.

func (*RecordActionStreamResponse) GetResponse added in v2.0.8

func (*RecordActionStreamResponse) ProtoMessage added in v2.0.8

func (*RecordActionStreamResponse) ProtoMessage()

func (*RecordActionStreamResponse) ProtoReflect added in v2.0.8

func (*RecordActionStreamResponse) Reset added in v2.0.8

func (x *RecordActionStreamResponse) Reset()

func (*RecordActionStreamResponse) String added in v2.0.8

func (x *RecordActionStreamResponse) String() string

func (*RecordActionStreamResponse) Validate added in v2.0.8

func (m *RecordActionStreamResponse) Validate() error

Validate checks the field values on RecordActionStreamResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RecordActionStreamResponse) ValidateAll added in v2.0.8

func (m *RecordActionStreamResponse) ValidateAll() error

ValidateAll checks the field values on RecordActionStreamResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RecordActionStreamResponseMultiError, or nil if none found.

type RecordActionStreamResponseMultiError added in v2.0.8

type RecordActionStreamResponseMultiError []error

RecordActionStreamResponseMultiError is an error wrapping multiple validation errors returned by RecordActionStreamResponse.ValidateAll() if the designated constraints aren't met.

func (RecordActionStreamResponseMultiError) AllErrors added in v2.0.8

AllErrors returns a list of validation violation errors.

func (RecordActionStreamResponseMultiError) Error added in v2.0.8

Error returns a concatenation of all the error messages it wraps.

type RecordActionStreamResponseValidationError added in v2.0.8

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

RecordActionStreamResponseValidationError is the validation error returned by RecordActionStreamResponse.Validate if the designated constraints aren't met.

func (RecordActionStreamResponseValidationError) Cause added in v2.0.8

Cause function returns cause value.

func (RecordActionStreamResponseValidationError) Error added in v2.0.8

Error satisfies the builtin error interface

func (RecordActionStreamResponseValidationError) ErrorName added in v2.0.8

ErrorName returns error name.

func (RecordActionStreamResponseValidationError) Field added in v2.0.8

Field function returns field value.

func (RecordActionStreamResponseValidationError) Key added in v2.0.8

Key function returns key value.

func (RecordActionStreamResponseValidationError) Reason added in v2.0.8

Reason function returns reason value.

type RecordRequest added in v2.0.8

type RecordRequest struct {

	// The events to record.
	Events []*ActionEvent `protobuf:"bytes,1,rep,name=events,proto3" json:"events,omitempty"`
	// contains filtered or unexported fields
}

RecordRequest is the request message for recording the events for the actions.

func (*RecordRequest) Descriptor deprecated added in v2.0.8

func (*RecordRequest) Descriptor() ([]byte, []int)

Deprecated: Use RecordRequest.ProtoReflect.Descriptor instead.

func (*RecordRequest) GetEvents added in v2.0.8

func (x *RecordRequest) GetEvents() []*ActionEvent

func (*RecordRequest) ProtoMessage added in v2.0.8

func (*RecordRequest) ProtoMessage()

func (*RecordRequest) ProtoReflect added in v2.0.8

func (x *RecordRequest) ProtoReflect() protoreflect.Message

func (*RecordRequest) Reset added in v2.0.8

func (x *RecordRequest) Reset()

func (*RecordRequest) String added in v2.0.8

func (x *RecordRequest) String() string

func (*RecordRequest) Validate added in v2.0.8

func (m *RecordRequest) Validate() error

Validate checks the field values on RecordRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RecordRequest) ValidateAll added in v2.0.8

func (m *RecordRequest) ValidateAll() error

ValidateAll checks the field values on RecordRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RecordRequestMultiError, or nil if none found.

type RecordRequestMultiError added in v2.0.8

type RecordRequestMultiError []error

RecordRequestMultiError is an error wrapping multiple validation errors returned by RecordRequest.ValidateAll() if the designated constraints aren't met.

func (RecordRequestMultiError) AllErrors added in v2.0.8

func (m RecordRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RecordRequestMultiError) Error added in v2.0.8

func (m RecordRequestMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type RecordRequestValidationError added in v2.0.8

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

RecordRequestValidationError is the validation error returned by RecordRequest.Validate if the designated constraints aren't met.

func (RecordRequestValidationError) Cause added in v2.0.8

Cause function returns cause value.

func (RecordRequestValidationError) Error added in v2.0.8

Error satisfies the builtin error interface

func (RecordRequestValidationError) ErrorName added in v2.0.8

func (e RecordRequestValidationError) ErrorName() string

ErrorName returns error name.

func (RecordRequestValidationError) Field added in v2.0.8

Field function returns field value.

func (RecordRequestValidationError) Key added in v2.0.8

Key function returns key value.

func (RecordRequestValidationError) Reason added in v2.0.8

Reason function returns reason value.

type RecordResponse added in v2.0.8

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

RecordResponse is the response message recording an event for an action.

func (*RecordResponse) Descriptor deprecated added in v2.0.8

func (*RecordResponse) Descriptor() ([]byte, []int)

Deprecated: Use RecordResponse.ProtoReflect.Descriptor instead.

func (*RecordResponse) ProtoMessage added in v2.0.8

func (*RecordResponse) ProtoMessage()

func (*RecordResponse) ProtoReflect added in v2.0.8

func (x *RecordResponse) ProtoReflect() protoreflect.Message

func (*RecordResponse) Reset added in v2.0.8

func (x *RecordResponse) Reset()

func (*RecordResponse) String added in v2.0.8

func (x *RecordResponse) String() string

func (*RecordResponse) Validate added in v2.0.8

func (m *RecordResponse) Validate() error

Validate checks the field values on RecordResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RecordResponse) ValidateAll added in v2.0.8

func (m *RecordResponse) ValidateAll() error

ValidateAll checks the field values on RecordResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RecordResponseMultiError, or nil if none found.

type RecordResponseMultiError added in v2.0.8

type RecordResponseMultiError []error

RecordResponseMultiError is an error wrapping multiple validation errors returned by RecordResponse.ValidateAll() if the designated constraints aren't met.

func (RecordResponseMultiError) AllErrors added in v2.0.8

func (m RecordResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RecordResponseMultiError) Error added in v2.0.8

func (m RecordResponseMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type RecordResponseValidationError added in v2.0.8

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

RecordResponseValidationError is the validation error returned by RecordResponse.Validate if the designated constraints aren't met.

func (RecordResponseValidationError) Cause added in v2.0.8

Cause function returns cause value.

func (RecordResponseValidationError) Error added in v2.0.8

Error satisfies the builtin error interface

func (RecordResponseValidationError) ErrorName added in v2.0.8

func (e RecordResponseValidationError) ErrorName() string

ErrorName returns error name.

func (RecordResponseValidationError) Field added in v2.0.8

Field function returns field value.

func (RecordResponseValidationError) Key added in v2.0.8

Key function returns key value.

func (RecordResponseValidationError) Reason added in v2.0.8

Reason function returns reason value.

type Run

type Run struct {

	// Lightweight information about the root action.
	Action *Action `protobuf:"bytes,1,opt,name=action,proto3" json:"action,omitempty"`
	// User-defined labels attached to this run at creation time. These are the same
	// labels as RunSpec.labels (the k8s resource labels applied to pods/jobs at
	// execution time, also configurable via settings). On create, labels supplied on
	// the request are merged with settings/RunSpec labels, with request labels taking
	// precedence, and the merged set is stored here and on the RunSpec.
	// It is part of Run so that it gets returned in a list request.
	Labels map[string]string `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Run) Descriptor deprecated

func (*Run) Descriptor() ([]byte, []int)

Deprecated: Use Run.ProtoReflect.Descriptor instead.

func (*Run) GetAction

func (x *Run) GetAction() *Action

func (*Run) GetLabels added in v2.0.21

func (x *Run) GetLabels() map[string]string

func (*Run) ProtoMessage

func (*Run) ProtoMessage()

func (*Run) ProtoReflect

func (x *Run) ProtoReflect() protoreflect.Message

func (*Run) Reset

func (x *Run) Reset()

func (*Run) String

func (x *Run) String() string

func (*Run) Validate

func (m *Run) Validate() error

Validate checks the field values on Run with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Run) ValidateAll

func (m *Run) ValidateAll() error

ValidateAll checks the field values on Run with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RunMultiError, or nil if none found.

type RunDetails

type RunDetails struct {

	// Run spec.
	RunSpec *task.RunSpec `protobuf:"bytes,1,opt,name=run_spec,json=runSpec,proto3" json:"run_spec,omitempty"`
	// Detailed information about the root action.
	Action *ActionDetails `protobuf:"bytes,2,opt,name=action,proto3" json:"action,omitempty"`
	// contains filtered or unexported fields
}

func (*RunDetails) Descriptor deprecated

func (*RunDetails) Descriptor() ([]byte, []int)

Deprecated: Use RunDetails.ProtoReflect.Descriptor instead.

func (*RunDetails) GetAction

func (x *RunDetails) GetAction() *ActionDetails

func (*RunDetails) GetRunSpec

func (x *RunDetails) GetRunSpec() *task.RunSpec

func (*RunDetails) ProtoMessage

func (*RunDetails) ProtoMessage()

func (*RunDetails) ProtoReflect

func (x *RunDetails) ProtoReflect() protoreflect.Message

func (*RunDetails) Reset

func (x *RunDetails) Reset()

func (*RunDetails) String

func (x *RunDetails) String() string

func (*RunDetails) Validate

func (m *RunDetails) Validate() error

Validate checks the field values on RunDetails with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RunDetails) ValidateAll

func (m *RunDetails) ValidateAll() error

ValidateAll checks the field values on RunDetails with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RunDetailsMultiError, or nil if none found.

type RunDetailsMultiError

type RunDetailsMultiError []error

RunDetailsMultiError is an error wrapping multiple validation errors returned by RunDetails.ValidateAll() if the designated constraints aren't met.

func (RunDetailsMultiError) AllErrors

func (m RunDetailsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RunDetailsMultiError) Error

func (m RunDetailsMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type RunDetailsValidationError

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

RunDetailsValidationError is the validation error returned by RunDetails.Validate if the designated constraints aren't met.

func (RunDetailsValidationError) Cause

func (e RunDetailsValidationError) Cause() error

Cause function returns cause value.

func (RunDetailsValidationError) Error

Error satisfies the builtin error interface

func (RunDetailsValidationError) ErrorName

func (e RunDetailsValidationError) ErrorName() string

ErrorName returns error name.

func (RunDetailsValidationError) Field

Field function returns field value.

func (RunDetailsValidationError) Key

Key function returns key value.

func (RunDetailsValidationError) Reason

func (e RunDetailsValidationError) Reason() string

Reason function returns reason value.

type RunInfo added in v2.0.9

type RunInfo struct {

	// Task spec digest. Used to look up the full task spec from the task_specs table.
	TaskSpecDigest string `protobuf:"bytes,1,opt,name=task_spec_digest,json=taskSpecDigest,proto3" json:"task_spec_digest,omitempty"`
	// Inputs uri.
	InputsUri string `protobuf:"bytes,2,opt,name=inputs_uri,json=inputsUri,proto3" json:"inputs_uri,omitempty"`
	// Outputs uri.
	OutputsUri string `protobuf:"bytes,3,opt,name=outputs_uri,json=outputsUri,proto3" json:"outputs_uri,omitempty"`
	// Run spec.
	RunSpec *task.RunSpec `protobuf:"bytes,4,opt,name=run_spec,json=runSpec,proto3" json:"run_spec,omitempty"`
	// contains filtered or unexported fields
}

RunInfo contains detailed metadata about an action/run, stored as serialized bytes in the actions table's detailed_info column.

func (*RunInfo) Descriptor deprecated added in v2.0.9

func (*RunInfo) Descriptor() ([]byte, []int)

Deprecated: Use RunInfo.ProtoReflect.Descriptor instead.

func (*RunInfo) GetInputsUri added in v2.0.9

func (x *RunInfo) GetInputsUri() string

func (*RunInfo) GetOutputsUri added in v2.0.9

func (x *RunInfo) GetOutputsUri() string

func (*RunInfo) GetRunSpec added in v2.0.9

func (x *RunInfo) GetRunSpec() *task.RunSpec

func (*RunInfo) GetTaskSpecDigest added in v2.0.9

func (x *RunInfo) GetTaskSpecDigest() string

func (*RunInfo) ProtoMessage added in v2.0.9

func (*RunInfo) ProtoMessage()

func (*RunInfo) ProtoReflect added in v2.0.9

func (x *RunInfo) ProtoReflect() protoreflect.Message

func (*RunInfo) Reset added in v2.0.9

func (x *RunInfo) Reset()

func (*RunInfo) String added in v2.0.9

func (x *RunInfo) String() string

func (*RunInfo) Validate added in v2.0.9

func (m *RunInfo) Validate() error

Validate checks the field values on RunInfo with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RunInfo) ValidateAll added in v2.0.9

func (m *RunInfo) ValidateAll() error

ValidateAll checks the field values on RunInfo with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RunInfoMultiError, or nil if none found.

type RunInfoMultiError added in v2.0.9

type RunInfoMultiError []error

RunInfoMultiError is an error wrapping multiple validation errors returned by RunInfo.ValidateAll() if the designated constraints aren't met.

func (RunInfoMultiError) AllErrors added in v2.0.9

func (m RunInfoMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RunInfoMultiError) Error added in v2.0.9

func (m RunInfoMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type RunInfoValidationError added in v2.0.9

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

RunInfoValidationError is the validation error returned by RunInfo.Validate if the designated constraints aren't met.

func (RunInfoValidationError) Cause added in v2.0.9

func (e RunInfoValidationError) Cause() error

Cause function returns cause value.

func (RunInfoValidationError) Error added in v2.0.9

func (e RunInfoValidationError) Error() string

Error satisfies the builtin error interface

func (RunInfoValidationError) ErrorName added in v2.0.9

func (e RunInfoValidationError) ErrorName() string

ErrorName returns error name.

func (RunInfoValidationError) Field added in v2.0.9

func (e RunInfoValidationError) Field() string

Field function returns field value.

func (RunInfoValidationError) Key added in v2.0.9

func (e RunInfoValidationError) Key() bool

Key function returns key value.

func (RunInfoValidationError) Reason added in v2.0.9

func (e RunInfoValidationError) Reason() string

Reason function returns reason value.

type RunLogsServiceClient

type RunLogsServiceClient interface {
	// Deprecated: Do not use.
	// Deprecated: Use DataProxyService.TailLogs instead.
	TailLogs(ctx context.Context, in *TailLogsRequest, opts ...grpc.CallOption) (RunLogsService_TailLogsClient, error)
}

RunLogsServiceClient is the client API for RunLogsService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type RunLogsServiceServer

type RunLogsServiceServer interface {
	// Deprecated: Do not use.
	// Deprecated: Use DataProxyService.TailLogs instead.
	TailLogs(*TailLogsRequest, RunLogsService_TailLogsServer) error
}

RunLogsServiceServer is the server API for RunLogsService service. All implementations should embed UnimplementedRunLogsServiceServer for forward compatibility

type RunLogsService_TailLogsClient

type RunLogsService_TailLogsClient interface {
	Recv() (*TailLogsResponse, error)
	grpc.ClientStream
}

type RunLogsService_TailLogsServer

type RunLogsService_TailLogsServer interface {
	Send(*TailLogsResponse) error
	grpc.ServerStream
}

type RunMultiError

type RunMultiError []error

RunMultiError is an error wrapping multiple validation errors returned by Run.ValidateAll() if the designated constraints aren't met.

func (RunMultiError) AllErrors

func (m RunMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RunMultiError) Error

func (m RunMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type RunServiceClient

type RunServiceClient interface {
	// Create a new run of the given task.
	CreateRun(ctx context.Context, in *CreateRunRequest, opts ...grpc.CallOption) (*CreateRunResponse, error)
	// Abort a run.
	AbortRun(ctx context.Context, in *AbortRunRequest, opts ...grpc.CallOption) (*AbortRunResponse, error)
	// Get detailed information about a run.
	GetRunDetails(ctx context.Context, in *GetRunDetailsRequest, opts ...grpc.CallOption) (*GetRunDetailsResponse, error)
	// Stream detailed information updates about a run. The call will terminate when the run reaches a terminal phase.
	WatchRunDetails(ctx context.Context, in *WatchRunDetailsRequest, opts ...grpc.CallOption) (RunService_WatchRunDetailsClient, error)
	// Get detailed information about an action.
	GetActionDetails(ctx context.Context, in *GetActionDetailsRequest, opts ...grpc.CallOption) (*GetActionDetailsResponse, error)
	// Stream detailed information updates about an action. The call will terminate when the action reaches a terminal phase.
	WatchActionDetails(ctx context.Context, in *WatchActionDetailsRequest, opts ...grpc.CallOption) (RunService_WatchActionDetailsClient, error)
	// Deprecated: Do not use.
	// Deprecated: Use DataProxyService.GetActionData instead.
	GetActionData(ctx context.Context, in *GetActionDataRequest, opts ...grpc.CallOption) (*GetActionDataResponse, error)
	// List runs based on the provided filter criteria.
	ListRuns(ctx context.Context, in *ListRunsRequest, opts ...grpc.CallOption) (*ListRunsResponse, error)
	// Stream updates for runs based on the provided filter criteria. Responses may include newly discovered
	// runs or updates to existing ones from the point of invocation.
	WatchRuns(ctx context.Context, in *WatchRunsRequest, opts ...grpc.CallOption) (RunService_WatchRunsClient, error)
	// List all actions for a given run.
	ListActions(ctx context.Context, in *ListActionsRequest, opts ...grpc.CallOption) (*ListActionsResponse, error)
	// Stream updates for actions given a run. Responses may include newly discovered nested runs or updates
	// to  existing ones from the point of invocation.
	WatchActions(ctx context.Context, in *WatchActionsRequest, opts ...grpc.CallOption) (RunService_WatchActionsClient, error)
	// Stream of k8s cluster events in human readable form
	WatchClusterEvents(ctx context.Context, in *WatchClusterEventsRequest, opts ...grpc.CallOption) (RunService_WatchClusterEventsClient, error)
	// AbortAction aborts a single action that was previously created or is currently being processed by a worker.
	AbortAction(ctx context.Context, in *AbortActionRequest, opts ...grpc.CallOption) (*AbortActionResponse, error)
	// SignalEvent resolves a paused condition action by supplying its value.
	// It converts the user-facing EventPayload to a core.Literal and delegates
	// to ActionsService.Signal, resolving the condition's parent action for
	// routing.
	SignalEvent(ctx context.Context, in *SignalEventRequest, opts ...grpc.CallOption) (*SignalEventResponse, error)
	// Stream updates for task groups based on the provided filter criteria.
	WatchGroups(ctx context.Context, in *WatchGroupsRequest, opts ...grpc.CallOption) (RunService_WatchGroupsClient, error)
	// Get the storage URIs for an action's input and output data.
	GetActionDataURIs(ctx context.Context, in *GetActionDataURIsRequest, opts ...grpc.CallOption) (*GetActionDataURIsResponse, error)
	// Get the logging context (pod name, namespace, cluster) for an action attempt.
	GetActionLogContext(ctx context.Context, in *GetActionLogContextRequest, opts ...grpc.CallOption) (*GetActionLogContextResponse, error)
}

RunServiceClient is the client API for RunService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewRunServiceClient

func NewRunServiceClient(cc grpc.ClientConnInterface) RunServiceClient

type RunServiceServer

type RunServiceServer interface {
	// Create a new run of the given task.
	CreateRun(context.Context, *CreateRunRequest) (*CreateRunResponse, error)
	// Abort a run.
	AbortRun(context.Context, *AbortRunRequest) (*AbortRunResponse, error)
	// Get detailed information about a run.
	GetRunDetails(context.Context, *GetRunDetailsRequest) (*GetRunDetailsResponse, error)
	// Stream detailed information updates about a run. The call will terminate when the run reaches a terminal phase.
	WatchRunDetails(*WatchRunDetailsRequest, RunService_WatchRunDetailsServer) error
	// Get detailed information about an action.
	GetActionDetails(context.Context, *GetActionDetailsRequest) (*GetActionDetailsResponse, error)
	// Stream detailed information updates about an action. The call will terminate when the action reaches a terminal phase.
	WatchActionDetails(*WatchActionDetailsRequest, RunService_WatchActionDetailsServer) error
	// Deprecated: Do not use.
	// Deprecated: Use DataProxyService.GetActionData instead.
	GetActionData(context.Context, *GetActionDataRequest) (*GetActionDataResponse, error)
	// List runs based on the provided filter criteria.
	ListRuns(context.Context, *ListRunsRequest) (*ListRunsResponse, error)
	// Stream updates for runs based on the provided filter criteria. Responses may include newly discovered
	// runs or updates to existing ones from the point of invocation.
	WatchRuns(*WatchRunsRequest, RunService_WatchRunsServer) error
	// List all actions for a given run.
	ListActions(context.Context, *ListActionsRequest) (*ListActionsResponse, error)
	// Stream updates for actions given a run. Responses may include newly discovered nested runs or updates
	// to  existing ones from the point of invocation.
	WatchActions(*WatchActionsRequest, RunService_WatchActionsServer) error
	// Stream of k8s cluster events in human readable form
	WatchClusterEvents(*WatchClusterEventsRequest, RunService_WatchClusterEventsServer) error
	// AbortAction aborts a single action that was previously created or is currently being processed by a worker.
	AbortAction(context.Context, *AbortActionRequest) (*AbortActionResponse, error)
	// SignalEvent resolves a paused condition action by supplying its value.
	// It converts the user-facing EventPayload to a core.Literal and delegates
	// to ActionsService.Signal, resolving the condition's parent action for
	// routing.
	SignalEvent(context.Context, *SignalEventRequest) (*SignalEventResponse, error)
	// Stream updates for task groups based on the provided filter criteria.
	WatchGroups(*WatchGroupsRequest, RunService_WatchGroupsServer) error
	// Get the storage URIs for an action's input and output data.
	GetActionDataURIs(context.Context, *GetActionDataURIsRequest) (*GetActionDataURIsResponse, error)
	// Get the logging context (pod name, namespace, cluster) for an action attempt.
	GetActionLogContext(context.Context, *GetActionLogContextRequest) (*GetActionLogContextResponse, error)
}

RunServiceServer is the server API for RunService service. All implementations should embed UnimplementedRunServiceServer for forward compatibility

type RunService_WatchActionDetailsClient

type RunService_WatchActionDetailsClient interface {
	Recv() (*WatchActionDetailsResponse, error)
	grpc.ClientStream
}

type RunService_WatchActionDetailsServer

type RunService_WatchActionDetailsServer interface {
	Send(*WatchActionDetailsResponse) error
	grpc.ServerStream
}

type RunService_WatchActionsClient

type RunService_WatchActionsClient interface {
	Recv() (*WatchActionsResponse, error)
	grpc.ClientStream
}

type RunService_WatchActionsServer

type RunService_WatchActionsServer interface {
	Send(*WatchActionsResponse) error
	grpc.ServerStream
}

type RunService_WatchClusterEventsClient

type RunService_WatchClusterEventsClient interface {
	Recv() (*WatchClusterEventsResponse, error)
	grpc.ClientStream
}

type RunService_WatchClusterEventsServer

type RunService_WatchClusterEventsServer interface {
	Send(*WatchClusterEventsResponse) error
	grpc.ServerStream
}

type RunService_WatchGroupsClient

type RunService_WatchGroupsClient interface {
	Recv() (*WatchGroupsResponse, error)
	grpc.ClientStream
}

type RunService_WatchGroupsServer

type RunService_WatchGroupsServer interface {
	Send(*WatchGroupsResponse) error
	grpc.ServerStream
}

type RunService_WatchRunDetailsClient

type RunService_WatchRunDetailsClient interface {
	Recv() (*WatchRunDetailsResponse, error)
	grpc.ClientStream
}

type RunService_WatchRunDetailsServer

type RunService_WatchRunDetailsServer interface {
	Send(*WatchRunDetailsResponse) error
	grpc.ServerStream
}

type RunService_WatchRunsClient

type RunService_WatchRunsClient interface {
	Recv() (*WatchRunsResponse, error)
	grpc.ClientStream
}

type RunService_WatchRunsServer

type RunService_WatchRunsServer interface {
	Send(*WatchRunsResponse) error
	grpc.ServerStream
}

type RunSource

type RunSource int32
const (
	RunSource_RUN_SOURCE_UNSPECIFIED      RunSource = 0
	RunSource_RUN_SOURCE_WEB              RunSource = 1
	RunSource_RUN_SOURCE_CLI              RunSource = 2
	RunSource_RUN_SOURCE_SCHEDULE_TRIGGER RunSource = 3
)

func (RunSource) Descriptor

func (RunSource) Descriptor() protoreflect.EnumDescriptor

func (RunSource) Enum

func (x RunSource) Enum() *RunSource

func (RunSource) EnumDescriptor deprecated

func (RunSource) EnumDescriptor() ([]byte, []int)

Deprecated: Use RunSource.Descriptor instead.

func (RunSource) Number

func (x RunSource) Number() protoreflect.EnumNumber

func (RunSource) String

func (x RunSource) String() string

func (RunSource) Type

type RunValidationError

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

RunValidationError is the validation error returned by Run.Validate if the designated constraints aren't met.

func (RunValidationError) Cause

func (e RunValidationError) Cause() error

Cause function returns cause value.

func (RunValidationError) Error

func (e RunValidationError) Error() string

Error satisfies the builtin error interface

func (RunValidationError) ErrorName

func (e RunValidationError) ErrorName() string

ErrorName returns error name.

func (RunValidationError) Field

func (e RunValidationError) Field() string

Field function returns field value.

func (RunValidationError) Key

func (e RunValidationError) Key() bool

Key function returns key value.

func (RunValidationError) Reason

func (e RunValidationError) Reason() string

Reason function returns reason value.

type SignalEventRequest added in v2.0.18

type SignalEventRequest struct {

	// The condition action to signal.
	ActionId *common.ActionIdentifier `protobuf:"bytes,1,opt,name=action_id,json=actionId,proto3" json:"action_id,omitempty"`
	// The parent action that owns the condition. Used to route the request to
	// the correct actions-service shard (partitioned by parent action name).
	ParentActionName string `protobuf:"bytes,2,opt,name=parent_action_name,json=parentActionName,proto3" json:"parent_action_name,omitempty"`
	// The value to signal the condition with. Must match the condition's
	// declared type.
	Payload *EventPayload `protobuf:"bytes,3,opt,name=payload,proto3" json:"payload,omitempty"`
	// contains filtered or unexported fields
}

Request message for signalling a condition action within a run.

func (*SignalEventRequest) Descriptor deprecated added in v2.0.18

func (*SignalEventRequest) Descriptor() ([]byte, []int)

Deprecated: Use SignalEventRequest.ProtoReflect.Descriptor instead.

func (*SignalEventRequest) GetActionId added in v2.0.18

func (x *SignalEventRequest) GetActionId() *common.ActionIdentifier

func (*SignalEventRequest) GetParentActionName added in v2.0.18

func (x *SignalEventRequest) GetParentActionName() string

func (*SignalEventRequest) GetPayload added in v2.0.18

func (x *SignalEventRequest) GetPayload() *EventPayload

func (*SignalEventRequest) ProtoMessage added in v2.0.18

func (*SignalEventRequest) ProtoMessage()

func (*SignalEventRequest) ProtoReflect added in v2.0.18

func (x *SignalEventRequest) ProtoReflect() protoreflect.Message

func (*SignalEventRequest) Reset added in v2.0.18

func (x *SignalEventRequest) Reset()

func (*SignalEventRequest) String added in v2.0.18

func (x *SignalEventRequest) String() string

func (*SignalEventRequest) Validate added in v2.0.18

func (m *SignalEventRequest) Validate() error

Validate checks the field values on SignalEventRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SignalEventRequest) ValidateAll added in v2.0.18

func (m *SignalEventRequest) ValidateAll() error

ValidateAll checks the field values on SignalEventRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SignalEventRequestMultiError, or nil if none found.

type SignalEventRequestMultiError added in v2.0.18

type SignalEventRequestMultiError []error

SignalEventRequestMultiError is an error wrapping multiple validation errors returned by SignalEventRequest.ValidateAll() if the designated constraints aren't met.

func (SignalEventRequestMultiError) AllErrors added in v2.0.18

func (m SignalEventRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SignalEventRequestMultiError) Error added in v2.0.18

Error returns a concatenation of all the error messages it wraps.

type SignalEventRequestValidationError added in v2.0.18

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

SignalEventRequestValidationError is the validation error returned by SignalEventRequest.Validate if the designated constraints aren't met.

func (SignalEventRequestValidationError) Cause added in v2.0.18

Cause function returns cause value.

func (SignalEventRequestValidationError) Error added in v2.0.18

Error satisfies the builtin error interface

func (SignalEventRequestValidationError) ErrorName added in v2.0.18

ErrorName returns error name.

func (SignalEventRequestValidationError) Field added in v2.0.18

Field function returns field value.

func (SignalEventRequestValidationError) Key added in v2.0.18

Key function returns key value.

func (SignalEventRequestValidationError) Reason added in v2.0.18

Reason function returns reason value.

type SignalEventResponse added in v2.0.18

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

func (*SignalEventResponse) Descriptor deprecated added in v2.0.18

func (*SignalEventResponse) Descriptor() ([]byte, []int)

Deprecated: Use SignalEventResponse.ProtoReflect.Descriptor instead.

func (*SignalEventResponse) ProtoMessage added in v2.0.18

func (*SignalEventResponse) ProtoMessage()

func (*SignalEventResponse) ProtoReflect added in v2.0.18

func (x *SignalEventResponse) ProtoReflect() protoreflect.Message

func (*SignalEventResponse) Reset added in v2.0.18

func (x *SignalEventResponse) Reset()

func (*SignalEventResponse) String added in v2.0.18

func (x *SignalEventResponse) String() string

func (*SignalEventResponse) Validate added in v2.0.18

func (m *SignalEventResponse) Validate() error

Validate checks the field values on SignalEventResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SignalEventResponse) ValidateAll added in v2.0.18

func (m *SignalEventResponse) ValidateAll() error

ValidateAll checks the field values on SignalEventResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SignalEventResponseMultiError, or nil if none found.

type SignalEventResponseMultiError added in v2.0.18

type SignalEventResponseMultiError []error

SignalEventResponseMultiError is an error wrapping multiple validation errors returned by SignalEventResponse.ValidateAll() if the designated constraints aren't met.

func (SignalEventResponseMultiError) AllErrors added in v2.0.18

func (m SignalEventResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SignalEventResponseMultiError) Error added in v2.0.18

Error returns a concatenation of all the error messages it wraps.

type SignalEventResponseValidationError added in v2.0.18

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

SignalEventResponseValidationError is the validation error returned by SignalEventResponse.Validate if the designated constraints aren't met.

func (SignalEventResponseValidationError) Cause added in v2.0.18

Cause function returns cause value.

func (SignalEventResponseValidationError) Error added in v2.0.18

Error satisfies the builtin error interface

func (SignalEventResponseValidationError) ErrorName added in v2.0.18

ErrorName returns error name.

func (SignalEventResponseValidationError) Field added in v2.0.18

Field function returns field value.

func (SignalEventResponseValidationError) Key added in v2.0.18

Key function returns key value.

func (SignalEventResponseValidationError) Reason added in v2.0.18

Reason function returns reason value.

type StateServiceClient

type StateServiceClient interface {
	// put the state of an action.
	Put(ctx context.Context, in *PutRequest, opts ...grpc.CallOption) (*PutResponse, error)
	// get the state of an action.
	Get(ctx context.Context, in *GetRequest, opts ...grpc.CallOption) (*GetResponse, error)
	// watch for updates to the state of actions. this api guarantees at-least-once delivery semantics.
	Watch(ctx context.Context, in *WatchRequest, opts ...grpc.CallOption) (StateService_WatchClient, error)
}

StateServiceClient is the client API for StateService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type StateServiceServer

type StateServiceServer interface {
	// put the state of an action.
	Put(context.Context, *PutRequest) (*PutResponse, error)
	// get the state of an action.
	Get(context.Context, *GetRequest) (*GetResponse, error)
	// watch for updates to the state of actions. this api guarantees at-least-once delivery semantics.
	Watch(*WatchRequest, StateService_WatchServer) error
}

StateServiceServer is the server API for StateService service. All implementations should embed UnimplementedStateServiceServer for forward compatibility

type StateService_WatchClient

type StateService_WatchClient interface {
	Recv() (*WatchResponse, error)
	grpc.ClientStream
}

type StateService_WatchServer

type StateService_WatchServer interface {
	Send(*WatchResponse) error
	grpc.ServerStream
}

type TailLogsRequest

type TailLogsRequest struct {

	// The action id.
	ActionId *common.ActionIdentifier `protobuf:"bytes,1,opt,name=action_id,json=actionId,proto3" json:"action_id,omitempty"`
	// The attempt number.
	Attempt uint32 `protobuf:"varint,2,opt,name=attempt,proto3" json:"attempt,omitempty"`
	// contains filtered or unexported fields
}

Request message for tailing logs.

func (*TailLogsRequest) Descriptor deprecated

func (*TailLogsRequest) Descriptor() ([]byte, []int)

Deprecated: Use TailLogsRequest.ProtoReflect.Descriptor instead.

func (*TailLogsRequest) GetActionId

func (x *TailLogsRequest) GetActionId() *common.ActionIdentifier

func (*TailLogsRequest) GetAttempt

func (x *TailLogsRequest) GetAttempt() uint32

func (*TailLogsRequest) ProtoMessage

func (*TailLogsRequest) ProtoMessage()

func (*TailLogsRequest) ProtoReflect

func (x *TailLogsRequest) ProtoReflect() protoreflect.Message

func (*TailLogsRequest) Reset

func (x *TailLogsRequest) Reset()

func (*TailLogsRequest) String

func (x *TailLogsRequest) String() string

func (*TailLogsRequest) Validate

func (m *TailLogsRequest) Validate() error

Validate checks the field values on TailLogsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*TailLogsRequest) ValidateAll

func (m *TailLogsRequest) ValidateAll() error

ValidateAll checks the field values on TailLogsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TailLogsRequestMultiError, or nil if none found.

type TailLogsRequestMultiError

type TailLogsRequestMultiError []error

TailLogsRequestMultiError is an error wrapping multiple validation errors returned by TailLogsRequest.ValidateAll() if the designated constraints aren't met.

func (TailLogsRequestMultiError) AllErrors

func (m TailLogsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TailLogsRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type TailLogsRequestValidationError

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

TailLogsRequestValidationError is the validation error returned by TailLogsRequest.Validate if the designated constraints aren't met.

func (TailLogsRequestValidationError) Cause

Cause function returns cause value.

func (TailLogsRequestValidationError) Error

Error satisfies the builtin error interface

func (TailLogsRequestValidationError) ErrorName

func (e TailLogsRequestValidationError) ErrorName() string

ErrorName returns error name.

func (TailLogsRequestValidationError) Field

Field function returns field value.

func (TailLogsRequestValidationError) Key

Key function returns key value.

func (TailLogsRequestValidationError) Reason

Reason function returns reason value.

type TailLogsResponse

type TailLogsResponse struct {

	// One or more batches of logs.
	Logs []*TailLogsResponse_Logs `protobuf:"bytes,1,rep,name=logs,proto3" json:"logs,omitempty"`
	// contains filtered or unexported fields
}

Reponse message for tailing logs.

func (*TailLogsResponse) Descriptor deprecated

func (*TailLogsResponse) Descriptor() ([]byte, []int)

Deprecated: Use TailLogsResponse.ProtoReflect.Descriptor instead.

func (*TailLogsResponse) GetLogs

func (x *TailLogsResponse) GetLogs() []*TailLogsResponse_Logs

func (*TailLogsResponse) ProtoMessage

func (*TailLogsResponse) ProtoMessage()

func (*TailLogsResponse) ProtoReflect

func (x *TailLogsResponse) ProtoReflect() protoreflect.Message

func (*TailLogsResponse) Reset

func (x *TailLogsResponse) Reset()

func (*TailLogsResponse) String

func (x *TailLogsResponse) String() string

func (*TailLogsResponse) Validate

func (m *TailLogsResponse) Validate() error

Validate checks the field values on TailLogsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*TailLogsResponse) ValidateAll

func (m *TailLogsResponse) ValidateAll() error

ValidateAll checks the field values on TailLogsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TailLogsResponseMultiError, or nil if none found.

type TailLogsResponseMultiError

type TailLogsResponseMultiError []error

TailLogsResponseMultiError is an error wrapping multiple validation errors returned by TailLogsResponse.ValidateAll() if the designated constraints aren't met.

func (TailLogsResponseMultiError) AllErrors

func (m TailLogsResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TailLogsResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type TailLogsResponseValidationError

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

TailLogsResponseValidationError is the validation error returned by TailLogsResponse.Validate if the designated constraints aren't met.

func (TailLogsResponseValidationError) Cause

Cause function returns cause value.

func (TailLogsResponseValidationError) Error

Error satisfies the builtin error interface

func (TailLogsResponseValidationError) ErrorName

ErrorName returns error name.

func (TailLogsResponseValidationError) Field

Field function returns field value.

func (TailLogsResponseValidationError) Key

Key function returns key value.

func (TailLogsResponseValidationError) Reason

Reason function returns reason value.

type TailLogsResponse_Logs

type TailLogsResponse_Logs struct {

	// Structured log lines.
	Lines []*dataplane.LogLine `protobuf:"bytes,1,rep,name=lines,proto3" json:"lines,omitempty"`
	// contains filtered or unexported fields
}

A batch of logs.

func (*TailLogsResponse_Logs) Descriptor deprecated

func (*TailLogsResponse_Logs) Descriptor() ([]byte, []int)

Deprecated: Use TailLogsResponse_Logs.ProtoReflect.Descriptor instead.

func (*TailLogsResponse_Logs) GetLines

func (x *TailLogsResponse_Logs) GetLines() []*dataplane.LogLine

func (*TailLogsResponse_Logs) ProtoMessage

func (*TailLogsResponse_Logs) ProtoMessage()

func (*TailLogsResponse_Logs) ProtoReflect

func (x *TailLogsResponse_Logs) ProtoReflect() protoreflect.Message

func (*TailLogsResponse_Logs) Reset

func (x *TailLogsResponse_Logs) Reset()

func (*TailLogsResponse_Logs) String

func (x *TailLogsResponse_Logs) String() string

func (*TailLogsResponse_Logs) Validate

func (m *TailLogsResponse_Logs) Validate() error

Validate checks the field values on TailLogsResponse_Logs with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*TailLogsResponse_Logs) ValidateAll

func (m *TailLogsResponse_Logs) ValidateAll() error

ValidateAll checks the field values on TailLogsResponse_Logs with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TailLogsResponse_LogsMultiError, or nil if none found.

type TailLogsResponse_LogsMultiError

type TailLogsResponse_LogsMultiError []error

TailLogsResponse_LogsMultiError is an error wrapping multiple validation errors returned by TailLogsResponse_Logs.ValidateAll() if the designated constraints aren't met.

func (TailLogsResponse_LogsMultiError) AllErrors

func (m TailLogsResponse_LogsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TailLogsResponse_LogsMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type TailLogsResponse_LogsValidationError

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

TailLogsResponse_LogsValidationError is the validation error returned by TailLogsResponse_Logs.Validate if the designated constraints aren't met.

func (TailLogsResponse_LogsValidationError) Cause

Cause function returns cause value.

func (TailLogsResponse_LogsValidationError) Error

Error satisfies the builtin error interface

func (TailLogsResponse_LogsValidationError) ErrorName

ErrorName returns error name.

func (TailLogsResponse_LogsValidationError) Field

Field function returns field value.

func (TailLogsResponse_LogsValidationError) Key

Key function returns key value.

func (TailLogsResponse_LogsValidationError) Reason

Reason function returns reason value.

type TaskAction

type TaskAction struct {

	// a unique identifier for the task this action is associated with, if applicable.
	Id *task.TaskIdentifier `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// the definition of the task to be executed.
	Spec *task.TaskSpec `protobuf:"bytes,2,opt,name=spec,proto3" json:"spec,omitempty"`
	// Enables caching when set and specifies the cache version to use.
	CacheKey *wrapperspb.StringValue `protobuf:"bytes,3,opt,name=cache_key,json=cacheKey,proto3" json:"cache_key,omitempty"`
	// the specific cluster that this action should be executed on. if not set, the cluster from the
	// `RunSpec` will be used.
	Cluster string `protobuf:"bytes,4,opt,name=cluster,proto3" json:"cluster,omitempty"`
	// contains filtered or unexported fields
}

func (*TaskAction) Descriptor deprecated

func (*TaskAction) Descriptor() ([]byte, []int)

Deprecated: Use TaskAction.ProtoReflect.Descriptor instead.

func (*TaskAction) GetCacheKey

func (x *TaskAction) GetCacheKey() *wrapperspb.StringValue

func (*TaskAction) GetCluster

func (x *TaskAction) GetCluster() string

func (*TaskAction) GetId

func (x *TaskAction) GetId() *task.TaskIdentifier

func (*TaskAction) GetSpec

func (x *TaskAction) GetSpec() *task.TaskSpec

func (*TaskAction) ProtoMessage

func (*TaskAction) ProtoMessage()

func (*TaskAction) ProtoReflect

func (x *TaskAction) ProtoReflect() protoreflect.Message

func (*TaskAction) Reset

func (x *TaskAction) Reset()

func (*TaskAction) String

func (x *TaskAction) String() string

func (*TaskAction) Validate

func (m *TaskAction) Validate() error

Validate checks the field values on TaskAction with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*TaskAction) ValidateAll

func (m *TaskAction) ValidateAll() error

ValidateAll checks the field values on TaskAction with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TaskActionMultiError, or nil if none found.

type TaskActionMetadata

type TaskActionMetadata struct {

	// Id of the task this action is associated with.
	Id *task.TaskIdentifier `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// Extensible task type.
	TaskType string `protobuf:"bytes,2,opt,name=task_type,json=taskType,proto3" json:"task_type,omitempty"`
	// The short name for this task.
	ShortName string `protobuf:"bytes,3,opt,name=short_name,json=shortName,proto3" json:"short_name,omitempty"`
	// contains filtered or unexported fields
}

func (*TaskActionMetadata) Descriptor deprecated

func (*TaskActionMetadata) Descriptor() ([]byte, []int)

Deprecated: Use TaskActionMetadata.ProtoReflect.Descriptor instead.

func (*TaskActionMetadata) GetId

func (*TaskActionMetadata) GetShortName

func (x *TaskActionMetadata) GetShortName() string

func (*TaskActionMetadata) GetTaskType

func (x *TaskActionMetadata) GetTaskType() string

func (*TaskActionMetadata) ProtoMessage

func (*TaskActionMetadata) ProtoMessage()

func (*TaskActionMetadata) ProtoReflect

func (x *TaskActionMetadata) ProtoReflect() protoreflect.Message

func (*TaskActionMetadata) Reset

func (x *TaskActionMetadata) Reset()

func (*TaskActionMetadata) String

func (x *TaskActionMetadata) String() string

func (*TaskActionMetadata) Validate

func (m *TaskActionMetadata) Validate() error

Validate checks the field values on TaskActionMetadata with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*TaskActionMetadata) ValidateAll

func (m *TaskActionMetadata) ValidateAll() error

ValidateAll checks the field values on TaskActionMetadata with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TaskActionMetadataMultiError, or nil if none found.

type TaskActionMetadataMultiError

type TaskActionMetadataMultiError []error

TaskActionMetadataMultiError is an error wrapping multiple validation errors returned by TaskActionMetadata.ValidateAll() if the designated constraints aren't met.

func (TaskActionMetadataMultiError) AllErrors

func (m TaskActionMetadataMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TaskActionMetadataMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type TaskActionMetadataValidationError

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

TaskActionMetadataValidationError is the validation error returned by TaskActionMetadata.Validate if the designated constraints aren't met.

func (TaskActionMetadataValidationError) Cause

Cause function returns cause value.

func (TaskActionMetadataValidationError) Error

Error satisfies the builtin error interface

func (TaskActionMetadataValidationError) ErrorName

ErrorName returns error name.

func (TaskActionMetadataValidationError) Field

Field function returns field value.

func (TaskActionMetadataValidationError) Key

Key function returns key value.

func (TaskActionMetadataValidationError) Reason

Reason function returns reason value.

type TaskActionMultiError

type TaskActionMultiError []error

TaskActionMultiError is an error wrapping multiple validation errors returned by TaskAction.ValidateAll() if the designated constraints aren't met.

func (TaskActionMultiError) AllErrors

func (m TaskActionMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TaskActionMultiError) Error

func (m TaskActionMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type TaskActionValidationError

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

TaskActionValidationError is the validation error returned by TaskAction.Validate if the designated constraints aren't met.

func (TaskActionValidationError) Cause

func (e TaskActionValidationError) Cause() error

Cause function returns cause value.

func (TaskActionValidationError) Error

Error satisfies the builtin error interface

func (TaskActionValidationError) ErrorName

func (e TaskActionValidationError) ErrorName() string

ErrorName returns error name.

func (TaskActionValidationError) Field

Field function returns field value.

func (TaskActionValidationError) Key

Key function returns key value.

func (TaskActionValidationError) Reason

func (e TaskActionValidationError) Reason() string

Reason function returns reason value.

type TaskGroup

type TaskGroup struct {

	// Task name.
	TaskName string `protobuf:"bytes,1,opt,name=task_name,json=taskName,proto3" json:"task_name,omitempty"`
	// Environment name.
	EnvironmentName string `protobuf:"bytes,2,opt,name=environment_name,json=environmentName,proto3" json:"environment_name,omitempty"`
	// Total number of runs for this task.
	TotalRuns int64 `protobuf:"varint,3,opt,name=total_runs,json=totalRuns,proto3" json:"total_runs,omitempty"`
	// Timestamp of the most recent run.
	LatestRunTime *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=latest_run_time,json=latestRunTime,proto3" json:"latest_run_time,omitempty"`
	// Recent run statuses, ordered from newest to oldest. Number of statuses determined by request.
	RecentStatuses []*TaskGroup_RecentStatus `protobuf:"bytes,5,rep,name=recent_statuses,json=recentStatuses,proto3" json:"recent_statuses,omitempty"`
	// Average failure rate of runs in this group (0.0 to 1.0).
	// Computed as number of root actions with phase FAILED divided by total root actions.
	AverageFailureRate float64 `protobuf:"fixed64,6,opt,name=average_failure_rate,json=averageFailureRate,proto3" json:"average_failure_rate,omitempty"`
	// Average duration of runs in this group.
	AverageDuration *durationpb.Duration `protobuf:"bytes,7,opt,name=average_duration,json=averageDuration,proto3" json:"average_duration,omitempty"`
	// Timestamp of the most recent finished run (terminal phase).
	LatestFinishedTime *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=latest_finished_time,json=latestFinishedTime,proto3" json:"latest_finished_time,omitempty"`
	// List of user/application's enriched identity that created runs in this group.
	CreatedBy    []*common.EnrichedIdentity `protobuf:"bytes,9,rep,name=created_by,json=createdBy,proto3" json:"created_by,omitempty"`
	ShouldDelete bool                       `protobuf:"varint,10,opt,name=should_delete,json=shouldDelete,proto3" json:"should_delete,omitempty"`
	// short name (function name) of the task.
	ShortName   string                   `protobuf:"bytes,11,opt,name=short_name,json=shortName,proto3" json:"short_name,omitempty"`
	ErrorCounts *TaskGroup_ErrorCounts   `protobuf:"bytes,12,opt,name=error_counts,json=errorCounts,proto3" json:"error_counts,omitempty"`
	PhaseCounts []*TaskGroup_PhaseCounts `protobuf:"bytes,13,rep,name=phase_counts,json=phaseCounts,proto3" json:"phase_counts,omitempty"`
	// Average time from run creation to entering RUNNING phase.
	AverageTimeToRunning *durationpb.Duration `` /* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

TaskGroup represents a group of runs for a specific task.

func (*TaskGroup) Descriptor deprecated

func (*TaskGroup) Descriptor() ([]byte, []int)

Deprecated: Use TaskGroup.ProtoReflect.Descriptor instead.

func (*TaskGroup) GetAverageDuration

func (x *TaskGroup) GetAverageDuration() *durationpb.Duration

func (*TaskGroup) GetAverageFailureRate

func (x *TaskGroup) GetAverageFailureRate() float64

func (*TaskGroup) GetAverageTimeToRunning added in v2.0.3

func (x *TaskGroup) GetAverageTimeToRunning() *durationpb.Duration

func (*TaskGroup) GetCreatedBy

func (x *TaskGroup) GetCreatedBy() []*common.EnrichedIdentity

func (*TaskGroup) GetEnvironmentName

func (x *TaskGroup) GetEnvironmentName() string

func (*TaskGroup) GetErrorCounts added in v2.0.1

func (x *TaskGroup) GetErrorCounts() *TaskGroup_ErrorCounts

func (*TaskGroup) GetLatestFinishedTime

func (x *TaskGroup) GetLatestFinishedTime() *timestamppb.Timestamp

func (*TaskGroup) GetLatestRunTime

func (x *TaskGroup) GetLatestRunTime() *timestamppb.Timestamp

func (*TaskGroup) GetPhaseCounts added in v2.0.1

func (x *TaskGroup) GetPhaseCounts() []*TaskGroup_PhaseCounts

func (*TaskGroup) GetRecentStatuses

func (x *TaskGroup) GetRecentStatuses() []*TaskGroup_RecentStatus

func (*TaskGroup) GetShortName

func (x *TaskGroup) GetShortName() string

func (*TaskGroup) GetShouldDelete

func (x *TaskGroup) GetShouldDelete() bool

func (*TaskGroup) GetTaskName

func (x *TaskGroup) GetTaskName() string

func (*TaskGroup) GetTotalRuns

func (x *TaskGroup) GetTotalRuns() int64

func (*TaskGroup) ProtoMessage

func (*TaskGroup) ProtoMessage()

func (*TaskGroup) ProtoReflect

func (x *TaskGroup) ProtoReflect() protoreflect.Message

func (*TaskGroup) Reset

func (x *TaskGroup) Reset()

func (*TaskGroup) String

func (x *TaskGroup) String() string

func (*TaskGroup) Validate

func (m *TaskGroup) Validate() error

Validate checks the field values on TaskGroup with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*TaskGroup) ValidateAll

func (m *TaskGroup) ValidateAll() error

ValidateAll checks the field values on TaskGroup with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TaskGroupMultiError, or nil if none found.

type TaskGroupMultiError

type TaskGroupMultiError []error

TaskGroupMultiError is an error wrapping multiple validation errors returned by TaskGroup.ValidateAll() if the designated constraints aren't met.

func (TaskGroupMultiError) AllErrors

func (m TaskGroupMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TaskGroupMultiError) Error

func (m TaskGroupMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type TaskGroupValidationError

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

TaskGroupValidationError is the validation error returned by TaskGroup.Validate if the designated constraints aren't met.

func (TaskGroupValidationError) Cause

func (e TaskGroupValidationError) Cause() error

Cause function returns cause value.

func (TaskGroupValidationError) Error

func (e TaskGroupValidationError) Error() string

Error satisfies the builtin error interface

func (TaskGroupValidationError) ErrorName

func (e TaskGroupValidationError) ErrorName() string

ErrorName returns error name.

func (TaskGroupValidationError) Field

func (e TaskGroupValidationError) Field() string

Field function returns field value.

func (TaskGroupValidationError) Key

Key function returns key value.

func (TaskGroupValidationError) Reason

func (e TaskGroupValidationError) Reason() string

Reason function returns reason value.

type TaskGroup_ErrorCounts added in v2.0.1

type TaskGroup_ErrorCounts struct {
	UserError        int64 `protobuf:"varint,1,opt,name=user_error,json=userError,proto3" json:"user_error,omitempty"`
	SystemError      int64 `protobuf:"varint,2,opt,name=system_error,json=systemError,proto3" json:"system_error,omitempty"`
	UnspecifiedError int64 `protobuf:"varint,3,opt,name=unspecified_error,json=unspecifiedError,proto3" json:"unspecified_error,omitempty"`
	// contains filtered or unexported fields
}

func (*TaskGroup_ErrorCounts) Descriptor deprecated added in v2.0.1

func (*TaskGroup_ErrorCounts) Descriptor() ([]byte, []int)

Deprecated: Use TaskGroup_ErrorCounts.ProtoReflect.Descriptor instead.

func (*TaskGroup_ErrorCounts) GetSystemError added in v2.0.1

func (x *TaskGroup_ErrorCounts) GetSystemError() int64

func (*TaskGroup_ErrorCounts) GetUnspecifiedError added in v2.0.1

func (x *TaskGroup_ErrorCounts) GetUnspecifiedError() int64

func (*TaskGroup_ErrorCounts) GetUserError added in v2.0.1

func (x *TaskGroup_ErrorCounts) GetUserError() int64

func (*TaskGroup_ErrorCounts) ProtoMessage added in v2.0.1

func (*TaskGroup_ErrorCounts) ProtoMessage()

func (*TaskGroup_ErrorCounts) ProtoReflect added in v2.0.1

func (x *TaskGroup_ErrorCounts) ProtoReflect() protoreflect.Message

func (*TaskGroup_ErrorCounts) Reset added in v2.0.1

func (x *TaskGroup_ErrorCounts) Reset()

func (*TaskGroup_ErrorCounts) String added in v2.0.1

func (x *TaskGroup_ErrorCounts) String() string

func (*TaskGroup_ErrorCounts) Validate added in v2.0.1

func (m *TaskGroup_ErrorCounts) Validate() error

Validate checks the field values on TaskGroup_ErrorCounts with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*TaskGroup_ErrorCounts) ValidateAll added in v2.0.1

func (m *TaskGroup_ErrorCounts) ValidateAll() error

ValidateAll checks the field values on TaskGroup_ErrorCounts with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TaskGroup_ErrorCountsMultiError, or nil if none found.

type TaskGroup_ErrorCountsMultiError added in v2.0.1

type TaskGroup_ErrorCountsMultiError []error

TaskGroup_ErrorCountsMultiError is an error wrapping multiple validation errors returned by TaskGroup_ErrorCounts.ValidateAll() if the designated constraints aren't met.

func (TaskGroup_ErrorCountsMultiError) AllErrors added in v2.0.1

func (m TaskGroup_ErrorCountsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TaskGroup_ErrorCountsMultiError) Error added in v2.0.1

Error returns a concatenation of all the error messages it wraps.

type TaskGroup_ErrorCountsValidationError added in v2.0.1

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

TaskGroup_ErrorCountsValidationError is the validation error returned by TaskGroup_ErrorCounts.Validate if the designated constraints aren't met.

func (TaskGroup_ErrorCountsValidationError) Cause added in v2.0.1

Cause function returns cause value.

func (TaskGroup_ErrorCountsValidationError) Error added in v2.0.1

Error satisfies the builtin error interface

func (TaskGroup_ErrorCountsValidationError) ErrorName added in v2.0.1

ErrorName returns error name.

func (TaskGroup_ErrorCountsValidationError) Field added in v2.0.1

Field function returns field value.

func (TaskGroup_ErrorCountsValidationError) Key added in v2.0.1

Key function returns key value.

func (TaskGroup_ErrorCountsValidationError) Reason added in v2.0.1

Reason function returns reason value.

type TaskGroup_PhaseCounts added in v2.0.1

type TaskGroup_PhaseCounts struct {
	Phase common.ActionPhase `protobuf:"varint,1,opt,name=phase,proto3,enum=flyteidl2.common.ActionPhase" json:"phase,omitempty"`
	Count int64              `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*TaskGroup_PhaseCounts) Descriptor deprecated added in v2.0.1

func (*TaskGroup_PhaseCounts) Descriptor() ([]byte, []int)

Deprecated: Use TaskGroup_PhaseCounts.ProtoReflect.Descriptor instead.

func (*TaskGroup_PhaseCounts) GetCount added in v2.0.1

func (x *TaskGroup_PhaseCounts) GetCount() int64

func (*TaskGroup_PhaseCounts) GetPhase added in v2.0.1

func (*TaskGroup_PhaseCounts) ProtoMessage added in v2.0.1

func (*TaskGroup_PhaseCounts) ProtoMessage()

func (*TaskGroup_PhaseCounts) ProtoReflect added in v2.0.1

func (x *TaskGroup_PhaseCounts) ProtoReflect() protoreflect.Message

func (*TaskGroup_PhaseCounts) Reset added in v2.0.1

func (x *TaskGroup_PhaseCounts) Reset()

func (*TaskGroup_PhaseCounts) String added in v2.0.1

func (x *TaskGroup_PhaseCounts) String() string

func (*TaskGroup_PhaseCounts) Validate added in v2.0.1

func (m *TaskGroup_PhaseCounts) Validate() error

Validate checks the field values on TaskGroup_PhaseCounts with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*TaskGroup_PhaseCounts) ValidateAll added in v2.0.1

func (m *TaskGroup_PhaseCounts) ValidateAll() error

ValidateAll checks the field values on TaskGroup_PhaseCounts with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TaskGroup_PhaseCountsMultiError, or nil if none found.

type TaskGroup_PhaseCountsMultiError added in v2.0.1

type TaskGroup_PhaseCountsMultiError []error

TaskGroup_PhaseCountsMultiError is an error wrapping multiple validation errors returned by TaskGroup_PhaseCounts.ValidateAll() if the designated constraints aren't met.

func (TaskGroup_PhaseCountsMultiError) AllErrors added in v2.0.1

func (m TaskGroup_PhaseCountsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TaskGroup_PhaseCountsMultiError) Error added in v2.0.1

Error returns a concatenation of all the error messages it wraps.

type TaskGroup_PhaseCountsValidationError added in v2.0.1

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

TaskGroup_PhaseCountsValidationError is the validation error returned by TaskGroup_PhaseCounts.Validate if the designated constraints aren't met.

func (TaskGroup_PhaseCountsValidationError) Cause added in v2.0.1

Cause function returns cause value.

func (TaskGroup_PhaseCountsValidationError) Error added in v2.0.1

Error satisfies the builtin error interface

func (TaskGroup_PhaseCountsValidationError) ErrorName added in v2.0.1

ErrorName returns error name.

func (TaskGroup_PhaseCountsValidationError) Field added in v2.0.1

Field function returns field value.

func (TaskGroup_PhaseCountsValidationError) Key added in v2.0.1

Key function returns key value.

func (TaskGroup_PhaseCountsValidationError) Reason added in v2.0.1

Reason function returns reason value.

type TaskGroup_RecentStatus added in v2.0.1

type TaskGroup_RecentStatus struct {
	RunName string             `protobuf:"bytes,1,opt,name=run_name,json=runName,proto3" json:"run_name,omitempty"`
	Phase   common.ActionPhase `protobuf:"varint,2,opt,name=phase,proto3,enum=flyteidl2.common.ActionPhase" json:"phase,omitempty"`
	// contains filtered or unexported fields
}

func (*TaskGroup_RecentStatus) Descriptor deprecated added in v2.0.1

func (*TaskGroup_RecentStatus) Descriptor() ([]byte, []int)

Deprecated: Use TaskGroup_RecentStatus.ProtoReflect.Descriptor instead.

func (*TaskGroup_RecentStatus) GetPhase added in v2.0.1

func (*TaskGroup_RecentStatus) GetRunName added in v2.0.1

func (x *TaskGroup_RecentStatus) GetRunName() string

func (*TaskGroup_RecentStatus) ProtoMessage added in v2.0.1

func (*TaskGroup_RecentStatus) ProtoMessage()

func (*TaskGroup_RecentStatus) ProtoReflect added in v2.0.1

func (x *TaskGroup_RecentStatus) ProtoReflect() protoreflect.Message

func (*TaskGroup_RecentStatus) Reset added in v2.0.1

func (x *TaskGroup_RecentStatus) Reset()

func (*TaskGroup_RecentStatus) String added in v2.0.1

func (x *TaskGroup_RecentStatus) String() string

func (*TaskGroup_RecentStatus) Validate added in v2.0.1

func (m *TaskGroup_RecentStatus) Validate() error

Validate checks the field values on TaskGroup_RecentStatus with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*TaskGroup_RecentStatus) ValidateAll added in v2.0.1

func (m *TaskGroup_RecentStatus) ValidateAll() error

ValidateAll checks the field values on TaskGroup_RecentStatus with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TaskGroup_RecentStatusMultiError, or nil if none found.

type TaskGroup_RecentStatusMultiError added in v2.0.1

type TaskGroup_RecentStatusMultiError []error

TaskGroup_RecentStatusMultiError is an error wrapping multiple validation errors returned by TaskGroup_RecentStatus.ValidateAll() if the designated constraints aren't met.

func (TaskGroup_RecentStatusMultiError) AllErrors added in v2.0.1

func (m TaskGroup_RecentStatusMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TaskGroup_RecentStatusMultiError) Error added in v2.0.1

Error returns a concatenation of all the error messages it wraps.

type TaskGroup_RecentStatusValidationError added in v2.0.1

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

TaskGroup_RecentStatusValidationError is the validation error returned by TaskGroup_RecentStatus.Validate if the designated constraints aren't met.

func (TaskGroup_RecentStatusValidationError) Cause added in v2.0.1

Cause function returns cause value.

func (TaskGroup_RecentStatusValidationError) Error added in v2.0.1

Error satisfies the builtin error interface

func (TaskGroup_RecentStatusValidationError) ErrorName added in v2.0.1

ErrorName returns error name.

func (TaskGroup_RecentStatusValidationError) Field added in v2.0.1

Field function returns field value.

func (TaskGroup_RecentStatusValidationError) Key added in v2.0.1

Key function returns key value.

func (TaskGroup_RecentStatusValidationError) Reason added in v2.0.1

Reason function returns reason value.

type TaskSpecToLaunchFormJsonRequest

type TaskSpecToLaunchFormJsonRequest struct {

	// The task spec to convert to JSON.
	// Merges the VariableMap and the default inputs
	TaskSpec *task.TaskSpec `protobuf:"bytes,1,opt,name=task_spec,json=taskSpec,proto3" json:"task_spec,omitempty"`
	// contains filtered or unexported fields
}

func (*TaskSpecToLaunchFormJsonRequest) Descriptor deprecated

func (*TaskSpecToLaunchFormJsonRequest) Descriptor() ([]byte, []int)

Deprecated: Use TaskSpecToLaunchFormJsonRequest.ProtoReflect.Descriptor instead.

func (*TaskSpecToLaunchFormJsonRequest) GetTaskSpec

func (x *TaskSpecToLaunchFormJsonRequest) GetTaskSpec() *task.TaskSpec

func (*TaskSpecToLaunchFormJsonRequest) ProtoMessage

func (*TaskSpecToLaunchFormJsonRequest) ProtoMessage()

func (*TaskSpecToLaunchFormJsonRequest) ProtoReflect

func (*TaskSpecToLaunchFormJsonRequest) Reset

func (*TaskSpecToLaunchFormJsonRequest) String

func (*TaskSpecToLaunchFormJsonRequest) Validate

func (m *TaskSpecToLaunchFormJsonRequest) Validate() error

Validate checks the field values on TaskSpecToLaunchFormJsonRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*TaskSpecToLaunchFormJsonRequest) ValidateAll

func (m *TaskSpecToLaunchFormJsonRequest) ValidateAll() error

ValidateAll checks the field values on TaskSpecToLaunchFormJsonRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TaskSpecToLaunchFormJsonRequestMultiError, or nil if none found.

type TaskSpecToLaunchFormJsonRequestMultiError

type TaskSpecToLaunchFormJsonRequestMultiError []error

TaskSpecToLaunchFormJsonRequestMultiError is an error wrapping multiple validation errors returned by TaskSpecToLaunchFormJsonRequest.ValidateAll() if the designated constraints aren't met.

func (TaskSpecToLaunchFormJsonRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (TaskSpecToLaunchFormJsonRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type TaskSpecToLaunchFormJsonRequestValidationError

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

TaskSpecToLaunchFormJsonRequestValidationError is the validation error returned by TaskSpecToLaunchFormJsonRequest.Validate if the designated constraints aren't met.

func (TaskSpecToLaunchFormJsonRequestValidationError) Cause

Cause function returns cause value.

func (TaskSpecToLaunchFormJsonRequestValidationError) Error

Error satisfies the builtin error interface

func (TaskSpecToLaunchFormJsonRequestValidationError) ErrorName

ErrorName returns error name.

func (TaskSpecToLaunchFormJsonRequestValidationError) Field

Field function returns field value.

func (TaskSpecToLaunchFormJsonRequestValidationError) Key

Key function returns key value.

func (TaskSpecToLaunchFormJsonRequestValidationError) Reason

Reason function returns reason value.

type TaskSpecToLaunchFormJsonResponse

type TaskSpecToLaunchFormJsonResponse struct {

	// The JSON for the variables.
	Json *structpb.Struct `protobuf:"bytes,1,opt,name=json,proto3" json:"json,omitempty"`
	// contains filtered or unexported fields
}

func (*TaskSpecToLaunchFormJsonResponse) Descriptor deprecated

func (*TaskSpecToLaunchFormJsonResponse) Descriptor() ([]byte, []int)

Deprecated: Use TaskSpecToLaunchFormJsonResponse.ProtoReflect.Descriptor instead.

func (*TaskSpecToLaunchFormJsonResponse) GetJson

func (*TaskSpecToLaunchFormJsonResponse) ProtoMessage

func (*TaskSpecToLaunchFormJsonResponse) ProtoMessage()

func (*TaskSpecToLaunchFormJsonResponse) ProtoReflect

func (*TaskSpecToLaunchFormJsonResponse) Reset

func (*TaskSpecToLaunchFormJsonResponse) String

func (*TaskSpecToLaunchFormJsonResponse) Validate

Validate checks the field values on TaskSpecToLaunchFormJsonResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*TaskSpecToLaunchFormJsonResponse) ValidateAll

func (m *TaskSpecToLaunchFormJsonResponse) ValidateAll() error

ValidateAll checks the field values on TaskSpecToLaunchFormJsonResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TaskSpecToLaunchFormJsonResponseMultiError, or nil if none found.

type TaskSpecToLaunchFormJsonResponseMultiError

type TaskSpecToLaunchFormJsonResponseMultiError []error

TaskSpecToLaunchFormJsonResponseMultiError is an error wrapping multiple validation errors returned by TaskSpecToLaunchFormJsonResponse.ValidateAll() if the designated constraints aren't met.

func (TaskSpecToLaunchFormJsonResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (TaskSpecToLaunchFormJsonResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type TaskSpecToLaunchFormJsonResponseValidationError

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

TaskSpecToLaunchFormJsonResponseValidationError is the validation error returned by TaskSpecToLaunchFormJsonResponse.Validate if the designated constraints aren't met.

func (TaskSpecToLaunchFormJsonResponseValidationError) Cause

Cause function returns cause value.

func (TaskSpecToLaunchFormJsonResponseValidationError) Error

Error satisfies the builtin error interface

func (TaskSpecToLaunchFormJsonResponseValidationError) ErrorName

ErrorName returns error name.

func (TaskSpecToLaunchFormJsonResponseValidationError) Field

Field function returns field value.

func (TaskSpecToLaunchFormJsonResponseValidationError) Key

Key function returns key value.

func (TaskSpecToLaunchFormJsonResponseValidationError) Reason

Reason function returns reason value.

type TraceAction

type TraceAction struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Last known phase.
	Phase common.ActionPhase `protobuf:"varint,2,opt,name=phase,proto3,enum=flyteidl2.common.ActionPhase" json:"phase,omitempty"`
	// Time the attempt started.
	StartTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	// Time the attempt ended, if applicable.
	EndTime *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=end_time,json=endTime,proto3,oneof" json:"end_time,omitempty"`
	// Output references.
	Outputs *task.OutputReferences `protobuf:"bytes,5,opt,name=outputs,proto3" json:"outputs,omitempty"`
	// Task spec for the trace, useful for the typed interface inside.
	Spec *task.TraceSpec `protobuf:"bytes,6,opt,name=spec,proto3" json:"spec,omitempty"`
	// contains filtered or unexported fields
}

TraceAction is used to define a trace action that can be used to track the execution of an action that's managed by the local worker. This can be used to bring determinism to code that's otherwise not deterministic (e.g. current time).

func (*TraceAction) Descriptor deprecated

func (*TraceAction) Descriptor() ([]byte, []int)

Deprecated: Use TraceAction.ProtoReflect.Descriptor instead.

func (*TraceAction) GetEndTime

func (x *TraceAction) GetEndTime() *timestamppb.Timestamp

func (*TraceAction) GetName

func (x *TraceAction) GetName() string

func (*TraceAction) GetOutputs

func (x *TraceAction) GetOutputs() *task.OutputReferences

func (*TraceAction) GetPhase

func (x *TraceAction) GetPhase() common.ActionPhase

func (*TraceAction) GetSpec

func (x *TraceAction) GetSpec() *task.TraceSpec

func (*TraceAction) GetStartTime

func (x *TraceAction) GetStartTime() *timestamppb.Timestamp

func (*TraceAction) ProtoMessage

func (*TraceAction) ProtoMessage()

func (*TraceAction) ProtoReflect

func (x *TraceAction) ProtoReflect() protoreflect.Message

func (*TraceAction) Reset

func (x *TraceAction) Reset()

func (*TraceAction) String

func (x *TraceAction) String() string

func (*TraceAction) Validate

func (m *TraceAction) Validate() error

Validate checks the field values on TraceAction with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*TraceAction) ValidateAll

func (m *TraceAction) ValidateAll() error

ValidateAll checks the field values on TraceAction with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TraceActionMultiError, or nil if none found.

type TraceActionMetadata

type TraceActionMetadata struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*TraceActionMetadata) Descriptor deprecated

func (*TraceActionMetadata) Descriptor() ([]byte, []int)

Deprecated: Use TraceActionMetadata.ProtoReflect.Descriptor instead.

func (*TraceActionMetadata) GetName

func (x *TraceActionMetadata) GetName() string

func (*TraceActionMetadata) ProtoMessage

func (*TraceActionMetadata) ProtoMessage()

func (*TraceActionMetadata) ProtoReflect

func (x *TraceActionMetadata) ProtoReflect() protoreflect.Message

func (*TraceActionMetadata) Reset

func (x *TraceActionMetadata) Reset()

func (*TraceActionMetadata) String

func (x *TraceActionMetadata) String() string

func (*TraceActionMetadata) Validate

func (m *TraceActionMetadata) Validate() error

Validate checks the field values on TraceActionMetadata with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*TraceActionMetadata) ValidateAll

func (m *TraceActionMetadata) ValidateAll() error

ValidateAll checks the field values on TraceActionMetadata with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TraceActionMetadataMultiError, or nil if none found.

type TraceActionMetadataMultiError

type TraceActionMetadataMultiError []error

TraceActionMetadataMultiError is an error wrapping multiple validation errors returned by TraceActionMetadata.ValidateAll() if the designated constraints aren't met.

func (TraceActionMetadataMultiError) AllErrors

func (m TraceActionMetadataMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TraceActionMetadataMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type TraceActionMetadataValidationError

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

TraceActionMetadataValidationError is the validation error returned by TraceActionMetadata.Validate if the designated constraints aren't met.

func (TraceActionMetadataValidationError) Cause

Cause function returns cause value.

func (TraceActionMetadataValidationError) Error

Error satisfies the builtin error interface

func (TraceActionMetadataValidationError) ErrorName

ErrorName returns error name.

func (TraceActionMetadataValidationError) Field

Field function returns field value.

func (TraceActionMetadataValidationError) Key

Key function returns key value.

func (TraceActionMetadataValidationError) Reason

Reason function returns reason value.

type TraceActionMultiError

type TraceActionMultiError []error

TraceActionMultiError is an error wrapping multiple validation errors returned by TraceAction.ValidateAll() if the designated constraints aren't met.

func (TraceActionMultiError) AllErrors

func (m TraceActionMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TraceActionMultiError) Error

func (m TraceActionMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type TraceActionValidationError

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

TraceActionValidationError is the validation error returned by TraceAction.Validate if the designated constraints aren't met.

func (TraceActionValidationError) Cause

Cause function returns cause value.

func (TraceActionValidationError) Error

Error satisfies the builtin error interface

func (TraceActionValidationError) ErrorName

func (e TraceActionValidationError) ErrorName() string

ErrorName returns error name.

func (TraceActionValidationError) Field

Field function returns field value.

func (TraceActionValidationError) Key

Key function returns key value.

func (TraceActionValidationError) Reason

Reason function returns reason value.

type TranslatorServiceClient

type TranslatorServiceClient interface {
	LiteralsToLaunchFormJson(ctx context.Context, in *LiteralsToLaunchFormJsonRequest, opts ...grpc.CallOption) (*LiteralsToLaunchFormJsonResponse, error)
	LaunchFormJsonToLiterals(ctx context.Context, in *LaunchFormJsonToLiteralsRequest, opts ...grpc.CallOption) (*LaunchFormJsonToLiteralsResponse, error)
	TaskSpecToLaunchFormJson(ctx context.Context, in *TaskSpecToLaunchFormJsonRequest, opts ...grpc.CallOption) (*TaskSpecToLaunchFormJsonResponse, error)
	JsonValuesToLiterals(ctx context.Context, in *JsonValuesToLiteralsRequest, opts ...grpc.CallOption) (*JsonValuesToLiteralsResponse, error)
}

TranslatorServiceClient is the client API for TranslatorService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type TranslatorServiceServer

TranslatorServiceServer is the server API for TranslatorService service. All implementations should embed UnimplementedTranslatorServiceServer for forward compatibility

type TruncationNotice added in v2.0.21

type TruncationNotice struct {
	Reason                TruncationNotice_Reason `protobuf:"varint,1,opt,name=reason,proto3,enum=flyteidl2.workflow.TruncationNotice_Reason" json:"reason,omitempty"`
	TrackedActionCount    int64                   `protobuf:"varint,2,opt,name=tracked_action_count,json=trackedActionCount,proto3" json:"tracked_action_count,omitempty"`
	KnownTotalActionCount int64                   `` /* 129-byte string literal not displayed */
	Message               string                  `protobuf:"bytes,4,opt,name=message,proto3" json:"message,omitempty"`
	// contains filtered or unexported fields
}

TruncationNotice tells the client that the response is incomplete due to a hard cap. Sent sticky — server keeps re-attaching the notice until receipt is confirmed via a subsequent client message.

func (*TruncationNotice) Descriptor deprecated added in v2.0.21

func (*TruncationNotice) Descriptor() ([]byte, []int)

Deprecated: Use TruncationNotice.ProtoReflect.Descriptor instead.

func (*TruncationNotice) GetKnownTotalActionCount added in v2.0.21

func (x *TruncationNotice) GetKnownTotalActionCount() int64

func (*TruncationNotice) GetMessage added in v2.0.21

func (x *TruncationNotice) GetMessage() string

func (*TruncationNotice) GetReason added in v2.0.21

func (*TruncationNotice) GetTrackedActionCount added in v2.0.21

func (x *TruncationNotice) GetTrackedActionCount() int64

func (*TruncationNotice) ProtoMessage added in v2.0.21

func (*TruncationNotice) ProtoMessage()

func (*TruncationNotice) ProtoReflect added in v2.0.21

func (x *TruncationNotice) ProtoReflect() protoreflect.Message

func (*TruncationNotice) Reset added in v2.0.21

func (x *TruncationNotice) Reset()

func (*TruncationNotice) String added in v2.0.21

func (x *TruncationNotice) String() string

func (*TruncationNotice) Validate added in v2.0.21

func (m *TruncationNotice) Validate() error

Validate checks the field values on TruncationNotice with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*TruncationNotice) ValidateAll added in v2.0.21

func (m *TruncationNotice) ValidateAll() error

ValidateAll checks the field values on TruncationNotice with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TruncationNoticeMultiError, or nil if none found.

type TruncationNoticeMultiError added in v2.0.21

type TruncationNoticeMultiError []error

TruncationNoticeMultiError is an error wrapping multiple validation errors returned by TruncationNotice.ValidateAll() if the designated constraints aren't met.

func (TruncationNoticeMultiError) AllErrors added in v2.0.21

func (m TruncationNoticeMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TruncationNoticeMultiError) Error added in v2.0.21

Error returns a concatenation of all the error messages it wraps.

type TruncationNoticeValidationError added in v2.0.21

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

TruncationNoticeValidationError is the validation error returned by TruncationNotice.Validate if the designated constraints aren't met.

func (TruncationNoticeValidationError) Cause added in v2.0.21

Cause function returns cause value.

func (TruncationNoticeValidationError) Error added in v2.0.21

Error satisfies the builtin error interface

func (TruncationNoticeValidationError) ErrorName added in v2.0.21

ErrorName returns error name.

func (TruncationNoticeValidationError) Field added in v2.0.21

Field function returns field value.

func (TruncationNoticeValidationError) Key added in v2.0.21

Key function returns key value.

func (TruncationNoticeValidationError) Reason added in v2.0.21

Reason function returns reason value.

type TruncationNotice_Reason added in v2.0.21

type TruncationNotice_Reason int32
const (
	TruncationNotice_REASON_UNSPECIFIED TruncationNotice_Reason = 0
	// MaxActionsPerRun hit — the run has more actions than the store tracks.
	TruncationNotice_REASON_RUN_NODE_LIMIT TruncationNotice_Reason = 1
	// MaxChildrenPerParent hit — at least one parent has more children than tracked.
	TruncationNotice_REASON_PARENT_CHILD_LIMIT TruncationNotice_Reason = 2
	// Transient; the store is still hydrating from the DB.
	TruncationNotice_REASON_HYDRATING TruncationNotice_Reason = 3
)

func (TruncationNotice_Reason) Descriptor added in v2.0.21

func (TruncationNotice_Reason) Enum added in v2.0.21

func (TruncationNotice_Reason) EnumDescriptor deprecated added in v2.0.21

func (TruncationNotice_Reason) EnumDescriptor() ([]byte, []int)

Deprecated: Use TruncationNotice_Reason.Descriptor instead.

func (TruncationNotice_Reason) Number added in v2.0.21

func (TruncationNotice_Reason) String added in v2.0.21

func (x TruncationNotice_Reason) String() string

func (TruncationNotice_Reason) Type added in v2.0.21

type UnimplementedEventsProxyServiceServer added in v2.0.8

type UnimplementedEventsProxyServiceServer struct {
}

UnimplementedEventsProxyServiceServer should be embedded to have forward compatible implementations.

func (UnimplementedEventsProxyServiceServer) Record added in v2.0.8

type UnimplementedInternalRunServiceServer added in v2.0.8

type UnimplementedInternalRunServiceServer struct {
}

UnimplementedInternalRunServiceServer should be embedded to have forward compatible implementations.

func (UnimplementedInternalRunServiceServer) RecordAction added in v2.0.8

func (UnimplementedInternalRunServiceServer) RecordActionEventStream added in v2.0.8

func (UnimplementedInternalRunServiceServer) RecordActionEvents added in v2.0.8

func (UnimplementedInternalRunServiceServer) RecordActionStream added in v2.0.8

func (UnimplementedInternalRunServiceServer) UpdateActionStatus added in v2.0.8

func (UnimplementedInternalRunServiceServer) UpdateActionStatusStream added in v2.0.8

type UnimplementedQueueServiceServer

type UnimplementedQueueServiceServer struct {
}

UnimplementedQueueServiceServer should be embedded to have forward compatible implementations.

func (UnimplementedQueueServiceServer) AbortQueuedAction

func (UnimplementedQueueServiceServer) AbortQueuedRun

func (UnimplementedQueueServiceServer) EnqueueAction

type UnimplementedRunLogsServiceServer

type UnimplementedRunLogsServiceServer struct {
}

UnimplementedRunLogsServiceServer should be embedded to have forward compatible implementations.

func (UnimplementedRunLogsServiceServer) TailLogs

type UnimplementedRunServiceServer

type UnimplementedRunServiceServer struct {
}

UnimplementedRunServiceServer should be embedded to have forward compatible implementations.

func (UnimplementedRunServiceServer) AbortAction

func (UnimplementedRunServiceServer) AbortRun

func (UnimplementedRunServiceServer) CreateRun

func (UnimplementedRunServiceServer) GetActionData

func (UnimplementedRunServiceServer) GetActionDataURIs added in v2.0.12

func (UnimplementedRunServiceServer) GetActionDetails

func (UnimplementedRunServiceServer) GetActionLogContext added in v2.0.12

func (UnimplementedRunServiceServer) GetRunDetails

func (UnimplementedRunServiceServer) ListActions

func (UnimplementedRunServiceServer) ListRuns

func (UnimplementedRunServiceServer) SignalEvent added in v2.0.18

func (UnimplementedRunServiceServer) WatchActions

func (UnimplementedRunServiceServer) WatchGroups

func (UnimplementedRunServiceServer) WatchRunDetails

func (UnimplementedRunServiceServer) WatchRuns

type UnimplementedStateServiceServer

type UnimplementedStateServiceServer struct {
}

UnimplementedStateServiceServer should be embedded to have forward compatible implementations.

func (UnimplementedStateServiceServer) Get

func (UnimplementedStateServiceServer) Put

func (UnimplementedStateServiceServer) Watch

type UnimplementedTranslatorServiceServer

type UnimplementedTranslatorServiceServer struct {
}

UnimplementedTranslatorServiceServer should be embedded to have forward compatible implementations.

func (UnimplementedTranslatorServiceServer) JsonValuesToLiterals added in v2.0.1

type UnsafeEventsProxyServiceServer added in v2.0.8

type UnsafeEventsProxyServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeEventsProxyServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to EventsProxyServiceServer will result in compilation errors.

type UnsafeInternalRunServiceServer added in v2.0.8

type UnsafeInternalRunServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeInternalRunServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to InternalRunServiceServer will result in compilation errors.

type UnsafeQueueServiceServer

type UnsafeQueueServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeQueueServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to QueueServiceServer will result in compilation errors.

type UnsafeRunLogsServiceServer

type UnsafeRunLogsServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeRunLogsServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to RunLogsServiceServer will result in compilation errors.

type UnsafeRunServiceServer

type UnsafeRunServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeRunServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to RunServiceServer will result in compilation errors.

type UnsafeStateServiceServer

type UnsafeStateServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeStateServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to StateServiceServer will result in compilation errors.

type UnsafeTranslatorServiceServer

type UnsafeTranslatorServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeTranslatorServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to TranslatorServiceServer will result in compilation errors.

type UpdateActionStatusRequest added in v2.0.8

type UpdateActionStatusRequest struct {

	// Action to update.
	ActionId *common.ActionIdentifier `protobuf:"bytes,1,opt,name=action_id,json=actionId,proto3" json:"action_id,omitempty"`
	// Updated status of the action.
	Status *ActionStatus `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

Request message for updating an action.

func (*UpdateActionStatusRequest) Descriptor deprecated added in v2.0.8

func (*UpdateActionStatusRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateActionStatusRequest.ProtoReflect.Descriptor instead.

func (*UpdateActionStatusRequest) GetActionId added in v2.0.8

func (*UpdateActionStatusRequest) GetStatus added in v2.0.8

func (x *UpdateActionStatusRequest) GetStatus() *ActionStatus

func (*UpdateActionStatusRequest) ProtoMessage added in v2.0.8

func (*UpdateActionStatusRequest) ProtoMessage()

func (*UpdateActionStatusRequest) ProtoReflect added in v2.0.8

func (*UpdateActionStatusRequest) Reset added in v2.0.8

func (x *UpdateActionStatusRequest) Reset()

func (*UpdateActionStatusRequest) String added in v2.0.8

func (x *UpdateActionStatusRequest) String() string

func (*UpdateActionStatusRequest) Validate added in v2.0.8

func (m *UpdateActionStatusRequest) Validate() error

Validate checks the field values on UpdateActionStatusRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateActionStatusRequest) ValidateAll added in v2.0.8

func (m *UpdateActionStatusRequest) ValidateAll() error

ValidateAll checks the field values on UpdateActionStatusRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateActionStatusRequestMultiError, or nil if none found.

type UpdateActionStatusRequestMultiError added in v2.0.8

type UpdateActionStatusRequestMultiError []error

UpdateActionStatusRequestMultiError is an error wrapping multiple validation errors returned by UpdateActionStatusRequest.ValidateAll() if the designated constraints aren't met.

func (UpdateActionStatusRequestMultiError) AllErrors added in v2.0.8

AllErrors returns a list of validation violation errors.

func (UpdateActionStatusRequestMultiError) Error added in v2.0.8

Error returns a concatenation of all the error messages it wraps.

type UpdateActionStatusRequestValidationError added in v2.0.8

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

UpdateActionStatusRequestValidationError is the validation error returned by UpdateActionStatusRequest.Validate if the designated constraints aren't met.

func (UpdateActionStatusRequestValidationError) Cause added in v2.0.8

Cause function returns cause value.

func (UpdateActionStatusRequestValidationError) Error added in v2.0.8

Error satisfies the builtin error interface

func (UpdateActionStatusRequestValidationError) ErrorName added in v2.0.8

ErrorName returns error name.

func (UpdateActionStatusRequestValidationError) Field added in v2.0.8

Field function returns field value.

func (UpdateActionStatusRequestValidationError) Key added in v2.0.8

Key function returns key value.

func (UpdateActionStatusRequestValidationError) Reason added in v2.0.8

Reason function returns reason value.

type UpdateActionStatusResponse added in v2.0.8

type UpdateActionStatusResponse struct {

	// The action id.
	ActionId *common.ActionIdentifier `protobuf:"bytes,1,opt,name=action_id,json=actionId,proto3" json:"action_id,omitempty"`
	// The result.
	Status *status.Status `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

Response message for updating an action.

func (*UpdateActionStatusResponse) Descriptor deprecated added in v2.0.8

func (*UpdateActionStatusResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateActionStatusResponse.ProtoReflect.Descriptor instead.

func (*UpdateActionStatusResponse) GetActionId added in v2.0.8

func (*UpdateActionStatusResponse) GetStatus added in v2.0.8

func (x *UpdateActionStatusResponse) GetStatus() *status.Status

func (*UpdateActionStatusResponse) ProtoMessage added in v2.0.8

func (*UpdateActionStatusResponse) ProtoMessage()

func (*UpdateActionStatusResponse) ProtoReflect added in v2.0.8

func (*UpdateActionStatusResponse) Reset added in v2.0.8

func (x *UpdateActionStatusResponse) Reset()

func (*UpdateActionStatusResponse) String added in v2.0.8

func (x *UpdateActionStatusResponse) String() string

func (*UpdateActionStatusResponse) Validate added in v2.0.8

func (m *UpdateActionStatusResponse) Validate() error

Validate checks the field values on UpdateActionStatusResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateActionStatusResponse) ValidateAll added in v2.0.8

func (m *UpdateActionStatusResponse) ValidateAll() error

ValidateAll checks the field values on UpdateActionStatusResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateActionStatusResponseMultiError, or nil if none found.

type UpdateActionStatusResponseMultiError added in v2.0.8

type UpdateActionStatusResponseMultiError []error

UpdateActionStatusResponseMultiError is an error wrapping multiple validation errors returned by UpdateActionStatusResponse.ValidateAll() if the designated constraints aren't met.

func (UpdateActionStatusResponseMultiError) AllErrors added in v2.0.8

AllErrors returns a list of validation violation errors.

func (UpdateActionStatusResponseMultiError) Error added in v2.0.8

Error returns a concatenation of all the error messages it wraps.

type UpdateActionStatusResponseValidationError added in v2.0.8

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

UpdateActionStatusResponseValidationError is the validation error returned by UpdateActionStatusResponse.Validate if the designated constraints aren't met.

func (UpdateActionStatusResponseValidationError) Cause added in v2.0.8

Cause function returns cause value.

func (UpdateActionStatusResponseValidationError) Error added in v2.0.8

Error satisfies the builtin error interface

func (UpdateActionStatusResponseValidationError) ErrorName added in v2.0.8

ErrorName returns error name.

func (UpdateActionStatusResponseValidationError) Field added in v2.0.8

Field function returns field value.

func (UpdateActionStatusResponseValidationError) Key added in v2.0.8

Key function returns key value.

func (UpdateActionStatusResponseValidationError) Reason added in v2.0.8

Reason function returns reason value.

type UpdateActionStatusStreamRequest added in v2.0.8

type UpdateActionStatusStreamRequest struct {

	// Request message for updating an action.
	Request *UpdateActionStatusRequest `protobuf:"bytes,1,opt,name=request,proto3" json:"request,omitempty"`
	// The nonce is used to correlate the request with the response.
	Nonce int64 `protobuf:"varint,2,opt,name=nonce,proto3" json:"nonce,omitempty"`
	// contains filtered or unexported fields
}

Request message for updating an action (streaming implementation).

func (*UpdateActionStatusStreamRequest) Descriptor deprecated added in v2.0.8

func (*UpdateActionStatusStreamRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateActionStatusStreamRequest.ProtoReflect.Descriptor instead.

func (*UpdateActionStatusStreamRequest) GetNonce added in v2.0.8

func (x *UpdateActionStatusStreamRequest) GetNonce() int64

func (*UpdateActionStatusStreamRequest) GetRequest added in v2.0.8

func (*UpdateActionStatusStreamRequest) ProtoMessage added in v2.0.8

func (*UpdateActionStatusStreamRequest) ProtoMessage()

func (*UpdateActionStatusStreamRequest) ProtoReflect added in v2.0.8

func (*UpdateActionStatusStreamRequest) Reset added in v2.0.8

func (*UpdateActionStatusStreamRequest) String added in v2.0.8

func (*UpdateActionStatusStreamRequest) Validate added in v2.0.8

func (m *UpdateActionStatusStreamRequest) Validate() error

Validate checks the field values on UpdateActionStatusStreamRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateActionStatusStreamRequest) ValidateAll added in v2.0.8

func (m *UpdateActionStatusStreamRequest) ValidateAll() error

ValidateAll checks the field values on UpdateActionStatusStreamRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateActionStatusStreamRequestMultiError, or nil if none found.

type UpdateActionStatusStreamRequestMultiError added in v2.0.8

type UpdateActionStatusStreamRequestMultiError []error

UpdateActionStatusStreamRequestMultiError is an error wrapping multiple validation errors returned by UpdateActionStatusStreamRequest.ValidateAll() if the designated constraints aren't met.

func (UpdateActionStatusStreamRequestMultiError) AllErrors added in v2.0.8

AllErrors returns a list of validation violation errors.

func (UpdateActionStatusStreamRequestMultiError) Error added in v2.0.8

Error returns a concatenation of all the error messages it wraps.

type UpdateActionStatusStreamRequestValidationError added in v2.0.8

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

UpdateActionStatusStreamRequestValidationError is the validation error returned by UpdateActionStatusStreamRequest.Validate if the designated constraints aren't met.

func (UpdateActionStatusStreamRequestValidationError) Cause added in v2.0.8

Cause function returns cause value.

func (UpdateActionStatusStreamRequestValidationError) Error added in v2.0.8

Error satisfies the builtin error interface

func (UpdateActionStatusStreamRequestValidationError) ErrorName added in v2.0.8

ErrorName returns error name.

func (UpdateActionStatusStreamRequestValidationError) Field added in v2.0.8

Field function returns field value.

func (UpdateActionStatusStreamRequestValidationError) Key added in v2.0.8

Key function returns key value.

func (UpdateActionStatusStreamRequestValidationError) Reason added in v2.0.8

Reason function returns reason value.

type UpdateActionStatusStreamResponse added in v2.0.8

type UpdateActionStatusStreamResponse struct {

	// Response message for updating an action.
	Response *UpdateActionStatusResponse `protobuf:"bytes,1,opt,name=response,proto3" json:"response,omitempty"`
	// The nonce is used to correlate the request with the response.
	Nonce int64 `protobuf:"varint,2,opt,name=nonce,proto3" json:"nonce,omitempty"`
	// contains filtered or unexported fields
}

Response message for updating an action (streaming implementation).

func (*UpdateActionStatusStreamResponse) Descriptor deprecated added in v2.0.8

func (*UpdateActionStatusStreamResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateActionStatusStreamResponse.ProtoReflect.Descriptor instead.

func (*UpdateActionStatusStreamResponse) GetNonce added in v2.0.8

func (*UpdateActionStatusStreamResponse) GetResponse added in v2.0.8

func (*UpdateActionStatusStreamResponse) ProtoMessage added in v2.0.8

func (*UpdateActionStatusStreamResponse) ProtoMessage()

func (*UpdateActionStatusStreamResponse) ProtoReflect added in v2.0.8

func (*UpdateActionStatusStreamResponse) Reset added in v2.0.8

func (*UpdateActionStatusStreamResponse) String added in v2.0.8

func (*UpdateActionStatusStreamResponse) Validate added in v2.0.8

Validate checks the field values on UpdateActionStatusStreamResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateActionStatusStreamResponse) ValidateAll added in v2.0.8

func (m *UpdateActionStatusStreamResponse) ValidateAll() error

ValidateAll checks the field values on UpdateActionStatusStreamResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateActionStatusStreamResponseMultiError, or nil if none found.

type UpdateActionStatusStreamResponseMultiError added in v2.0.8

type UpdateActionStatusStreamResponseMultiError []error

UpdateActionStatusStreamResponseMultiError is an error wrapping multiple validation errors returned by UpdateActionStatusStreamResponse.ValidateAll() if the designated constraints aren't met.

func (UpdateActionStatusStreamResponseMultiError) AllErrors added in v2.0.8

AllErrors returns a list of validation violation errors.

func (UpdateActionStatusStreamResponseMultiError) Error added in v2.0.8

Error returns a concatenation of all the error messages it wraps.

type UpdateActionStatusStreamResponseValidationError added in v2.0.8

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

UpdateActionStatusStreamResponseValidationError is the validation error returned by UpdateActionStatusStreamResponse.Validate if the designated constraints aren't met.

func (UpdateActionStatusStreamResponseValidationError) Cause added in v2.0.8

Cause function returns cause value.

func (UpdateActionStatusStreamResponseValidationError) Error added in v2.0.8

Error satisfies the builtin error interface

func (UpdateActionStatusStreamResponseValidationError) ErrorName added in v2.0.8

ErrorName returns error name.

func (UpdateActionStatusStreamResponseValidationError) Field added in v2.0.8

Field function returns field value.

func (UpdateActionStatusStreamResponseValidationError) Key added in v2.0.8

Key function returns key value.

func (UpdateActionStatusStreamResponseValidationError) Reason added in v2.0.8

Reason function returns reason value.

type WatchActionDetailsRequest

type WatchActionDetailsRequest struct {

	// Action to query.
	ActionId *common.ActionIdentifier `protobuf:"bytes,1,opt,name=action_id,json=actionId,proto3" json:"action_id,omitempty"`
	// contains filtered or unexported fields
}

Request message for watching detailed information about an action.

func (*WatchActionDetailsRequest) Descriptor deprecated

func (*WatchActionDetailsRequest) Descriptor() ([]byte, []int)

Deprecated: Use WatchActionDetailsRequest.ProtoReflect.Descriptor instead.

func (*WatchActionDetailsRequest) GetActionId

func (*WatchActionDetailsRequest) ProtoMessage

func (*WatchActionDetailsRequest) ProtoMessage()

func (*WatchActionDetailsRequest) ProtoReflect

func (*WatchActionDetailsRequest) Reset

func (x *WatchActionDetailsRequest) Reset()

func (*WatchActionDetailsRequest) String

func (x *WatchActionDetailsRequest) String() string

func (*WatchActionDetailsRequest) Validate

func (m *WatchActionDetailsRequest) Validate() error

Validate checks the field values on WatchActionDetailsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WatchActionDetailsRequest) ValidateAll

func (m *WatchActionDetailsRequest) ValidateAll() error

ValidateAll checks the field values on WatchActionDetailsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WatchActionDetailsRequestMultiError, or nil if none found.

type WatchActionDetailsRequestMultiError

type WatchActionDetailsRequestMultiError []error

WatchActionDetailsRequestMultiError is an error wrapping multiple validation errors returned by WatchActionDetailsRequest.ValidateAll() if the designated constraints aren't met.

func (WatchActionDetailsRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (WatchActionDetailsRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type WatchActionDetailsRequestValidationError

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

WatchActionDetailsRequestValidationError is the validation error returned by WatchActionDetailsRequest.Validate if the designated constraints aren't met.

func (WatchActionDetailsRequestValidationError) Cause

Cause function returns cause value.

func (WatchActionDetailsRequestValidationError) Error

Error satisfies the builtin error interface

func (WatchActionDetailsRequestValidationError) ErrorName

ErrorName returns error name.

func (WatchActionDetailsRequestValidationError) Field

Field function returns field value.

func (WatchActionDetailsRequestValidationError) Key

Key function returns key value.

func (WatchActionDetailsRequestValidationError) Reason

Reason function returns reason value.

type WatchActionDetailsResponse

type WatchActionDetailsResponse struct {

	// Detailed information about the action.
	Details *ActionDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

Response message for watching detailed information about an action.

func (*WatchActionDetailsResponse) Descriptor deprecated

func (*WatchActionDetailsResponse) Descriptor() ([]byte, []int)

Deprecated: Use WatchActionDetailsResponse.ProtoReflect.Descriptor instead.

func (*WatchActionDetailsResponse) GetDetails

func (x *WatchActionDetailsResponse) GetDetails() *ActionDetails

func (*WatchActionDetailsResponse) ProtoMessage

func (*WatchActionDetailsResponse) ProtoMessage()

func (*WatchActionDetailsResponse) ProtoReflect

func (*WatchActionDetailsResponse) Reset

func (x *WatchActionDetailsResponse) Reset()

func (*WatchActionDetailsResponse) String

func (x *WatchActionDetailsResponse) String() string

func (*WatchActionDetailsResponse) Validate

func (m *WatchActionDetailsResponse) Validate() error

Validate checks the field values on WatchActionDetailsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WatchActionDetailsResponse) ValidateAll

func (m *WatchActionDetailsResponse) ValidateAll() error

ValidateAll checks the field values on WatchActionDetailsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WatchActionDetailsResponseMultiError, or nil if none found.

type WatchActionDetailsResponseMultiError

type WatchActionDetailsResponseMultiError []error

WatchActionDetailsResponseMultiError is an error wrapping multiple validation errors returned by WatchActionDetailsResponse.ValidateAll() if the designated constraints aren't met.

func (WatchActionDetailsResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (WatchActionDetailsResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type WatchActionDetailsResponseValidationError

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

WatchActionDetailsResponseValidationError is the validation error returned by WatchActionDetailsResponse.Validate if the designated constraints aren't met.

func (WatchActionDetailsResponseValidationError) Cause

Cause function returns cause value.

func (WatchActionDetailsResponseValidationError) Error

Error satisfies the builtin error interface

func (WatchActionDetailsResponseValidationError) ErrorName

ErrorName returns error name.

func (WatchActionDetailsResponseValidationError) Field

Field function returns field value.

func (WatchActionDetailsResponseValidationError) Key

Key function returns key value.

func (WatchActionDetailsResponseValidationError) Reason

Reason function returns reason value.

type WatchActionsRequest

type WatchActionsRequest struct {

	// Run identifier for filtering actions.
	RunId *common.RunIdentifier `protobuf:"bytes,1,opt,name=run_id,json=runId,proto3" json:"run_id,omitempty"`
	// Optional filter(s) criteria for actions.
	// Valid filter fields include:
	// - NAME (must use function CONTAINS_CASE_INSENSITIVE): the value is whatever string to match to. This will cast all strings to lowercase and match.
	// - PHASE (must use function VALUE_IN): the value is the stringified integer of the enum of the phase and you can pass multiple phases (i.e. ["1", "4"])
	Filter []*common.Filter `protobuf:"bytes,2,rep,name=filter,proto3" json:"filter,omitempty"`
	// Enable the new runStore we implemented for the WatchActions API
	// TODO(alex): We can remove this once the new runStore is properly tested and stable
	EnableRunStore bool `protobuf:"varint,3,opt,name=enable_run_store,json=enableRunStore,proto3" json:"enable_run_store,omitempty"`
	// contains filtered or unexported fields
}

Request message for watching actions.

func (*WatchActionsRequest) Descriptor deprecated

func (*WatchActionsRequest) Descriptor() ([]byte, []int)

Deprecated: Use WatchActionsRequest.ProtoReflect.Descriptor instead.

func (*WatchActionsRequest) GetEnableRunStore added in v2.0.17

func (x *WatchActionsRequest) GetEnableRunStore() bool

func (*WatchActionsRequest) GetFilter

func (x *WatchActionsRequest) GetFilter() []*common.Filter

func (*WatchActionsRequest) GetRunId

func (x *WatchActionsRequest) GetRunId() *common.RunIdentifier

func (*WatchActionsRequest) ProtoMessage

func (*WatchActionsRequest) ProtoMessage()

func (*WatchActionsRequest) ProtoReflect

func (x *WatchActionsRequest) ProtoReflect() protoreflect.Message

func (*WatchActionsRequest) Reset

func (x *WatchActionsRequest) Reset()

func (*WatchActionsRequest) String

func (x *WatchActionsRequest) String() string

func (*WatchActionsRequest) Validate

func (m *WatchActionsRequest) Validate() error

Validate checks the field values on WatchActionsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WatchActionsRequest) ValidateAll

func (m *WatchActionsRequest) ValidateAll() error

ValidateAll checks the field values on WatchActionsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WatchActionsRequestMultiError, or nil if none found.

type WatchActionsRequestMultiError

type WatchActionsRequestMultiError []error

WatchActionsRequestMultiError is an error wrapping multiple validation errors returned by WatchActionsRequest.ValidateAll() if the designated constraints aren't met.

func (WatchActionsRequestMultiError) AllErrors

func (m WatchActionsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (WatchActionsRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type WatchActionsRequestValidationError

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

WatchActionsRequestValidationError is the validation error returned by WatchActionsRequest.Validate if the designated constraints aren't met.

func (WatchActionsRequestValidationError) Cause

Cause function returns cause value.

func (WatchActionsRequestValidationError) Error

Error satisfies the builtin error interface

func (WatchActionsRequestValidationError) ErrorName

ErrorName returns error name.

func (WatchActionsRequestValidationError) Field

Field function returns field value.

func (WatchActionsRequestValidationError) Key

Key function returns key value.

func (WatchActionsRequestValidationError) Reason

Reason function returns reason value.

type WatchActionsResponse

type WatchActionsResponse struct {

	// New or updated actions matching the filter criteria. Enriched with children status counts
	EnrichedActions []*EnrichedAction `protobuf:"bytes,1,rep,name=enriched_actions,json=enrichedActions,proto3" json:"enriched_actions,omitempty"`
	// contains filtered or unexported fields
}

Response message for watching actions, comes with enriched action metadata.

func (*WatchActionsResponse) Descriptor deprecated

func (*WatchActionsResponse) Descriptor() ([]byte, []int)

Deprecated: Use WatchActionsResponse.ProtoReflect.Descriptor instead.

func (*WatchActionsResponse) GetEnrichedActions

func (x *WatchActionsResponse) GetEnrichedActions() []*EnrichedAction

func (*WatchActionsResponse) ProtoMessage

func (*WatchActionsResponse) ProtoMessage()

func (*WatchActionsResponse) ProtoReflect

func (x *WatchActionsResponse) ProtoReflect() protoreflect.Message

func (*WatchActionsResponse) Reset

func (x *WatchActionsResponse) Reset()

func (*WatchActionsResponse) String

func (x *WatchActionsResponse) String() string

func (*WatchActionsResponse) Validate

func (m *WatchActionsResponse) Validate() error

Validate checks the field values on WatchActionsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WatchActionsResponse) ValidateAll

func (m *WatchActionsResponse) ValidateAll() error

ValidateAll checks the field values on WatchActionsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WatchActionsResponseMultiError, or nil if none found.

type WatchActionsResponseMultiError

type WatchActionsResponseMultiError []error

WatchActionsResponseMultiError is an error wrapping multiple validation errors returned by WatchActionsResponse.ValidateAll() if the designated constraints aren't met.

func (WatchActionsResponseMultiError) AllErrors

func (m WatchActionsResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (WatchActionsResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type WatchActionsResponseValidationError

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

WatchActionsResponseValidationError is the validation error returned by WatchActionsResponse.Validate if the designated constraints aren't met.

func (WatchActionsResponseValidationError) Cause

Cause function returns cause value.

func (WatchActionsResponseValidationError) Error

Error satisfies the builtin error interface

func (WatchActionsResponseValidationError) ErrorName

ErrorName returns error name.

func (WatchActionsResponseValidationError) Field

Field function returns field value.

func (WatchActionsResponseValidationError) Key

Key function returns key value.

func (WatchActionsResponseValidationError) Reason

Reason function returns reason value.

type WatchClusterEventsRequest

type WatchClusterEventsRequest struct {
	Id      *common.ActionIdentifier `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Attempt uint32                   `protobuf:"varint,2,opt,name=attempt,proto3" json:"attempt,omitempty"`
	// contains filtered or unexported fields
}

func (*WatchClusterEventsRequest) Descriptor deprecated

func (*WatchClusterEventsRequest) Descriptor() ([]byte, []int)

Deprecated: Use WatchClusterEventsRequest.ProtoReflect.Descriptor instead.

func (*WatchClusterEventsRequest) GetAttempt

func (x *WatchClusterEventsRequest) GetAttempt() uint32

func (*WatchClusterEventsRequest) GetId

func (*WatchClusterEventsRequest) ProtoMessage

func (*WatchClusterEventsRequest) ProtoMessage()

func (*WatchClusterEventsRequest) ProtoReflect

func (*WatchClusterEventsRequest) Reset

func (x *WatchClusterEventsRequest) Reset()

func (*WatchClusterEventsRequest) String

func (x *WatchClusterEventsRequest) String() string

func (*WatchClusterEventsRequest) Validate

func (m *WatchClusterEventsRequest) Validate() error

Validate checks the field values on WatchClusterEventsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WatchClusterEventsRequest) ValidateAll

func (m *WatchClusterEventsRequest) ValidateAll() error

ValidateAll checks the field values on WatchClusterEventsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WatchClusterEventsRequestMultiError, or nil if none found.

type WatchClusterEventsRequestMultiError

type WatchClusterEventsRequestMultiError []error

WatchClusterEventsRequestMultiError is an error wrapping multiple validation errors returned by WatchClusterEventsRequest.ValidateAll() if the designated constraints aren't met.

func (WatchClusterEventsRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (WatchClusterEventsRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type WatchClusterEventsRequestValidationError

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

WatchClusterEventsRequestValidationError is the validation error returned by WatchClusterEventsRequest.Validate if the designated constraints aren't met.

func (WatchClusterEventsRequestValidationError) Cause

Cause function returns cause value.

func (WatchClusterEventsRequestValidationError) Error

Error satisfies the builtin error interface

func (WatchClusterEventsRequestValidationError) ErrorName

ErrorName returns error name.

func (WatchClusterEventsRequestValidationError) Field

Field function returns field value.

func (WatchClusterEventsRequestValidationError) Key

Key function returns key value.

func (WatchClusterEventsRequestValidationError) Reason

Reason function returns reason value.

type WatchClusterEventsResponse

type WatchClusterEventsResponse struct {
	ClusterEvents []*ClusterEvent `protobuf:"bytes,1,rep,name=cluster_events,json=clusterEvents,proto3" json:"cluster_events,omitempty"`
	// contains filtered or unexported fields
}

func (*WatchClusterEventsResponse) Descriptor deprecated

func (*WatchClusterEventsResponse) Descriptor() ([]byte, []int)

Deprecated: Use WatchClusterEventsResponse.ProtoReflect.Descriptor instead.

func (*WatchClusterEventsResponse) GetClusterEvents

func (x *WatchClusterEventsResponse) GetClusterEvents() []*ClusterEvent

func (*WatchClusterEventsResponse) ProtoMessage

func (*WatchClusterEventsResponse) ProtoMessage()

func (*WatchClusterEventsResponse) ProtoReflect

func (*WatchClusterEventsResponse) Reset

func (x *WatchClusterEventsResponse) Reset()

func (*WatchClusterEventsResponse) String

func (x *WatchClusterEventsResponse) String() string

func (*WatchClusterEventsResponse) Validate

func (m *WatchClusterEventsResponse) Validate() error

Validate checks the field values on WatchClusterEventsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WatchClusterEventsResponse) ValidateAll

func (m *WatchClusterEventsResponse) ValidateAll() error

ValidateAll checks the field values on WatchClusterEventsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WatchClusterEventsResponseMultiError, or nil if none found.

type WatchClusterEventsResponseMultiError

type WatchClusterEventsResponseMultiError []error

WatchClusterEventsResponseMultiError is an error wrapping multiple validation errors returned by WatchClusterEventsResponse.ValidateAll() if the designated constraints aren't met.

func (WatchClusterEventsResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (WatchClusterEventsResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type WatchClusterEventsResponseValidationError

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

WatchClusterEventsResponseValidationError is the validation error returned by WatchClusterEventsResponse.Validate if the designated constraints aren't met.

func (WatchClusterEventsResponseValidationError) Cause

Cause function returns cause value.

func (WatchClusterEventsResponseValidationError) Error

Error satisfies the builtin error interface

func (WatchClusterEventsResponseValidationError) ErrorName

ErrorName returns error name.

func (WatchClusterEventsResponseValidationError) Field

Field function returns field value.

func (WatchClusterEventsResponseValidationError) Key

Key function returns key value.

func (WatchClusterEventsResponseValidationError) Reason

Reason function returns reason value.

type WatchGroupsRequest

type WatchGroupsRequest struct {

	// Types that are assignable to ScopeBy:
	//
	//	*WatchGroupsRequest_ProjectId
	ScopeBy isWatchGroupsRequest_ScopeBy `protobuf_oneof:"scope_by"`
	// Filter groups after this date (inclusive). Required.
	StartDate *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=start_date,json=startDate,proto3" json:"start_date,omitempty"`
	// Filter groups before this date (inclusive).
	// If null, will stream updates up to current time.
	// If not null, will return groups once and close stream.
	EndDate *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=end_date,json=endDate,proto3" json:"end_date,omitempty"`
	// Common list request parameters.
	Request *common.ListRequest `protobuf:"bytes,4,opt,name=request,proto3" json:"request,omitempty"`
	// Known sort fields in watch group
	KnownSortFields []*WatchGroupsRequest_KnownSortField `protobuf:"bytes,5,rep,name=known_sort_fields,json=knownSortFields,proto3" json:"known_sort_fields,omitempty"`
	// contains filtered or unexported fields
}

func (*WatchGroupsRequest) Descriptor deprecated

func (*WatchGroupsRequest) Descriptor() ([]byte, []int)

Deprecated: Use WatchGroupsRequest.ProtoReflect.Descriptor instead.

func (*WatchGroupsRequest) GetEndDate

func (x *WatchGroupsRequest) GetEndDate() *timestamppb.Timestamp

func (*WatchGroupsRequest) GetKnownSortFields

func (x *WatchGroupsRequest) GetKnownSortFields() []*WatchGroupsRequest_KnownSortField

func (*WatchGroupsRequest) GetProjectId

func (x *WatchGroupsRequest) GetProjectId() *common.ProjectIdentifier

func (*WatchGroupsRequest) GetRequest

func (x *WatchGroupsRequest) GetRequest() *common.ListRequest

func (*WatchGroupsRequest) GetScopeBy

func (m *WatchGroupsRequest) GetScopeBy() isWatchGroupsRequest_ScopeBy

func (*WatchGroupsRequest) GetStartDate

func (x *WatchGroupsRequest) GetStartDate() *timestamppb.Timestamp

func (*WatchGroupsRequest) ProtoMessage

func (*WatchGroupsRequest) ProtoMessage()

func (*WatchGroupsRequest) ProtoReflect

func (x *WatchGroupsRequest) ProtoReflect() protoreflect.Message

func (*WatchGroupsRequest) Reset

func (x *WatchGroupsRequest) Reset()

func (*WatchGroupsRequest) String

func (x *WatchGroupsRequest) String() string

func (*WatchGroupsRequest) Validate

func (m *WatchGroupsRequest) Validate() error

Validate checks the field values on WatchGroupsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WatchGroupsRequest) ValidateAll

func (m *WatchGroupsRequest) ValidateAll() error

ValidateAll checks the field values on WatchGroupsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WatchGroupsRequestMultiError, or nil if none found.

type WatchGroupsRequestMultiError

type WatchGroupsRequestMultiError []error

WatchGroupsRequestMultiError is an error wrapping multiple validation errors returned by WatchGroupsRequest.ValidateAll() if the designated constraints aren't met.

func (WatchGroupsRequestMultiError) AllErrors

func (m WatchGroupsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (WatchGroupsRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type WatchGroupsRequestValidationError

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

WatchGroupsRequestValidationError is the validation error returned by WatchGroupsRequest.Validate if the designated constraints aren't met.

func (WatchGroupsRequestValidationError) Cause

Cause function returns cause value.

func (WatchGroupsRequestValidationError) Error

Error satisfies the builtin error interface

func (WatchGroupsRequestValidationError) ErrorName

ErrorName returns error name.

func (WatchGroupsRequestValidationError) Field

Field function returns field value.

func (WatchGroupsRequestValidationError) Key

Key function returns key value.

func (WatchGroupsRequestValidationError) Reason

Reason function returns reason value.

type WatchGroupsRequest_KnownSortField

type WatchGroupsRequest_KnownSortField struct {

	// Types that are assignable to SortBy:
	//
	//	*WatchGroupsRequest_KnownSortField_CreatedAt
	SortBy isWatchGroupsRequest_KnownSortField_SortBy `protobuf_oneof:"sort_by"`
	// contains filtered or unexported fields
}

func (*WatchGroupsRequest_KnownSortField) Descriptor deprecated

func (*WatchGroupsRequest_KnownSortField) Descriptor() ([]byte, []int)

Deprecated: Use WatchGroupsRequest_KnownSortField.ProtoReflect.Descriptor instead.

func (*WatchGroupsRequest_KnownSortField) GetCreatedAt

func (*WatchGroupsRequest_KnownSortField) GetSortBy

func (m *WatchGroupsRequest_KnownSortField) GetSortBy() isWatchGroupsRequest_KnownSortField_SortBy

func (*WatchGroupsRequest_KnownSortField) ProtoMessage

func (*WatchGroupsRequest_KnownSortField) ProtoMessage()

func (*WatchGroupsRequest_KnownSortField) ProtoReflect

func (*WatchGroupsRequest_KnownSortField) Reset

func (*WatchGroupsRequest_KnownSortField) String

func (*WatchGroupsRequest_KnownSortField) Validate

Validate checks the field values on WatchGroupsRequest_KnownSortField with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WatchGroupsRequest_KnownSortField) ValidateAll

func (m *WatchGroupsRequest_KnownSortField) ValidateAll() error

ValidateAll checks the field values on WatchGroupsRequest_KnownSortField with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WatchGroupsRequest_KnownSortFieldMultiError, or nil if none found.

type WatchGroupsRequest_KnownSortFieldMultiError

type WatchGroupsRequest_KnownSortFieldMultiError []error

WatchGroupsRequest_KnownSortFieldMultiError is an error wrapping multiple validation errors returned by WatchGroupsRequest_KnownSortField.ValidateAll() if the designated constraints aren't met.

func (WatchGroupsRequest_KnownSortFieldMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (WatchGroupsRequest_KnownSortFieldMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type WatchGroupsRequest_KnownSortFieldValidationError

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

WatchGroupsRequest_KnownSortFieldValidationError is the validation error returned by WatchGroupsRequest_KnownSortField.Validate if the designated constraints aren't met.

func (WatchGroupsRequest_KnownSortFieldValidationError) Cause

Cause function returns cause value.

func (WatchGroupsRequest_KnownSortFieldValidationError) Error

Error satisfies the builtin error interface

func (WatchGroupsRequest_KnownSortFieldValidationError) ErrorName

ErrorName returns error name.

func (WatchGroupsRequest_KnownSortFieldValidationError) Field

Field function returns field value.

func (WatchGroupsRequest_KnownSortFieldValidationError) Key

Key function returns key value.

func (WatchGroupsRequest_KnownSortFieldValidationError) Reason

Reason function returns reason value.

type WatchGroupsRequest_KnownSortField_CreatedAt

type WatchGroupsRequest_KnownSortField_CreatedAt struct {
	CreatedAt common.Sort_Direction `protobuf:"varint,1,opt,name=created_at,json=createdAt,proto3,enum=flyteidl2.common.Sort_Direction,oneof"`
}

type WatchGroupsRequest_ProjectId

type WatchGroupsRequest_ProjectId struct {
	// Watch groups within a project.
	ProjectId *common.ProjectIdentifier `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3,oneof"`
}

type WatchGroupsResponse

type WatchGroupsResponse struct {

	// List of task groups matching the filter criteria.
	// For the initial response, this contains all groups.
	// For subsequent updates, this contains only changed groups.
	TaskGroups []*TaskGroup `protobuf:"bytes,1,rep,name=task_groups,json=taskGroups,proto3" json:"task_groups,omitempty"`
	// Indicates when the initial List call is complete, and subsequent messages are updates.
	Sentinel bool `protobuf:"varint,2,opt,name=sentinel,proto3" json:"sentinel,omitempty"`
	// contains filtered or unexported fields
}

Response message for watching task groups.

func (*WatchGroupsResponse) Descriptor deprecated

func (*WatchGroupsResponse) Descriptor() ([]byte, []int)

Deprecated: Use WatchGroupsResponse.ProtoReflect.Descriptor instead.

func (*WatchGroupsResponse) GetSentinel

func (x *WatchGroupsResponse) GetSentinel() bool

func (*WatchGroupsResponse) GetTaskGroups

func (x *WatchGroupsResponse) GetTaskGroups() []*TaskGroup

func (*WatchGroupsResponse) ProtoMessage

func (*WatchGroupsResponse) ProtoMessage()

func (*WatchGroupsResponse) ProtoReflect

func (x *WatchGroupsResponse) ProtoReflect() protoreflect.Message

func (*WatchGroupsResponse) Reset

func (x *WatchGroupsResponse) Reset()

func (*WatchGroupsResponse) String

func (x *WatchGroupsResponse) String() string

func (*WatchGroupsResponse) Validate

func (m *WatchGroupsResponse) Validate() error

Validate checks the field values on WatchGroupsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WatchGroupsResponse) ValidateAll

func (m *WatchGroupsResponse) ValidateAll() error

ValidateAll checks the field values on WatchGroupsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WatchGroupsResponseMultiError, or nil if none found.

type WatchGroupsResponseMultiError

type WatchGroupsResponseMultiError []error

WatchGroupsResponseMultiError is an error wrapping multiple validation errors returned by WatchGroupsResponse.ValidateAll() if the designated constraints aren't met.

func (WatchGroupsResponseMultiError) AllErrors

func (m WatchGroupsResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (WatchGroupsResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type WatchGroupsResponseValidationError

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

WatchGroupsResponseValidationError is the validation error returned by WatchGroupsResponse.Validate if the designated constraints aren't met.

func (WatchGroupsResponseValidationError) Cause

Cause function returns cause value.

func (WatchGroupsResponseValidationError) Error

Error satisfies the builtin error interface

func (WatchGroupsResponseValidationError) ErrorName

ErrorName returns error name.

func (WatchGroupsResponseValidationError) Field

Field function returns field value.

func (WatchGroupsResponseValidationError) Key

Key function returns key value.

func (WatchGroupsResponseValidationError) Reason

Reason function returns reason value.

type WatchRequest

type WatchRequest struct {

	// criteria for filtering which actions to watch.
	//
	// Types that are assignable to Filter:
	//
	//	*WatchRequest_ParentActionId
	Filter isWatchRequest_Filter `protobuf_oneof:"filter"`
	// contains filtered or unexported fields
}

request message for watching updates to the state of actions.

func (*WatchRequest) Descriptor deprecated

func (*WatchRequest) Descriptor() ([]byte, []int)

Deprecated: Use WatchRequest.ProtoReflect.Descriptor instead.

func (*WatchRequest) GetFilter

func (m *WatchRequest) GetFilter() isWatchRequest_Filter

func (*WatchRequest) GetParentActionId

func (x *WatchRequest) GetParentActionId() *common.ActionIdentifier

func (*WatchRequest) ProtoMessage

func (*WatchRequest) ProtoMessage()

func (*WatchRequest) ProtoReflect

func (x *WatchRequest) ProtoReflect() protoreflect.Message

func (*WatchRequest) Reset

func (x *WatchRequest) Reset()

func (*WatchRequest) String

func (x *WatchRequest) String() string

func (*WatchRequest) Validate

func (m *WatchRequest) Validate() error

Validate checks the field values on WatchRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WatchRequest) ValidateAll

func (m *WatchRequest) ValidateAll() error

ValidateAll checks the field values on WatchRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WatchRequestMultiError, or nil if none found.

type WatchRequestMultiError

type WatchRequestMultiError []error

WatchRequestMultiError is an error wrapping multiple validation errors returned by WatchRequest.ValidateAll() if the designated constraints aren't met.

func (WatchRequestMultiError) AllErrors

func (m WatchRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (WatchRequestMultiError) Error

func (m WatchRequestMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type WatchRequestValidationError

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

WatchRequestValidationError is the validation error returned by WatchRequest.Validate if the designated constraints aren't met.

func (WatchRequestValidationError) Cause

Cause function returns cause value.

func (WatchRequestValidationError) Error

Error satisfies the builtin error interface

func (WatchRequestValidationError) ErrorName

func (e WatchRequestValidationError) ErrorName() string

ErrorName returns error name.

func (WatchRequestValidationError) Field

Field function returns field value.

func (WatchRequestValidationError) Key

Key function returns key value.

func (WatchRequestValidationError) Reason

Reason function returns reason value.

type WatchRequest_ParentActionId

type WatchRequest_ParentActionId struct {
	// a unique identifier for the parent action to watch. this will result in updates for all child
	// actions.
	ParentActionId *common.ActionIdentifier `protobuf:"bytes,1,opt,name=parent_action_id,json=parentActionId,proto3,oneof"`
}

type WatchResponse

type WatchResponse struct {

	// an update to the state of a specific action.
	//
	// Types that are assignable to Message:
	//
	//	*WatchResponse_ActionUpdate
	//	*WatchResponse_ControlMessage
	Message isWatchResponse_Message `protobuf_oneof:"message"`
	// contains filtered or unexported fields
}

response message for watching updates to the state of actions.

func (*WatchResponse) Descriptor deprecated

func (*WatchResponse) Descriptor() ([]byte, []int)

Deprecated: Use WatchResponse.ProtoReflect.Descriptor instead.

func (*WatchResponse) GetActionUpdate

func (x *WatchResponse) GetActionUpdate() *ActionUpdate

func (*WatchResponse) GetControlMessage

func (x *WatchResponse) GetControlMessage() *ControlMessage

func (*WatchResponse) GetMessage

func (m *WatchResponse) GetMessage() isWatchResponse_Message

func (*WatchResponse) ProtoMessage

func (*WatchResponse) ProtoMessage()

func (*WatchResponse) ProtoReflect

func (x *WatchResponse) ProtoReflect() protoreflect.Message

func (*WatchResponse) Reset

func (x *WatchResponse) Reset()

func (*WatchResponse) String

func (x *WatchResponse) String() string

func (*WatchResponse) Validate

func (m *WatchResponse) Validate() error

Validate checks the field values on WatchResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WatchResponse) ValidateAll

func (m *WatchResponse) ValidateAll() error

ValidateAll checks the field values on WatchResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WatchResponseMultiError, or nil if none found.

type WatchResponseMultiError

type WatchResponseMultiError []error

WatchResponseMultiError is an error wrapping multiple validation errors returned by WatchResponse.ValidateAll() if the designated constraints aren't met.

func (WatchResponseMultiError) AllErrors

func (m WatchResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (WatchResponseMultiError) Error

func (m WatchResponseMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type WatchResponseValidationError

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

WatchResponseValidationError is the validation error returned by WatchResponse.Validate if the designated constraints aren't met.

func (WatchResponseValidationError) Cause

Cause function returns cause value.

func (WatchResponseValidationError) Error

Error satisfies the builtin error interface

func (WatchResponseValidationError) ErrorName

func (e WatchResponseValidationError) ErrorName() string

ErrorName returns error name.

func (WatchResponseValidationError) Field

Field function returns field value.

func (WatchResponseValidationError) Key

Key function returns key value.

func (WatchResponseValidationError) Reason

Reason function returns reason value.

type WatchResponse_ActionUpdate

type WatchResponse_ActionUpdate struct {
	ActionUpdate *ActionUpdate `protobuf:"bytes,1,opt,name=action_update,json=actionUpdate,proto3,oneof"`
}

type WatchResponse_ControlMessage

type WatchResponse_ControlMessage struct {
	ControlMessage *ControlMessage `protobuf:"bytes,2,opt,name=control_message,json=controlMessage,proto3,oneof"`
}

type WatchRunDetailsRequest

type WatchRunDetailsRequest struct {

	// Run to query.
	RunId *common.RunIdentifier `protobuf:"bytes,1,opt,name=run_id,json=runId,proto3" json:"run_id,omitempty"`
	// contains filtered or unexported fields
}

Request message for watching detailed information about a run.

func (*WatchRunDetailsRequest) Descriptor deprecated

func (*WatchRunDetailsRequest) Descriptor() ([]byte, []int)

Deprecated: Use WatchRunDetailsRequest.ProtoReflect.Descriptor instead.

func (*WatchRunDetailsRequest) GetRunId

func (*WatchRunDetailsRequest) ProtoMessage

func (*WatchRunDetailsRequest) ProtoMessage()

func (*WatchRunDetailsRequest) ProtoReflect

func (x *WatchRunDetailsRequest) ProtoReflect() protoreflect.Message

func (*WatchRunDetailsRequest) Reset

func (x *WatchRunDetailsRequest) Reset()

func (*WatchRunDetailsRequest) String

func (x *WatchRunDetailsRequest) String() string

func (*WatchRunDetailsRequest) Validate

func (m *WatchRunDetailsRequest) Validate() error

Validate checks the field values on WatchRunDetailsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WatchRunDetailsRequest) ValidateAll

func (m *WatchRunDetailsRequest) ValidateAll() error

ValidateAll checks the field values on WatchRunDetailsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WatchRunDetailsRequestMultiError, or nil if none found.

type WatchRunDetailsRequestMultiError

type WatchRunDetailsRequestMultiError []error

WatchRunDetailsRequestMultiError is an error wrapping multiple validation errors returned by WatchRunDetailsRequest.ValidateAll() if the designated constraints aren't met.

func (WatchRunDetailsRequestMultiError) AllErrors

func (m WatchRunDetailsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (WatchRunDetailsRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type WatchRunDetailsRequestValidationError

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

WatchRunDetailsRequestValidationError is the validation error returned by WatchRunDetailsRequest.Validate if the designated constraints aren't met.

func (WatchRunDetailsRequestValidationError) Cause

Cause function returns cause value.

func (WatchRunDetailsRequestValidationError) Error

Error satisfies the builtin error interface

func (WatchRunDetailsRequestValidationError) ErrorName

ErrorName returns error name.

func (WatchRunDetailsRequestValidationError) Field

Field function returns field value.

func (WatchRunDetailsRequestValidationError) Key

Key function returns key value.

func (WatchRunDetailsRequestValidationError) Reason

Reason function returns reason value.

type WatchRunDetailsResponse

type WatchRunDetailsResponse struct {

	// Detailed information about the run.
	Details *RunDetails `protobuf:"bytes,1,opt,name=details,proto3" json:"details,omitempty"`
	// contains filtered or unexported fields
}

Response message for watching detailed information about a run.

func (*WatchRunDetailsResponse) Descriptor deprecated

func (*WatchRunDetailsResponse) Descriptor() ([]byte, []int)

Deprecated: Use WatchRunDetailsResponse.ProtoReflect.Descriptor instead.

func (*WatchRunDetailsResponse) GetDetails

func (x *WatchRunDetailsResponse) GetDetails() *RunDetails

func (*WatchRunDetailsResponse) ProtoMessage

func (*WatchRunDetailsResponse) ProtoMessage()

func (*WatchRunDetailsResponse) ProtoReflect

func (x *WatchRunDetailsResponse) ProtoReflect() protoreflect.Message

func (*WatchRunDetailsResponse) Reset

func (x *WatchRunDetailsResponse) Reset()

func (*WatchRunDetailsResponse) String

func (x *WatchRunDetailsResponse) String() string

func (*WatchRunDetailsResponse) Validate

func (m *WatchRunDetailsResponse) Validate() error

Validate checks the field values on WatchRunDetailsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WatchRunDetailsResponse) ValidateAll

func (m *WatchRunDetailsResponse) ValidateAll() error

ValidateAll checks the field values on WatchRunDetailsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WatchRunDetailsResponseMultiError, or nil if none found.

type WatchRunDetailsResponseMultiError

type WatchRunDetailsResponseMultiError []error

WatchRunDetailsResponseMultiError is an error wrapping multiple validation errors returned by WatchRunDetailsResponse.ValidateAll() if the designated constraints aren't met.

func (WatchRunDetailsResponseMultiError) AllErrors

func (m WatchRunDetailsResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (WatchRunDetailsResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type WatchRunDetailsResponseValidationError

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

WatchRunDetailsResponseValidationError is the validation error returned by WatchRunDetailsResponse.Validate if the designated constraints aren't met.

func (WatchRunDetailsResponseValidationError) Cause

Cause function returns cause value.

func (WatchRunDetailsResponseValidationError) Error

Error satisfies the builtin error interface

func (WatchRunDetailsResponseValidationError) ErrorName

ErrorName returns error name.

func (WatchRunDetailsResponseValidationError) Field

Field function returns field value.

func (WatchRunDetailsResponseValidationError) Key

Key function returns key value.

func (WatchRunDetailsResponseValidationError) Reason

Reason function returns reason value.

type WatchRunsRequest

type WatchRunsRequest struct {

	// Types that are assignable to Target:
	//
	//	*WatchRunsRequest_Org
	//	*WatchRunsRequest_ClusterId
	//	*WatchRunsRequest_ProjectId
	//	*WatchRunsRequest_TaskId
	Target isWatchRunsRequest_Target `protobuf_oneof:"target"`
	// contains filtered or unexported fields
}

Request message for watching runs.

func (*WatchRunsRequest) Descriptor deprecated

func (*WatchRunsRequest) Descriptor() ([]byte, []int)

Deprecated: Use WatchRunsRequest.ProtoReflect.Descriptor instead.

func (*WatchRunsRequest) GetClusterId

func (x *WatchRunsRequest) GetClusterId() *common.ClusterIdentifier

func (*WatchRunsRequest) GetOrg

func (x *WatchRunsRequest) GetOrg() string

func (*WatchRunsRequest) GetProjectId

func (x *WatchRunsRequest) GetProjectId() *common.ProjectIdentifier

func (*WatchRunsRequest) GetTarget

func (m *WatchRunsRequest) GetTarget() isWatchRunsRequest_Target

func (*WatchRunsRequest) GetTaskId

func (x *WatchRunsRequest) GetTaskId() *task.TaskIdentifier

func (*WatchRunsRequest) ProtoMessage

func (*WatchRunsRequest) ProtoMessage()

func (*WatchRunsRequest) ProtoReflect

func (x *WatchRunsRequest) ProtoReflect() protoreflect.Message

func (*WatchRunsRequest) Reset

func (x *WatchRunsRequest) Reset()

func (*WatchRunsRequest) String

func (x *WatchRunsRequest) String() string

func (*WatchRunsRequest) Validate

func (m *WatchRunsRequest) Validate() error

Validate checks the field values on WatchRunsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WatchRunsRequest) ValidateAll

func (m *WatchRunsRequest) ValidateAll() error

ValidateAll checks the field values on WatchRunsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WatchRunsRequestMultiError, or nil if none found.

type WatchRunsRequestMultiError

type WatchRunsRequestMultiError []error

WatchRunsRequestMultiError is an error wrapping multiple validation errors returned by WatchRunsRequest.ValidateAll() if the designated constraints aren't met.

func (WatchRunsRequestMultiError) AllErrors

func (m WatchRunsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (WatchRunsRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type WatchRunsRequestValidationError

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

WatchRunsRequestValidationError is the validation error returned by WatchRunsRequest.Validate if the designated constraints aren't met.

func (WatchRunsRequestValidationError) Cause

Cause function returns cause value.

func (WatchRunsRequestValidationError) Error

Error satisfies the builtin error interface

func (WatchRunsRequestValidationError) ErrorName

ErrorName returns error name.

func (WatchRunsRequestValidationError) Field

Field function returns field value.

func (WatchRunsRequestValidationError) Key

Key function returns key value.

func (WatchRunsRequestValidationError) Reason

Reason function returns reason value.

type WatchRunsRequest_ClusterId

type WatchRunsRequest_ClusterId struct {
	// Cluster identifier for filtering runs.
	ClusterId *common.ClusterIdentifier `protobuf:"bytes,3,opt,name=cluster_id,json=clusterId,proto3,oneof"`
}

type WatchRunsRequest_Org

type WatchRunsRequest_Org struct {
	// Organization name for filtering runs.
	Org string `protobuf:"bytes,2,opt,name=org,proto3,oneof"`
}

type WatchRunsRequest_ProjectId

type WatchRunsRequest_ProjectId struct {
	// Project identifier for filtering runs.
	ProjectId *common.ProjectIdentifier `protobuf:"bytes,4,opt,name=project_id,json=projectId,proto3,oneof"`
}

type WatchRunsRequest_TaskId

type WatchRunsRequest_TaskId struct {
	// Task identifier for filtering runs.
	TaskId *task.TaskIdentifier `protobuf:"bytes,5,opt,name=task_id,json=taskId,proto3,oneof"`
}

type WatchRunsResponse

type WatchRunsResponse struct {

	// New or updated runs matching the filter criteria.
	Runs []*Run `protobuf:"bytes,1,rep,name=runs,proto3" json:"runs,omitempty"`
	// contains filtered or unexported fields
}

Response message for watching runs.

func (*WatchRunsResponse) Descriptor deprecated

func (*WatchRunsResponse) Descriptor() ([]byte, []int)

Deprecated: Use WatchRunsResponse.ProtoReflect.Descriptor instead.

func (*WatchRunsResponse) GetRuns

func (x *WatchRunsResponse) GetRuns() []*Run

func (*WatchRunsResponse) ProtoMessage

func (*WatchRunsResponse) ProtoMessage()

func (*WatchRunsResponse) ProtoReflect

func (x *WatchRunsResponse) ProtoReflect() protoreflect.Message

func (*WatchRunsResponse) Reset

func (x *WatchRunsResponse) Reset()

func (*WatchRunsResponse) String

func (x *WatchRunsResponse) String() string

func (*WatchRunsResponse) Validate

func (m *WatchRunsResponse) Validate() error

Validate checks the field values on WatchRunsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WatchRunsResponse) ValidateAll

func (m *WatchRunsResponse) ValidateAll() error

ValidateAll checks the field values on WatchRunsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WatchRunsResponseMultiError, or nil if none found.

type WatchRunsResponseMultiError

type WatchRunsResponseMultiError []error

WatchRunsResponseMultiError is an error wrapping multiple validation errors returned by WatchRunsResponse.ValidateAll() if the designated constraints aren't met.

func (WatchRunsResponseMultiError) AllErrors

func (m WatchRunsResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (WatchRunsResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type WatchRunsResponseValidationError

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

WatchRunsResponseValidationError is the validation error returned by WatchRunsResponse.Validate if the designated constraints aren't met.

func (WatchRunsResponseValidationError) Cause

Cause function returns cause value.

func (WatchRunsResponseValidationError) Error

Error satisfies the builtin error interface

func (WatchRunsResponseValidationError) ErrorName

ErrorName returns error name.

func (WatchRunsResponseValidationError) Field

Field function returns field value.

func (WatchRunsResponseValidationError) Key

Key function returns key value.

func (WatchRunsResponseValidationError) Reason

Reason function returns reason value.

type WatchWindowedActionsRequest added in v2.0.21

type WatchWindowedActionsRequest struct {

	// Types that are assignable to Msg:
	//
	//	*WatchWindowedActionsRequest_Subscribe_
	//	*WatchWindowedActionsRequest_UpdateWindow_
	Msg isWatchWindowedActionsRequest_Msg `protobuf_oneof:"msg"`
	// contains filtered or unexported fields
}

WatchWindowedActionsRequest is the client → server message on the bidi stream. The first message must be Subscribe; subsequent messages must be UpdateWindow.

func (*WatchWindowedActionsRequest) Descriptor deprecated added in v2.0.21

func (*WatchWindowedActionsRequest) Descriptor() ([]byte, []int)

Deprecated: Use WatchWindowedActionsRequest.ProtoReflect.Descriptor instead.

func (*WatchWindowedActionsRequest) GetMsg added in v2.0.21

func (m *WatchWindowedActionsRequest) GetMsg() isWatchWindowedActionsRequest_Msg

func (*WatchWindowedActionsRequest) GetSubscribe added in v2.0.21

func (*WatchWindowedActionsRequest) GetUpdateWindow added in v2.0.21

func (*WatchWindowedActionsRequest) ProtoMessage added in v2.0.21

func (*WatchWindowedActionsRequest) ProtoMessage()

func (*WatchWindowedActionsRequest) ProtoReflect added in v2.0.21

func (*WatchWindowedActionsRequest) Reset added in v2.0.21

func (x *WatchWindowedActionsRequest) Reset()

func (*WatchWindowedActionsRequest) String added in v2.0.21

func (x *WatchWindowedActionsRequest) String() string

func (*WatchWindowedActionsRequest) Validate added in v2.0.21

func (m *WatchWindowedActionsRequest) Validate() error

Validate checks the field values on WatchWindowedActionsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WatchWindowedActionsRequest) ValidateAll added in v2.0.21

func (m *WatchWindowedActionsRequest) ValidateAll() error

ValidateAll checks the field values on WatchWindowedActionsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WatchWindowedActionsRequestMultiError, or nil if none found.

type WatchWindowedActionsRequestMultiError added in v2.0.21

type WatchWindowedActionsRequestMultiError []error

WatchWindowedActionsRequestMultiError is an error wrapping multiple validation errors returned by WatchWindowedActionsRequest.ValidateAll() if the designated constraints aren't met.

func (WatchWindowedActionsRequestMultiError) AllErrors added in v2.0.21

AllErrors returns a list of validation violation errors.

func (WatchWindowedActionsRequestMultiError) Error added in v2.0.21

Error returns a concatenation of all the error messages it wraps.

type WatchWindowedActionsRequestValidationError added in v2.0.21

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

WatchWindowedActionsRequestValidationError is the validation error returned by WatchWindowedActionsRequest.Validate if the designated constraints aren't met.

func (WatchWindowedActionsRequestValidationError) Cause added in v2.0.21

Cause function returns cause value.

func (WatchWindowedActionsRequestValidationError) Error added in v2.0.21

Error satisfies the builtin error interface

func (WatchWindowedActionsRequestValidationError) ErrorName added in v2.0.21

ErrorName returns error name.

func (WatchWindowedActionsRequestValidationError) Field added in v2.0.21

Field function returns field value.

func (WatchWindowedActionsRequestValidationError) Key added in v2.0.21

Key function returns key value.

func (WatchWindowedActionsRequestValidationError) Reason added in v2.0.21

Reason function returns reason value.

type WatchWindowedActionsRequest_Subscribe added in v2.0.21

type WatchWindowedActionsRequest_Subscribe struct {
	RunId *common.RunIdentifier `protobuf:"bytes,1,opt,name=run_id,json=runId,proto3" json:"run_id,omitempty"`
	// Action name or group key currently focused in the UI; the
	// server centers the window on this item.
	SelectedItemId string `protobuf:"bytes,2,opt,name=selected_item_id,json=selectedItemId,proto3" json:"selected_item_id,omitempty"`
	// Extra items to materialize above/below the selected item. Server
	// clamps; 0 means "use server default".
	OverscanBefore int32 `protobuf:"varint,3,opt,name=overscan_before,json=overscanBefore,proto3" json:"overscan_before,omitempty"`
	OverscanAfter  int32 `protobuf:"varint,4,opt,name=overscan_after,json=overscanAfter,proto3" json:"overscan_after,omitempty"`
	// Items the client wants expanded. Key = action name OR group key.
	ExpandedNodes map[string]*NodeExpansionParams `` /* 188-byte string literal not displayed */
	// Optional filters; same semantics as legacy WatchActions filters.
	PhaseFilter []common.ActionPhase `` /* 136-byte string literal not displayed */
	NameFilter  string               `protobuf:"bytes,7,opt,name=name_filter,json=nameFilter,proto3" json:"name_filter,omitempty"`
	// contains filtered or unexported fields
}

Subscribe opens the subscription. Sent exactly once as the first message on the stream.

func (*WatchWindowedActionsRequest_Subscribe) Descriptor deprecated added in v2.0.21

func (*WatchWindowedActionsRequest_Subscribe) Descriptor() ([]byte, []int)

Deprecated: Use WatchWindowedActionsRequest_Subscribe.ProtoReflect.Descriptor instead.

func (*WatchWindowedActionsRequest_Subscribe) GetExpandedNodes added in v2.0.21

func (*WatchWindowedActionsRequest_Subscribe) GetNameFilter added in v2.0.21

func (x *WatchWindowedActionsRequest_Subscribe) GetNameFilter() string

func (*WatchWindowedActionsRequest_Subscribe) GetOverscanAfter added in v2.0.21

func (x *WatchWindowedActionsRequest_Subscribe) GetOverscanAfter() int32

func (*WatchWindowedActionsRequest_Subscribe) GetOverscanBefore added in v2.0.21

func (x *WatchWindowedActionsRequest_Subscribe) GetOverscanBefore() int32

func (*WatchWindowedActionsRequest_Subscribe) GetPhaseFilter added in v2.0.21

func (*WatchWindowedActionsRequest_Subscribe) GetRunId added in v2.0.21

func (*WatchWindowedActionsRequest_Subscribe) GetSelectedItemId added in v2.0.21

func (x *WatchWindowedActionsRequest_Subscribe) GetSelectedItemId() string

func (*WatchWindowedActionsRequest_Subscribe) ProtoMessage added in v2.0.21

func (*WatchWindowedActionsRequest_Subscribe) ProtoMessage()

func (*WatchWindowedActionsRequest_Subscribe) ProtoReflect added in v2.0.21

func (*WatchWindowedActionsRequest_Subscribe) Reset added in v2.0.21

func (*WatchWindowedActionsRequest_Subscribe) String added in v2.0.21

func (*WatchWindowedActionsRequest_Subscribe) Validate added in v2.0.21

Validate checks the field values on WatchWindowedActionsRequest_Subscribe with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WatchWindowedActionsRequest_Subscribe) ValidateAll added in v2.0.21

ValidateAll checks the field values on WatchWindowedActionsRequest_Subscribe with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WatchWindowedActionsRequest_SubscribeMultiError, or nil if none found.

type WatchWindowedActionsRequest_SubscribeMultiError added in v2.0.21

type WatchWindowedActionsRequest_SubscribeMultiError []error

WatchWindowedActionsRequest_SubscribeMultiError is an error wrapping multiple validation errors returned by WatchWindowedActionsRequest_Subscribe.ValidateAll() if the designated constraints aren't met.

func (WatchWindowedActionsRequest_SubscribeMultiError) AllErrors added in v2.0.21

AllErrors returns a list of validation violation errors.

func (WatchWindowedActionsRequest_SubscribeMultiError) Error added in v2.0.21

Error returns a concatenation of all the error messages it wraps.

type WatchWindowedActionsRequest_SubscribeValidationError added in v2.0.21

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

WatchWindowedActionsRequest_SubscribeValidationError is the validation error returned by WatchWindowedActionsRequest_Subscribe.Validate if the designated constraints aren't met.

func (WatchWindowedActionsRequest_SubscribeValidationError) Cause added in v2.0.21

Cause function returns cause value.

func (WatchWindowedActionsRequest_SubscribeValidationError) Error added in v2.0.21

Error satisfies the builtin error interface

func (WatchWindowedActionsRequest_SubscribeValidationError) ErrorName added in v2.0.21

ErrorName returns error name.

func (WatchWindowedActionsRequest_SubscribeValidationError) Field added in v2.0.21

Field function returns field value.

func (WatchWindowedActionsRequest_SubscribeValidationError) Key added in v2.0.21

Key function returns key value.

func (WatchWindowedActionsRequest_SubscribeValidationError) Reason added in v2.0.21

Reason function returns reason value.

type WatchWindowedActionsRequest_Subscribe_ added in v2.0.21

type WatchWindowedActionsRequest_Subscribe_ struct {
	Subscribe *WatchWindowedActionsRequest_Subscribe `protobuf:"bytes,1,opt,name=subscribe,proto3,oneof"`
}

type WatchWindowedActionsRequest_UpdateWindow added in v2.0.21

type WatchWindowedActionsRequest_UpdateWindow struct {
	SelectedItemId string                          `protobuf:"bytes,1,opt,name=selected_item_id,json=selectedItemId,proto3" json:"selected_item_id,omitempty"`
	OverscanBefore int32                           `protobuf:"varint,2,opt,name=overscan_before,json=overscanBefore,proto3" json:"overscan_before,omitempty"`
	OverscanAfter  int32                           `protobuf:"varint,3,opt,name=overscan_after,json=overscanAfter,proto3" json:"overscan_after,omitempty"`
	ExpandedNodes  map[string]*NodeExpansionParams `` /* 188-byte string literal not displayed */
	PhaseFilter    []common.ActionPhase            `` /* 136-byte string literal not displayed */
	NameFilter     string                          `protobuf:"bytes,6,opt,name=name_filter,json=nameFilter,proto3" json:"name_filter,omitempty"`
	// contains filtered or unexported fields
}

UpdateWindow updates one or more window parameters. Sent as the user scrolls, expands/collapses, or changes filters.

func (*WatchWindowedActionsRequest_UpdateWindow) Descriptor deprecated added in v2.0.21

func (*WatchWindowedActionsRequest_UpdateWindow) Descriptor() ([]byte, []int)

Deprecated: Use WatchWindowedActionsRequest_UpdateWindow.ProtoReflect.Descriptor instead.

func (*WatchWindowedActionsRequest_UpdateWindow) GetExpandedNodes added in v2.0.21

func (*WatchWindowedActionsRequest_UpdateWindow) GetNameFilter added in v2.0.21

func (*WatchWindowedActionsRequest_UpdateWindow) GetOverscanAfter added in v2.0.21

func (x *WatchWindowedActionsRequest_UpdateWindow) GetOverscanAfter() int32

func (*WatchWindowedActionsRequest_UpdateWindow) GetOverscanBefore added in v2.0.21

func (x *WatchWindowedActionsRequest_UpdateWindow) GetOverscanBefore() int32

func (*WatchWindowedActionsRequest_UpdateWindow) GetPhaseFilter added in v2.0.21

func (*WatchWindowedActionsRequest_UpdateWindow) GetSelectedItemId added in v2.0.21

func (x *WatchWindowedActionsRequest_UpdateWindow) GetSelectedItemId() string

func (*WatchWindowedActionsRequest_UpdateWindow) ProtoMessage added in v2.0.21

func (*WatchWindowedActionsRequest_UpdateWindow) ProtoReflect added in v2.0.21

func (*WatchWindowedActionsRequest_UpdateWindow) Reset added in v2.0.21

func (*WatchWindowedActionsRequest_UpdateWindow) String added in v2.0.21

func (*WatchWindowedActionsRequest_UpdateWindow) Validate added in v2.0.21

Validate checks the field values on WatchWindowedActionsRequest_UpdateWindow with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WatchWindowedActionsRequest_UpdateWindow) ValidateAll added in v2.0.21

ValidateAll checks the field values on WatchWindowedActionsRequest_UpdateWindow with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WatchWindowedActionsRequest_UpdateWindowMultiError, or nil if none found.

type WatchWindowedActionsRequest_UpdateWindowMultiError added in v2.0.21

type WatchWindowedActionsRequest_UpdateWindowMultiError []error

WatchWindowedActionsRequest_UpdateWindowMultiError is an error wrapping multiple validation errors returned by WatchWindowedActionsRequest_UpdateWindow.ValidateAll() if the designated constraints aren't met.

func (WatchWindowedActionsRequest_UpdateWindowMultiError) AllErrors added in v2.0.21

AllErrors returns a list of validation violation errors.

func (WatchWindowedActionsRequest_UpdateWindowMultiError) Error added in v2.0.21

Error returns a concatenation of all the error messages it wraps.

type WatchWindowedActionsRequest_UpdateWindowValidationError added in v2.0.21

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

WatchWindowedActionsRequest_UpdateWindowValidationError is the validation error returned by WatchWindowedActionsRequest_UpdateWindow.Validate if the designated constraints aren't met.

func (WatchWindowedActionsRequest_UpdateWindowValidationError) Cause added in v2.0.21

Cause function returns cause value.

func (WatchWindowedActionsRequest_UpdateWindowValidationError) Error added in v2.0.21

Error satisfies the builtin error interface

func (WatchWindowedActionsRequest_UpdateWindowValidationError) ErrorName added in v2.0.21

ErrorName returns error name.

func (WatchWindowedActionsRequest_UpdateWindowValidationError) Field added in v2.0.21

Field function returns field value.

func (WatchWindowedActionsRequest_UpdateWindowValidationError) Key added in v2.0.21

Key function returns key value.

func (WatchWindowedActionsRequest_UpdateWindowValidationError) Reason added in v2.0.21

Reason function returns reason value.

type WatchWindowedActionsRequest_UpdateWindow_ added in v2.0.21

type WatchWindowedActionsRequest_UpdateWindow_ struct {
	UpdateWindow *WatchWindowedActionsRequest_UpdateWindow `protobuf:"bytes,2,opt,name=update_window,json=updateWindow,proto3,oneof"`
}

type WatchWindowedActionsResponse added in v2.0.21

type WatchWindowedActionsResponse struct {

	// Window slice in flat_index order — only the items the client
	// can render right now (selected ± overscan).
	WindowItems []*WindowedItem `protobuf:"bytes,1,rep,name=window_items,json=windowItems,proto3" json:"window_items,omitempty"`
	// Root → selected_item's parent. Sent on every response for
	// breadcrumb rendering; bounded by tree depth.
	Ancestors []*WindowedItem `protobuf:"bytes,2,rep,name=ancestors,proto3" json:"ancestors,omitempty"`
	// Length of the full expanded flat list (not just the window).
	TotalFlatCount int64 `protobuf:"varint,3,opt,name=total_flat_count,json=totalFlatCount,proto3" json:"total_flat_count,omitempty"`
	// Position of selected_item_id within the flat list.
	SelectedFlatIndex int64 `protobuf:"varint,4,opt,name=selected_flat_index,json=selectedFlatIndex,proto3" json:"selected_flat_index,omitempty"`
	// True on the response that completes the initial hydration; the
	// client should treat this as the "first paint done" signal.
	InitialSnapshotComplete bool `` /* 133-byte string literal not displayed */
	// Sticky truncation notices — present on every response until the
	// server confirms client receipt.
	Truncations []*TruncationNotice `protobuf:"bytes,6,rep,name=truncations,proto3" json:"truncations,omitempty"`
	// True when the server had to drop a tick due to backpressure; the
	// client should re-send its UpdateWindow to force a fresh snapshot.
	ResyncHint bool `protobuf:"varint,7,opt,name=resync_hint,json=resyncHint,proto3" json:"resync_hint,omitempty"`
	// contains filtered or unexported fields
}

WatchWindowedActionsResponse is one server → client tick.

func (*WatchWindowedActionsResponse) Descriptor deprecated added in v2.0.21

func (*WatchWindowedActionsResponse) Descriptor() ([]byte, []int)

Deprecated: Use WatchWindowedActionsResponse.ProtoReflect.Descriptor instead.

func (*WatchWindowedActionsResponse) GetAncestors added in v2.0.21

func (x *WatchWindowedActionsResponse) GetAncestors() []*WindowedItem

func (*WatchWindowedActionsResponse) GetInitialSnapshotComplete added in v2.0.21

func (x *WatchWindowedActionsResponse) GetInitialSnapshotComplete() bool

func (*WatchWindowedActionsResponse) GetResyncHint added in v2.0.21

func (x *WatchWindowedActionsResponse) GetResyncHint() bool

func (*WatchWindowedActionsResponse) GetSelectedFlatIndex added in v2.0.21

func (x *WatchWindowedActionsResponse) GetSelectedFlatIndex() int64

func (*WatchWindowedActionsResponse) GetTotalFlatCount added in v2.0.21

func (x *WatchWindowedActionsResponse) GetTotalFlatCount() int64

func (*WatchWindowedActionsResponse) GetTruncations added in v2.0.21

func (x *WatchWindowedActionsResponse) GetTruncations() []*TruncationNotice

func (*WatchWindowedActionsResponse) GetWindowItems added in v2.0.21

func (x *WatchWindowedActionsResponse) GetWindowItems() []*WindowedItem

func (*WatchWindowedActionsResponse) ProtoMessage added in v2.0.21

func (*WatchWindowedActionsResponse) ProtoMessage()

func (*WatchWindowedActionsResponse) ProtoReflect added in v2.0.21

func (*WatchWindowedActionsResponse) Reset added in v2.0.21

func (x *WatchWindowedActionsResponse) Reset()

func (*WatchWindowedActionsResponse) String added in v2.0.21

func (*WatchWindowedActionsResponse) Validate added in v2.0.21

func (m *WatchWindowedActionsResponse) Validate() error

Validate checks the field values on WatchWindowedActionsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WatchWindowedActionsResponse) ValidateAll added in v2.0.21

func (m *WatchWindowedActionsResponse) ValidateAll() error

ValidateAll checks the field values on WatchWindowedActionsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WatchWindowedActionsResponseMultiError, or nil if none found.

type WatchWindowedActionsResponseMultiError added in v2.0.21

type WatchWindowedActionsResponseMultiError []error

WatchWindowedActionsResponseMultiError is an error wrapping multiple validation errors returned by WatchWindowedActionsResponse.ValidateAll() if the designated constraints aren't met.

func (WatchWindowedActionsResponseMultiError) AllErrors added in v2.0.21

AllErrors returns a list of validation violation errors.

func (WatchWindowedActionsResponseMultiError) Error added in v2.0.21

Error returns a concatenation of all the error messages it wraps.

type WatchWindowedActionsResponseValidationError added in v2.0.21

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

WatchWindowedActionsResponseValidationError is the validation error returned by WatchWindowedActionsResponse.Validate if the designated constraints aren't met.

func (WatchWindowedActionsResponseValidationError) Cause added in v2.0.21

Cause function returns cause value.

func (WatchWindowedActionsResponseValidationError) Error added in v2.0.21

Error satisfies the builtin error interface

func (WatchWindowedActionsResponseValidationError) ErrorName added in v2.0.21

ErrorName returns error name.

func (WatchWindowedActionsResponseValidationError) Field added in v2.0.21

Field function returns field value.

func (WatchWindowedActionsResponseValidationError) Key added in v2.0.21

Key function returns key value.

func (WatchWindowedActionsResponseValidationError) Reason added in v2.0.21

Reason function returns reason value.

type WindowedItem added in v2.0.21

type WindowedItem struct {

	// Types that are assignable to Item:
	//
	//	*WindowedItem_Action
	//	*WindowedItem_Group
	Item       isWindowedItem_Item `protobuf_oneof:"item"`
	Depth      int32               `protobuf:"varint,3,opt,name=depth,proto3" json:"depth,omitempty"`
	IsExpanded bool                `protobuf:"varint,4,opt,name=is_expanded,json=isExpanded,proto3" json:"is_expanded,omitempty"`
	// contains filtered or unexported fields
}

WindowedItem is one slot in the windowed flat list — either a regular action or a synthetic group folder.

func (*WindowedItem) Descriptor deprecated added in v2.0.21

func (*WindowedItem) Descriptor() ([]byte, []int)

Deprecated: Use WindowedItem.ProtoReflect.Descriptor instead.

func (*WindowedItem) GetAction added in v2.0.21

func (x *WindowedItem) GetAction() *EnrichedAction

func (*WindowedItem) GetDepth added in v2.0.21

func (x *WindowedItem) GetDepth() int32

func (*WindowedItem) GetGroup added in v2.0.21

func (x *WindowedItem) GetGroup() *GroupNode

func (*WindowedItem) GetIsExpanded added in v2.0.21

func (x *WindowedItem) GetIsExpanded() bool

func (*WindowedItem) GetItem added in v2.0.21

func (m *WindowedItem) GetItem() isWindowedItem_Item

func (*WindowedItem) ProtoMessage added in v2.0.21

func (*WindowedItem) ProtoMessage()

func (*WindowedItem) ProtoReflect added in v2.0.21

func (x *WindowedItem) ProtoReflect() protoreflect.Message

func (*WindowedItem) Reset added in v2.0.21

func (x *WindowedItem) Reset()

func (*WindowedItem) String added in v2.0.21

func (x *WindowedItem) String() string

func (*WindowedItem) Validate added in v2.0.21

func (m *WindowedItem) Validate() error

Validate checks the field values on WindowedItem with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WindowedItem) ValidateAll added in v2.0.21

func (m *WindowedItem) ValidateAll() error

ValidateAll checks the field values on WindowedItem with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WindowedItemMultiError, or nil if none found.

type WindowedItemMultiError added in v2.0.21

type WindowedItemMultiError []error

WindowedItemMultiError is an error wrapping multiple validation errors returned by WindowedItem.ValidateAll() if the designated constraints aren't met.

func (WindowedItemMultiError) AllErrors added in v2.0.21

func (m WindowedItemMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (WindowedItemMultiError) Error added in v2.0.21

func (m WindowedItemMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type WindowedItemValidationError added in v2.0.21

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

WindowedItemValidationError is the validation error returned by WindowedItem.Validate if the designated constraints aren't met.

func (WindowedItemValidationError) Cause added in v2.0.21

Cause function returns cause value.

func (WindowedItemValidationError) Error added in v2.0.21

Error satisfies the builtin error interface

func (WindowedItemValidationError) ErrorName added in v2.0.21

func (e WindowedItemValidationError) ErrorName() string

ErrorName returns error name.

func (WindowedItemValidationError) Field added in v2.0.21

Field function returns field value.

func (WindowedItemValidationError) Key added in v2.0.21

Key function returns key value.

func (WindowedItemValidationError) Reason added in v2.0.21

Reason function returns reason value.

type WindowedItem_Action added in v2.0.21

type WindowedItem_Action struct {
	Action *EnrichedAction `protobuf:"bytes,1,opt,name=action,proto3,oneof"`
}

type WindowedItem_Group added in v2.0.21

type WindowedItem_Group struct {
	Group *GroupNode `protobuf:"bytes,2,opt,name=group,proto3,oneof"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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