class documentation

class ProjectServiceServicer(object): (source)

View In Hierarchy

Missing associated documentation comment in .proto file.

Method Create Creates a new project.
Method Delete Deletes a project by its ID.
Method Get Retrieves a project by its ID.
Method GetByName Retrieves a project by its name within a specified parent.
Method List Lists projects under a specified parent.
Method Update Updates an existing project.
def Create(self, request, context): (source)

Creates a new project.

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

Deletes a project by its ID.

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

Retrieves a project by its ID.

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

Retrieves a project by its name within a specified parent.

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

Lists projects under a specified parent.

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

Updates an existing project.