Required. The file name including folder path, if applicable. The path should be relative to a local workspace (e.g. dataconnect/(schema|connector)/*.gql) and not an absolute path (e.g. /absolute/path/(schema|connector)/*.gql).
[[["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 2024-09-20 UTC."],[],[],null,["# Source\n\nUsed to represent a set of source files.\n\n| JSON representation |\n|--------------------------------------------------------------------------------------------|\n| ``` { \"files\": [ { object (/docs/reference/data-connect/rest/v1beta/Source#File) } ] } ``` |\n\n| Fields ||\n|-----------|-----------------------------------------------------------------------------------------------------------------------------|\n| `files[]` | `object (`[File](/docs/reference/data-connect/rest/v1beta/Source#File)`)` Required. The files that comprise the source set. |\n\nFile\n----\n\nIndividual files.\n\n| JSON representation |\n|-----------------------------------------------|\n| ``` { \"path\": string, \"content\": string } ``` |\n\n| Fields ||\n|-----------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `path` | `string` Required. The file name including folder path, if applicable. The path should be relative to a local workspace (e.g. dataconnect/(schema\\|connector)/\\*.gql) and not an absolute path (e.g. /absolute/path/(schema\\|connector)/\\*.gql). |\n| `content` | `string` Required. The file's textual content. |"]]