Discovery Engine V1 API - Class Google::Cloud::DiscoveryEngine::V1::UpdateDocumentRequest (v0.1.0)

Reference documentation and code samples for the Discovery Engine V1 API class Google::Cloud::DiscoveryEngine::V1::UpdateDocumentRequest.

Request message for DocumentService.UpdateDocument method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#allow_missing

def allow_missing() -> ::Boolean
Returns
  • (::Boolean) — If set to true, and the Document is not found, a new Document will be created.

#allow_missing=

def allow_missing=(value) -> ::Boolean
Parameter
  • value (::Boolean) — If set to true, and the Document is not found, a new Document will be created.
Returns
  • (::Boolean) — If set to true, and the Document is not found, a new Document will be created.

#document

def document() -> ::Google::Cloud::DiscoveryEngine::V1::Document
Returns

#document=

def document=(value) -> ::Google::Cloud::DiscoveryEngine::V1::Document
Parameter
Returns