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> |
ToolspecOverride
Optional. Custom toolspec overrides for this connection. For Enterprise BAP connectors that support
admin-curated tool definitions, this holds the (simplified) per-tool overrides. On Get, populated by the
server by merging persisted overrides with live runtime tool definitions and trimming the result for UI
consumption. On Update, the supplied value replaces the persisted overrides after server-side validation and
merging: the base_version field MUST match the server's current base toolspec version (otherwise the
request is rejected with a user-facing error directing the admin to re-download the latest tools first).
Declaration
[JsonProperty("toolspecOverride")]
public virtual GoogleCloudDiscoveryengineV1BAPConfigToolspecOverride ToolspecOverride { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDiscoveryengineV1BAPConfigToolspecOverride |