class documentation

class OneTimeExportServiceServicer(object): (source)

View In Hierarchy

Service for managing one-time billing report exports. Enables creation of downloadable archives of billing data for a specified period.

Method Create Creates a new one-time export of billing reports for the requested period.
Method Get Retrieves details of a specific one-time export. When the export is complete, the response includes a fresh presigned download URL.
Method List Lists one-time exports for a given contract.
def Create(self, request, context): (source)

Creates a new one-time export of billing reports for the requested period.

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

Retrieves details of a specific one-time export. When the export is complete, the response includes a fresh presigned download URL.

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

Lists one-time exports for a given contract.