Uses of Interface
com.google.cloud.gkebackup.v1.VolumeBackupOrBuilder
-
Packages that use VolumeBackupOrBuilder Package Description com.google.cloud.gkebackup.v1 A client to Backup for GKE API -
-
Uses of VolumeBackupOrBuilder in com.google.cloud.gkebackup.v1
Classes in com.google.cloud.gkebackup.v1 that implement VolumeBackupOrBuilder Modifier and Type Class Description classVolumeBackupRepresents the backup of a specific persistent volume as a component of a Backup - both the record of the operation and a pointer to the underlying storage-specific artifacts.static classVolumeBackup.BuilderRepresents the backup of a specific persistent volume as a component of a Backup - both the record of the operation and a pointer to the underlying storage-specific artifacts.Methods in com.google.cloud.gkebackup.v1 that return VolumeBackupOrBuilder Modifier and Type Method Description VolumeBackupOrBuilderListVolumeBackupsResponse.Builder. getVolumeBackupsOrBuilder(int index)The list of VolumeBackups matching the given criteria.VolumeBackupOrBuilderListVolumeBackupsResponse. getVolumeBackupsOrBuilder(int index)The list of VolumeBackups matching the given criteria.VolumeBackupOrBuilderListVolumeBackupsResponseOrBuilder. getVolumeBackupsOrBuilder(int index)The list of VolumeBackups matching the given criteria.Methods in com.google.cloud.gkebackup.v1 that return types with arguments of type VolumeBackupOrBuilder Modifier and Type Method Description List<? extends VolumeBackupOrBuilder>ListVolumeBackupsResponse.Builder. getVolumeBackupsOrBuilderList()The list of VolumeBackups matching the given criteria.List<? extends VolumeBackupOrBuilder>ListVolumeBackupsResponse. getVolumeBackupsOrBuilderList()The list of VolumeBackups matching the given criteria.List<? extends VolumeBackupOrBuilder>ListVolumeBackupsResponseOrBuilder. getVolumeBackupsOrBuilderList()The list of VolumeBackups matching the given criteria.
-