| Package | Description |
|---|---|
| com.google.api.services.bigquery.model |
| Modifier and Type | Method and Description |
|---|---|
QueryParameterType.StructTypes |
QueryParameterType.StructTypes.clone() |
QueryParameterType.StructTypes |
QueryParameterType.StructTypes.set(java.lang.String fieldName,
java.lang.Object value) |
QueryParameterType.StructTypes |
QueryParameterType.StructTypes.setDescription(java.lang.String description)
[Optional] Human-oriented description of the field.
|
QueryParameterType.StructTypes |
QueryParameterType.StructTypes.setName(java.lang.String name)
[Optional] The name of this field.
|
QueryParameterType.StructTypes |
QueryParameterType.StructTypes.setType(QueryParameterType type)
[Required] The type of this field.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<QueryParameterType.StructTypes> |
QueryParameterType.getStructTypes()
[Optional] The types of the fields of this struct, in order, if this is a struct.
|
| Modifier and Type | Method and Description |
|---|---|
QueryParameterType |
QueryParameterType.setStructTypes(java.util.List<QueryParameterType.StructTypes> structTypes)
[Optional] The types of the fields of this struct, in order, if this is a struct.
|