Source

Used to represent a set of source files.

JSON representation
{"files":[{object (File)}]}
Fields
files[]

object (File)

Required. The files that comprise the source set.

File

Individual files.

JSON representation
{"path":string,"content":string}
Fields
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).

content

string

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.