Class: Google::Cloud::DiscoveryEngine::V1beta::GroundingConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/discoveryengine/v1beta/grounding.rb

Overview

Grounding configuration.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. Name of the GroundingConfig, of the form projects/{project}/locations/{location}/groundingConfigs/{grounding_config}.

Returns:

  • (::String)

    Required. Name of the GroundingConfig, of the form projects/{project}/locations/{location}/groundingConfigs/{grounding_config}.



29
30
31
32
# File 'proto_docs/google/cloud/discoveryengine/v1beta/grounding.rb', line 29

class GroundingConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end