Package com.google.genai.types
Class InternalRegisterFilesParameters
java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.InternalRegisterFilesParameters
Parameters for the private _Register method.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder for InternalRegisterFilesParameters. -
Field Summary
Fields inherited from class com.google.genai.JsonSerializable
MAX_READ_LENGTH_PROPERTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Instantiates a builder for InternalRegisterFilesParameters.abstract Optional<RegisterFilesConfig>config()Used to override the default configuration.Deserializes a JSON string to a InternalRegisterFilesParameters object.Creates a builder with the same values as this instance.uris()The Google Cloud Storage URIs to register.Methods inherited from class com.google.genai.JsonSerializable
fromJsonNode, fromJsonString, objectMapper, setMaxReadLength, stringToJsonNode, toJson, toJsonNode, toJsonString
-
Constructor Details
-
InternalRegisterFilesParameters
public InternalRegisterFilesParameters()
-
-
Method Details
-
uris
The Google Cloud Storage URIs to register. Example: `gs://bucket/object`. -
config
Used to override the default configuration. -
builder
Instantiates a builder for InternalRegisterFilesParameters. -
toBuilder
Creates a builder with the same values as this instance. -
fromJson
Deserializes a JSON string to a InternalRegisterFilesParameters object.
-