GoogleCloudContentwarehouseV1ProjectStatus

AI Overview😉

  • The potential purpose of this module is to provide information about a project's status, including its access control mode, database type, location, and quality assurance (QA) settings. This module seems to be related to Google's Content Warehouse, a service that helps organizations manage and analyze their content. The module's purpose is to provide a snapshot of a project's current state and settings.
  • This module could impact search results by influencing how content from a project is indexed and ranked. For example, if a project has QA enabled, Google may give more weight to content from that project in search results, as it has been vetted for quality. Similarly, the access control mode and database type may affect how Google crawls and indexes content from the project.
  • To be more favorable for this function, a website could ensure that its project settings are accurately reflected in the Content Warehouse. This may involve regularly updating the project status, ensuring that QA is enabled and configured correctly, and using a database type that is compatible with Google's indexing algorithms. Additionally, websites could ensure that their content is well-organized and easily crawlable, which could improve the accuracy of the project status information and the relevance of search results.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

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

Status of a project, including the project state, dbType, aclMode and etc.

Attributes

  • accessControlMode (type: String.t, default: nil) - Access control mode.
  • databaseType (type: String.t, default: nil) - Database type.
  • documentCreatorDefaultRole (type: String.t, default: nil) - The default role for the person who create a document.
  • location (type: String.t, default: nil) - The location of the queried project.
  • qaEnabled (type: boolean(), default: nil) - If the qa is enabled on this project.
  • state (type: String.t, default: nil) - State of the project.

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.GoogleCloudContentwarehouseV1ProjectStatus{
    accessControlMode: String.t() | nil,
    databaseType: String.t() | nil,
    documentCreatorDefaultRole: String.t() | nil,
    location: String.t() | nil,
    qaEnabled: boolean() | nil,
    state: String.t() | nil
  }

Functions

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.