Class GoogleCloudDiscoveryengineV1EngineSearchEngineConfig
Configurations for a Search Engine.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1.Data
Assembly: Google.Apis.DiscoveryEngine.v1.dll
Syntax
public class GoogleCloudDiscoveryengineV1EngineSearchEngineConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SearchAddOns
The add-on that this search engine enables.
Declaration
[JsonProperty("searchAddOns")]
public virtual IList<string> SearchAddOns { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
SearchTier
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.
Declaration
[JsonProperty("searchTier")]
public virtual string SearchTier { get; set; }
Property Value
Type | Description |
---|---|
string |