Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class Source.
Describes the source to which the metadata is associated to.
Protobuf type google.cloud.discoveryengine.v1.GenerateGroundedContentResponse.Candidate.GroundingMetadata.RetrievalMetadata.Source
Namespace
Google \ Cloud \ DiscoveryEngine \ V1 \ GenerateGroundedContentResponse \ Candidate \ GroundingMetadata \ RetrievalMetadataMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
SOURCE_UNSPECIFIED
Value: 0Unspecified source.
Generated from protobuf enum SOURCE_UNSPECIFIED = 0;
VERTEX_AI_SEARCH
Value: 1Vertex AI search.
Generated from protobuf enum VERTEX_AI_SEARCH = 1;
GOOGLE_SEARCH
Value: 3Google Search.
Generated from protobuf enum GOOGLE_SEARCH = 3;
INLINE_CONTENT
Value: 2User inline provided content.
Generated from protobuf enum INLINE_CONTENT = 2;
GOOGLE_MAPS
Value: 4Google Maps.
Generated from protobuf enum GOOGLE_MAPS = 4;