GoogleCloudContentwarehouseV1DeleteDocumentAction

AI Overview😉

  • The potential purpose of this module is to handle the deletion of documents or content from Google's search index. It seems to provide options for either a "hard delete" or a "soft delete", which could affect how the content is removed and potentially recovered.
  • This module could impact search results by controlling how quickly and permanently content is removed from the index. A "hard delete" might immediately and irreversibly remove the content, while a "soft delete" might allow for recovery or delayed removal. This could influence the freshness and accuracy of search results, especially for rapidly changing or sensitive content.
  • To be more favorable to this function, a website could ensure that it provides clear and consistent signals for content removal, such as using standard deletion protocols or APIs. Additionally, websites could implement mechanisms for soft deletion, allowing for recovery or review of removed content. This might involve using version control systems, archiving, or other methods to preserve deleted content in a way that's accessible to search engines.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1DeleteDocumentAction (google_api_content_warehouse v0.4.0)

Represents the action responsible for deleting the document.

Attributes

  • enableHardDelete (type: boolean(), default: nil) - Boolean field to select between hard vs soft delete options. Set 'true' for 'hard delete' and 'false' for 'soft delete'.

Summary

Types

t()

Functions

decode(value, options)

Unwrap a decoded JSON object into its complex fields.

Types

Link to this type

t()

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1DeleteDocumentAction{
    enableHardDelete: boolean() | nil
  }

Functions

Link to this function

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.