public interface GoogleSearchRetrievalOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
DynamicRetrievalConfig |
getDynamicRetrievalConfig()
Specifies the dynamic retrieval configuration for the given source.
|
DynamicRetrievalConfigOrBuilder |
getDynamicRetrievalConfigOrBuilder()
Specifies the dynamic retrieval configuration for the given source.
|
boolean |
hasDynamicRetrievalConfig()
Specifies the dynamic retrieval configuration for the given source.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasDynamicRetrievalConfig()
Specifies the dynamic retrieval configuration for the given source.
.google.cloud.aiplatform.v1beta1.DynamicRetrievalConfig dynamic_retrieval_config = 2;
DynamicRetrievalConfig getDynamicRetrievalConfig()
Specifies the dynamic retrieval configuration for the given source.
.google.cloud.aiplatform.v1beta1.DynamicRetrievalConfig dynamic_retrieval_config = 2;
DynamicRetrievalConfigOrBuilder getDynamicRetrievalConfigOrBuilder()
Specifies the dynamic retrieval configuration for the given source.
.google.cloud.aiplatform.v1beta1.DynamicRetrievalConfig dynamic_retrieval_config = 2;
Copyright © 2024 Google LLC. All rights reserved.