Uses of Class
com.google.cloud.bigquery.ConnectionProperty
-
Packages that use ConnectionProperty Package Description com.google.cloud.bigquery A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for analytics. -
-
Uses of ConnectionProperty in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return ConnectionProperty Modifier and Type Method Description ConnectionProperty
ConnectionProperty.Builder. build()
Creates aConnectionProperty
object.static ConnectionProperty
ConnectionProperty. of(String key, String value)
Return a connection property for the given key and value.Methods in com.google.cloud.bigquery that return types with arguments of type ConnectionProperty Modifier and Type Method Description abstract List<ConnectionProperty>
ConnectionSettings. getConnectionProperties()
Returns the connection properties for connection string with this queryList<ConnectionProperty>
LoadJobConfiguration. getConnectionProperties()
List<ConnectionProperty>
QueryJobConfiguration. getConnectionProperties()
Returns the connection properties for connection string with this jobList<ConnectionProperty>
WriteChannelConfiguration. getConnectionProperties()
Method parameters in com.google.cloud.bigquery with type arguments of type ConnectionProperty Modifier and Type Method Description abstract ConnectionSettings.Builder
ConnectionSettings.Builder. setConnectionProperties(List<ConnectionProperty> connectionProperties)
Sets a connection-level property to customize query behavior.LoadJobConfiguration.Builder
LoadJobConfiguration.Builder. setConnectionProperties(List<ConnectionProperty> connectionProperties)
QueryJobConfiguration.Builder
QueryJobConfiguration.Builder. setConnectionProperties(List<ConnectionProperty> connectionProperties)
A connection-level property to customize query behavior.WriteChannelConfiguration.Builder
WriteChannelConfiguration.Builder. setConnectionProperties(List<ConnectionProperty> connectionProperties)
-