public interface ToolConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
FunctionCallingConfig |
getFunctionCallingConfig()
Optional.
|
FunctionCallingConfigOrBuilder |
getFunctionCallingConfigOrBuilder()
Optional.
|
RetrievalConfig |
getRetrievalConfig()
Optional.
|
RetrievalConfigOrBuilder |
getRetrievalConfigOrBuilder()
Optional.
|
boolean |
hasFunctionCallingConfig()
Optional.
|
boolean |
hasRetrievalConfig()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasFunctionCallingConfig()
Optional. Function calling config.
.google.cloud.aiplatform.v1.FunctionCallingConfig function_calling_config = 1 [(.google.api.field_behavior) = OPTIONAL];
FunctionCallingConfig getFunctionCallingConfig()
Optional. Function calling config.
.google.cloud.aiplatform.v1.FunctionCallingConfig function_calling_config = 1 [(.google.api.field_behavior) = OPTIONAL];
FunctionCallingConfigOrBuilder getFunctionCallingConfigOrBuilder()
Optional. Function calling config.
.google.cloud.aiplatform.v1.FunctionCallingConfig function_calling_config = 1 [(.google.api.field_behavior) = OPTIONAL];
boolean hasRetrievalConfig()
Optional. Retrieval config.
.google.cloud.aiplatform.v1.RetrievalConfig retrieval_config = 2 [(.google.api.field_behavior) = OPTIONAL];
RetrievalConfig getRetrievalConfig()
Optional. Retrieval config.
.google.cloud.aiplatform.v1.RetrievalConfig retrieval_config = 2 [(.google.api.field_behavior) = OPTIONAL];
RetrievalConfigOrBuilder getRetrievalConfigOrBuilder()
Optional. Retrieval config.
.google.cloud.aiplatform.v1.RetrievalConfig retrieval_config = 2 [(.google.api.field_behavior) = OPTIONAL];
Copyright © 2025 Google LLC. All rights reserved.