View Source GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1alphaAdvancedSiteSearchConfig (google_api_discovery_engine v0.20.0)

Configuration data for advance site search.

Attributes

  • disableAutomaticRefresh (type: boolean(), default: nil) - If set true, automatic refresh is disabled for the DataStore.
  • disableInitialIndex (type: boolean(), default: nil) - If set true, initial indexing is disabled for the DataStore.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1alphaAdvancedSiteSearchConfig{
    disableAutomaticRefresh: boolean() | nil,
    disableInitialIndex: boolean() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.