Package com.google.genai.types
Class ListFilesConfig
java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.ListFilesConfig
Used to override the default configuration.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder for ListFilesConfig. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ListFilesConfig.Builderbuilder()Instantiates a builder for ListFilesConfig.static ListFilesConfigDeserializes a JSON string to a ListFilesConfig object.abstract Optional<HttpOptions>Used to override HTTP request options.pageSize()abstract ListFilesConfig.BuilderCreates a builder with the same values as this instance.Methods inherited from class com.google.genai.JsonSerializable
stringToJsonNode, toJson
-
Constructor Details
-
ListFilesConfig
public ListFilesConfig()
-
-
Method Details
-
httpOptions
Used to override HTTP request options. -
pageSize
-
pageToken
-
builder
Instantiates a builder for ListFilesConfig. -
toBuilder
Creates a builder with the same values as this instance. -
fromJson
Deserializes a JSON string to a ListFilesConfig object.
-