Class DocumentDelta
java.lang.Object
com.google.genai.gaos.models.interactions.DocumentDelta
- All Implemented Interfaces:
StepDeltaData
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DocumentDelta.Builderbuilder()data()booleaninthashCode()mimeType()toString()type()uri()withMimeType(DocumentDeltaMimeType mimeType)
-
Constructor Details
-
DocumentDelta
public DocumentDelta(@Nullable String data, @Nullable DocumentDeltaMimeType mimeType, @Nullable String uri) -
DocumentDelta
public DocumentDelta()
-
-
Method Details