Package com.google.genai.types
Class GcsDestination.Builder
java.lang.Object
com.google.genai.types.GcsDestination.Builder
- Enclosing class:
- GcsDestination
Builder for GcsDestination.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract GcsDestinationbuild()Clears the value of outputUriPrefix field.abstract GcsDestination.BuilderoutputUriPrefix(String outputUriPrefix) Setter for outputUriPrefix.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
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
Clears the value of outputUriPrefix field. -
build
-