Package com.google.genai.types
Class ListFilesParameters
java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.ListFilesParameters
Generates the parameters for the list method.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder for ListFilesParameters. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ListFilesParameters.Builderbuilder()Instantiates a builder for ListFilesParameters.abstract Optional<ListFilesConfig>config()Used to override the default configuration.static ListFilesParametersDeserializes a JSON string to a ListFilesParameters object.abstract ListFilesParameters.BuilderCreates a builder with the same values as this instance.Methods inherited from class com.google.genai.JsonSerializable
toJson
-
Constructor Details
-
ListFilesParameters
public ListFilesParameters()
-
-
Method Details
-
config
Used to override the default configuration. -
builder
Instantiates a builder for ListFilesParameters. -
toBuilder
Creates a builder with the same values as this instance. -
fromJson
Deserializes a JSON string to a ListFilesParameters object.
-