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 TestTableItemTestTableItem.Builder.build()static TestTableItemDeserializes 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.BuilderTestTableFile.Builder.testTable(List<TestTableItem> testTable) Setter for testTable.