Discovery Engine V1BETA API - Class Google::Cloud::DiscoveryEngine::V1beta::UpdateDocumentRequest (v0.12.0)

Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::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 is 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 is be created.
Returns
  • (::Boolean) — If set to true and the Document is not found, a new Document is be created.

#document

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

#document=

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

#update_mask

def update_mask() -> ::Google::Protobuf::FieldMask
Returns
  • (::Google::Protobuf::FieldMask) — Indicates which fields in the provided imported 'document' to update. If not set, by default updates all fields.

#update_mask=

def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
  • value (::Google::Protobuf::FieldMask) — Indicates which fields in the provided imported 'document' to update. If not set, by default updates all fields.
Returns
  • (::Google::Protobuf::FieldMask) — Indicates which fields in the provided imported 'document' to update. If not set, by default updates all fields.