public static interface GenerateGroundedContentRequest.GroundingSource.GoogleSearchSourceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDynamicRetrievalConfig()
public abstract GenerateGroundedContentRequest.DynamicRetrievalConfiguration getDynamicRetrievalConfig()Optional. Specifies the dynamic retrieval configuration for the given source.
.google.cloud.discoveryengine.v1.GenerateGroundedContentRequest.DynamicRetrievalConfiguration dynamic_retrieval_config = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
GenerateGroundedContentRequest.DynamicRetrievalConfiguration |
The dynamicRetrievalConfig. |
getDynamicRetrievalConfigOrBuilder()
public abstract GenerateGroundedContentRequest.DynamicRetrievalConfigurationOrBuilder getDynamicRetrievalConfigOrBuilder()Optional. Specifies the dynamic retrieval configuration for the given source.
.google.cloud.discoveryengine.v1.GenerateGroundedContentRequest.DynamicRetrievalConfiguration dynamic_retrieval_config = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
GenerateGroundedContentRequest.DynamicRetrievalConfigurationOrBuilder |
|
hasDynamicRetrievalConfig()
public abstract boolean hasDynamicRetrievalConfig()Optional. Specifies the dynamic retrieval configuration for the given source.
.google.cloud.discoveryengine.v1.GenerateGroundedContentRequest.DynamicRetrievalConfiguration dynamic_retrieval_config = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the dynamicRetrievalConfig field is set. |