InputConfig

Input configuration.

JSON representation
{
  "gcsSource": {
    object(GcsSource)
  }
}
Fields
gcsSource

object(GcsSource)

The Google Cloud Storage location for the input content.

GcsSource

The Google Cloud Storage location for the input content.

JSON representation
{
  "inputUris": [
    string
  ]
}
Fields
inputUris[]

string

Required. Google Cloud Storage URIs to input files, up to 2000 characters long. Accepted forms: * Full object path: gs://bucket/directory/object.csv