| Package | Description |
|---|---|
| com.google.api.services.bigquery.model |
| Modifier and Type | Method and Description |
|---|---|
StandardSqlStructType |
StandardSqlStructType.clone() |
StandardSqlStructType |
StandardSqlDataType.getStructType()
The fields of this struct, in order, if type_kind = "STRUCT".
|
StandardSqlStructType |
StandardSqlStructType.set(String fieldName,
Object value) |
StandardSqlStructType |
StandardSqlStructType.setFields(List<StandardSqlField> fields)
Fields within the struct.
|
| Modifier and Type | Method and Description |
|---|---|
StandardSqlDataType |
StandardSqlDataType.setStructType(StandardSqlStructType structType)
The fields of this struct, in order, if type_kind = "STRUCT".
|
Copyright © 2011–2025 Google. All rights reserved.