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 classBackupRepresents 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 classBackup.BuilderRepresents 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 BackupOrBuilderCreateBackupRequest.Builder. getBackupOrBuilder()The Backup resource to create.BackupOrBuilderCreateBackupRequest. getBackupOrBuilder()The Backup resource to create.BackupOrBuilderCreateBackupRequestOrBuilder. getBackupOrBuilder()The Backup resource to create.BackupOrBuilderUpdateBackupRequest.Builder. getBackupOrBuilder()Required.BackupOrBuilderUpdateBackupRequest. getBackupOrBuilder()Required.BackupOrBuilderUpdateBackupRequestOrBuilder. getBackupOrBuilder()Required.BackupOrBuilderListBackupsResponse.Builder. getBackupsOrBuilder(int index)The list of Backups matching the given criteria.BackupOrBuilderListBackupsResponse. getBackupsOrBuilder(int index)The list of Backups matching the given criteria.BackupOrBuilderListBackupsResponseOrBuilder. 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.
-