Class CreateDocumentRequest (0.11.11)

CreateDocumentRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for DocumentService.CreateDocument method.

Attributes

NameDescription
parent str
Required. The parent resource name, such as projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch}.
document google.cloud.discoveryengine_v1alpha.types.Document
Required. The Document to create.
document_id str
Required. The ID to use for the Document, which will become the final component of the Document.name. If the caller does not have permission to create the Document, regardless of whether or not it exists, a PERMISSION_DENIED error is returned. This field must be unique among all Documents with the same parent. Otherwise, an ALREADY_EXISTS error is returned. This field must conform to RFC-1034 __ standard with a length limit of 63 characters. Otherwise, an INVALID_ARGUMENT error is returned.