Class GoogleCloudDiscoveryengineV1BAPConfig
The configuration for the BAP connector.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1.Data
Assembly: Google.Apis.DiscoveryEngine.v1.dll
Syntax
public class GoogleCloudDiscoveryengineV1BAPConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EnabledActions
Optional. The actions enabled on the associated BAP connection.
Declaration
[JsonProperty("enabledActions")]
public virtual IList<string> EnabledActions { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
SupportedConnectorModes
Required. The supported connector modes for the associated BAP connection.
Declaration
[JsonProperty("supportedConnectorModes")]
public virtual IList<string> SupportedConnectorModes { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |