View Source GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaEngineSearchEngineConfig (google_api_discovery_engine v0.9.0)

Configurations for a Search Engine.

Attributes

  • searchAddOns (type: list(String.t), default: nil) - The add-on that this search engine enables.
  • searchTier (type: String.t, default: nil) - The search feature tier of this engine. Different tiers might have different pricing. To learn more, check the pricing documentation. Defaults to SearchTier.SEARCH_TIER_STANDARD if not specified.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaEngineSearchEngineConfig{
    searchAddOns: [String.t()] | nil,
    searchTier: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.