Package | Description |
---|---|
com.google.api.services.bigquery.model |
Modifier and Type | Method and Description |
---|---|
ConnectionProperty |
ConnectionProperty.clone() |
ConnectionProperty |
ConnectionProperty.set(String fieldName,
Object value) |
ConnectionProperty |
ConnectionProperty.setKey(String key)
The key of the property to set.
|
ConnectionProperty |
ConnectionProperty.setValue(String value)
The value of the property to set.
|
Modifier and Type | Method and Description |
---|---|
List<ConnectionProperty> |
JobConfigurationQuery.getConnectionProperties()
Connection properties which can modify the query behavior.
|
List<ConnectionProperty> |
QueryRequest.getConnectionProperties()
Optional.
|
List<ConnectionProperty> |
JobConfigurationLoad.getConnectionProperties()
Optional.
|
Modifier and Type | Method and Description |
---|---|
JobConfigurationQuery |
JobConfigurationQuery.setConnectionProperties(List<ConnectionProperty> connectionProperties)
Connection properties which can modify the query behavior.
|
QueryRequest |
QueryRequest.setConnectionProperties(List<ConnectionProperty> connectionProperties)
Optional.
|
JobConfigurationLoad |
JobConfigurationLoad.setConnectionProperties(List<ConnectionProperty> connectionProperties)
Optional.
|
Copyright © 2011–2025 Google. All rights reserved.