Uses of Class
com.google.firestore.admin.v1.Backup
-
Uses of Backup in com.google.firestore.admin.v1
Methods in com.google.firestore.admin.v1 that return BackupModifier and TypeMethodDescriptionBackup.Builder.build()Backup.Builder.buildPartial()ListBackupsResponse.Builder.getBackups(int index) List of all backups for the project.ListBackupsResponse.getBackups(int index) List of all backups for the project.ListBackupsResponseOrBuilder.getBackups(int index) List of all backups for the project.static BackupBackup.getDefaultInstance()Backup.Builder.getDefaultInstanceForType()Backup.getDefaultInstanceForType()static BackupBackup.parseDelimitedFrom(InputStream input) static BackupBackup.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BackupBackup.parseFrom(byte[] data) static BackupBackup.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BackupBackup.parseFrom(com.google.protobuf.ByteString data) static BackupBackup.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BackupBackup.parseFrom(com.google.protobuf.CodedInputStream input) static BackupBackup.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BackupBackup.parseFrom(InputStream input) static BackupBackup.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BackupBackup.parseFrom(ByteBuffer data) static BackupBackup.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.firestore.admin.v1 that return types with arguments of type BackupModifier and TypeMethodDescriptionListBackupsResponse.Builder.getBackupsList()List of all backups for the project.ListBackupsResponse.getBackupsList()List of all backups for the project.ListBackupsResponseOrBuilder.getBackupsList()List of all backups for the project.com.google.protobuf.Parser<Backup>Backup.getParserForType()static com.google.protobuf.Parser<Backup>Backup.parser()Methods in com.google.firestore.admin.v1 with parameters of type BackupModifier and TypeMethodDescriptionListBackupsResponse.Builder.addBackups(int index, Backup value) List of all backups for the project.ListBackupsResponse.Builder.addBackups(Backup value) List of all backups for the project.static Backup.BuilderBackup.newBuilder(Backup prototype) ListBackupsResponse.Builder.setBackups(int index, Backup value) List of all backups for the project.Method parameters in com.google.firestore.admin.v1 with type arguments of type BackupModifier and TypeMethodDescriptionListBackupsResponse.Builder.addAllBackups(Iterable<? extends Backup> values) List of all backups for the project.