Package com.google.genai.types
Class ListBatchJobsConfig
java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.ListBatchJobsConfig
Config for optional parameters.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder for ListBatchJobsConfig. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ListBatchJobsConfig.Builderbuilder()Instantiates a builder for ListBatchJobsConfig.filter()static ListBatchJobsConfigDeserializes a JSON string to a ListBatchJobsConfig object.abstract Optional<HttpOptions>Used to override HTTP request options.pageSize()abstract ListBatchJobsConfig.BuilderCreates a builder with the same values as this instance.Methods inherited from class com.google.genai.JsonSerializable
stringToJsonNode, toJson
-
Constructor Details
-
ListBatchJobsConfig
public ListBatchJobsConfig()
-
-
Method Details
-
httpOptions
Used to override HTTP request options. -
pageSize
-
pageToken
-
filter
-
builder
Instantiates a builder for ListBatchJobsConfig. -
toBuilder
Creates a builder with the same values as this instance. -
fromJson
Deserializes a JSON string to a ListBatchJobsConfig object.
-