public sealed class AgentGatewaySetting.Types.AgentGatewayReference : IMessage<AgentGatewaySetting.Types.AgentGatewayReference>, IEquatable<AgentGatewaySetting.Types.AgentGatewayReference>, IDeepCloneable<AgentGatewaySetting.Types.AgentGatewayReference>, IBufferMessage, IMessageReference documentation and code samples for the Discovery Engine v1beta API class AgentGatewaySetting.Types.AgentGatewayReference.
Reference to an Agent Gateway resource.
Implements
IMessageAgentGatewaySettingTypesAgentGatewayReference, IEquatableAgentGatewaySettingTypesAgentGatewayReference, IDeepCloneableAgentGatewaySettingTypesAgentGatewayReference, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
Google.Cloud.DiscoveryEngine.V1Beta.dll
Constructors
AgentGatewayReference()
public AgentGatewayReference()AgentGatewayReference(AgentGatewayReference)
public AgentGatewayReference(AgentGatewaySetting.Types.AgentGatewayReference other)| Parameter | |
|---|---|
| Name | Description |
other |
AgentGatewaySettingTypesAgentGatewayReference |
Properties
AgentGatewayName
public AgentGatewayName AgentGatewayName { get; set; }AgentGatewayName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
AgentGatewayName |
|
Name
public string Name { get; set; }Required. Immutable. The resource name of the agent gateway.
Expected format:
projects/{project_number}/locations/{location}/agentGateways/{agent_gateway}.
| Property Value | |
|---|---|
| Type | Description |
string |
|