Package com.google.genai.types
Class GcsDestination.Builder
-
- All Implemented Interfaces:
public abstract class GcsDestination.BuilderBuilder for GcsDestination.
-
-
Constructor Summary
Constructors Constructor Description GcsDestination.Builder()
-
Method Summary
Modifier and Type Method Description abstract GcsDestination.BuilderoutputUriPrefix(String outputUriPrefix)Setter for outputUriPrefix. GcsDestination.BuilderclearOutputUriPrefix()Clears the value of outputUriPrefix field. abstract GcsDestinationbuild()-
-
Method Detail
-
outputUriPrefix
abstract GcsDestination.Builder outputUriPrefix(String outputUriPrefix)
Setter for outputUriPrefix.
outputUriPrefix: Required. Google Cloud Storage URI to output directory. If the uri doesn't end with '/', a '/' will be automatically appended. The directory is created if it doesn't exist.
-
clearOutputUriPrefix
@CanIgnoreReturnValue() GcsDestination.Builder clearOutputUriPrefix()
Clears the value of outputUriPrefix field.
-
build
abstract GcsDestination build()
-
-
-
-