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