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.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2026年08月26日 UTC.