Enum GenerateGroundedContentResponse.Candidate.GroundingMetadata.RetrievalMetadata.Source (0.49.0)

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.v1.GenerateGroundedContentResponse.Candidate.GroundingMetadata.RetrievalMetadata.Source

Implements

ProtocolMessageEnum

Static Fields

Name Description
GOOGLE_MAPS

Google Maps.

GOOGLE_MAPS = 4;

GOOGLE_MAPS_VALUE

Google Maps.

GOOGLE_MAPS = 4;

Google Search.

GOOGLE_SEARCH = 3;

GOOGLE_SEARCH_VALUE

Google Search.

GOOGLE_SEARCH = 3;

INLINE_CONTENT

User inline provided content.

INLINE_CONTENT = 2;

INLINE_CONTENT_VALUE

User inline provided content.

INLINE_CONTENT = 2;

SOURCE_UNSPECIFIED

Unspecified source.

SOURCE_UNSPECIFIED = 0;

SOURCE_UNSPECIFIED_VALUE

Unspecified source.

SOURCE_UNSPECIFIED = 0;

UNRECOGNIZED

Vertex AI search.

VERTEX_AI_SEARCH = 1;

VERTEX_AI_SEARCH_VALUE

Vertex AI search.

VERTEX_AI_SEARCH = 1;

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()