Interface protos.google.storagetransfer.v1.ITransferJob (4.1.0)
Stay organized with collections
Save and categorize content based on your preferences.
Properties of a TransferJob.
Package
@google-cloud/storage-transfer
Properties
creationTime
creationTime?: (google.protobuf.ITimestamp|null);
deletionTime
deletionTime?: (google.protobuf.ITimestamp|null);
description
description?: (string|null);
eventStream
eventStream?: (google.storagetransfer.v1.IEventStream|null);
lastModificationTime
lastModificationTime?: (google.protobuf.ITimestamp|null);
TransferJob lastModificationTime
latestOperationName
latestOperationName?: (string|null);
TransferJob latestOperationName
loggingConfig
loggingConfig?: (google.storagetransfer.v1.ILoggingConfig|null);
TransferJob loggingConfig
name
notificationConfig
notificationConfig?: (google.storagetransfer.v1.INotificationConfig|null);
TransferJob notificationConfig
projectId
projectId?: (string|null);
replicationSpec
replicationSpec?: (google.storagetransfer.v1.IReplicationSpec|null);
TransferJob replicationSpec
schedule
schedule?: (google.storagetransfer.v1.ISchedule|null);
serviceAccount
serviceAccount?: (string|null);
TransferJob serviceAccount
status
status?: (google.storagetransfer.v1.TransferJob.Status|keyof typeof google.storagetransfer.v1.TransferJob.Status|null);
transferSpec
transferSpec?: (google.storagetransfer.v1.ITransferSpec|null);
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-09-04 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Interface protos.google.storagetransfer.v1.ITransferJob (4.1.0)\n\nVersion latestkeyboard_arrow_down\n\n- [4.1.0 (latest)](/nodejs/docs/reference/storage-transfer/latest/storage-transfer/protos.google.storagetransfer.v1.itransferjob)\n- [4.0.1](/nodejs/docs/reference/storage-transfer/4.0.1/storage-transfer/protos.google.storagetransfer.v1.itransferjob)\n- [3.6.0](/nodejs/docs/reference/storage-transfer/3.6.0/storage-transfer/protos.google.storagetransfer.v1.itransferjob)\n- [3.5.0](/nodejs/docs/reference/storage-transfer/3.5.0/storage-transfer/protos.google.storagetransfer.v1.itransferjob)\n- [3.4.0](/nodejs/docs/reference/storage-transfer/3.4.0/storage-transfer/protos.google.storagetransfer.v1.itransferjob)\n- [3.0.0](/nodejs/docs/reference/storage-transfer/3.0.0/storage-transfer/protos.google.storagetransfer.v1.itransferjob)\n- [2.3.2](/nodejs/docs/reference/storage-transfer/2.3.2/storage-transfer/protos.google.storagetransfer.v1.itransferjob)\n- [2.2.1](/nodejs/docs/reference/storage-transfer/2.2.1/storage-transfer/protos.google.storagetransfer.v1.itransferjob)\n- [2.1.1](/nodejs/docs/reference/storage-transfer/2.1.1/storage-transfer/protos.google.storagetransfer.v1.itransferjob)\n- [1.2.0](/nodejs/docs/reference/storage-transfer/1.2.0/storage-transfer/protos.google.storagetransfer.v1.itransferjob)\n- [1.1.1](/nodejs/docs/reference/storage-transfer/1.1.1/storage-transfer/protos.google.storagetransfer.v1.itransferjob)\n- [1.0.1](/nodejs/docs/reference/storage-transfer/1.0.1/storage-transfer/protos.google.storagetransfer.v1.itransferjob) \nProperties of a TransferJob.\n\nPackage\n-------\n\n[@google-cloud/storage-transfer](../overview.html)\n\nProperties\n----------\n\n### creationTime\n\n creationTime?: (google.protobuf.ITimestamp|null);\n\nTransferJob creationTime\n\n### deletionTime\n\n deletionTime?: (google.protobuf.ITimestamp|null);\n\nTransferJob deletionTime\n\n### description\n\n description?: (string|null);\n\nTransferJob description\n\n### eventStream\n\n eventStream?: (google.storagetransfer.v1.IEventStream|null);\n\nTransferJob eventStream\n\n### lastModificationTime\n\n lastModificationTime?: (google.protobuf.ITimestamp|null);\n\nTransferJob lastModificationTime\n\n### latestOperationName\n\n latestOperationName?: (string|null);\n\nTransferJob latestOperationName\n\n### loggingConfig\n\n loggingConfig?: (google.storagetransfer.v1.ILoggingConfig|null);\n\nTransferJob loggingConfig\n\n### name\n\n name?: (string|null);\n\nTransferJob name\n\n### notificationConfig\n\n notificationConfig?: (google.storagetransfer.v1.INotificationConfig|null);\n\nTransferJob notificationConfig\n\n### projectId\n\n projectId?: (string|null);\n\nTransferJob projectId\n\n### replicationSpec\n\n replicationSpec?: (google.storagetransfer.v1.IReplicationSpec|null);\n\nTransferJob replicationSpec\n\n### schedule\n\n schedule?: (google.storagetransfer.v1.ISchedule|null);\n\nTransferJob schedule\n\n### serviceAccount\n\n serviceAccount?: (string|null);\n\nTransferJob serviceAccount\n\n### status\n\n status?: (google.storagetransfer.v1.TransferJob.Status|keyof typeof google.storagetransfer.v1.TransferJob.Status|null);\n\nTransferJob status\n\n### transferSpec\n\n transferSpec?: (google.storagetransfer.v1.ITransferSpec|null);\n\nTransferJob transferSpec"]]