class documentation

class BackupServiceServicer(object): (source)

View In Hierarchy

A set of methods for managing PostgreSQL Cluster backups.

Method Create Creates a new on-demand backup.
Method Delete Deletes an on-demand backup.
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 Create(self, request, context): (source)

Creates a new on-demand backup.

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

Deletes an on-demand backup.

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.