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