public RepeatedField<string> FilePatterns { get; }
Required. Patterns to identify a set of files in Google Cloud Storage.
See Cloud Storage
documentation
for more information. Note that bucket wildcards are currently not
supported.
Examples of valid file_patterns:
gs://bucket_name/dir/*: matches all files within bucket_name/dir
directory.
gs://bucket_name/dir/**: matches all files in bucket_name/dir
spanning all subdirectories.
gs://bucket_name/file*: matches files prefixed by file in
bucket_name
gs://bucket_name/??.txt: matches files with two characters followed by
.txt in bucket_name
gs://bucket_name/[aeiou].txt: matches files that contain a single
vowel character followed by .txt in
bucket_name
gs://bucket_name/[a-m].txt: matches files that contain a, b, ...
or m followed by .txt in bucket_name
gs://bucket_name/a/*/b: matches all files in bucket_name that match
a/*/b pattern, such as a/c/b, a/d/b
[[["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 2025-08-07 UTC."],[[["\u003cp\u003eThis document outlines the \u003ccode\u003eGcsFilesetSpec\u003c/code\u003e class, which is used to describe a Cloud Storage fileset entry within the Google Cloud Data Catalog.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version available is 2.14.0, and the document provides links to documentation for all versions, going as far back as version 1.2.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGcsFilesetSpec\u003c/code\u003e class inherits from \u003ccode\u003eObject\u003c/code\u003e and implements interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of the \u003ccode\u003eGcsFilesetSpec\u003c/code\u003e class include \u003ccode\u003eFilePatterns\u003c/code\u003e, which allows for defining patterns to identify files in Google Cloud Storage, and \u003ccode\u003eSampleGcsFileSpecs\u003c/code\u003e, which provides a sample of the files contained within the fileset.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGcsFilesetSpec\u003c/code\u003e has two constructors, one parameterless and one that takes in a \u003ccode\u003eGcsFilesetSpec\u003c/code\u003e object, and both are publicly accessible.\u003c/p\u003e\n"]]],[],null,[]]