Class FileSearchResultDelta
java.lang.Object
com.google.genai.gaos.models.interactions.FileSearchResultDelta
- All Implemented Interfaces:
StepDeltaData
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionFileSearchResultDelta(List<FileSearchResult> result) FileSearchResultDelta(List<FileSearchResult> result, String signature) -
Method Summary
Modifier and TypeMethodDescriptionbuilder()booleaninthashCode()result()A signature hash for backend validation.toString()type()withResult(List<FileSearchResult> result) withSignature(String signature) A signature hash for backend validation.
-
Constructor Details
-
FileSearchResultDelta
-
FileSearchResultDelta
-
-
Method Details
-
result
-
signature
A signature hash for backend validation. -
type
- Specified by:
typein interfaceStepDeltaData
-
builder
-
withResult
-
withSignature
A signature hash for backend validation. -
equals
-
hashCode
public int hashCode() -
toString
-