Package com.google.genai.types
Class ListBatchJobsResponse
java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.ListBatchJobsResponse
Config for batches.list return value.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder for ListBatchJobsResponse. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Instantiates a builder for ListBatchJobsResponse.static ListBatchJobsResponseDeserializes a JSON string to a ListBatchJobsResponse object.abstract ListBatchJobsResponse.BuilderCreates a builder with the same values as this instance.Methods inherited from class com.google.genai.JsonSerializable
toJson
-
Constructor Details
-
ListBatchJobsResponse
public ListBatchJobsResponse()
-
-
Method Details
-
nextPageToken
-
batchJobs
-
builder
Instantiates a builder for ListBatchJobsResponse. -
toBuilder
Creates a builder with the same values as this instance. -
fromJson
Deserializes a JSON string to a ListBatchJobsResponse object.
-