[[["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."],[[["This documentation pertains to the `StorageSource` class within the Google Cloud Functions v2 API, specifically version 1.5.0, used for defining the location of source code in Google Cloud Storage."],["The `StorageSource` class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable\u003cStorageSource\u003e`, `IDeepCloneable\u003cStorageSource\u003e`, `IBufferMessage`, and `IMessage`, offering comprehensive functionality for working with storage sources."],["`StorageSource` instances can be constructed either with default values via `StorageSource()`, or by copying existing instances with `StorageSource(StorageSource other)`."],["The `StorageSource` class includes properties for `Bucket`, `Generation`, and `Object`, allowing specification of the GCS location, generation number, and file name of the source archive."],["The Google Cloud Storage object specified by the `Object` property within the `StorageSource` class must be a `.tar.gz` gzipped archive file, intended to contain the source code for the cloud function."]]],[]]