[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2019-12-03 UTC."],[],[],null,["# Namespace: storage\n\n[test](/docs/reference/functions/test/test).storage\n===================================================\n\nnamespace static\n\nNamespace for testing Storage functions using the Cloud Functions for Firebase Test SDK.\n\nMethods\n-------\n\n### exampleObjectMetadata\n\nstatic\n\nexampleObjectMetadata() returns functions.storage.ObjectMetadata\n\nFetch an example `ObjectMetadata` already populated with data.\n\nReturns\n\n: `non-null functions.storage.ObjectMetadata`\n\n### makeObjectMetaData\n\nstatic\n\nmakeObjectMetaData(fields) returns functions.storage.ObjectMetadata\n\n| #### Parameter ||\n|--------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| fields | Object Fields of `ObjectMetadata` to specify. Can be any subset of the fields in [functions.storage.ObjectMetadata](https://firebase.google.com/docs/reference/functions/functions.storage.ObjectMetadata). Value must not be null. |\n\nReturns\n\n: `non-null functions.storage.ObjectMetadata`"]]