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 |
RequiredSubscriptionTier
Optional. The required subscription tier of this engine. They cannot be modified after engine creation. If the required subscription tier is search, user with higher license tier like assist can still access the standalone app associated with this engine.
Declaration
[JsonProperty("requiredSubscriptionTier")]
public virtual string RequiredSubscriptionTier { 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 |