Uses of Class
com.google.genai.types.TestTableItem
Packages that use TestTableItem
-
Uses of TestTableItem in com.google.genai.types
Methods in com.google.genai.types that return TestTableItemModifier and TypeMethodDescriptionabstract TestTableItem
TestTableItem.Builder.build()
static TestTableItem
Deserializes a JSON string to a TestTableItem object.Methods in com.google.genai.types that return types with arguments of type TestTableItemModifier and TypeMethodDescriptionabstract Optional<List<TestTableItem>>
TestTableFile.testTable()
Methods in com.google.genai.types with parameters of type TestTableItemModifier and TypeMethodDescriptionTestTableFile.Builder.testTable
(TestTableItem... testTable) Setter for testTable.Method parameters in com.google.genai.types with type arguments of type TestTableItemModifier and TypeMethodDescriptionabstract TestTableFile.Builder
TestTableFile.Builder.testTable
(List<TestTableItem> testTable) Setter for testTable.