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 . Make sure that the caller of the API has storage.objects.get access to the buckets. The 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.

GcsDocuments

Specifies a set of documents on Cloud Storage.

JSON representation
 { 
 "documents" 
 : 
 [ 
 { 
 object (  GcsDocument 
 
) 
 } 
 ] 
 } 
Fields
documents[]

object ( GcsDocument )

The list of documents.

Design a Mobile Site
View Site in Mobile | Classic
Share by: