[[["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-03-21 UTC."],[[["The `IUploadProgress` interface, found in the `Google.Apis.Upload` namespace, provides a way to monitor the progress of file uploads within the Google APIs."],["This interface includes properties such as `BytesSent`, `Exception`, and `Status` to report on the number of bytes sent, any encountered errors, and the current upload status, respectively."],["Several versions of the `IUploadProgress` interface are available, with version 1.69.0 being the latest, and others including versions 1.68.0, 1.60.0, 1.59.0, 1.55.0, and 1.50.0."],["The `IUploadProgress` interface has extension methods, including `ThrowOnFailure` and `ThrowIfNull`, available for error handling and null checks."]]],[]]