public static interface GenerateGroundedContentRequest.GroundingSource.GoogleSearchSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
GenerateGroundedContentRequest.DynamicRetrievalConfiguration |
getDynamicRetrievalConfig()
Optional.
|
GenerateGroundedContentRequest.DynamicRetrievalConfigurationOrBuilder |
getDynamicRetrievalConfigOrBuilder()
Optional.
|
boolean |
hasDynamicRetrievalConfig()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasDynamicRetrievalConfig()
Optional. Specifies the dynamic retrieval configuration for the given source.
.google.cloud.discoveryengine.v1beta.GenerateGroundedContentRequest.DynamicRetrievalConfiguration dynamic_retrieval_config = 2 [(.google.api.field_behavior) = OPTIONAL];
GenerateGroundedContentRequest.DynamicRetrievalConfiguration getDynamicRetrievalConfig()
Optional. Specifies the dynamic retrieval configuration for the given source.
.google.cloud.discoveryengine.v1beta.GenerateGroundedContentRequest.DynamicRetrievalConfiguration dynamic_retrieval_config = 2 [(.google.api.field_behavior) = OPTIONAL];
GenerateGroundedContentRequest.DynamicRetrievalConfigurationOrBuilder getDynamicRetrievalConfigOrBuilder()
Optional. Specifies the dynamic retrieval configuration for the given source.
.google.cloud.discoveryengine.v1beta.GenerateGroundedContentRequest.DynamicRetrievalConfiguration dynamic_retrieval_config = 2 [(.google.api.field_behavior) = OPTIONAL];
Copyright © 2025 Google LLC. All rights reserved.