Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaEngineSearchEngineConfig

Configurations for a Search Engine.

Inheritance
object
GoogleCloudDiscoveryengineV1alphaEngineSearchEngineConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaEngineSearchEngineConfig : 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX