Class: Google::Cloud::DiscoveryEngine::V1beta::AgentGatewaySetting::AgentGatewayReference
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::AgentGatewaySetting::AgentGatewayReference
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1beta/agent_gateway_setting.rb
Overview
Reference to an Agent Gateway resource.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Immutable. The resource name of the agent gateway.
Expected format:
projects/{project_number}/locations/{location}/agentGateways/{agent_gateway}.
45 46 47 48 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/agent_gateway_setting.rb', line 45 class AgentGatewayReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |