mirror of
https://github.com/google/nomulus.git
synced 2025-05-02 13:07:50 +02:00
The export happens in a reducer, whois instance fields all need to be serializable. The DriveConnection is therefore installed as a class variable that can be replaced with a mock during test. Class variables are not serialized. Only fields related to a particular instance are. Note that DriveConnection is a misnomer. It is not a connection at all. It is just a thin wrapper class around the Drive service class, which provides convenient methods to write into Drive. Regardless, it cannot be serialized. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=194596695 |
||
---|---|---|
.. | ||
sheet | ||
BigqueryPollJobAction.java | ||
BUILD | ||
CheckSnapshotAction.java | ||
DatastoreBackupInfo.java | ||
DatastoreBackupService.java | ||
DriveModule.java | ||
ExportConstants.java | ||
ExportDomainListsAction.java | ||
ExportRequestModule.java | ||
ExportReservedTermsAction.java | ||
ExportSnapshotAction.java | ||
ExportUtils.java | ||
LoadSnapshotAction.java | ||
package-info.java | ||
PublishDetailReportAction.java | ||
SyncGroupMembersAction.java | ||
UpdateSnapshotViewAction.java |