Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaBAPConfig

The configuration for the BAP connector.

Inheritance
object
GoogleCloudDiscoveryengineV1alphaBAPConfig
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.v1beta.Data
Assembly: Google.Apis.DiscoveryEngine.v1beta.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaBAPConfig : 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 GoogleCloudDiscoveryengineV1alphaBAPConfigToolspecOverride ToolspecOverride { get; set; }
Property Value
Type Description
GoogleCloudDiscoveryengineV1alphaBAPConfigToolspecOverride

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX