Uses of Interface
com.google.cloud.filestore.v1.BackupOrBuilder
-
Packages that use BackupOrBuilder Package Description com.google.cloud.filestore.v1 A client to Cloud Filestore API -
-
Uses of BackupOrBuilder in com.google.cloud.filestore.v1
Classes in com.google.cloud.filestore.v1 that implement BackupOrBuilder Modifier and Type Class Description class
Backup
A Filestore backup.static class
Backup.Builder
A Filestore backup.Methods in com.google.cloud.filestore.v1 that return BackupOrBuilder Modifier and Type Method Description BackupOrBuilder
CreateBackupRequest.Builder. getBackupOrBuilder()
Required.BackupOrBuilder
CreateBackupRequest. getBackupOrBuilder()
Required.BackupOrBuilder
CreateBackupRequestOrBuilder. getBackupOrBuilder()
Required.BackupOrBuilder
UpdateBackupRequest.Builder. getBackupOrBuilder()
Required.BackupOrBuilder
UpdateBackupRequest. getBackupOrBuilder()
Required.BackupOrBuilder
UpdateBackupRequestOrBuilder. getBackupOrBuilder()
Required.BackupOrBuilder
ListBackupsResponse.Builder. getBackupsOrBuilder(int index)
A list of backups in the project for the specified location.BackupOrBuilder
ListBackupsResponse. getBackupsOrBuilder(int index)
A list of backups in the project for the specified location.BackupOrBuilder
ListBackupsResponseOrBuilder. getBackupsOrBuilder(int index)
A list of backups in the project for the specified location.Methods in com.google.cloud.filestore.v1 that return types with arguments of type BackupOrBuilder Modifier and Type Method Description List<? extends BackupOrBuilder>
ListBackupsResponse.Builder. getBackupsOrBuilderList()
A list of backups in the project for the specified location.List<? extends BackupOrBuilder>
ListBackupsResponse. getBackupsOrBuilderList()
A list of backups in the project for the specified location.List<? extends BackupOrBuilder>
ListBackupsResponseOrBuilder. getBackupsOrBuilderList()
A list of backups in the project for the specified location.
-