Class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1AgentGatewaySettingAgentGatewayReference
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1AgentGatewaySettingAgentGatewayReference
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/discoveryengine_v1beta/classes.rb,
lib/google/apis/discoveryengine_v1beta/representations.rb,
lib/google/apis/discoveryengine_v1beta/representations.rb
Overview
Reference to an Agent Gateway resource.
Instance Attribute Summary collapse
-
#name ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1AgentGatewaySettingAgentGatewayReference
constructor
A new instance of GoogleCloudDiscoveryengineV1AgentGatewaySettingAgentGatewayReference.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1AgentGatewaySettingAgentGatewayReference
Returns a new instance of GoogleCloudDiscoveryengineV1AgentGatewaySettingAgentGatewayReference.
930 931 932 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 930 def initialize(**args) update!(**args) end |
Instance Attribute Details
#name ⇒ String
Required. Immutable. The resource name of the agent gateway. Expected format:
projects/project_number/locations/location/agentGateways/agent_gateway`.
Corresponds to the JSON propertyname`
928 929 930 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 928 def name @name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
935 936 937 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 935 def update!(**args) @name = args[:name] if args.key?(:name) end |