workerpb

package
v0.2.3 Latest Latest
Warning

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

Go to latest
Published: Feb 13, 2026 License: MPL-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

View Source
const (
	AdminService_GetHealth_FullMethodName             = "/worker.v1.AdminService/GetHealth"
	AdminService_GetOverview_FullMethodName           = "/worker.v1.AdminService/GetOverview"
	AdminService_ListQueues_FullMethodName            = "/worker.v1.AdminService/ListQueues"
	AdminService_GetQueue_FullMethodName              = "/worker.v1.AdminService/GetQueue"
	AdminService_UpdateQueueWeight_FullMethodName     = "/worker.v1.AdminService/UpdateQueueWeight"
	AdminService_ResetQueueWeight_FullMethodName      = "/worker.v1.AdminService/ResetQueueWeight"
	AdminService_PauseQueue_FullMethodName            = "/worker.v1.AdminService/PauseQueue"
	AdminService_ListJobs_FullMethodName              = "/worker.v1.AdminService/ListJobs"
	AdminService_ListJobEvents_FullMethodName         = "/worker.v1.AdminService/ListJobEvents"
	AdminService_ListAuditEvents_FullMethodName       = "/worker.v1.AdminService/ListAuditEvents"
	AdminService_GetJob_FullMethodName                = "/worker.v1.AdminService/GetJob"
	AdminService_UpsertJob_FullMethodName             = "/worker.v1.AdminService/UpsertJob"
	AdminService_DeleteJob_FullMethodName             = "/worker.v1.AdminService/DeleteJob"
	AdminService_RunJob_FullMethodName                = "/worker.v1.AdminService/RunJob"
	AdminService_ListScheduleFactories_FullMethodName = "/worker.v1.AdminService/ListScheduleFactories"
	AdminService_ListScheduleEvents_FullMethodName    = "/worker.v1.AdminService/ListScheduleEvents"
	AdminService_ListSchedules_FullMethodName         = "/worker.v1.AdminService/ListSchedules"
	AdminService_CreateSchedule_FullMethodName        = "/worker.v1.AdminService/CreateSchedule"
	AdminService_DeleteSchedule_FullMethodName        = "/worker.v1.AdminService/DeleteSchedule"
	AdminService_PauseSchedule_FullMethodName         = "/worker.v1.AdminService/PauseSchedule"
	AdminService_RunSchedule_FullMethodName           = "/worker.v1.AdminService/RunSchedule"
	AdminService_PauseSchedules_FullMethodName        = "/worker.v1.AdminService/PauseSchedules"
	AdminService_ListDLQ_FullMethodName               = "/worker.v1.AdminService/ListDLQ"
	AdminService_GetDLQEntry_FullMethodName           = "/worker.v1.AdminService/GetDLQEntry"
	AdminService_PauseDequeue_FullMethodName          = "/worker.v1.AdminService/PauseDequeue"
	AdminService_ResumeDequeue_FullMethodName         = "/worker.v1.AdminService/ResumeDequeue"
	AdminService_ReplayDLQ_FullMethodName             = "/worker.v1.AdminService/ReplayDLQ"
	AdminService_ReplayDLQByID_FullMethodName         = "/worker.v1.AdminService/ReplayDLQByID"
)
View Source
const (
	WorkerService_RegisterTasks_FullMethodName        = "/worker.v1.WorkerService/RegisterTasks"
	WorkerService_RegisterDurableTasks_FullMethodName = "/worker.v1.WorkerService/RegisterDurableTasks"
	WorkerService_StreamResults_FullMethodName        = "/worker.v1.WorkerService/StreamResults"
	WorkerService_CancelTask_FullMethodName           = "/worker.v1.WorkerService/CancelTask"
	WorkerService_GetTask_FullMethodName              = "/worker.v1.WorkerService/GetTask"
)

Variables

View Source
var AdminService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "worker.v1.AdminService",
	HandlerType: (*AdminServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "GetHealth",
			Handler:    _AdminService_GetHealth_Handler,
		},
		{
			MethodName: "GetOverview",
			Handler:    _AdminService_GetOverview_Handler,
		},
		{
			MethodName: "ListQueues",
			Handler:    _AdminService_ListQueues_Handler,
		},
		{
			MethodName: "GetQueue",
			Handler:    _AdminService_GetQueue_Handler,
		},
		{
			MethodName: "UpdateQueueWeight",
			Handler:    _AdminService_UpdateQueueWeight_Handler,
		},
		{
			MethodName: "ResetQueueWeight",
			Handler:    _AdminService_ResetQueueWeight_Handler,
		},
		{
			MethodName: "PauseQueue",
			Handler:    _AdminService_PauseQueue_Handler,
		},
		{
			MethodName: "ListJobs",
			Handler:    _AdminService_ListJobs_Handler,
		},
		{
			MethodName: "ListJobEvents",
			Handler:    _AdminService_ListJobEvents_Handler,
		},
		{
			MethodName: "ListAuditEvents",
			Handler:    _AdminService_ListAuditEvents_Handler,
		},
		{
			MethodName: "GetJob",
			Handler:    _AdminService_GetJob_Handler,
		},
		{
			MethodName: "UpsertJob",
			Handler:    _AdminService_UpsertJob_Handler,
		},
		{
			MethodName: "DeleteJob",
			Handler:    _AdminService_DeleteJob_Handler,
		},
		{
			MethodName: "RunJob",
			Handler:    _AdminService_RunJob_Handler,
		},
		{
			MethodName: "ListScheduleFactories",
			Handler:    _AdminService_ListScheduleFactories_Handler,
		},
		{
			MethodName: "ListScheduleEvents",
			Handler:    _AdminService_ListScheduleEvents_Handler,
		},
		{
			MethodName: "ListSchedules",
			Handler:    _AdminService_ListSchedules_Handler,
		},
		{
			MethodName: "CreateSchedule",
			Handler:    _AdminService_CreateSchedule_Handler,
		},
		{
			MethodName: "DeleteSchedule",
			Handler:    _AdminService_DeleteSchedule_Handler,
		},
		{
			MethodName: "PauseSchedule",
			Handler:    _AdminService_PauseSchedule_Handler,
		},
		{
			MethodName: "RunSchedule",
			Handler:    _AdminService_RunSchedule_Handler,
		},
		{
			MethodName: "PauseSchedules",
			Handler:    _AdminService_PauseSchedules_Handler,
		},
		{
			MethodName: "ListDLQ",
			Handler:    _AdminService_ListDLQ_Handler,
		},
		{
			MethodName: "GetDLQEntry",
			Handler:    _AdminService_GetDLQEntry_Handler,
		},
		{
			MethodName: "PauseDequeue",
			Handler:    _AdminService_PauseDequeue_Handler,
		},
		{
			MethodName: "ResumeDequeue",
			Handler:    _AdminService_ResumeDequeue_Handler,
		},
		{
			MethodName: "ReplayDLQ",
			Handler:    _AdminService_ReplayDLQ_Handler,
		},
		{
			MethodName: "ReplayDLQByID",
			Handler:    _AdminService_ReplayDLQByID_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "worker/v1/admin.proto",
}

AdminService_ServiceDesc is the grpc.ServiceDesc for AdminService 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_worker_v1_admin_proto protoreflect.FileDescriptor
View Source
var File_worker_v1_payload_proto protoreflect.FileDescriptor
View Source
var File_worker_v1_worker_proto protoreflect.FileDescriptor
View Source
var WorkerService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "worker.v1.WorkerService",
	HandlerType: (*WorkerServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "RegisterTasks",
			Handler:    _WorkerService_RegisterTasks_Handler,
		},
		{
			MethodName: "RegisterDurableTasks",
			Handler:    _WorkerService_RegisterDurableTasks_Handler,
		},
		{
			MethodName: "CancelTask",
			Handler:    _WorkerService_CancelTask_Handler,
		},
		{
			MethodName: "GetTask",
			Handler:    _WorkerService_GetTask_Handler,
		},
	},
	Streams: []grpc.StreamDesc{
		{
			StreamName:    "StreamResults",
			Handler:       _WorkerService_StreamResults_Handler,
			ServerStreams: true,
		},
	},
	Metadata: "worker/v1/worker.proto",
}

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

Functions

func RegisterAdminServiceServer added in v0.2.2

func RegisterAdminServiceServer(s grpc.ServiceRegistrar, srv AdminServiceServer)

func RegisterWorkerServiceServer

func RegisterWorkerServiceServer(s grpc.ServiceRegistrar, srv WorkerServiceServer)

Types

type AdminActionCounters added in v0.2.2

type AdminActionCounters struct {
	Pause  int64 `protobuf:"varint,1,opt,name=pause,proto3" json:"pause,omitempty"`
	Resume int64 `protobuf:"varint,2,opt,name=resume,proto3" json:"resume,omitempty"`
	Replay int64 `protobuf:"varint,3,opt,name=replay,proto3" json:"replay,omitempty"`
	// contains filtered or unexported fields
}

func (*AdminActionCounters) Descriptor deprecated added in v0.2.2

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

Deprecated: Use AdminActionCounters.ProtoReflect.Descriptor instead.

func (*AdminActionCounters) GetPause added in v0.2.2

func (x *AdminActionCounters) GetPause() int64

func (*AdminActionCounters) GetReplay added in v0.2.2

func (x *AdminActionCounters) GetReplay() int64

func (*AdminActionCounters) GetResume added in v0.2.2

func (x *AdminActionCounters) GetResume() int64

func (*AdminActionCounters) ProtoMessage added in v0.2.2

func (*AdminActionCounters) ProtoMessage()

func (*AdminActionCounters) ProtoReflect added in v0.2.2

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

func (*AdminActionCounters) Reset added in v0.2.2

func (x *AdminActionCounters) Reset()

func (*AdminActionCounters) String added in v0.2.2

func (x *AdminActionCounters) String() string

type AdminServiceClient added in v0.2.2

type AdminServiceClient interface {
	GetHealth(ctx context.Context, in *GetHealthRequest, opts ...grpc.CallOption) (*GetHealthResponse, error)
	GetOverview(ctx context.Context, in *GetOverviewRequest, opts ...grpc.CallOption) (*GetOverviewResponse, error)
	ListQueues(ctx context.Context, in *ListQueuesRequest, opts ...grpc.CallOption) (*ListQueuesResponse, error)
	GetQueue(ctx context.Context, in *GetQueueRequest, opts ...grpc.CallOption) (*GetQueueResponse, error)
	UpdateQueueWeight(ctx context.Context, in *UpdateQueueWeightRequest, opts ...grpc.CallOption) (*UpdateQueueWeightResponse, error)
	ResetQueueWeight(ctx context.Context, in *ResetQueueWeightRequest, opts ...grpc.CallOption) (*ResetQueueWeightResponse, error)
	PauseQueue(ctx context.Context, in *PauseQueueRequest, opts ...grpc.CallOption) (*PauseQueueResponse, error)
	ListJobs(ctx context.Context, in *ListJobsRequest, opts ...grpc.CallOption) (*ListJobsResponse, error)
	ListJobEvents(ctx context.Context, in *ListJobEventsRequest, opts ...grpc.CallOption) (*ListJobEventsResponse, error)
	ListAuditEvents(ctx context.Context, in *ListAuditEventsRequest, opts ...grpc.CallOption) (*ListAuditEventsResponse, error)
	GetJob(ctx context.Context, in *GetJobRequest, opts ...grpc.CallOption) (*GetJobResponse, error)
	UpsertJob(ctx context.Context, in *UpsertJobRequest, opts ...grpc.CallOption) (*UpsertJobResponse, error)
	DeleteJob(ctx context.Context, in *DeleteJobRequest, opts ...grpc.CallOption) (*DeleteJobResponse, error)
	RunJob(ctx context.Context, in *RunJobRequest, opts ...grpc.CallOption) (*RunJobResponse, error)
	ListScheduleFactories(ctx context.Context, in *ListScheduleFactoriesRequest, opts ...grpc.CallOption) (*ListScheduleFactoriesResponse, error)
	ListScheduleEvents(ctx context.Context, in *ListScheduleEventsRequest, opts ...grpc.CallOption) (*ListScheduleEventsResponse, error)
	ListSchedules(ctx context.Context, in *ListSchedulesRequest, opts ...grpc.CallOption) (*ListSchedulesResponse, error)
	CreateSchedule(ctx context.Context, in *CreateScheduleRequest, opts ...grpc.CallOption) (*CreateScheduleResponse, error)
	DeleteSchedule(ctx context.Context, in *DeleteScheduleRequest, opts ...grpc.CallOption) (*DeleteScheduleResponse, error)
	PauseSchedule(ctx context.Context, in *PauseScheduleRequest, opts ...grpc.CallOption) (*PauseScheduleResponse, error)
	RunSchedule(ctx context.Context, in *RunScheduleRequest, opts ...grpc.CallOption) (*RunScheduleResponse, error)
	PauseSchedules(ctx context.Context, in *PauseSchedulesRequest, opts ...grpc.CallOption) (*PauseSchedulesResponse, error)
	ListDLQ(ctx context.Context, in *ListDLQRequest, opts ...grpc.CallOption) (*ListDLQResponse, error)
	GetDLQEntry(ctx context.Context, in *GetDLQEntryRequest, opts ...grpc.CallOption) (*GetDLQEntryResponse, error)
	PauseDequeue(ctx context.Context, in *PauseDequeueRequest, opts ...grpc.CallOption) (*PauseDequeueResponse, error)
	ResumeDequeue(ctx context.Context, in *ResumeDequeueRequest, opts ...grpc.CallOption) (*ResumeDequeueResponse, error)
	ReplayDLQ(ctx context.Context, in *ReplayDLQRequest, opts ...grpc.CallOption) (*ReplayDLQResponse, error)
	ReplayDLQByID(ctx context.Context, in *ReplayDLQByIDRequest, opts ...grpc.CallOption) (*ReplayDLQByIDResponse, error)
}

AdminServiceClient is the client API for AdminService 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 NewAdminServiceClient added in v0.2.2

func NewAdminServiceClient(cc grpc.ClientConnInterface) AdminServiceClient

type AdminServiceServer added in v0.2.2

