Package com.sap.ai.sdk.grounding.model
Interface GoogleDriveConfigurationMinimal.Builder
- Enclosing class:
GoogleDriveConfigurationMinimal
public static interface GoogleDriveConfigurationMinimal.Builder
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptiongoogleDrive(GoogleDriveResourceDetail googleDrive) Set the googleDrive of thisGoogleDriveConfigurationMinimalinstance.
-
Method Details
-
googleDrive
Set the googleDrive of thisGoogleDriveConfigurationMinimalinstance.- Parameters:
googleDrive- The googleDrive of thisGoogleDriveConfigurationMinimal- Returns:
- The GoogleDriveConfigurationMinimal instance.
-