public static enum GenerateGroundedContentResponse.Candidate.GroundingMetadata.DynamicRetrievalPredictorMetadata.Version extends Enum<GenerateGroundedContentResponse.Candidate.GroundingMetadata.DynamicRetrievalPredictorMetadata.Version> implements com.google.protobuf.ProtocolMessageEnum
The version of the predictor which was used in dynamic retrieval.Protobuf enum
google.cloud.discoveryengine.v1beta.GenerateGroundedContentResponse.Candidate.GroundingMetadata.DynamicRetrievalPredictorMetadata.Version| Enum Constant and Description |
|---|
UNRECOGNIZED |
V1_INDEPENDENT
The V1 model which is evaluating each source independently.
|
VERSION_UNSPECIFIED
Unspecified version, should never be used.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
V1_INDEPENDENT_VALUE
The V1 model which is evaluating each source independently.
|
static int |
VERSION_UNSPECIFIED_VALUE
Unspecified version, should never be used.
|
public static final GenerateGroundedContentResponse.Candidate.GroundingMetadata.DynamicRetrievalPredictorMetadata.Version VERSION_UNSPECIFIED
Unspecified version, should never be used.
VERSION_UNSPECIFIED = 0;public static final GenerateGroundedContentResponse.Candidate.GroundingMetadata.DynamicRetrievalPredictorMetadata.Version V1_INDEPENDENT
The V1 model which is evaluating each source independently.
V1_INDEPENDENT = 1;public static final GenerateGroundedContentResponse.Candidate.GroundingMetadata.DynamicRetrievalPredictorMetadata.Version UNRECOGNIZED
public static final int VERSION_UNSPECIFIED_VALUE
Unspecified version, should never be used.
VERSION_UNSPECIFIED = 0;public static final int V1_INDEPENDENT_VALUE
The V1 model which is evaluating each source independently.
V1_INDEPENDENT = 1;public static GenerateGroundedContentResponse.Candidate.GroundingMetadata.DynamicRetrievalPredictorMetadata.Version[] values()
for (GenerateGroundedContentResponse.Candidate.GroundingMetadata.DynamicRetrievalPredictorMetadata.Version c : GenerateGroundedContentResponse.Candidate.GroundingMetadata.DynamicRetrievalPredictorMetadata.Version.values()) System.out.println(c);
public static GenerateGroundedContentResponse.Candidate.GroundingMetadata.DynamicRetrievalPredictorMetadata.Version 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.DynamicRetrievalPredictorMetadata.Version valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static GenerateGroundedContentResponse.Candidate.GroundingMetadata.DynamicRetrievalPredictorMetadata.Version forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<GenerateGroundedContentResponse.Candidate.GroundingMetadata.DynamicRetrievalPredictorMetadata.Version> 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.DynamicRetrievalPredictorMetadata.Version valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.