class documentation

class BackupServiceServicer(object): (source)

View In Hierarchy

A set of methods for managing PostgreSQL Cluster backups.

Method Get Returns the specified PostgreSQL Cluster backup. To get the list of available PostgreSQL Cluster backups, make a [List] or [ListByCluster] request.
Method List Retrieves the list of PostgreSQL Cluster backups by project.
Method ListByCluster Retrieves the list of PostgreSQL Cluster backups by cluster.
def Get(self, request, context): (source)

Returns the specified PostgreSQL Cluster backup. To get the list of available PostgreSQL Cluster backups, make a [List] or [ListByCluster] request.

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

Retrieves the list of PostgreSQL Cluster backups by project.

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

Retrieves the list of PostgreSQL Cluster backups by cluster.