Package com.google.genai.types
Class BigQuerySource
java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.BigQuerySource
The BigQuery location for the input content. This data type is not supported in Gemini API.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class com.google.genai.JsonSerializable
MAX_READ_LENGTH_PROPERTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BigQuerySource.Builderbuilder()Instantiates a builder for BigQuerySource.static BigQuerySourceDeserializes a JSON string to a BigQuerySource object.inputUri()Required.abstract BigQuerySource.BuilderCreates a builder with the same values as this instance.Methods inherited from class com.google.genai.JsonSerializable
fromJsonNode, fromJsonString, objectMapper, setMaxReadLength, stringToJsonNode, toJson, toJsonNode, toJsonString
-
Constructor Details
-
BigQuerySource
public BigQuerySource()
-
-
Method Details
-
inputUri
Required. BigQuery URI to a table, up to 2000 characters long. Accepted forms: * BigQuery path. For example: `bq://projectId.bqDatasetId.bqTableId`. -
builder
Instantiates a builder for BigQuerySource. -
toBuilder
Creates a builder with the same values as this instance. -
fromJson
Deserializes a JSON string to a BigQuerySource object.
-