Package com.google.genai.types
Class TestTableFile
java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.TestTableFile
None
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TestTableFile.Builder
builder()
Instantiates a builder for TestTableFile.comment()
static TestTableFile
Deserializes a JSON string to a TestTableFile object.abstract Optional<List<TestTableItem>>
abstract TestTableFile.Builder
Creates a builder with the same values as this instance.Methods inherited from class com.google.genai.JsonSerializable
toJson
-
Constructor Details
-
TestTableFile
public TestTableFile()
-
-
Method Details
-
comment
-
testMethod
-
parameterNames
-
testTable
-
builder
Instantiates a builder for TestTableFile. -
toBuilder
Creates a builder with the same values as this instance. -
fromJson
Deserializes a JSON string to a TestTableFile object.
-