class documentation

class ImageServiceServicer(object): (source)

View In Hierarchy

Missing associated documentation comment in .proto file.

Method Get Retrieves detailed information about a specific image by its ID.
Method GetByName Retrieves detailed information about a specific image by its parent and name.
Method GetLatestByFamily Retrieves the most recent image from a specified family. Image families are used to organize related images and ensure easy access to the latest version.
Method List Lists all images in a specific parent resource.
Method ListOperationsByParent Lists all operations that were performed within a specific parent resource.
def Get(self, request, context): (source)

Retrieves detailed information about a specific image by its ID.

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

Retrieves detailed information about a specific image by its parent and name.

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

Retrieves the most recent image from a specified family. Image families are used to organize related images and ensure easy access to the latest version.

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

Lists all images in a specific parent resource.

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

Lists all operations that were performed within a specific parent resource.