Discovery Engine v1beta API - Class AgentGatewaySetting.Types.AgentGatewayReference (1.0.0-beta24)

public sealed class AgentGatewaySetting.Types.AgentGatewayReference : IMessage<AgentGatewaySetting.Types.AgentGatewayReference>, IEquatable<AgentGatewaySetting.Types.AgentGatewayReference>, IDeepCloneable<AgentGatewaySetting.Types.AgentGatewayReference>, IBufferMessage, IMessage

Reference documentation and code samples for the Discovery Engine v1beta API class AgentGatewaySetting.Types.AgentGatewayReference.

Reference to an Agent Gateway resource.

Inheritance

object > AgentGatewaySetting.Types.AgentGatewayReference

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

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