Uses of Interface
com.google.cloud.gkebackup.v1.BackupOrBuilder
-
Packages that use BackupOrBuilder Package Description com.google.cloud.gkebackup.v1 A client to Backup for GKE API -
-
Uses of BackupOrBuilder in com.google.cloud.gkebackup.v1
Classes in com.google.cloud.gkebackup.v1 that implement BackupOrBuilder Modifier and Type Class Description class
Backup
Represents a request to perform a single point-in-time capture of some portion of the state of a GKE cluster, the record of the backup operation itself, and an anchor for the underlying artifacts that comprise the Backup (the config backup and VolumeBackups).static class
Backup.Builder
Represents a request to perform a single point-in-time capture of some portion of the state of a GKE cluster, the record of the backup operation itself, and an anchor for the underlying artifacts that comprise the Backup (the config backup and VolumeBackups).Methods in com.google.cloud.gkebackup.v1 that return BackupOrBuilder Modifier and Type Method Description BackupOrBuilder
CreateBackupRequest.Builder. getBackupOrBuilder()
The Backup resource to create.BackupOrBuilder
CreateBackupRequest. getBackupOrBuilder()
The Backup resource to create.BackupOrBuilder
CreateBackupRequestOrBuilder. getBackupOrBuilder()
The Backup resource to create.BackupOrBuilder
UpdateBackupRequest.Builder. getBackupOrBuilder()
Required.BackupOrBuilder
UpdateBackupRequest. getBackupOrBuilder()
Required.BackupOrBuilder
UpdateBackupRequestOrBuilder. getBackupOrBuilder()
Required.BackupOrBuilder
ListBackupsResponse.Builder. getBackupsOrBuilder(int index)
The list of Backups matching the given criteria.BackupOrBuilder
ListBackupsResponse. getBackupsOrBuilder(int index)
The list of Backups matching the given criteria.BackupOrBuilder
ListBackupsResponseOrBuilder. getBackupsOrBuilder(int index)
The list of Backups matching the given criteria.Methods in com.google.cloud.gkebackup.v1 that return types with arguments of type BackupOrBuilder Modifier and Type Method Description List<? extends BackupOrBuilder>
ListBackupsResponse.Builder. getBackupsOrBuilderList()
The list of Backups matching the given criteria.List<? extends BackupOrBuilder>
ListBackupsResponse. getBackupsOrBuilderList()
The list of Backups matching the given criteria.List<? extends BackupOrBuilder>
ListBackupsResponseOrBuilder. getBackupsOrBuilderList()
The list of Backups matching the given criteria.
-