Used to represent a set of source files.
JSON representation |
---|
{
"files": [
{
object ( |
Fields | |
---|---|
files[] |
Required. The files that comprise the source set. |
File
Individual files.
JSON representation |
---|
{ "path": string, "content": string } |
Fields | |
---|---|
path |
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). |
content |
Required. The file's textual content. |