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 class
VolumeBackup
Represents 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 class
VolumeBackup.Builder
Represents 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 VolumeBackupOrBuilder
ListVolumeBackupsResponse.Builder. getVolumeBackupsOrBuilder(int index)
The list of VolumeBackups matching the given criteria.VolumeBackupOrBuilder
ListVolumeBackupsResponse. getVolumeBackupsOrBuilder(int index)
The list of VolumeBackups matching the given criteria.VolumeBackupOrBuilder
ListVolumeBackupsResponseOrBuilder. 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.
-