public sealed class AgentGatewaySetting : IMessage<AgentGatewaySetting>, IEquatable<AgentGatewaySetting>, IDeepCloneable<AgentGatewaySetting>, IBufferMessage, IMessageReference documentation and code samples for the Discovery Engine v1beta API class AgentGatewaySetting.
Agent Gateway setting, which may be attached to Gemini Enterprise resources for egress control of Gemini Enterprise agents to agents and tools outside of Gemini Enterprise.
Implements
IMessageAgentGatewaySetting, IEquatableAgentGatewaySetting, IDeepCloneableAgentGatewaySetting, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
Google.Cloud.DiscoveryEngine.V1Beta.dll
Constructors
AgentGatewaySetting()
public AgentGatewaySetting()AgentGatewaySetting(AgentGatewaySetting)
public AgentGatewaySetting(AgentGatewaySetting other)| Parameter | |
|---|---|
| Name | Description |
other |
AgentGatewaySetting |
Properties
DefaultEgressAgentGateway
public AgentGatewaySetting.Types.AgentGatewayReference DefaultEgressAgentGateway { get; set; }Optional. The default egress agent gateway to use, when this setting is applied to a Gemini Enterprise resource.
The deployment mode must be GOOGLE_MANAGED, and the governed access path must be AGENT_TO_ANYWHERE.
| Property Value | |
|---|---|
| Type | Description |
AgentGatewaySettingTypesAgentGatewayReference |
|