Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaDataStoreFederatedSearchConfigAlloyDbConfig

Stores information for connecting to AlloyDB.

Inheritance
object
GoogleCloudDiscoveryengineV1alphaDataStoreFederatedSearchConfigAlloyDbConfig
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 GoogleCloudDiscoveryengineV1alphaDataStoreFederatedSearchConfigAlloyDbConfig : IDirectResponseSchema

Properties

AlloydbAiNlConfig

Optional. Configuration for Magic.

Declaration
[JsonProperty("alloydbAiNlConfig")]
public virtual GoogleCloudDiscoveryengineV1alphaDataStoreFederatedSearchConfigAlloyDbConfigAlloyDbAiNaturalLanguageConfig AlloydbAiNlConfig { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineV1alphaDataStoreFederatedSearchConfigAlloyDbConfigAlloyDbAiNaturalLanguageConfig

AlloydbConnectionConfig

Required. Configuration for connecting to AlloyDB.

Declaration
[JsonProperty("alloydbConnectionConfig")]
public virtual GoogleCloudDiscoveryengineV1alphaDataStoreFederatedSearchConfigAlloyDbConfigAlloyDbConnectionConfig AlloydbConnectionConfig { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineV1alphaDataStoreFederatedSearchConfigAlloyDbConfigAlloyDbConnectionConfig

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ReturnedFields

Optional. Fields to be returned in the search results. If empty, all fields will be returned.

Declaration
[JsonProperty("returnedFields")]
public virtual IList<string> ReturnedFields { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX