Class FileContent
java.lang.Object
com.google.genai.gaos.models.interactions.FileContent
FileContent
Content of a single file in the codebase.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FileContent.Builderbuilder()content()The UTF-8 encoded text content of the file.booleaninthashCode()path()The relative path of the file from the project root.toString()withContent(String content) The UTF-8 encoded text content of the file.The relative path of the file from the project root.
-
Constructor Details
-
FileContent
-
FileContent
public FileContent()
-
-
Method Details
-
content
The UTF-8 encoded text content of the file. -
path
The relative path of the file from the project root. -
builder
-
withContent
The UTF-8 encoded text content of the file. -
withPath
The relative path of the file from the project root. -
equals
-
hashCode
public int hashCode() -
toString
-