public interface AgentGatewaySettingOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDefaultEgressAgentGateway()
public abstract AgentGatewaySetting.AgentGatewayReference getDefaultEgressAgentGateway()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.
.google.cloud.discoveryengine.v1beta.AgentGatewaySetting.AgentGatewayReference default_egress_agent_gateway = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
AgentGatewaySetting.AgentGatewayReference |
The defaultEgressAgentGateway. |
getDefaultEgressAgentGatewayOrBuilder()
public abstract AgentGatewaySetting.AgentGatewayReferenceOrBuilder getDefaultEgressAgentGatewayOrBuilder()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.
.google.cloud.discoveryengine.v1beta.AgentGatewaySetting.AgentGatewayReference default_egress_agent_gateway = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
AgentGatewaySetting.AgentGatewayReferenceOrBuilder |
|
hasDefaultEgressAgentGateway()
public abstract boolean hasDefaultEgressAgentGateway()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.
.google.cloud.discoveryengine.v1beta.AgentGatewaySetting.AgentGatewayReference default_egress_agent_gateway = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the defaultEgressAgentGateway field is set. |