Manifest
Stay organized with collections
Save and categorize content based on your preferences.
Describes list of objects to be transformed.
JSON representation
{"manifestLocation": string}
Fields
manifestLocation
string
Required. Specify the manifest file location. The format of manifest location can be an absolute path to the object in the format of gs://bucketName/path/object_name. For example, gs://bucketName/path/object_name.csv. Alternatively, you can specify an absolute path with a single wildcard character in the file name, for example gs://bucketName/path/fileName*.csv. If the manifest location is specified with a wildcard, objects in all manifest files matching the pattern will be acted upon. The manifest is a CSV file, uploaded to Cloud Storage, that contains one object or a list of objects that you want to process. Each row in the manifest must include the bucket and name of the object. You can optionally specify the generation of the object. If you don't specify the generation, the current version of the object is used.
You can optionally include a header row with the following format: bucket,name,generation. For example,
[[["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 2026-09-03 UTC."],[],[]]