type AdminServiceServer interface {
	GetHealth(context.Context, *GetHealthRequest) (*GetHealthResponse, error)
	GetOverview(context.Context, *GetOverviewRequest) (*GetOverviewResponse, error)
	ListQueues(context.Context, *ListQueuesRequest) (*ListQueuesResponse, error)
	GetQueue(context.Context, *GetQueueRequest) (*GetQueueResponse, error)
	UpdateQueueWeight(context.Context, *UpdateQueueWeightRequest) (*UpdateQueueWeightResponse, error)
	ResetQueueWeight(context.Context, *ResetQueueWeightRequest) (*ResetQueueWeightResponse, error)
	PauseQueue(context.Context, *PauseQueueRequest) (*PauseQueueResponse, error)
	ListJobs(context.Context, *ListJobsRequest) (*ListJobsResponse, error)
	ListJobEvents(context.Context, *ListJobEventsRequest) (*ListJobEventsResponse, error)
	ListAuditEvents(context.Context, *ListAuditEventsRequest) (*ListAuditEventsResponse, error)
	GetJob(context.Context, *GetJobRequest) (*GetJobResponse, error)
	UpsertJob(context.Context, *UpsertJobRequest) (*UpsertJobResponse, error)
	DeleteJob(context.Context, *DeleteJobRequest) (*DeleteJobResponse, error)
	RunJob(context.Context, *RunJobRequest) (*RunJobResponse, error)
	ListScheduleFactories(context.Context, *ListScheduleFactoriesRequest) (*ListScheduleFactoriesResponse, error)
	ListScheduleEvents(context.Context, *ListScheduleEventsRequest) (*ListScheduleEventsResponse, error)
	ListSchedules(context.Context, *ListSchedulesRequest) (*ListSchedulesResponse, error)
	CreateSchedule(context.Context, *CreateScheduleRequest) (*CreateScheduleResponse, error)
	DeleteSchedule(context.Context, *DeleteScheduleRequest) (*DeleteScheduleResponse, error)
	PauseSchedule(context.Context, *PauseScheduleRequest) (*PauseScheduleResponse, error)
	RunSchedule(context.Context, *RunScheduleRequest) (*RunScheduleResponse, error)
	PauseSchedules(context.Context, *PauseSchedulesRequest) (*PauseSchedulesResponse, error)
	ListDLQ(context.Context, *ListDLQRequest) (*ListDLQResponse, error)
	GetDLQEntry(context.Context, *GetDLQEntryRequest) (*GetDLQEntryResponse, error)
	PauseDequeue(context.Context, *PauseDequeueRequest) (*PauseDequeueResponse, error)
	ResumeDequeue(context.Context, *ResumeDequeueRequest) (*ResumeDequeueResponse, error)
	ReplayDLQ(context.Context, *ReplayDLQRequest) (*ReplayDLQResponse, error)
	ReplayDLQByID(context.Context, *ReplayDLQByIDRequest) (*ReplayDLQByIDResponse, error)
}

AdminServiceServer is the server API for AdminService service. All implementations should embed UnimplementedAdminServiceServer for forward compatibility.

type AuditEvent added in v0.2.2

