| Package | Description |
|---|---|
| com.google.api.services.bigquery.model |
| Modifier and Type | Method and Description |
|---|---|
QueryParameterType.StructTypes |
QueryParameterType.StructTypes.clone() |
QueryParameterType.StructTypes |
QueryParameterType.StructTypes.set(String fieldName,
Object value) |
QueryParameterType.StructTypes |
QueryParameterType.StructTypes.setDescription(String description)
[Optional] Human-oriented description of the field.
|
QueryParameterType.StructTypes |
QueryParameterType.StructTypes.setName(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 |
|---|---|
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(List<QueryParameterType.StructTypes> structTypes)
[Optional] The types of the fields of this struct, in order, if this is a struct.
|
Copyright © 2011–2018 Google. All rights reserved.