public enum GenerateGroundedContentResponse.Candidate.GroundingMetadata.RetrievalMetadata.Source extends Enum<GenerateGroundedContentResponse.Candidate.GroundingMetadata.RetrievalMetadata.Source> implements ProtocolMessageEnum
Describes the source to which the metadata is associated to.
Protobuf enum
google.cloud.discoveryengine.v1beta.GenerateGroundedContentResponse.Candidate.GroundingMetadata.RetrievalMetadata.Source
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
GOOGLE_MAPS |
Google Maps. |
GOOGLE_MAPS_VALUE |
Google Maps. |
GOOGLE_SEARCH |
Google Search. |
GOOGLE_SEARCH_VALUE |
Google Search. |
INLINE_CONTENT |
User inline provided content. |
INLINE_CONTENT_VALUE |
User inline provided content. |
SOURCE_UNSPECIFIED |
Unspecified source. |
SOURCE_UNSPECIFIED_VALUE |
Unspecified source. |
UNRECOGNIZED |
|
VERTEX_AI_SEARCH |
Vertex AI search. |
VERTEX_AI_SEARCH_VALUE |
Vertex AI search. |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |