class documentation

class LogExportServiceServicer(object): (source)

View In Hierarchy

Export logs to a specified destination.

Method CancelExportLogs Cancel an in-progress export operation by its ID. Has no effect on exports that have already finished or failed.
Method ExportLogs Create a new log export
Method GetExportInfo Get the status of a single export operation by its ID.
Method ListExports List export operations in the container given by --parent-id.
def CancelExportLogs(self, request, context): (source)

Cancel an in-progress export operation by its ID. Has no effect on exports that have already finished or failed.

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

Create a new log export

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

Get the status of a single export operation by its ID.

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

List export operations in the container given by --parent-id.