class documentation

class JobServiceServicer(object): (source)

View In Hierarchy

Missing associated documentation comment in .proto file.

Method Cancel Cancel the job.
Method Create Creates a job.
Method Get Returns the specified job.
Method List Retrieves a list of jobs.
def Cancel(self, request, context): (source)

Cancel the job.

def Create(self, request, context): (source)

Creates a job.

def Get(self, request, context): (source)

Returns the specified job.

def List(self, request, context): (source)

Retrieves a list of jobs.