type AuditEvent struct {
	AtMs        int64             `protobuf:"varint,1,opt,name=at_ms,json=atMs,proto3" json:"at_ms,omitempty"`
	Actor       string            `protobuf:"bytes,2,opt,name=actor,proto3" json:"actor,omitempty"`
	RequestId   string            `protobuf:"bytes,3,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	Action      string            `protobuf:"bytes,4,opt,name=action,proto3" json:"action,omitempty"`
	Target      string            `protobuf:"bytes,5,opt,name=target,proto3" json:"target,omitempty"`
	Status      string            `protobuf:"bytes,6,opt,name=status,proto3" json:"status,omitempty"`
	PayloadHash string            `protobuf:"bytes,7,opt,name=payload_hash,json=payloadHash,proto3" json:"payload_hash,omitempty"`
	Detail      string            `protobuf:"bytes,8,opt,name=detail,proto3" json:"detail,omitempty"`
	Metadata    map[string]string `` /* 143-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*AuditEvent) Descriptor deprecated added in v0.2.2

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

Deprecated: Use AuditEvent.ProtoReflect.Descriptor instead.

func (*AuditEvent) GetAction added in v0.2.2

func (x *AuditEvent) GetAction() string

func (*AuditEvent) GetActor added in v0.2.2

func (x *AuditEvent) GetActor() string

func (*AuditEvent) GetAtMs added in v0.2.2

func (x *AuditEvent) GetAtMs() int64

func (*AuditEvent) GetDetail added in v0.2.2

func (x *AuditEvent) GetDetail() string

func (*AuditEvent) GetMetadata added in v0.2.2

func (x *AuditEvent) GetMetadata() map[string]string

func (*AuditEvent) GetPayloadHash added in v0.2.2

func (x *AuditEvent) GetPayloadHash() string

func (*AuditEvent) GetRequestId added in v0.2.2

func (x *AuditEvent) GetRequestId() string

func (*AuditEvent) GetStatus added in v0.2.2

func (x *AuditEvent) GetStatus() string

func (*AuditEvent) GetTarget added in v0.2.2

func (x *AuditEvent) GetTarget() string

func (*AuditEvent) ProtoMessage added in v0.2.2

func (*AuditEvent) ProtoMessage()

func (*AuditEvent) ProtoReflect added in v0.2.2

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

func (*AuditEvent) Reset added in v0.2.2

func (x *AuditEvent) Reset()

func (*AuditEvent) String added in v0.2.2

func (x *AuditEvent) String() string

type CancelTaskRequest

type CancelTaskRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*CancelTaskRequest) Descriptor deprecated

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

Deprecated: Use CancelTaskRequest.ProtoReflect.Descriptor instead.

func (*CancelTaskRequest) GetId

func (x *CancelTaskRequest) GetId() string

func (*CancelTaskRequest) ProtoMessage

func (*CancelTaskRequest) ProtoMessage()

func (*CancelTaskRequest) ProtoReflect

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

func (*CancelTaskRequest) Reset

func (x *CancelTaskRequest) Reset()

func (*CancelTaskRequest) String

func (x *CancelTaskRequest) String() string

type CancelTaskResponse

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

func (*CancelTaskResponse) Descriptor deprecated

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

Deprecated: Use CancelTaskResponse.ProtoReflect.Descriptor instead.

func (*CancelTaskResponse) ProtoMessage

func (*CancelTaskResponse) ProtoMessage()

func (*CancelTaskResponse) ProtoReflect

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

func (*CancelTaskResponse) Reset

func (x *CancelTaskResponse) Reset()

func (*CancelTaskResponse) String

func (x *CancelTaskResponse) String() string

type CoordinationStatus added in v0.2.2

type CoordinationStatus struct {
	GlobalRateLimit string `protobuf:"bytes,1,opt,name=global_rate_limit,json=globalRateLimit,proto3" json:"global_rate_limit,omitempty"`
	LeaderLock      string `protobuf:"bytes,2,opt,name=leader_lock,json=leaderLock,proto3" json:"leader_lock,omitempty"`
	Lease           string `protobuf:"bytes,3,opt,name=lease,proto3" json:"lease,omitempty"`
	Paused          bool   `protobuf:"varint,4,opt,name=paused,proto3" json:"paused,omitempty"`
	// contains filtered or unexported fields
}

func (*CoordinationStatus) Descriptor deprecated added in v0.2.2

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

Deprecated: Use CoordinationStatus.ProtoReflect.Descriptor instead.

func (*CoordinationStatus) GetGlobalRateLimit added in v0.2.2

func (x *CoordinationStatus) GetGlobalRateLimit() string

func (*CoordinationStatus) GetLeaderLock added in v0.2.2

func (x *CoordinationStatus) GetLeaderLock() string

func (*CoordinationStatus) GetLease added in v0.2.2

func (x *CoordinationStatus) GetLease() string

func (*CoordinationStatus) GetPaused added in v0.2.2

func (x *CoordinationStatus) GetPaused() bool

func (*CoordinationStatus) ProtoMessage added in v0.2.2

func (*CoordinationStatus) ProtoMessage()

func (*CoordinationStatus) ProtoReflect added in v0.2.2

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

func (*CoordinationStatus) Reset added in v0.2.2

func (x *CoordinationStatus) Reset()

func (*CoordinationStatus) String added in v0.2.2

func (x *CoordinationStatus) String() string

type CreateScheduleRequest added in v0.2.2

type CreateScheduleRequest struct {
	Name    string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Spec    string `protobuf:"bytes,2,opt,name=spec,proto3" json:"spec,omitempty"`
	Durable bool   `protobuf:"varint,3,opt,name=durable,proto3" json:"durable,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateScheduleRequest) Descriptor deprecated added in v0.2.2

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

Deprecated: Use CreateScheduleRequest.ProtoReflect.Descriptor instead.

func (*CreateScheduleRequest) GetDurable added in v0.2.2

func (x *CreateScheduleRequest) GetDurable() bool

func (*CreateScheduleRequest) GetName added in v0.2.2

func (x *CreateScheduleRequest) GetName() string

func (*CreateScheduleRequest) GetSpec added in v0.2.2

func (x *CreateScheduleRequest) GetSpec() string

func (*CreateScheduleRequest) ProtoMessage added in v0.2.2

func (*CreateScheduleRequest) ProtoMessage()

func (*CreateScheduleRequest) ProtoReflect added in v0.2.2

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

func (*CreateScheduleRequest) Reset added in v0.2.2

func (x *CreateScheduleRequest) Reset()

func (*CreateScheduleRequest) String added in v0.2.2

func (x *CreateScheduleRequest) String() string

type CreateScheduleResponse added in v0.2.2

type CreateScheduleResponse struct {
	Schedule *ScheduleEntry `protobuf:"bytes,1,opt,name=schedule,proto3" json:"schedule,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateScheduleResponse) Descriptor deprecated added in v0.2.2

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

Deprecated: Use CreateScheduleResponse.ProtoReflect.Descriptor instead.

func (*CreateScheduleResponse) GetSchedule added in v0.2.2

func (x *CreateScheduleResponse) GetSchedule() *ScheduleEntry

func (*CreateScheduleResponse) ProtoMessage added in v0.2.2

func (*CreateScheduleResponse) ProtoMessage()

func (*CreateScheduleResponse) ProtoReflect added in v0.2.2

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

func (*CreateScheduleResponse) Reset added in v0.2.2

func (x *CreateScheduleResponse) Reset()

func (*CreateScheduleResponse) String added in v0.2.2

func (x *CreateScheduleResponse) String() string

type DLQEntry added in v0.2.2

type DLQEntry struct {
	Id       string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Queue    string `protobuf:"bytes,2,opt,name=queue,proto3" json:"queue,omitempty"`
	Handler  string `protobuf:"bytes,3,opt,name=handler,proto3" json:"handler,omitempty"`
	Attempts int32  `protobuf:"varint,4,opt,name=attempts,proto3" json:"attempts,omitempty"`
	AgeMs    int64  `protobuf:"varint,5,opt,name=age_ms,json=ageMs,proto3" json:"age_ms,omitempty"`
	// contains filtered or unexported fields
}

func (*DLQEntry) Descriptor deprecated added in v0.2.2

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

Deprecated: Use DLQEntry.ProtoReflect.Descriptor instead.

func (*DLQEntry) GetAgeMs added in v0.2.2

func (x *DLQEntry) GetAgeMs() int64

func (*DLQEntry) GetAttempts added in v0.2.2

func (x *DLQEntry) GetAttempts() int32

func (*DLQEntry) GetHandler added in v0.2.2

func (x *DLQEntry) GetHandler() string

func (*DLQEntry) GetId added in v0.2.2

func (x *DLQEntry) GetId() string

func (*DLQEntry) GetQueue added in v0.2.2

func (x *DLQEntry) GetQueue() string

func (*DLQEntry) ProtoMessage added in v0.2.2

func (*DLQEntry) ProtoMessage()

func (*DLQEntry) ProtoReflect added in v0.2.2

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

func (*DLQEntry) Reset added in v0.2.2

func (x *DLQEntry) Reset()

func (*DLQEntry) String added in v0.2.2

func (x *DLQEntry) String() string

type DLQEntryDetail added in v0.2.2

type DLQEntryDetail struct {
	Id          string            `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Queue       string            `protobuf:"bytes,2,opt,name=queue,proto3" json:"queue,omitempty"`
	Handler     string            `protobuf:"bytes,3,opt,name=handler,proto3" json:"handler,omitempty"`
	Attempts    int32             `protobuf:"varint,4,opt,name=attempts,proto3" json:"attempts,omitempty"`
	AgeMs       int64             `protobuf:"varint,5,opt,name=age_ms,json=ageMs,proto3" json:"age_ms,omitempty"`
	FailedAtMs  int64             `protobuf:"varint,6,opt,name=failed_at_ms,json=failedAtMs,proto3" json:"failed_at_ms,omitempty"`
	UpdatedAtMs int64             `protobuf:"varint,7,opt,name=updated_at_ms,json=updatedAtMs,proto3" json:"updated_at_ms,omitempty"`
	LastError   string            `protobuf:"bytes,8,opt,name=last_error,json=lastError,proto3" json:"last_error,omitempty"`
	PayloadSize int64             `protobuf:"varint,9,opt,name=payload_size,json=payloadSize,proto3" json:"payload_size,omitempty"`
	Metadata    map[string]string `` /* 144-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*DLQEntryDetail) Descriptor deprecated added in v0.2.2

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

Deprecated: Use DLQEntryDetail.ProtoReflect.Descriptor instead.

func (*DLQEntryDetail) GetAgeMs added in v0.2.2

func (x *DLQEntryDetail) GetAgeMs() int64

func (*DLQEntryDetail) GetAttempts added in v0.2.2

func (x *DLQEntryDetail) GetAttempts() int32

func (*DLQEntryDetail) GetFailedAtMs added in v0.2.2

func (x *DLQEntryDetail) GetFailedAtMs() int64

func (*DLQEntryDetail) GetHandler added in v0.2.2

func (x *DLQEntryDetail) GetHandler() string

func (*DLQEntryDetail) GetId added in v0.2.2

func (x *DLQEntryDetail) GetId() string

func (*DLQEntryDetail) GetLastError added in v0.2.2

func (x *DLQEntryDetail) GetLastError() string

func (*DLQEntryDetail) GetMetadata added in v0.2.2

func (x *DLQEntryDetail) GetMetadata() map[string]string

func (*DLQEntryDetail) GetPayloadSize added in v0.2.2

func (x *DLQEntryDetail) GetPayloadSize() int64

func (*DLQEntryDetail) GetQueue added in v0.2.2

func (x *DLQEntryDetail) GetQueue() string

func (*DLQEntryDetail) GetUpdatedAtMs added in v0.2.2

func (x *DLQEntryDetail) GetUpdatedAtMs() int64

func (*DLQEntryDetail) ProtoMessage added in v0.2.2

func (*DLQEntryDetail) ProtoMessage()

func (*DLQEntryDetail) ProtoReflect added in v0.2.2

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

func (*DLQEntryDetail) Reset added in v0.2.2

func (x *DLQEntryDetail) Reset()

func (*DLQEntryDetail) String added in v0.2.2

func (x *DLQEntryDetail) String() string

type DeleteJobRequest added in v0.2.2

type DeleteJobRequest struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteJobRequest) Descriptor deprecated added in v0.2.2

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

Deprecated: Use DeleteJobRequest.ProtoReflect.Descriptor instead.

func (*DeleteJobRequest) GetName added in v0.2.2

func (x *DeleteJobRequest) GetName() string

func (*DeleteJobRequest) ProtoMessage added in v0.2.2

func (*DeleteJobRequest) ProtoMessage()

func (*DeleteJobRequest) ProtoReflect added in v0.2.2

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

func (*DeleteJobRequest) Reset added in v0.2.2

func (x *DeleteJobRequest) Reset()

func (*DeleteJobRequest) String added in v0.2.2

func (x *DeleteJobRequest) String() string

type DeleteJobResponse added in v0.2.2

type DeleteJobResponse struct {
	Deleted bool `protobuf:"varint,1,opt,name=deleted,proto3" json:"deleted,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteJobResponse) Descriptor deprecated added in v0.2.2

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

Deprecated: Use DeleteJobResponse.ProtoReflect.Descriptor instead.

func (*DeleteJobResponse) GetDeleted added in v0.2.2

func (x *DeleteJobResponse) GetDeleted() bool

func (*DeleteJobResponse) ProtoMessage added in v0.2.2

func (*DeleteJobResponse) ProtoMessage()

func (*DeleteJobResponse) ProtoReflect added in v0.2.2

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

func (*DeleteJobResponse) Reset added in v0.2.2

func (x *DeleteJobResponse) Reset()

func (*DeleteJobResponse) String added in v0.2.2

func (x *DeleteJobResponse) String() string

type DeleteScheduleRequest added in v0.2.2

type DeleteScheduleRequest struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteScheduleRequest) Descriptor deprecated added in v0.2.2

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

Deprecated: Use DeleteScheduleRequest.ProtoReflect.Descriptor instead.

func (*DeleteScheduleRequest) GetName added in v0.2.2

func (x *DeleteScheduleRequest) GetName() string

func (*DeleteScheduleRequest) ProtoMessage added in v0.2.2

func (*DeleteScheduleRequest) ProtoMessage()

func (*DeleteScheduleRequest) ProtoReflect added in v0.2.2

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

func (*DeleteScheduleRequest) Reset added in v0.2.2

func (x *DeleteScheduleRequest) Reset()

func (*DeleteScheduleRequest) String added in v0.2.2

func (x *DeleteScheduleRequest) String() string

type DeleteScheduleResponse added in v0.2.2

type DeleteScheduleResponse struct {
	Deleted bool `protobuf:"varint,1,opt,name=deleted,proto3" json:"deleted,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteScheduleResponse) Descriptor deprecated added in v0.2.2

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

Deprecated: Use DeleteScheduleResponse.ProtoReflect.Descriptor instead.

func (*DeleteScheduleResponse) GetDeleted added in v0.2.2

func (x *DeleteScheduleResponse) GetDeleted() bool

func (*DeleteScheduleResponse) ProtoMessage added in v0.2.2

func (*DeleteScheduleResponse) ProtoMessage()

func (*DeleteScheduleResponse) ProtoReflect added in v0.2.2

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

func (*DeleteScheduleResponse) Reset added in v0.2.2

func (x *DeleteScheduleResponse) Reset()

func (*DeleteScheduleResponse) String added in v0.2.2

func (x *DeleteScheduleResponse) String() string

type DurableTask added in v0.1.8

type DurableTask struct {
	Name           string               `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Description    string               `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	Priority       int32                `protobuf:"varint,3,opt,name=priority,proto3" json:"priority,omitempty"`
	Retries        int32                `protobuf:"varint,4,opt,name=retries,proto3" json:"retries,omitempty"`
	RetryDelay     *durationpb.Duration `protobuf:"bytes,5,opt,name=retry_delay,json=retryDelay,proto3" json:"retry_delay,omitempty"`
	Payload        *anypb.Any           `protobuf:"bytes,6,opt,name=payload,proto3" json:"payload,omitempty"`                                     // the typed input for `name`
	IdempotencyKey string               `protobuf:"bytes,7,opt,name=idempotency_key,json=idempotencyKey,proto3" json:"idempotency_key,omitempty"` // dedupe on the server/handler
	Metadata       map[string]string    ``                                                                                                        // free-form tags
	/* 143-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*DurableTask) Descriptor deprecated added in v0.1.8

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

Deprecated: Use DurableTask.ProtoReflect.Descriptor instead.

func (*DurableTask) GetDescription added in v0.1.8

func (x *DurableTask) GetDescription() string

func (*DurableTask) GetIdempotencyKey added in v0.1.8

func (x *DurableTask) GetIdempotencyKey() string

func (*DurableTask) GetMetadata added in v0.1.8

func (x *DurableTask) GetMetadata() map[string]string

func (*DurableTask) GetName added in v0.1.8

func (x *DurableTask) GetName() string

func (*DurableTask) GetPayload added in v0.1.8

func (x *DurableTask) GetPayload() *anypb.Any

func (*DurableTask) GetPriority added in v0.1.8

func (x *DurableTask) GetPriority() int32

func (*DurableTask) GetRetries added in v0.1.8

func (x *DurableTask) GetRetries() int32

func (*DurableTask) GetRetryDelay added in v0.1.8

func (x *DurableTask) GetRetryDelay() *durationpb.Duration

func (*DurableTask) ProtoMessage added in v0.1.8

func (*DurableTask) ProtoMessage()

func (*DurableTask) ProtoReflect added in v0.1.8

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

func (*DurableTask) Reset added in v0.1.8

func (x *DurableTask) Reset()

func (*DurableTask) String added in v0.1.8

func (x *DurableTask) String() string

type GetDLQEntryRequest added in v0.2.2

type GetDLQEntryRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDLQEntryRequest) Descriptor deprecated added in v0.2.2

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

Deprecated: Use GetDLQEntryRequest.ProtoReflect.Descriptor instead.

func (*GetDLQEntryRequest) GetId added in v0.2.2

func (x *GetDLQEntryRequest) GetId() string

func (*GetDLQEntryRequest) ProtoMessage added in v0.2.2

func (*GetDLQEntryRequest) ProtoMessage()

func (*GetDLQEntryRequest) ProtoReflect added in v0.2.2

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

func (*GetDLQEntryRequest) Reset added in v0.2.2

func (x *GetDLQEntryRequest) Reset()

func (*GetDLQEntryRequest) String added in v0.2.2

func (x *GetDLQEntryRequest) String() string

type GetDLQEntryResponse added in v0.2.2

type GetDLQEntryResponse struct {
	Entry *DLQEntryDetail `protobuf:"bytes,1,opt,name=entry,proto3" json:"entry,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDLQEntryResponse) Descriptor deprecated added in v0.2.2

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

Deprecated: Use GetDLQEntryResponse.ProtoReflect.Descriptor instead.

func (*GetDLQEntryResponse) GetEntry added in v0.2.2

func (x *GetDLQEntryResponse) GetEntry() *DLQEntryDetail

func (*GetDLQEntryResponse) ProtoMessage added in v0.2.2

func (*GetDLQEntryResponse) ProtoMessage()

func (*GetDLQEntryResponse) ProtoReflect added in v0.2.2

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

func (*GetDLQEntryResponse) Reset added in v0.2.2

func (x *GetDLQEntryResponse) Reset()

func (*GetDLQEntryResponse) String added in v0.2.2

func (x *GetDLQEntryResponse) String() string

type GetHealthRequest added in v0.2.2

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

func (*GetHealthRequest) Descriptor deprecated added in v0.2.2

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

Deprecated: Use GetHealthRequest.ProtoReflect.Descriptor instead.

func (*GetHealthRequest) ProtoMessage added in v0.2.2

func (*GetHealthRequest) ProtoMessage()

func (*GetHealthRequest) ProtoReflect added in v0.2.2

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

func (*GetHealthRequest) Reset added in v0.2.2

func (x *GetHealthRequest) Reset()

func (*GetHealthRequest) String added in v0.2.2

func (x *GetHealthRequest) String() string

type GetHealthResponse added in v0.2.2

type GetHealthResponse struct {
	Status    string `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	Version   string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"`
	Commit    string `protobuf:"bytes,3,opt,name=commit,proto3" json:"commit,omitempty"`
	BuildTime string `protobuf:"bytes,4,opt,name=build_time,json=buildTime,proto3" json:"build_time,omitempty"`
	GoVersion string `protobuf:"bytes,5,opt,name=go_version,json=goVersion,proto3" json:"go_version,omitempty"`
	// contains filtered or unexported fields
}

func (*GetHealthResponse) Descriptor deprecated added in v0.2.2

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

Deprecated: Use GetHealthResponse.ProtoReflect.Descriptor instead.

func (*GetHealthResponse) GetBuildTime added in v0.2.2

func (x *GetHealthResponse) GetBuildTime() string

func (*GetHealthResponse) GetCommit added in v0.2.2

func (x *GetHealthResponse) GetCommit() string

func (*GetHealthResponse) GetGoVersion added in v0.2.2

func (x *GetHealthResponse) GetGoVersion() string

func (*GetHealthResponse) GetStatus added in v0.2.2

func (x *GetHealthResponse) GetStatus() string

func (*GetHealthResponse) GetVersion added in v0.2.2

func (x *GetHealthResponse) GetVersion() string

func (*GetHealthResponse) ProtoMessage added in v0.2.2

func (*GetHealthResponse) ProtoMessage()

func (*GetHealthResponse) ProtoReflect added in v0.2.2

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

func (*GetHealthResponse) Reset added in v0.2.2

func (x *GetHealthResponse) Reset()

func (*GetHealthResponse) String added in v0.2.2

func (x *GetHealthResponse) String() string

type GetJobRequest added in v0.2.2

type GetJobRequest struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*GetJobRequest) Descriptor deprecated added in v0.2.2

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

Deprecated: Use GetJobRequest.ProtoReflect.Descriptor instead.

func (*GetJobRequest) GetName added in v0.2.2

func (x *GetJobRequest) GetName() string

func (*GetJobRequest) ProtoMessage added in v0.2.2

func (*GetJobRequest) ProtoMessage()

func (*GetJobRequest) ProtoReflect added in v0.2.2

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

func (*GetJobRequest) Reset added in v0.2.2

func (x *GetJobRequest) Reset()

func (*GetJobRequest) String added in v0.2.2

func (x *GetJobRequest) String() string

type GetJobResponse added in v0.2.2

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

func (*GetJobResponse) Descriptor deprecated added in v0.2.2

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

Deprecated: Use GetJobResponse.ProtoReflect.Descriptor instead.

func (*GetJobResponse) GetJob added in v0.2.2

func (x *GetJobResponse) GetJob() *Job

func (*GetJobResponse) ProtoMessage added in v0.2.2

func (*GetJobResponse) ProtoMessage()

func (*GetJobResponse) ProtoReflect added in v0.2.2

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

func (*GetJobResponse) Reset added in v0.2.2

func (x *GetJobResponse) Reset()

func (*GetJobResponse) String added in v0.2.2

func (x *GetJobResponse) String() string

type GetOverviewRequest added in v0.2.2

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

func (*GetOverviewRequest) Descriptor deprecated added in v0.2.2

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

Deprecated: Use GetOverviewRequest.ProtoReflect.Descriptor instead.

func (*GetOverviewRequest) ProtoMessage added in v0.2.2

func (*GetOverviewRequest) ProtoMessage()

func (*GetOverviewRequest) ProtoReflect added in v0.2.2

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

func (*GetOverviewRequest) Reset added in v0.2.2

func (x *GetOverviewRequest) Reset()

func (*GetOverviewRequest) String added in v0.2.2

func (x *GetOverviewRequest) String() string

type GetOverviewResponse added in v0.2.2

type GetOverviewResponse struct {
	Stats        *OverviewStats       `protobuf:"bytes,1,opt,name=stats,proto3" json:"stats,omitempty"`
	Coordination *CoordinationStatus  `protobuf:"bytes,2,opt,name=coordination,proto3" json:"coordination,omitempty"`
	Actions      *AdminActionCounters `protobuf:"bytes,3,opt,name=actions,proto3" json:"actions,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOverviewResponse) Descriptor deprecated added in v0.2.2

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

Deprecated: Use GetOverviewResponse.ProtoReflect.Descriptor instead.

func (*GetOverviewResponse) GetActions added in v0.2.2

func (x *GetOverviewResponse) GetActions() *AdminActionCounters

func (*GetOverviewResponse) GetCoordination added in v0.2.2

func (x *GetOverviewResponse) GetCoordination() *CoordinationStatus

func (*GetOverviewResponse) GetStats added in v0.2.2

func (x *GetOverviewResponse) GetStats() *OverviewStats

func (*GetOverviewResponse) ProtoMessage added in v0.2.2

func (*GetOverviewResponse) ProtoMessage()

func (*GetOverviewResponse) ProtoReflect added in v0.2.2

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

func (*GetOverviewResponse) Reset added in v0.2.2

func (x *GetOverviewResponse) Reset()

func (*GetOverviewResponse) String added in v0.2.2

func (x *GetOverviewResponse) String() string

type GetQueueRequest added in v0.2.2

type GetQueueRequest struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*GetQueueRequest) Descriptor deprecated added in v0.2.2

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

Deprecated: Use GetQueueRequest.ProtoReflect.Descriptor instead.

func (*GetQueueRequest) GetName added in v0.2.2

func (x *GetQueueRequest) GetName() string

func (*GetQueueRequest) ProtoMessage added in v0.2.2

func (*GetQueueRequest) ProtoMessage()

func (*GetQueueRequest) ProtoReflect added in v0.2.2

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

func (*GetQueueRequest) Reset added in v0.2.2

func (x *GetQueueRequest) Reset()

func (*GetQueueRequest) String added in v0.2.2

func (x *GetQueueRequest) String() string

type GetQueueResponse added in v0.2.2

type GetQueueResponse struct {
	Queue *QueueSummary `protobuf:"bytes,1,opt,name=queue,proto3" json:"queue,omitempty"`
	// contains filtered or unexported fields
}

func (*GetQueueResponse) Descriptor deprecated added in v0.2.2

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

Deprecated: Use GetQueueResponse.ProtoReflect.Descriptor instead.

func (*GetQueueResponse) GetQueue added in v0.2.2

func (x *GetQueueResponse) GetQueue() *QueueSummary

func (*GetQueueResponse) ProtoMessage added in v0.2.2

func (*GetQueueResponse) ProtoMessage()

func (*GetQueueResponse) ProtoReflect added in v0.2.2

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

func (*GetQueueResponse) Reset added in v0.2.2

func (x *GetQueueResponse) Reset()

func (*GetQueueResponse) String added in v0.2.2

func (x *GetQueueResponse) String() string

type GetTaskRequest

type GetTaskRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTaskRequest) Descriptor deprecated

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

Deprecated: Use GetTaskRequest.ProtoReflect.Descriptor instead.

func (*GetTaskRequest) GetId

func (x *GetTaskRequest) GetId() string

func (*GetTaskRequest) ProtoMessage

func (*GetTaskRequest) ProtoMessage()

func (*GetTaskRequest) ProtoReflect

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

func (*GetTaskRequest) Reset

func (x *GetTaskRequest) Reset()

func (*GetTaskRequest) String

func (x *GetTaskRequest) String() string

type GetTaskResponse

type GetTaskResponse struct {
	Id     string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name   string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Status string `protobuf:"bytes,3,opt,name=status,proto3" json:"status,omitempty"`
	Output string `protobuf:"bytes,4,opt,name=output,proto3" json:"output,omitempty"`
	Error  string `protobuf:"bytes,5,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTaskResponse) Descriptor deprecated

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

Deprecated: Use GetTaskResponse.ProtoReflect.Descriptor instead.

func (*GetTaskResponse) GetError

func (x *GetTaskResponse) GetError() string

func (*GetTaskResponse) GetId

func (x *GetTaskResponse) GetId() string

func (*GetTaskResponse) GetName

func (x *GetTaskResponse) GetName() string

func (*GetTaskResponse) GetOutput

func (x *GetTaskResponse) GetOutput() string

func (*GetTaskResponse) GetStatus

func (x *GetTaskResponse) GetStatus() string

func (*GetTaskResponse) ProtoMessage

func (*GetTaskResponse) ProtoMessage()

func (*GetTaskResponse) ProtoReflect

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

func (*GetTaskResponse) Reset

func (x *GetTaskResponse) Reset()

func (*GetTaskResponse) String

func (x *GetTaskResponse) String() string

type Job added in v0.2.2

type Job struct {
	Spec        *JobSpec `protobuf:"bytes,1,opt,name=spec,proto3" json:"spec,omitempty"`
	CreatedAtMs int64    `protobuf:"varint,2,opt,name=created_at_ms,json=createdAtMs,proto3" json:"created_at_ms,omitempty"`
	UpdatedAtMs int64    `protobuf:"varint,3,opt,name=updated_at_ms,json=updatedAtMs,proto3" json:"updated_at_ms,omitempty"`
	// contains filtered or unexported fields
}

func (*Job) Descriptor deprecated added in v0.2.2

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

Deprecated: Use Job.ProtoReflect.Descriptor instead.

func (*Job) GetCreatedAtMs added in v0.2.2

func (x *Job) GetCreatedAtMs() int64

func (*Job) GetSpec added in v0.2.2

func (x *Job) GetSpec() *JobSpec

func (*Job) GetUpdatedAtMs added in v0.2.2

func (x *Job) GetUpdatedAtMs() int64

func (*Job) ProtoMessage added in v0.2.2

func (*Job) ProtoMessage()

func (*Job) ProtoReflect added in v0.2.2

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

func (*Job) Reset added in v0.2.2

func (x *Job) Reset()

func (*Job) String added in v0.2.2

func (x *Job) String() string

type JobEvent added in v0.2.2

type JobEvent struct {
	TaskId       string            `protobuf:"bytes,1,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"`
	Name         string            `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Status       string            `protobuf:"bytes,3,opt,name=status,proto3" json:"status,omitempty"`
	Queue        string            `protobuf:"bytes,4,opt,name=queue,proto3" json:"queue,omitempty"`
	Repo         string            `protobuf:"bytes,5,opt,name=repo,proto3" json:"repo,omitempty"`
	Tag          string            `protobuf:"bytes,6,opt,name=tag,proto3" json:"tag,omitempty"`
	Path         string            `protobuf:"bytes,7,opt,name=path,proto3" json:"path,omitempty"`
	Dockerfile   string            `protobuf:"bytes,8,opt,name=dockerfile,proto3" json:"dockerfile,omitempty"`
	Command      string            `protobuf:"bytes,9,opt,name=command,proto3" json:"command,omitempty"`
	ScheduleName string            `protobuf:"bytes,10,opt,name=schedule_name,json=scheduleName,proto3" json:"schedule_name,omitempty"`
	ScheduleSpec string            `protobuf:"bytes,11,opt,name=schedule_spec,json=scheduleSpec,proto3" json:"schedule_spec,omitempty"`
	StartedAtMs  int64             `protobuf:"varint,12,opt,name=started_at_ms,json=startedAtMs,proto3" json:"started_at_ms,omitempty"`
	FinishedAtMs int64             `protobuf:"varint,13,opt,name=finished_at_ms,json=finishedAtMs,proto3" json:"finished_at_ms,omitempty"`
	DurationMs   int64             `protobuf:"varint,14,opt,name=duration_ms,json=durationMs,proto3" json:"duration_ms,omitempty"`
	Result       string            `protobuf:"bytes,15,opt,name=result,proto3" json:"result,omitempty"`
	Error        string            `protobuf:"bytes,16,opt,name=error,proto3" json:"error,omitempty"`
	Metadata     map[string]string `` /* 144-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*JobEvent) Descriptor deprecated added in v0.2.2

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

Deprecated: Use JobEvent.ProtoReflect.Descriptor instead.

func (*JobEvent) GetCommand added in v0.2.2

func (x *JobEvent) GetCommand() string

func (*JobEvent) GetDockerfile added in v0.2.2

func (x *JobEvent) GetDockerfile() string

func (*JobEvent) GetDurationMs added in v0.2.2

func (x *JobEvent) GetDurationMs() int64

func (*JobEvent) GetError added in v0.2.2

func (x *JobEvent) GetError() string

func (*JobEvent) GetFinishedAtMs added in v0.2.2

func (x *JobEvent) GetFinishedAtMs() int64

func (*JobEvent) GetMetadata added in v0.2.2

func (x *JobEvent) GetMetadata() map[string]string

func (*JobEvent) GetName added in v0.2.2

func (x *JobEvent) GetName() string

func (*JobEvent) GetPath added in v0.2.2

func (x *JobEvent) GetPath() string

func (*JobEvent) GetQueue added in v0.2.2

func (x *JobEvent) GetQueue() string

func (*JobEvent) GetRepo added in v0.2.2

func (x *JobEvent) GetRepo() string

func (*JobEvent) GetResult added in v0.2.2

func (x *JobEvent) GetResult() string

func (*JobEvent) GetScheduleName added in v0.2.2

func (x *JobEvent) GetScheduleName() string

func (*JobEvent) GetScheduleSpec added in v0.2.2

func (x *JobEvent) GetScheduleSpec() string

func (*JobEvent) GetStartedAtMs added in v0.2.2

func (x *JobEvent) GetStartedAtMs() int64

func (*JobEvent) GetStatus added in v0.2.2

func (x *JobEvent) GetStatus() string

func (*JobEvent) GetTag added in v0.2.2

func (x *JobEvent) GetTag() string

func (*JobEvent) GetTaskId added in v0.2.2

func (x *JobEvent) GetTaskId() string

func (*JobEvent) ProtoMessage added in v0.2.2

func (*JobEvent) ProtoMessage()

func (*JobEvent) ProtoReflect added in v0.2.2

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

func (*JobEvent) Reset added in v0.2.2

func (x *JobEvent) Reset()

func (*JobEvent) String added in v0.2.2

func (x *JobEvent) String() string

type JobSpec added in v0.2.2

type JobSpec struct {
	Name           string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Description    string   `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	Repo           string   `protobuf:"bytes,3,opt,name=repo,proto3" json:"repo,omitempty"`
	Tag            string   `protobuf:"bytes,4,opt,name=tag,proto3" json:"tag,omitempty"`
	Path           string   `protobuf:"bytes,5,opt,name=path,proto3" json:"path,omitempty"`
	Dockerfile     string   `protobuf:"bytes,6,opt,name=dockerfile,proto3" json:"dockerfile,omitempty"`
	Command        []string `protobuf:"bytes,7,rep,name=command,proto3" json:"command,omitempty"`
	Env            []string `protobuf:"bytes,8,rep,name=env,proto3" json:"env,omitempty"`
	Queue          string   `protobuf:"bytes,9,opt,name=queue,proto3" json:"queue,omitempty"`
	Retries        int32    `protobuf:"varint,10,opt,name=retries,proto3" json:"retries,omitempty"`
	TimeoutSeconds int32    `protobuf:"varint,11,opt,name=timeout_seconds,json=timeoutSeconds,proto3" json:"timeout_seconds,omitempty"`
	Source         string   `protobuf:"bytes,12,opt,name=source,proto3" json:"source,omitempty"`
	TarballUrl     string   `protobuf:"bytes,13,opt,name=tarball_url,json=tarballUrl,proto3" json:"tarball_url,omitempty"`
	TarballPath    string   `protobuf:"bytes,14,opt,name=tarball_path,json=tarballPath,proto3" json:"tarball_path,omitempty"`
	TarballSha256  string   `protobuf:"bytes,15,opt,name=tarball_sha256,json=tarballSha256,proto3" json:"tarball_sha256,omitempty"`
	// contains filtered or unexported fields
}

func (*JobSpec) Descriptor deprecated added in v0.2.2

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

Deprecated: Use JobSpec.ProtoReflect.Descriptor instead.

func (*JobSpec) GetCommand added in v0.2.2

func (x *JobSpec) GetCommand() []string

func (*JobSpec) GetDescription added in v0.2.2

func (x *JobSpec) GetDescription() string

func (*JobSpec) GetDockerfile added in v0.2.2

func (x *JobSpec) GetDockerfile() string

func (*JobSpec) GetEnv added in v0.2.2

func (x *JobSpec) GetEnv() []string

func (*JobSpec) GetName added in v0.2.2

func (x *JobSpec) GetName() string

func (*JobSpec) GetPath added in v0.2.2

func (x *JobSpec) GetPath() string

func (*JobSpec) GetQueue added in v0.2.2

func (x *JobSpec) GetQueue() string

func (*JobSpec) GetRepo added in v0.2.2

func (x *JobSpec) GetRepo() string

func (*JobSpec) GetRetries added in v0.2.2

func (x *JobSpec) GetRetries() int32

func (*JobSpec) GetSource added in v0.2.2

func (x *JobSpec) GetSource() string

func (*JobSpec) GetTag added in v0.2.2

func (x *JobSpec) GetTag() string

func (*JobSpec) GetTarballPath added in v0.2.2

func (x *JobSpec) GetTarballPath() string

func (*JobSpec) GetTarballSha256 added in v0.2.2

func (x *JobSpec) GetTarballSha256() string

func (*JobSpec) GetTarballUrl added in v0.2.2

func (x *JobSpec) GetTarballUrl() string

func (*JobSpec) GetTimeoutSeconds added in v0.2.2

func (x *JobSpec) GetTimeoutSeconds() int32

func (*JobSpec) ProtoMessage added in v0.2.2

func (*JobSpec) ProtoMessage()

func (*JobSpec) ProtoReflect added in v0.2.2

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

func (*JobSpec) Reset added in v0.2.2

func (x *JobSpec) Reset()

func (*JobSpec) String added in v0.2.2

func (x *JobSpec) String() string

type ListAuditEventsRequest added in v0.2.2

type ListAuditEventsRequest struct {
	Action string `protobuf:"bytes,1,opt,name=action,proto3" json:"action,omitempty"`
	Target string `protobuf:"bytes,2,opt,name=target,proto3" json:"target,omitempty"`
	Limit  int32  `protobuf:"varint,3,opt,name=limit,proto3" json:"limit,omitempty"`
	// contains filtered or unexported fields
}

func (*ListAuditEventsRequest) Descriptor deprecated added in v0.2.2

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

Deprecated: Use ListAuditEventsRequest.ProtoReflect.Descriptor instead.

func (*ListAuditEventsRequest) GetAction added in v0.2.2

func (x *ListAuditEventsRequest) GetAction() string

func (*ListAuditEventsRequest) GetLimit added in v0.2.2

func (x *ListAuditEventsRequest) GetLimit() int32

func (*ListAuditEventsRequest) GetTarget added in v0.2.2

func (x *ListAuditEventsRequest) GetTarget() string

func (*ListAuditEventsRequest) ProtoMessage added in v0.2.2

func (*ListAuditEventsRequest) ProtoMessage()

func (*ListAuditEventsRequest) ProtoReflect added in v0.2.2

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

func (*ListAuditEventsRequest) Reset added in v0.2.2

func (x *ListAuditEventsRequest) Reset()

func (*ListAuditEventsRequest) String added in v0.2.2

func (x *ListAuditEventsRequest) String() string

type ListAuditEventsResponse added in v0.2.2

type ListAuditEventsResponse struct {
	Events []*AuditEvent `protobuf:"bytes,1,rep,name=events,proto3" json:"events,omitempty"`
	// contains filtered or unexported fields
}

func (*ListAuditEventsResponse) Descriptor deprecated added in v0.2.2

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

Deprecated: Use ListAuditEventsResponse.ProtoReflect.Descriptor instead.

func (*ListAuditEventsResponse) GetEvents added in v0.2.2

func (x *ListAuditEventsResponse) GetEvents() []*AuditEvent

func (*ListAuditEventsResponse) ProtoMessage added in v0.2.2

func (*ListAuditEventsResponse) ProtoMessage()

func (*ListAuditEventsResponse) ProtoReflect added in v0.2.2

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

func (*ListAuditEventsResponse) Reset added in v0.2.2

func (x *ListAuditEventsResponse) Reset()

func (*ListAuditEventsResponse) String added in v0.2.2

func (x *ListAuditEventsResponse) String() string

type ListDLQRequest added in v0.2.2

type ListDLQRequest struct {
	Limit   int32  `protobuf:"varint,1,opt,name=limit,proto3" json:"limit,omitempty"`
	Offset  int32  `protobuf:"varint,2,opt,name=offset,proto3" json:"offset,omitempty"`
	Queue   string `protobuf:"bytes,3,opt,name=queue,proto3" json:"queue,omitempty"`
	Handler string `protobuf:"bytes,4,opt,name=handler,proto3" json:"handler,omitempty"`
	Query   string `protobuf:"bytes,5,opt,name=query,proto3" json:"query,omitempty"`
	// contains filtered or unexported fields
}

func (*ListDLQRequest) Descriptor deprecated added in v0.2.2

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

Deprecated: Use ListDLQRequest.ProtoReflect.Descriptor instead.

func (*ListDLQRequest) GetHandler added in v0.2.2

func (x *ListDLQRequest) GetHandler() string

func (*ListDLQRequest) GetLimit added in v0.2.2

func (x *ListDLQRequest) GetLimit() int32

func (*ListDLQRequest) GetOffset added in v0.2.2

func (x *ListDLQRequest) GetOffset() int32

func (*ListDLQRequest) GetQuery added in v0.2.2

func (x *ListDLQRequest) GetQuery() string

func (*ListDLQRequest) GetQueue added in v0.2.2

func (x *ListDLQRequest) GetQueue() string

func (*ListDLQRequest) ProtoMessage added in v0.2.2

func (*ListDLQRequest) ProtoMessage()

func (*ListDLQRequest) ProtoReflect added in v0.2.2

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

func (*ListDLQRequest) Reset added in v0.2.2

func (x *ListDLQRequest) Reset()

func (*ListDLQRequest) String added in v0.2.2

func (x *ListDLQRequest) String() string

type ListDLQResponse added in v0.2.2

type ListDLQResponse struct {
	Entries []*DLQEntry `protobuf:"bytes,1,rep,name=entries,proto3" json:"entries,omitempty"`
	Total   int64       `protobuf:"varint,2,opt,name=total,proto3" json:"total,omitempty"`
	// contains filtered or unexported fields
}

func (*ListDLQResponse) Descriptor deprecated added in v0.2.2

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

Deprecated: Use ListDLQResponse.ProtoReflect.Descriptor instead.

func (*ListDLQResponse) GetEntries added in v0.2.2

func (x *ListDLQResponse) GetEntries() []*DLQEntry

func (*ListDLQResponse) GetTotal added in v0.2.2

func (x *ListDLQResponse) GetTotal() int64

func (*ListDLQResponse) ProtoMessage added in v0.2.2

func (*ListDLQResponse) ProtoMessage()

func (*ListDLQResponse) ProtoReflect added in v0.2.2

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

func (*ListDLQResponse) Reset added in v0.2.2

func (x *ListDLQResponse) Reset()

func (*ListDLQResponse) String added in v0.2.2

func (x *ListDLQResponse) String() string

type ListJobEventsRequest added in v0.2.2

type ListJobEventsRequest struct {
	Name  string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Limit int32  `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"`
	// contains filtered or unexported fields
}

func (*ListJobEventsRequest) Descriptor deprecated added in v0.2.2

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

Deprecated: Use ListJobEventsRequest.ProtoReflect.Descriptor instead.

func (*ListJobEventsRequest) GetLimit added in v0.2.2

func (x *ListJobEventsRequest) GetLimit() int32

func (*ListJobEventsRequest) GetName added in v0.2.2

func (x *ListJobEventsRequest) GetName() string

func (*ListJobEventsRequest) ProtoMessage added in v0.2.2

func (*ListJobEventsRequest) ProtoMessage()

func (*ListJobEventsRequest) ProtoReflect added in v0.2.2

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

func (*ListJobEventsRequest) Reset added in v0.2.2

func (x *ListJobEventsRequest) Reset()

func (*ListJobEventsRequest) String added in v0.2.2

func (x *ListJobEventsRequest) String() string

type ListJobEventsResponse added in v0.2.2

type ListJobEventsResponse struct {
	Events []*JobEvent `protobuf:"bytes,1,rep,name=events,proto3" json:"events,omitempty"`
	// contains filtered or unexported fields
}

func (*ListJobEventsResponse) Descriptor deprecated added in v0.2.2

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

Deprecated: Use ListJobEventsResponse.ProtoReflect.Descriptor instead.

func (*ListJobEventsResponse) GetEvents added in v0.2.2

func (x *ListJobEventsResponse) GetEvents() []*JobEvent

func (*ListJobEventsResponse) ProtoMessage added in v0.2.2

func (*ListJobEventsResponse) ProtoMessage()

func (*ListJobEventsResponse) ProtoReflect added in v0.2.2

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

func (*ListJobEventsResponse) Reset added in v0.2.2

func (x *ListJobEventsResponse) Reset()

func (*ListJobEventsResponse) String added in v0.2.2

func (x *ListJobEventsResponse) String() string

type ListJobsRequest added in v0.2.2

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

func (*ListJobsRequest) Descriptor deprecated added in v0.2.2

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

Deprecated: Use ListJobsRequest.ProtoReflect.Descriptor instead.

func (*ListJobsRequest) ProtoMessage added in v0.2.2

func (*ListJobsRequest) ProtoMessage()

func (*ListJobsRequest) ProtoReflect added in v0.2.2

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

func (*ListJobsRequest) Reset added in v0.2.2

func (x *ListJobsRequest) Reset()

func (*ListJobsRequest) String added in v0.2.2

func (x *ListJobsRequest) String() string

type ListJobsResponse added in v0.2.2

type ListJobsResponse struct {
	Jobs []*Job `protobuf:"bytes,1,rep,name=jobs,proto3" json:"jobs,omitempty"`
	// contains filtered or unexported fields
}

func (*ListJobsResponse) Descriptor deprecated added in v0.2.2

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

Deprecated: Use ListJobsResponse.ProtoReflect.Descriptor instead.

func (*ListJobsResponse) GetJobs added in v0.2.2

func (x *ListJobsResponse) GetJobs() []*Job

func (*ListJobsResponse) ProtoMessage added in v0.2.2

func (*ListJobsResponse) ProtoMessage()

func (*ListJobsResponse) ProtoReflect added in v0.2.2

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

func (*ListJobsResponse) Reset added in v0.2.2

func (x *ListJobsResponse) Reset()

func (*ListJobsResponse) String added in v0.2.2

func (x *ListJobsResponse) String() string

type ListQueuesRequest added in v0.2.2

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

func (*ListQueuesRequest) Descriptor deprecated added in v0.2.2

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

Deprecated: Use ListQueuesRequest.ProtoReflect.Descriptor instead.

func (*ListQueuesRequest) ProtoMessage added in v0.2.2

func (*ListQueuesRequest) ProtoMessage()

func (*ListQueuesRequest) ProtoReflect added in v0.2.2

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

func (*ListQueuesRequest) Reset added in v0.2.2

func (x *ListQueuesRequest) Reset()

func (*ListQueuesRequest) String added in v0.2.2

func (x *ListQueuesRequest) String() string

type ListQueuesResponse added in v0.2.2

type ListQueuesResponse struct {
	Queues []*QueueSummary `protobuf:"bytes,1,rep,name=queues,proto3" json:"queues,omitempty"`
	// contains filtered or unexported fields
}

func (*ListQueuesResponse) Descriptor deprecated added in v0.2.2

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

Deprecated: Use ListQueuesResponse.ProtoReflect.Descriptor instead.

func (*ListQueuesResponse) GetQueues added in v0.2.2

func (x *ListQueuesResponse) GetQueues() []*QueueSummary

func (*ListQueuesResponse) ProtoMessage added in v0.2.2

func (*ListQueuesResponse) ProtoMessage()

func (*ListQueuesResponse) ProtoReflect added in v0.2.2

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

func (*ListQueuesResponse) Reset added in v0.2.2

func (x *ListQueuesResponse) Reset()

func (*ListQueuesResponse) String added in v0.2.2

func (x *ListQueuesResponse) String() string

type ListScheduleEventsRequest added in v0.2.2

type ListScheduleEventsRequest struct {
	Name  string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Limit int32  `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"`
	// contains filtered or unexported fields
}

func (*ListScheduleEventsRequest) Descriptor deprecated added in v0.2.2

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

Deprecated: Use ListScheduleEventsRequest.ProtoReflect.Descriptor instead.

func (*ListScheduleEventsRequest) GetLimit added in v0.2.2

func (x *ListScheduleEventsRequest) GetLimit() int32

func (*ListScheduleEventsRequest) GetName added in v0.2.2

func (x *ListScheduleEventsRequest) GetName() string

func (*ListScheduleEventsRequest) ProtoMessage added in v0.2.2

func (*ListScheduleEventsRequest) ProtoMessage()

func (*ListScheduleEventsRequest) ProtoReflect added in v0.2.2

func (*ListScheduleEventsRequest) Reset added in v0.2.2

func (x *ListScheduleEventsRequest) Reset()

func (*ListScheduleEventsRequest) String added in v0.2.2

func (x *ListScheduleEventsRequest) String() string

type ListScheduleEventsResponse added in v0.2.2

type ListScheduleEventsResponse struct {
	Events []*ScheduleEvent `protobuf:"bytes,1,rep,name=events,proto3" json:"events,omitempty"`
	// contains filtered or unexported fields
}

func (*ListScheduleEventsResponse) Descriptor deprecated added in v0.2.2

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

Deprecated: Use ListScheduleEventsResponse.ProtoReflect.Descriptor instead.

func (*ListScheduleEventsResponse) GetEvents added in v0.2.2

func (x *ListScheduleEventsResponse) GetEvents() []*ScheduleEvent

func (*ListScheduleEventsResponse) ProtoMessage added in v0.2.2

func (*ListScheduleEventsResponse) ProtoMessage()

func (*ListScheduleEventsResponse) ProtoReflect added in v0.2.2

func (*ListScheduleEventsResponse) Reset added in v0.2.2

func (x *ListScheduleEventsResponse) Reset()

func (*ListScheduleEventsResponse) String added in v0.2.2

func (x *ListScheduleEventsResponse) String() string

type ListScheduleFactoriesRequest added in v0.2.2

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

func (*ListScheduleFactoriesRequest) Descriptor deprecated added in v0.2.2

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

Deprecated: Use ListScheduleFactoriesRequest.ProtoReflect.Descriptor instead.

func (*ListScheduleFactoriesRequest) ProtoMessage added in v0.2.2

func (*ListScheduleFactoriesRequest) ProtoMessage()

func (*ListScheduleFactoriesRequest) ProtoReflect added in v0.2.2

func (*ListScheduleFactoriesRequest) Reset added in v0.2.2

func (x *ListScheduleFactoriesRequest) Reset()

func (*ListScheduleFactoriesRequest) String added in v0.2.2

type ListScheduleFactoriesResponse added in v0.2.2

type ListScheduleFactoriesResponse struct {
	Factories []*ScheduleFactory `protobuf:"bytes,1,rep,name=factories,proto3" json:"factories,omitempty"`
	// contains filtered or unexported fields
}

func (*ListScheduleFactoriesResponse) Descriptor deprecated added in v0.2.2

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

Deprecated: Use ListScheduleFactoriesResponse.ProtoReflect.Descriptor instead.

func (*ListScheduleFactoriesResponse) GetFactories added in v0.2.2

func (x *ListScheduleFactoriesResponse) GetFactories() []*ScheduleFactory

func (*ListScheduleFactoriesResponse) ProtoMessage added in v0.2.2

func (*ListScheduleFactoriesResponse) ProtoMessage()

func (*ListScheduleFactoriesResponse) ProtoReflect added in v0.2.2

func (*ListScheduleFactoriesResponse) Reset added in v0.2.2

func (x *ListScheduleFactoriesResponse) Reset()

func (*ListScheduleFactoriesResponse) String added in v0.2.2

type ListSchedulesRequest added in v0.2.2

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

func (*ListSchedulesRequest) Descriptor deprecated added in v0.2.2

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

Deprecated: Use ListSchedulesRequest.ProtoReflect.Descriptor instead.

func (*ListSchedulesRequest) ProtoMessage added in v0.2.2

func (*ListSchedulesRequest) ProtoMessage()

func (*ListSchedulesRequest) ProtoReflect added in v0.2.2

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

func (*ListSchedulesRequest) Reset added in v0.2.2

func (x *ListSchedulesRequest) Reset()

func (*ListSchedulesRequest) String added in v0.2.2

func (x *ListSchedulesRequest) String() string

type ListSchedulesResponse added in v0.2.2

type ListSchedulesResponse struct {
	Schedules []*ScheduleEntry `protobuf:"bytes,1,rep,name=schedules,proto3" json:"schedules,omitempty"`
	// contains filtered or unexported fields
}

func (*ListSchedulesResponse) Descriptor deprecated added in v0.2.2

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

Deprecated: Use ListSchedulesResponse.ProtoReflect.Descriptor instead.

func (*ListSchedulesResponse) GetSchedules added in v0.2.2

func (x *ListSchedulesResponse) GetSchedules() []*ScheduleEntry

func (*ListSchedulesResponse) ProtoMessage added in v0.2.2

func (*ListSchedulesResponse) ProtoMessage()

func (*ListSchedulesResponse) ProtoReflect added in v0.2.2

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

func (*ListSchedulesResponse) Reset added in v0.2.2

func (x *ListSchedulesResponse) Reset()

func (*ListSchedulesResponse) String added in v0.2.2

func (x *ListSchedulesResponse) String() string

type OverviewStats added in v0.2.2

type OverviewStats struct {
	ActiveWorkers int32 `protobuf:"varint,1,opt,name=active_workers,json=activeWorkers,proto3" json:"active_workers,omitempty"`
	QueuedTasks   int64 `protobuf:"varint,2,opt,name=queued_tasks,json=queuedTasks,proto3" json:"queued_tasks,omitempty"`
	Queues        int32 `protobuf:"varint,3,opt,name=queues,proto3" json:"queues,omitempty"`
	AvgLatencyMs  int64 `protobuf:"varint,4,opt,name=avg_latency_ms,json=avgLatencyMs,proto3" json:"avg_latency_ms,omitempty"`
	P95LatencyMs  int64 `protobuf:"varint,5,opt,name=p95_latency_ms,json=p95LatencyMs,proto3" json:"p95_latency_ms,omitempty"`
	// contains filtered or unexported fields
}

func (*OverviewStats) Descriptor deprecated added in v0.2.2

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

Deprecated: Use OverviewStats.ProtoReflect.Descriptor instead.

func (*OverviewStats) GetActiveWorkers added in v0.2.2

func (x *OverviewStats) GetActiveWorkers() int32

func (*OverviewStats) GetAvgLatencyMs added in v0.2.2

func (x *OverviewStats) GetAvgLatencyMs() int64

func (*OverviewStats) GetP95LatencyMs added in v0.2.2

func (x *OverviewStats) GetP95LatencyMs() int64

func (*OverviewStats) GetQueuedTasks added in v0.2.2

func (x *OverviewStats) GetQueuedTasks() int64

func (*OverviewStats) GetQueues added in v0.2.2

func (x *OverviewStats) GetQueues() int32

func (*OverviewStats) ProtoMessage added in v0.2.2

func (*OverviewStats) ProtoMessage()

func (*OverviewStats) ProtoReflect added in v0.2.2

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

func (*OverviewStats) Reset added in v0.2.2

func (x *OverviewStats) Reset()

func (*OverviewStats) String added in v0.2.2

func (x *OverviewStats) String() string

type PauseDequeueRequest added in v0.2.2

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

func (*PauseDequeueRequest) Descriptor deprecated added in v0.2.2

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

Deprecated: Use PauseDequeueRequest.ProtoReflect.Descriptor instead.

func (*PauseDequeueRequest) ProtoMessage added in v0.2.2

func (*PauseDequeueRequest) ProtoMessage()

func (*PauseDequeueRequest) ProtoReflect added in v0.2.2

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

func (*PauseDequeueRequest) Reset added in v0.2.2

func (x *PauseDequeueRequest) Reset()

func (*PauseDequeueRequest) String added in v0.2.2

func (x *PauseDequeueRequest) String() string

type PauseDequeueResponse added in v0.2.2

type PauseDequeueResponse struct {
	Paused bool `protobuf:"varint,1,opt,name=paused,proto3" json:"paused,omitempty"`
	// contains filtered or unexported fields
}

func (*PauseDequeueResponse) Descriptor deprecated added in v0.2.2

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

Deprecated: Use PauseDequeueResponse.ProtoReflect.Descriptor instead.

func (*PauseDequeueResponse) GetPaused added in v0.2.2

func (x *PauseDequeueResponse) GetPaused() bool

func (*PauseDequeueResponse) ProtoMessage added in v0.2.2

func (*PauseDequeueResponse) ProtoMessage()

func (*PauseDequeueResponse) ProtoReflect added in v0.2.2

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

func (*PauseDequeueResponse) Reset added in v0.2.2

func (x *PauseDequeueResponse) Reset()

func (*PauseDequeueResponse) String added in v0.2.2

func (x *PauseDequeueResponse) String() string

type PauseQueueRequest added in v0.2.2

type PauseQueueRequest struct {
	Name   string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Paused bool   `protobuf:"varint,2,opt,name=paused,proto3" json:"paused,omitempty"`
	// contains filtered or unexported fields
}

func (*PauseQueueRequest) Descriptor deprecated added in v0.2.2

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

Deprecated: Use PauseQueueRequest.ProtoReflect.Descriptor instead.

func (*PauseQueueRequest) GetName added in v0.2.2

func (x *PauseQueueRequest) GetName() string

func (*PauseQueueRequest) GetPaused added in v0.2.2

func (x *PauseQueueRequest) GetPaused() bool

func (*PauseQueueRequest) ProtoMessage added in v0.2.2

func (*PauseQueueRequest) ProtoMessage()

func (*PauseQueueRequest) ProtoReflect added in v0.2.2

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

func (*PauseQueueRequest) Reset added in v0.2.2

func (x *PauseQueueRequest) Reset()

func (*PauseQueueRequest) String added in v0.2.2

func (x *PauseQueueRequest) String() string

type PauseQueueResponse added in v0.2.2

type PauseQueueResponse struct {
	Queue *QueueSummary `protobuf:"bytes,1,opt,name=queue,proto3" json:"queue,omitempty"`
	// contains filtered or unexported fields
}

func (*PauseQueueResponse) Descriptor deprecated added in v0.2.2

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

Deprecated: Use PauseQueueResponse.ProtoReflect.Descriptor instead.

func (*PauseQueueResponse) GetQueue added in v0.2.2

func (x *PauseQueueResponse) GetQueue() *QueueSummary

func (*PauseQueueResponse) ProtoMessage added in v0.2.2

func (*PauseQueueResponse) ProtoMessage()

func (*PauseQueueResponse) ProtoReflect added in v0.2.2

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

func (*PauseQueueResponse) Reset added in v0.2.2

func (x *PauseQueueResponse) Reset()

func (*PauseQueueResponse) String added in v0.2.2

func (x *PauseQueueResponse) String() string

type PauseScheduleRequest added in v0.2.2

type PauseScheduleRequest struct {
	Name   string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Paused bool   `protobuf:"varint,2,opt,name=paused,proto3" json:"paused,omitempty"`
	// contains filtered or unexported fields
}

func (*PauseScheduleRequest) Descriptor deprecated added in v0.2.2

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

Deprecated: Use PauseScheduleRequest.ProtoReflect.Descriptor instead.

func (*PauseScheduleRequest) GetName added in v0.2.2

func (x *PauseScheduleRequest) GetName() string

func (*PauseScheduleRequest) GetPaused added in v0.2.2

func (x *PauseScheduleRequest) GetPaused() bool

func (*PauseScheduleRequest) ProtoMessage added in v0.2.2

func (*PauseScheduleRequest) ProtoMessage()

func (*PauseScheduleRequest) ProtoReflect added in v0.2.2

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

func (*PauseScheduleRequest) Reset added in v0.2.2

func (x *PauseScheduleRequest) Reset()

func (*PauseScheduleRequest) String added in v0.2.2

func (x *PauseScheduleRequest) String() string

type PauseScheduleResponse added in v0.2.2

type PauseScheduleResponse struct {
	Schedule *ScheduleEntry `protobuf:"bytes,1,opt,name=schedule,proto3" json:"schedule,omitempty"`
	// contains filtered or unexported fields
}

func (*PauseScheduleResponse) Descriptor deprecated added in v0.2.2

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

Deprecated: Use PauseScheduleResponse.ProtoReflect.Descriptor instead.

func (*PauseScheduleResponse) GetSchedule added in v0.2.2

func (x *PauseScheduleResponse) GetSchedule() *ScheduleEntry

func (*PauseScheduleResponse) ProtoMessage added in v0.2.2

func (*PauseScheduleResponse) ProtoMessage()

func (*PauseScheduleResponse) ProtoReflect added in v0.2.2

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

func (*PauseScheduleResponse) Reset added in v0.2.2

func (x *PauseScheduleResponse) Reset()

func (*PauseScheduleResponse) String added in v0.2.2

func (x *PauseScheduleResponse) String() string

type PauseSchedulesRequest added in v0.2.2

type PauseSchedulesRequest struct {
	Paused bool `protobuf:"varint,1,opt,name=paused,proto3" json:"paused,omitempty"`
	// contains filtered or unexported fields
}

func (*PauseSchedulesRequest) Descriptor deprecated added in v0.2.2

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

Deprecated: Use PauseSchedulesRequest.ProtoReflect.Descriptor instead.

func (*PauseSchedulesRequest) GetPaused added in v0.2.2

func (x *PauseSchedulesRequest) GetPaused() bool

func (*PauseSchedulesRequest) ProtoMessage added in v0.2.2

func (*PauseSchedulesRequest) ProtoMessage()

func (*PauseSchedulesRequest) ProtoReflect added in v0.2.2

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

func (*PauseSchedulesRequest) Reset added in v0.2.2

func (x *PauseSchedulesRequest) Reset()

func (*PauseSchedulesRequest) String added in v0.2.2

func (x *PauseSchedulesRequest) String() string

type PauseSchedulesResponse added in v0.2.2

type PauseSchedulesResponse struct {
	Updated int32 `protobuf:"varint,1,opt,name=updated,proto3" json:"updated,omitempty"`
	Paused  bool  `protobuf:"varint,2,opt,name=paused,proto3" json:"paused,omitempty"`
	// contains filtered or unexported fields
}

func (*PauseSchedulesResponse) Descriptor deprecated added in v0.2.2

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

Deprecated: Use PauseSchedulesResponse.ProtoReflect.Descriptor instead.

func (*PauseSchedulesResponse) GetPaused added in v0.2.2

func (x *PauseSchedulesResponse) GetPaused() bool

func (*PauseSchedulesResponse) GetUpdated added in v0.2.2

func (x *PauseSchedulesResponse) GetUpdated() int32

func (*PauseSchedulesResponse) ProtoMessage added in v0.2.2

func (*PauseSchedulesResponse) ProtoMessage()

func (*PauseSchedulesResponse) ProtoReflect added in v0.2.2

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

func (*PauseSchedulesResponse) Reset added in v0.2.2

func (x *PauseSchedulesResponse) Reset()

func (*PauseSchedulesResponse) String added in v0.2.2

func (x *PauseSchedulesResponse) String() string

type QueueSummary added in v0.2.2

type QueueSummary struct {
	Name       string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Ready      int64  `protobuf:"varint,2,opt,name=ready,proto3" json:"ready,omitempty"`
	Processing int64  `protobuf:"varint,3,opt,name=processing,proto3" json:"processing,omitempty"`
	Dead       int64  `protobuf:"varint,4,opt,name=dead,proto3" json:"dead,omitempty"`
	Weight     int32  `protobuf:"varint,5,opt,name=weight,proto3" json:"weight,omitempty"`
	Paused     bool   `protobuf:"varint,6,opt,name=paused,proto3" json:"paused,omitempty"`
	// contains filtered or unexported fields
}

func (*QueueSummary) Descriptor deprecated added in v0.2.2

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

Deprecated: Use QueueSummary.ProtoReflect.Descriptor instead.

func (*QueueSummary) GetDead added in v0.2.2

func (x *QueueSummary) GetDead() int64

func (*QueueSummary) GetName added in v0.2.2

func (x *QueueSummary) GetName() string

func (*QueueSummary) GetPaused added in v0.2.2

func (x *QueueSummary) GetPaused() bool

func (*QueueSummary) GetProcessing added in v0.2.2

func (x *QueueSummary) GetProcessing() int64

func (*QueueSummary) GetReady added in v0.2.2

func (x *QueueSummary) GetReady() int64

func (*QueueSummary) GetWeight added in v0.2.2

func (x *QueueSummary) GetWeight() int32

func (*QueueSummary) ProtoMessage added in v0.2.2

func (*QueueSummary) ProtoMessage()

func (*QueueSummary) ProtoReflect added in v0.2.2

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

func (*QueueSummary) Reset added in v0.2.2

func (x *QueueSummary) Reset()

func (*QueueSummary) String added in v0.2.2

func (x *QueueSummary) String() string

type RegisterDurableTasksRequest added in v0.1.8

type RegisterDurableTasksRequest struct {
	Tasks []*DurableTask `protobuf:"bytes,1,rep,name=tasks,proto3" json:"tasks,omitempty"`
	// contains filtered or unexported fields
}

func (*RegisterDurableTasksRequest) Descriptor deprecated added in v0.1.8

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

Deprecated: Use RegisterDurableTasksRequest.ProtoReflect.Descriptor instead.

func (*RegisterDurableTasksRequest) GetTasks added in v0.1.8

func (x *RegisterDurableTasksRequest) GetTasks() []*DurableTask

func (*RegisterDurableTasksRequest) ProtoMessage added in v0.1.8

func (*RegisterDurableTasksRequest) ProtoMessage()

func (*RegisterDurableTasksRequest) ProtoReflect added in v0.1.8

func (*RegisterDurableTasksRequest) Reset added in v0.1.8

func (x *RegisterDurableTasksRequest) Reset()

func (*RegisterDurableTasksRequest) String added in v0.1.8

func (x *RegisterDurableTasksRequest) String() string

type RegisterDurableTasksResponse added in v0.1.8

type RegisterDurableTasksResponse struct {
	Ids []string `protobuf:"bytes,1,rep,name=ids,proto3" json:"ids,omitempty"`
	// contains filtered or unexported fields
}

func (*RegisterDurableTasksResponse) Descriptor deprecated added in v0.1.8

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

Deprecated: Use RegisterDurableTasksResponse.ProtoReflect.Descriptor instead.

func (*RegisterDurableTasksResponse) GetIds added in v0.1.8

func (x *RegisterDurableTasksResponse) GetIds() []string

func (*RegisterDurableTasksResponse) ProtoMessage added in v0.1.8

func (*RegisterDurableTasksResponse) ProtoMessage()

func (*RegisterDurableTasksResponse) ProtoReflect added in v0.1.8

func (*RegisterDurableTasksResponse) Reset added in v0.1.8

func (x *RegisterDurableTasksResponse) Reset()

func (*RegisterDurableTasksResponse) String added in v0.1.8

type RegisterTasksRequest

type RegisterTasksRequest struct {
	Tasks []*Task `protobuf:"bytes,1,rep,name=tasks,proto3" json:"tasks,omitempty"`
	// contains filtered or unexported fields
}

func (*RegisterTasksRequest) Descriptor deprecated

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

Deprecated: Use RegisterTasksRequest.ProtoReflect.Descriptor instead.

func (*RegisterTasksRequest) GetTasks

func (x *RegisterTasksRequest) GetTasks() []*Task

func (*RegisterTasksRequest) ProtoMessage

func (*RegisterTasksRequest) ProtoMessage()

func (*RegisterTasksRequest) ProtoReflect

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

func (*RegisterTasksRequest) Reset

func (x *RegisterTasksRequest) Reset()

func (*RegisterTasksRequest) String

func (x *RegisterTasksRequest) String() string

type RegisterTasksResponse

type RegisterTasksResponse struct {
	Ids []string `protobuf:"bytes,1,rep,name=ids,proto3" json:"ids,omitempty"`
	// contains filtered or unexported fields
}

func (*RegisterTasksResponse) Descriptor deprecated

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

Deprecated: Use RegisterTasksResponse.ProtoReflect.Descriptor instead.

func (*RegisterTasksResponse) GetIds

func (x *RegisterTasksResponse) GetIds() []string

func (*RegisterTasksResponse) ProtoMessage

func (*RegisterTasksResponse) ProtoMessage()

func (*RegisterTasksResponse) ProtoReflect

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

func (*RegisterTasksResponse) Reset

func (x *RegisterTasksResponse) Reset()

func (*RegisterTasksResponse) String

func (x *RegisterTasksResponse) String() string

type ReplayDLQByIDRequest added in v0.2.2

type ReplayDLQByIDRequest struct {
	Ids []string `protobuf:"bytes,1,rep,name=ids,proto3" json:"ids,omitempty"`
	// contains filtered or unexported fields
}

func (*ReplayDLQByIDRequest) Descriptor deprecated added in v0.2.2

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

Deprecated: Use ReplayDLQByIDRequest.ProtoReflect.Descriptor instead.

func (*ReplayDLQByIDRequest) GetIds added in v0.2.2

func (x *ReplayDLQByIDRequest) GetIds() []string

func (*ReplayDLQByIDRequest) ProtoMessage added in v0.2.2

func (*ReplayDLQByIDRequest) ProtoMessage()

func (*ReplayDLQByIDRequest) ProtoReflect added in v0.2.2

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

func (*ReplayDLQByIDRequest) Reset added in v0.2.2

func (x *ReplayDLQByIDRequest) Reset()

func (*ReplayDLQByIDRequest) String added in v0.2.2

func (x *ReplayDLQByIDRequest) String() string

type ReplayDLQByIDResponse added in v0.2.2

type ReplayDLQByIDResponse struct {
	Moved int32 `protobuf:"varint,1,opt,name=moved,proto3" json:"moved,omitempty"`
	// contains filtered or unexported fields
}

func (*ReplayDLQByIDResponse) Descriptor deprecated added in v0.2.2

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

Deprecated: Use ReplayDLQByIDResponse.ProtoReflect.Descriptor instead.

func (*ReplayDLQByIDResponse) GetMoved added in v0.2.2

func (x *ReplayDLQByIDResponse) GetMoved() int32

func (*ReplayDLQByIDResponse) ProtoMessage added in v0.2.2

func (*ReplayDLQByIDResponse) ProtoMessage()

func (*ReplayDLQByIDResponse) ProtoReflect added in v0.2.2

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

func (*ReplayDLQByIDResponse) Reset added in v0.2.2

func (x *ReplayDLQByIDResponse) Reset()

func (*ReplayDLQByIDResponse) String added in v0.2.2

func (x *ReplayDLQByIDResponse) String() string

type ReplayDLQRequest added in v0.2.2

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

func (*ReplayDLQRequest) Descriptor deprecated added in v0.2.2

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

Deprecated: Use ReplayDLQRequest.ProtoReflect.Descriptor instead.

func (*ReplayDLQRequest) GetLimit added in v0.2.2

func (x *ReplayDLQRequest) GetLimit() int32

func (*ReplayDLQRequest) ProtoMessage added in v0.2.2

func (*ReplayDLQRequest) ProtoMessage()

func (*ReplayDLQRequest) ProtoReflect added in v0.2.2

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

func (*ReplayDLQRequest) Reset added in v0.2.2

func (x *ReplayDLQRequest) Reset()

func (*ReplayDLQRequest) String added in v0.2.2

func (x *ReplayDLQRequest) String() string

type ReplayDLQResponse added in v0.2.2

type ReplayDLQResponse struct {
	Moved int32 `protobuf:"varint,1,opt,name=moved,proto3" json:"moved,omitempty"`
	// contains filtered or unexported fields
}

func (*ReplayDLQResponse) Descriptor deprecated added in v0.2.2

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

Deprecated: Use ReplayDLQResponse.ProtoReflect.Descriptor instead.

func (*ReplayDLQResponse) GetMoved added in v0.2.2

func (x *ReplayDLQResponse) GetMoved() int32

func (*ReplayDLQResponse) ProtoMessage added in v0.2.2

func (*ReplayDLQResponse) ProtoMessage()

func (*ReplayDLQResponse) ProtoReflect added in v0.2.2

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

func (*ReplayDLQResponse) Reset added in v0.2.2

func (x *ReplayDLQResponse) Reset()

func (*ReplayDLQResponse) String added in v0.2.2

func (x *ReplayDLQResponse) String() string

type ResetQueueWeightRequest added in v0.2.2

type ResetQueueWeightRequest struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*ResetQueueWeightRequest) Descriptor deprecated added in v0.2.2

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

Deprecated: Use ResetQueueWeightRequest.ProtoReflect.Descriptor instead.

func (*ResetQueueWeightRequest) GetName added in v0.2.2

func (x *ResetQueueWeightRequest) GetName() string

func (*ResetQueueWeightRequest) ProtoMessage added in v0.2.2

func (*ResetQueueWeightRequest) ProtoMessage()

func (*ResetQueueWeightRequest) ProtoReflect added in v0.2.2

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

func (*ResetQueueWeightRequest) Reset added in v0.2.2

func (x *ResetQueueWeightRequest) Reset()

func (*ResetQueueWeightRequest) String added in v0.2.2

func (x *ResetQueueWeightRequest) String() string

type ResetQueueWeightResponse added in v0.2.2

type ResetQueueWeightResponse struct {
	Queue *QueueSummary `protobuf:"bytes,1,opt,name=queue,proto3" json:"queue,omitempty"`
	// contains filtered or unexported fields
}

func (*ResetQueueWeightResponse) Descriptor deprecated added in v0.2.2

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

Deprecated: Use ResetQueueWeightResponse.ProtoReflect.Descriptor instead.

func (*ResetQueueWeightResponse) GetQueue added in v0.2.2

func (x *ResetQueueWeightResponse) GetQueue() *QueueSummary

func (*ResetQueueWeightResponse) ProtoMessage added in v0.2.2

func (*ResetQueueWeightResponse) ProtoMessage()

func (*ResetQueueWeightResponse) ProtoReflect added in v0.2.2

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

func (*ResetQueueWeightResponse) Reset added in v0.2.2

func (x *ResetQueueWeightResponse) Reset()

func (*ResetQueueWeightResponse) String added in v0.2.2

func (x *ResetQueueWeightResponse) String() string

type ResumeDequeueRequest added in v0.2.2

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

func (*ResumeDequeueRequest) Descriptor deprecated added in v0.2.2

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

Deprecated: Use ResumeDequeueRequest.ProtoReflect.Descriptor instead.

func (*ResumeDequeueRequest) ProtoMessage added in v0.2.2

func (*ResumeDequeueRequest) ProtoMessage()

func (*ResumeDequeueRequest) ProtoReflect added in v0.2.2

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

func (*ResumeDequeueRequest) Reset added in v0.2.2

func (x *ResumeDequeueRequest) Reset()

func (*ResumeDequeueRequest) String added in v0.2.2

func (x *ResumeDequeueRequest) String() string

type ResumeDequeueResponse added in v0.2.2

type ResumeDequeueResponse struct {
	Paused bool `protobuf:"varint,1,opt,name=paused,proto3" json:"paused,omitempty"`
	// contains filtered or unexported fields
}

func (*ResumeDequeueResponse) Descriptor deprecated added in v0.2.2

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

Deprecated: Use ResumeDequeueResponse.ProtoReflect.Descriptor instead.

func (*ResumeDequeueResponse) GetPaused added in v0.2.2

func (x *ResumeDequeueResponse) GetPaused() bool

func (*ResumeDequeueResponse) ProtoMessage added in v0.2.2

func (*ResumeDequeueResponse) ProtoMessage()

func (*ResumeDequeueResponse) ProtoReflect added in v0.2.2

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

func (*ResumeDequeueResponse) Reset added in v0.2.2

func (x *ResumeDequeueResponse) Reset()

func (*ResumeDequeueResponse) String added in v0.2.2

func (x *ResumeDequeueResponse) String() string

type RunJobRequest added in v0.2.2

type RunJobRequest struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*RunJobRequest) Descriptor deprecated added in v0.2.2

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

Deprecated: Use RunJobRequest.ProtoReflect.Descriptor instead.

func (*RunJobRequest) GetName added in v0.2.2

func (x *RunJobRequest) GetName() string

func (*RunJobRequest) ProtoMessage added in v0.2.2

func (*RunJobRequest) ProtoMessage()

func (*RunJobRequest) ProtoReflect added in v0.2.2

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

func (*RunJobRequest) Reset added in v0.2.2

func (x *RunJobRequest) Reset()

func (*RunJobRequest) String added in v0.2.2

func (x *RunJobRequest) String() string

type RunJobResponse added in v0.2.2

type RunJobResponse struct {
	TaskId string `protobuf:"bytes,1,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"`
	// contains filtered or unexported fields
}

func (*RunJobResponse) Descriptor deprecated added in v0.2.2

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

Deprecated: Use RunJobResponse.ProtoReflect.Descriptor instead.

func (*RunJobResponse) GetTaskId added in v0.2.2

func (x *RunJobResponse) GetTaskId() string

func (*RunJobResponse) ProtoMessage added in v0.2.2

func (*RunJobResponse) ProtoMessage()

func (*RunJobResponse) ProtoReflect added in v0.2.2

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

func (*RunJobResponse) Reset added in v0.2.2

func (x *RunJobResponse) Reset()

func (*RunJobResponse) String added in v0.2.2

func (x *RunJobResponse) String() string

type RunScheduleRequest added in v0.2.2

type RunScheduleRequest struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*RunScheduleRequest) Descriptor deprecated added in v0.2.2

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

Deprecated: Use RunScheduleRequest.ProtoReflect.Descriptor instead.

func (*RunScheduleRequest) GetName added in v0.2.2

func (x *RunScheduleRequest) GetName() string

func (*RunScheduleRequest) ProtoMessage added in v0.2.2

func (*RunScheduleRequest) ProtoMessage()

func (*RunScheduleRequest) ProtoReflect added in v0.2.2

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

func (*RunScheduleRequest) Reset added in v0.2.2

func (x *RunScheduleRequest) Reset()

func (*RunScheduleRequest) String added in v0.2.2

func (x *RunScheduleRequest) String() string

type RunScheduleResponse added in v0.2.2

type RunScheduleResponse struct {
	TaskId string `protobuf:"bytes,1,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"`
	// contains filtered or unexported fields
}

func (*RunScheduleResponse) Descriptor deprecated added in v0.2.2

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

Deprecated: Use RunScheduleResponse.ProtoReflect.Descriptor instead.

func (*RunScheduleResponse) GetTaskId added in v0.2.2

func (x *RunScheduleResponse) GetTaskId() string

func (*RunScheduleResponse) ProtoMessage added in v0.2.2

func (*RunScheduleResponse) ProtoMessage()

func (*RunScheduleResponse) ProtoReflect added in v0.2.2

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

func (*RunScheduleResponse) Reset added in v0.2.2

func (x *RunScheduleResponse) Reset()

func (*RunScheduleResponse) String added in v0.2.2

func (x *RunScheduleResponse) String() string

type ScheduleEntry added in v0.2.2

type ScheduleEntry struct {
	Name      string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Spec      string `protobuf:"bytes,2,opt,name=spec,proto3" json:"spec,omitempty"`
	NextRunMs int64  `protobuf:"varint,3,opt,name=next_run_ms,json=nextRunMs,proto3" json:"next_run_ms,omitempty"`
	LastRunMs int64  `protobuf:"varint,4,opt,name=last_run_ms,json=lastRunMs,proto3" json:"last_run_ms,omitempty"`
	Durable   bool   `protobuf:"varint,5,opt,name=durable,proto3" json:"durable,omitempty"`
	Paused    bool   `protobuf:"varint,6,opt,name=paused,proto3" json:"paused,omitempty"`
	// contains filtered or unexported fields
}

func (*ScheduleEntry) Descriptor deprecated added in v0.2.2

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

Deprecated: Use ScheduleEntry.ProtoReflect.Descriptor instead.

func (*ScheduleEntry) GetDurable added in v0.2.2

func (x *ScheduleEntry) GetDurable() bool

func (*ScheduleEntry) GetLastRunMs added in v0.2.2

func (x *ScheduleEntry) GetLastRunMs() int64

func (*ScheduleEntry) GetName added in v0.2.2

func (x *ScheduleEntry) GetName() string

func (*ScheduleEntry) GetNextRunMs added in v0.2.2

func (x *ScheduleEntry) GetNextRunMs() int64

func (*ScheduleEntry) GetPaused added in v0.2.2

func (x *ScheduleEntry) GetPaused() bool

func (*ScheduleEntry) GetSpec added in v0.2.2

func (x *ScheduleEntry) GetSpec() string

func (*ScheduleEntry) ProtoMessage added in v0.2.2

func (*ScheduleEntry) ProtoMessage()

func (*ScheduleEntry) ProtoReflect added in v0.2.2

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

func (*ScheduleEntry) Reset added in v0.2.2

func (x *ScheduleEntry) Reset()

func (*ScheduleEntry) String added in v0.2.2

func (x *ScheduleEntry) String() string

type ScheduleEvent added in v0.2.2

type ScheduleEvent struct {
	TaskId       string            `protobuf:"bytes,1,opt,name=task_id,json=taskId,proto3" json:"task_id,omitempty"`
	Name         string            `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Spec         string            `protobuf:"bytes,3,opt,name=spec,proto3" json:"spec,omitempty"`
	Durable      bool              `protobuf:"varint,4,opt,name=durable,proto3" json:"durable,omitempty"`
	Status       string            `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty"`
	Queue        string            `protobuf:"bytes,6,opt,name=queue,proto3" json:"queue,omitempty"`
	StartedAtMs  int64             `protobuf:"varint,7,opt,name=started_at_ms,json=startedAtMs,proto3" json:"started_at_ms,omitempty"`
	FinishedAtMs int64             `protobuf:"varint,8,opt,name=finished_at_ms,json=finishedAtMs,proto3" json:"finished_at_ms,omitempty"`
	DurationMs   int64             `protobuf:"varint,9,opt,name=duration_ms,json=durationMs,proto3" json:"duration_ms,omitempty"`
	Result       string            `protobuf:"bytes,10,opt,name=result,proto3" json:"result,omitempty"`
	Error        string            `protobuf:"bytes,11,opt,name=error,proto3" json:"error,omitempty"`
	Metadata     map[string]string `` /* 144-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ScheduleEvent) Descriptor deprecated added in v0.2.2

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

Deprecated: Use ScheduleEvent.ProtoReflect.Descriptor instead.

func (*ScheduleEvent) GetDurable added in v0.2.2

func (x *ScheduleEvent) GetDurable() bool

func (*ScheduleEvent) GetDurationMs added in v0.2.2

func (x *ScheduleEvent) GetDurationMs() int64

func (*ScheduleEvent) GetError added in v0.2.2

func (x *ScheduleEvent) GetError() string

func (*ScheduleEvent) GetFinishedAtMs added in v0.2.2

func (x *ScheduleEvent) GetFinishedAtMs() int64

func (*ScheduleEvent) GetMetadata added in v0.2.2

func (x *ScheduleEvent) GetMetadata() map[string]string

func (*ScheduleEvent) GetName added in v0.2.2

func (x *ScheduleEvent) GetName() string

func (*ScheduleEvent) GetQueue added in v0.2.2

func (x *ScheduleEvent) GetQueue() string

func (*ScheduleEvent) GetResult added in v0.2.2

func (x *ScheduleEvent) GetResult() string

func (*ScheduleEvent) GetSpec added in v0.2.2

func (x *ScheduleEvent) GetSpec() string

func (*ScheduleEvent) GetStartedAtMs added in v0.2.2

func (x *ScheduleEvent) GetStartedAtMs() int64

func (*ScheduleEvent) GetStatus added in v0.2.2

func (x *ScheduleEvent) GetStatus() string

func (*ScheduleEvent) GetTaskId added in v0.2.2

func (x *ScheduleEvent) GetTaskId() string

func (*ScheduleEvent) ProtoMessage added in v0.2.2

func (*ScheduleEvent) ProtoMessage()

func (*ScheduleEvent) ProtoReflect added in v0.2.2

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

func (*ScheduleEvent) Reset added in v0.2.2

func (x *ScheduleEvent) Reset()

func (*ScheduleEvent) String added in v0.2.2

func (x *ScheduleEvent) String() string

type ScheduleFactory added in v0.2.2

type ScheduleFactory struct {
	Name    string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Durable bool   `protobuf:"varint,2,opt,name=durable,proto3" json:"durable,omitempty"`
	// contains filtered or unexported fields
}

func (*ScheduleFactory) Descriptor deprecated added in v0.2.2

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

Deprecated: Use ScheduleFactory.ProtoReflect.Descriptor instead.

func (*ScheduleFactory) GetDurable added in v0.2.2

func (x *ScheduleFactory) GetDurable() bool

func (*ScheduleFactory) GetName added in v0.2.2

func (x *ScheduleFactory) GetName() string

func (*ScheduleFactory) ProtoMessage added in v0.2.2

func (*ScheduleFactory) ProtoMessage()

func (*ScheduleFactory) ProtoReflect added in v0.2.2

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

func (*ScheduleFactory) Reset added in v0.2.2

func (x *ScheduleFactory) Reset()

func (*ScheduleFactory) String added in v0.2.2

func (x *ScheduleFactory) String() string

type SendEmailPayload

type SendEmailPayload struct {
	To      string `protobuf:"bytes,1,opt,name=to,proto3" json:"to,omitempty"`
	Subject string `protobuf:"bytes,2,opt,name=subject,proto3" json:"subject,omitempty"`
	Body    string `protobuf:"bytes,3,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

Example Payload

func (*SendEmailPayload) Descriptor deprecated

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

Deprecated: Use SendEmailPayload.ProtoReflect.Descriptor instead.

func (*SendEmailPayload) GetBody

func (x *SendEmailPayload) GetBody() string

func (*SendEmailPayload) GetSubject

func (x *SendEmailPayload) GetSubject() string

func (*SendEmailPayload) GetTo

func (x *SendEmailPayload) GetTo() string

func (*SendEmailPayload) ProtoMessage

func (*SendEmailPayload) ProtoMessage()

func (*SendEmailPayload) ProtoReflect

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

func (*SendEmailPayload) Reset

func (x *SendEmailPayload) Reset()

func (*SendEmailPayload) String

func (x *SendEmailPayload) String() string

type StreamResultsRequest

type StreamResultsRequest struct {
	Ids               []string `protobuf:"bytes,1,rep,name=ids,proto3" json:"ids,omitempty"`                                                         // only these
	CloseOnCompletion bool     `protobuf:"varint,2,opt,name=close_on_completion,json=closeOnCompletion,proto3" json:"close_on_completion,omitempty"` // server ends stream when all are terminal
	// contains filtered or unexported fields
}

func (*StreamResultsRequest) Descriptor deprecated

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

Deprecated: Use StreamResultsRequest.ProtoReflect.Descriptor instead.

func (*StreamResultsRequest) GetCloseOnCompletion

func (x *StreamResultsRequest) GetCloseOnCompletion() bool

func (*StreamResultsRequest) GetIds

func (x *StreamResultsRequest) GetIds() []string

func (*StreamResultsRequest) ProtoMessage

func (*StreamResultsRequest) ProtoMessage()

func (*StreamResultsRequest) ProtoReflect

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

func (*StreamResultsRequest) Reset

func (x *StreamResultsRequest) Reset()

func (*StreamResultsRequest) String

func (x *StreamResultsRequest) String() string

type StreamResultsResponse

type StreamResultsResponse struct {
	Id     string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Output string `protobuf:"bytes,2,opt,name=output,proto3" json:"output,omitempty"`
	Error  string `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*StreamResultsResponse) Descriptor deprecated

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

Deprecated: Use StreamResultsResponse.ProtoReflect.Descriptor instead.

func (*StreamResultsResponse) GetError

func (x *StreamResultsResponse) GetError() string

func (*StreamResultsResponse) GetId

func (x *StreamResultsResponse) GetId() string

func (*StreamResultsResponse) GetOutput

func (x *StreamResultsResponse) GetOutput() string

func (*StreamResultsResponse) ProtoMessage

func (*StreamResultsResponse) ProtoMessage()

func (*StreamResultsResponse) ProtoReflect

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

func (*StreamResultsResponse) Reset

func (x *StreamResultsResponse) Reset()

func (*StreamResultsResponse) String

func (x *StreamResultsResponse) String() string

type Task

type Task struct {
	Name        string               `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Description string               `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	Priority    int32                `protobuf:"varint,3,opt,name=priority,proto3" json:"priority,omitempty"`
	Retries     int32                `protobuf:"varint,4,opt,name=retries,proto3" json:"retries,omitempty"`
	RetryDelay  *durationpb.Duration `protobuf:"bytes,5,opt,name=retry_delay,json=retryDelay,proto3" json:"retry_delay,omitempty"`
	Payload     *anypb.Any           `protobuf:"bytes,6,opt,name=payload,proto3" json:"payload,omitempty"` // the typed input for `name`
	// Generic envelope bits useful for most handlers:
	CorrelationId  string            `protobuf:"bytes,7,opt,name=correlation_id,json=correlationId,proto3" json:"correlation_id,omitempty"`    // trace across systems
	IdempotencyKey string            `protobuf:"bytes,8,opt,name=idempotency_key,json=idempotencyKey,proto3" json:"idempotency_key,omitempty"` // dedupe on the server/handler
	Metadata       map[string]string ``                                                                                                        // free-form tags
	/* 143-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Task) Descriptor deprecated

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

Deprecated: Use Task.ProtoReflect.Descriptor instead.

func (*Task) GetCorrelationId

func (x *Task) GetCorrelationId() string

func (*Task) GetDescription

func (x *Task) GetDescription() string

func (*Task) GetIdempotencyKey

func (x *Task) GetIdempotencyKey() string

func (*Task) GetMetadata

func (x *Task) GetMetadata() map[string]string

func (*Task) GetName

func (x *Task) GetName() string

func (*Task) GetPayload

func (x *Task) GetPayload() *anypb.Any

func (*Task) GetPriority

func (x *Task) GetPriority() int32

func (*Task) GetRetries

func (x *Task) GetRetries() int32

func (*Task) GetRetryDelay

func (x *Task) GetRetryDelay() *durationpb.Duration

func (*Task) ProtoMessage

func (*Task) ProtoMessage()

func (*Task) ProtoReflect

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

func (*Task) Reset

func (x *Task) Reset()

func (*Task) String

func (x *Task) String() string

type UnimplementedAdminServiceServer added in v0.2.2

type UnimplementedAdminServiceServer struct{}

UnimplementedAdminServiceServer should be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedAdminServiceServer) CreateSchedule added in v0.2.2

func (UnimplementedAdminServiceServer) DeleteJob added in v0.2.2

func (UnimplementedAdminServiceServer) DeleteSchedule added in v0.2.2

func (UnimplementedAdminServiceServer) GetDLQEntry added in v0.2.2

func (UnimplementedAdminServiceServer) GetHealth added in v0.2.2

func (UnimplementedAdminServiceServer) GetJob added in v0.2.2

func (UnimplementedAdminServiceServer) GetOverview added in v0.2.2

func (UnimplementedAdminServiceServer) GetQueue added in v0.2.2

func (UnimplementedAdminServiceServer) ListAuditEvents added in v0.2.2

func (UnimplementedAdminServiceServer) ListDLQ added in v0.2.2

func (UnimplementedAdminServiceServer) ListJobEvents added in v0.2.2

func (UnimplementedAdminServiceServer) ListJobs added in v0.2.2

func (UnimplementedAdminServiceServer) ListQueues added in v0.2.2

func (UnimplementedAdminServiceServer) ListScheduleEvents added in v0.2.2

func (UnimplementedAdminServiceServer) ListScheduleFactories added in v0.2.2

func (UnimplementedAdminServiceServer) ListSchedules added in v0.2.2

func (UnimplementedAdminServiceServer) PauseDequeue added in v0.2.2

func (UnimplementedAdminServiceServer) PauseQueue added in v0.2.2

func (UnimplementedAdminServiceServer) PauseSchedule added in v0.2.2

func (UnimplementedAdminServiceServer) PauseSchedules added in v0.2.2

func (UnimplementedAdminServiceServer) ReplayDLQ added in v0.2.2

func (UnimplementedAdminServiceServer) ReplayDLQByID added in v0.2.2

func (UnimplementedAdminServiceServer) ResetQueueWeight added in v0.2.2

func (UnimplementedAdminServiceServer) ResumeDequeue added in v0.2.2

func (UnimplementedAdminServiceServer) RunJob added in v0.2.2

func (UnimplementedAdminServiceServer) RunSchedule added in v0.2.2

func (UnimplementedAdminServiceServer) UpdateQueueWeight added in v0.2.2

func (UnimplementedAdminServiceServer) UpsertJob added in v0.2.2

type UnimplementedWorkerServiceServer

type UnimplementedWorkerServiceServer struct{}

UnimplementedWorkerServiceServer should be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedWorkerServiceServer) CancelTask

func (UnimplementedWorkerServiceServer) GetTask

func (UnimplementedWorkerServiceServer) RegisterDurableTasks added in v0.1.8

func (UnimplementedWorkerServiceServer) RegisterTasks

type UnsafeAdminServiceServer added in v0.2.2

type UnsafeAdminServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeAdminServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to AdminServiceServer will result in compilation errors.

type UnsafeWorkerServiceServer

type UnsafeWorkerServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeWorkerServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to WorkerServiceServer will result in compilation errors.

type UpdateQueueWeightRequest added in v0.2.2

type UpdateQueueWeightRequest struct {
	Name   string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Weight int32  `protobuf:"varint,2,opt,name=weight,proto3" json:"weight,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateQueueWeightRequest) Descriptor deprecated added in v0.2.2

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

Deprecated: Use UpdateQueueWeightRequest.ProtoReflect.Descriptor instead.

func (*UpdateQueueWeightRequest) GetName added in v0.2.2

func (x *UpdateQueueWeightRequest) GetName() string

func (*UpdateQueueWeightRequest) GetWeight added in v0.2.2

func (x *UpdateQueueWeightRequest) GetWeight() int32

func (*UpdateQueueWeightRequest) ProtoMessage added in v0.2.2

func (*UpdateQueueWeightRequest) ProtoMessage()

func (*UpdateQueueWeightRequest) ProtoReflect added in v0.2.2

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

func (*UpdateQueueWeightRequest) Reset added in v0.2.2

func (x *UpdateQueueWeightRequest) Reset()

func (*UpdateQueueWeightRequest) String added in v0.2.2

func (x *UpdateQueueWeightRequest) String() string

type UpdateQueueWeightResponse added in v0.2.2

type UpdateQueueWeightResponse struct {
	Queue *QueueSummary `protobuf:"bytes,1,opt,name=queue,proto3" json:"queue,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateQueueWeightResponse) Descriptor deprecated added in v0.2.2

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

Deprecated: Use UpdateQueueWeightResponse.ProtoReflect.Descriptor instead.

func (*UpdateQueueWeightResponse) GetQueue added in v0.2.2

func (x *UpdateQueueWeightResponse) GetQueue() *QueueSummary

func (*UpdateQueueWeightResponse) ProtoMessage added in v0.2.2

func (*UpdateQueueWeightResponse) ProtoMessage()

func (*UpdateQueueWeightResponse) ProtoReflect added in v0.2.2

func (*UpdateQueueWeightResponse) Reset added in v0.2.2

func (x *UpdateQueueWeightResponse) Reset()

func (*UpdateQueueWeightResponse) String added in v0.2.2

func (x *UpdateQueueWeightResponse) String() string

type UpsertJobRequest added in v0.2.2

type UpsertJobRequest struct {
	Spec *JobSpec `protobuf:"bytes,1,opt,name=spec,proto3" json:"spec,omitempty"`
	// contains filtered or unexported fields
}

func (*UpsertJobRequest) Descriptor deprecated added in v0.2.2

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

Deprecated: Use UpsertJobRequest.ProtoReflect.Descriptor instead.

func (*UpsertJobRequest) GetSpec added in v0.2.2

func (x *UpsertJobRequest) GetSpec() *JobSpec

func (*UpsertJobRequest) ProtoMessage added in v0.2.2

func (*UpsertJobRequest) ProtoMessage()

func (*UpsertJobRequest) ProtoReflect added in v0.2.2

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

func (*UpsertJobRequest) Reset added in v0.2.2

func (x *UpsertJobRequest) Reset()

func (*UpsertJobRequest) String added in v0.2.2

func (x *UpsertJobRequest) String() string

type UpsertJobResponse added in v0.2.2

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

func (*UpsertJobResponse) Descriptor deprecated added in v0.2.2

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

Deprecated: Use UpsertJobResponse.ProtoReflect.Descriptor instead.

func (*UpsertJobResponse) GetJob added in v0.2.2

func (x *UpsertJobResponse) GetJob() *Job

func (*UpsertJobResponse) ProtoMessage added in v0.2.2

func (*UpsertJobResponse) ProtoMessage()

func (*UpsertJobResponse) ProtoReflect added in v0.2.2

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

func (*UpsertJobResponse) Reset added in v0.2.2

func (x *UpsertJobResponse) Reset()

func (*UpsertJobResponse) String added in v0.2.2

func (x *UpsertJobResponse) String() string

type WorkerServiceClient

WorkerServiceClient is the client API for WorkerService 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 WorkerServiceServer

WorkerServiceServer is the server API for WorkerService service. All implementations should embed UnimplementedWorkerServiceServer for forward compatibility.

type WorkerService_StreamResultsClient

type WorkerService_StreamResultsClient = grpc.ServerStreamingClient[StreamResultsResponse]

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

type WorkerService_StreamResultsServer

type WorkerService_StreamResultsServer = grpc.ServerStreamingServer[StreamResultsResponse]

This type alias is provided for backwards compatibility with existing code that references the prior non-generic stream type by name.

Jump to

Keyboard shortcuts

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