package depend

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service DependInterface

depend.proto:12

message Depend

depend.proto:57

The Depend object repesents a unique dependency on the Cuebot server.

Used in: DependGetDependResponse, DependSatisfyRequest, DependSeq, DependUnsatisfyRequest, job.FrameCreateDependencyOnFrameResponse, job.FrameCreateDependencyOnJobResponse, job.FrameCreateDependencyOnLayerResponse, job.JobCreateDependencyOnFrameResponse, job.JobCreateDependencyOnJobResponse, job.JobCreateDependencyOnLayerResponse, job.LayerCreateDependOnFrameResponse, job.LayerCreateDependOnJobResponse, job.LayerCreateDependOnLayerResponse, job.LayerCreateFrameByFrameDependResponse

message DependSeq

depend.proto:93

An array of Depend objects

Used in: job.FrameGetWhatDependsOnThisResponse, job.FrameGetWhatThisDependsOnResponse, job.JobGetDependsResponse, job.JobGetWhatDependsOnThisResponse, job.JobGetWhatThisDependsOnResponse, job.LayerGetWhatDependsOnThisResponse, job.LayerGetWhatThisDependsOnResponse

enum DependTarget

depend.proto:47

The depend visibility. If the depend-er-job and the depend-on-job is the same, the depend is Internal, if not, its External.

Used in: Depend, job.FrameDropDependsRequest, job.JobDropDependsRequest, job.LayerDropDependsRequest

enum DependType

depend.proto:29

Defines the type of dependency. The names are pretty much self explanatory except for FrameByFrame, which is basically a hard depend.

Used in: Depend