Package com.google.genai.types
Class GcsDestination
java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.GcsDestination
The Google Cloud Storage location where the output is to be written to.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class com.google.genai.JsonSerializable
MAX_READ_LENGTH_PROPERTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GcsDestination.Builderbuilder()Instantiates a builder for GcsDestination.static GcsDestinationDeserializes a JSON string to a GcsDestination object.Required.abstract GcsDestination.BuilderCreates a builder with the same values as this instance.Methods inherited from class com.google.genai.JsonSerializable
setMaxReadLength, stringToJsonNode, toJson
-
Constructor Details
-
GcsDestination
public GcsDestination()
-
-
Method Details
-
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. -
builder
Instantiates a builder for GcsDestination. -
toBuilder
Creates a builder with the same values as this instance. -
fromJson
Deserializes a JSON string to a GcsDestination object.
-