Google Cloud Discovery Engine V1 Client - Class UpdateDocumentRequest (0.6.0)

Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class UpdateDocumentRequest.

Request message for DocumentService.UpdateDocument method.

Generated from protobuf message google.cloud.discoveryengine.v1.UpdateDocumentRequest

Namespace

Google \ Cloud \ DiscoveryEngine \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ documentGoogle\Cloud\DiscoveryEngine\V1\Document

Required. The document to update/create. If the caller does not have permission to update the Document, regardless of whether or not it exists, a PERMISSION_DENIED error is returned. If the Document to update does not exist and allow_missing is not set, a NOT_FOUND error is returned.

↳ allow_missingbool

If set to true, and the Document is not found, a new Document will be created.

getDocument

Required. The document to update/create.

If the caller does not have permission to update the Document, regardless of whether or not it exists, a PERMISSION_DENIED error is returned. If the Document to update does not exist and allow_missing is not set, a NOT_FOUND error is returned.

Returns
TypeDescription
Google\Cloud\DiscoveryEngine\V1\Document|null

hasDocument

clearDocument

setDocument

Required. The document to update/create.

If the caller does not have permission to update the Document, regardless of whether or not it exists, a PERMISSION_DENIED error is returned. If the Document to update does not exist and allow_missing is not set, a NOT_FOUND error is returned.

Parameter
NameDescription
varGoogle\Cloud\DiscoveryEngine\V1\Document
Returns
TypeDescription
$this

getAllowMissing

If set to true, and the Document is not found, a new Document will be created.

Returns
TypeDescription
bool

setAllowMissing

If set to true, and the Document is not found, a new Document will be created.

Parameter
NameDescription
varbool
Returns
TypeDescription
$this