BatchDocumentsInputConfig

The common config to specify a set of documents used as input.

JSON representation
{

  // Union field source can be only one of the following:
  "gcsPrefix": {
    object (GcsPrefix)
  },
  "gcsDocuments": {
    object (GcsDocuments)
  }
  // End of list of possible types for union field source.
}
Fields
Union field source. The source. Make sure that the caller of the API has storage.objects.get access to the buckets. source can be only one of the following:
gcsPrefix

object (GcsPrefix)

The set of documents that match the specified Cloud Storage gcsPrefix.

gcsDocuments

object (GcsDocuments)

The set of documents individually specified on Cloud Storage.