public static enum GenerateGroundedContentResponse.Candidate.GroundingMetadata.RetrievalMetadata.Source extends Enum<GenerateGroundedContentResponse.Candidate.GroundingMetadata.RetrievalMetadata.Source> implements com.google.protobuf.ProtocolMessageEnum
Describes the source to which the metadata is associated to.Protobuf enum
google.cloud.discoveryengine.v1beta.GenerateGroundedContentResponse.Candidate.GroundingMetadata.RetrievalMetadata.Source| Enum Constant and Description |
|---|
GOOGLE_MAPS
Google Maps.
|
GOOGLE_SEARCH
Google Search.
|
INLINE_CONTENT
User inline provided content.
|
SOURCE_UNSPECIFIED
Unspecified source.
|
UNRECOGNIZED |
VERTEX_AI_SEARCH
Vertex AI search.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
GOOGLE_MAPS_VALUE
Google Maps.
|
static int |
GOOGLE_SEARCH_VALUE
Google Search.
|
static int |
INLINE_CONTENT_VALUE
User inline provided content.
|
static int |
SOURCE_UNSPECIFIED_VALUE
Unspecified source.
|
static int |
VERTEX_AI_SEARCH_VALUE
Vertex AI search.
|
public static final GenerateGroundedContentResponse.Candidate.GroundingMetadata.RetrievalMetadata.Source SOURCE_UNSPECIFIED
Unspecified source.
SOURCE_UNSPECIFIED = 0;public static final GenerateGroundedContentResponse.Candidate.GroundingMetadata.RetrievalMetadata.Source VERTEX_AI_SEARCH
Vertex AI search.
VERTEX_AI_SEARCH = 1;public static final GenerateGroundedContentResponse.Candidate.GroundingMetadata.RetrievalMetadata.Source GOOGLE_SEARCH
Google Search.
GOOGLE_SEARCH = 3;public static final GenerateGroundedContentResponse.Candidate.GroundingMetadata.RetrievalMetadata.Source INLINE_CONTENT
User inline provided content.
INLINE_CONTENT = 2;public static final GenerateGroundedContentResponse.Candidate.GroundingMetadata.RetrievalMetadata.Source GOOGLE_MAPS
Google Maps.
GOOGLE_MAPS = 4;public static final GenerateGroundedContentResponse.Candidate.GroundingMetadata.RetrievalMetadata.Source UNRECOGNIZED
public static final int SOURCE_UNSPECIFIED_VALUE
Unspecified source.
SOURCE_UNSPECIFIED = 0;public static final int VERTEX_AI_SEARCH_VALUE
Vertex AI search.
VERTEX_AI_SEARCH = 1;public static final int GOOGLE_SEARCH_VALUE
Google Search.
GOOGLE_SEARCH = 3;public static final int INLINE_CONTENT_VALUE
User inline provided content.
INLINE_CONTENT = 2;public static final int GOOGLE_MAPS_VALUE
Google Maps.
GOOGLE_MAPS = 4;public static GenerateGroundedContentResponse.Candidate.GroundingMetadata.RetrievalMetadata.Source[] values()
for (GenerateGroundedContentResponse.Candidate.GroundingMetadata.RetrievalMetadata.Source c : GenerateGroundedContentResponse.Candidate.GroundingMetadata.RetrievalMetadata.Source.values()) System.out.println(c);
public static GenerateGroundedContentResponse.Candidate.GroundingMetadata.RetrievalMetadata.Source valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static GenerateGroundedContentResponse.Candidate.GroundingMetadata.RetrievalMetadata.Source valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static GenerateGroundedContentResponse.Candidate.GroundingMetadata.RetrievalMetadata.Source forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<GenerateGroundedContentResponse.Candidate.GroundingMetadata.RetrievalMetadata.Source> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static GenerateGroundedContentResponse.Candidate.GroundingMetadata.RetrievalMetadata.Source valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.