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 ConnectionPropertyConnectionProperty.Builder. build()Creates aConnectionPropertyobject.static ConnectionPropertyConnectionProperty. 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.BuilderConnectionSettings.Builder. setConnectionProperties(List<ConnectionProperty> connectionProperties)Sets a connection-level property to customize query behavior.LoadJobConfiguration.BuilderLoadJobConfiguration.Builder. setConnectionProperties(List<ConnectionProperty> connectionProperties)QueryJobConfiguration.BuilderQueryJobConfiguration.Builder. setConnectionProperties(List<ConnectionProperty> connectionProperties)A connection-level property to customize query behavior.WriteChannelConfiguration.BuilderWriteChannelConfiguration.Builder. setConnectionProperties(List<ConnectionProperty> connectionProperties)
-