# Functions
BackupPolicyURL creates a resource URL for the BackupPolicy with given ID in given context (as individual IDs).
BackupPolicyURL2 creates a resource URL for the BackupPolicy with given ID in given context (as base URL).
BackupURL creates a resource URL for the Backup with given ID in given context (as individual IDs).
BackupURL2 creates a resource URL for the Backup with given ID in given context (as base URL).
ForEachBackup iterates over all backups for a specific deployment, invoking the given callback for each backup.
ForEachBackupPolicy iterates over all backup policies for a specific deployment, invoking the given callback for each backup policy.
No description provided by the author
RegisterBackupServiceHandler registers the http handlers for service BackupService to "mux".
RegisterBackupServiceHandlerClient registers the http handlers for service BackupService to "mux".
RegisterBackupServiceHandlerFromEndpoint is same as RegisterBackupServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterBackupServiceHandlerServer registers the http handlers for service BackupService to "mux".
No description provided by the author
# Constants
APIID contains identifier of this API.
APIMajorVersion contains major version of this API.
APIMinorVersion contains minor version of this API.
APIPatchVersion contains patch version of this API.
EventTypeBackupCreated is the type of event fired after a backup has been created SubjectID contains the ID of the backup.
EventTypeBackupDeleted is the type of event fired after a backup has been (marked for) deleted SubjectID contains the ID of the backup.
EventTypeBackupPolicy Created is the type of event fired after a backup policy has been created SubjectID contains the ID of the backup policy.
EventTypeBackupPolicyDeleted is the type of event fired after a backup policy has been (marked for) deleted SubjectID contains the ID of the backup policy.
EventTypeBackupPolicyUpdated is the type of event fired after a backup policy has been updated SubjectID contains the ID of the backup policy.
EventTypeBackupUpdated is the type of event fired after a backup has been updated SubjectID contains the ID of the backup.
KindBackup is a constants for the kind of Backup resources.
KindBackupPolicy is a constants for the kind of BackupPolicy resources.
PermissionBackupCopy is needed for copying a backup.
PermissionBackupCreate is needed for create a manual backup (this includes backup upload to cloud).
PermissionBackupDelete is needed for deleting a backup.
PermissionBackupDownload is needed for downloading a backup.
PermissionBackupFeatureGet is needed for getting whether or not the backup feature is available for a specific deployment.
PermissionBackupGet is needed for getting individual backup in a deployment.
PermissionBackupList is needed for listing backups in a deployment.
PermissionBackupPolicyCreate is needed for create a backup policy.
PermissionBackupPolicyDelete is needed for deleting a backup policy.
PermissionBackupPolicyGet is needed for getting individual backup policy in a deployment.
PermissionBackupPolicyList is needed for listing backup policies in a deployment.
PermissionBackupPolicyUpdate is needed for updating a backup policy.
PermissionBackupRestore is needed for restoring a backup.
PermissionBackupUpdate is needed for updating a (manual or created by policy) backup (this includes backup upload/removal from cloud).
# Variables
No description provided by the author
# Structs
Backup represents a single backup of a deployment.
Information about the deployment during backup All members of this field are read-only.
Information about a backup download.
The status of backup download All members of this message are read-only.
Status of the actual backup All members of this field are read-only.
The status of backup upload All members of this message are read-only.
List of backups.
BackupPolicy represents a single backup policy for a deployment.
Note: Nested types inside nested types is not supported by the typescript generator.
Note: Nested types inside nested types is not supported by the typescript generator.
Note: Nested types inside nested types is not supported by the typescript generator.
No description provided by the author
Status of the backup policy All members of this field are read-only.
List of backup policies.
Parameters for copying the backup.
Request arguments for ListBackupPolicies.
Request arguments for ListBackups.
TimeOfDay describes a specific moment on a day.
UnimplementedBackupServiceServer can be embedded to have forward compatible implementations.
# Interfaces
BackupServiceClient is the client API for BackupService service.
BackupServiceServer is the server API for BackupService service.
# Type aliases
No description provided by the author
No description provided by the author