Source Stay organized with collections Save and categorize content based on your preferences.
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. |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-20 UTC.