Uses of Class
com.google.cloud.bigquery.ConnectionProperty
Packages that use ConnectionProperty
Package
Description
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 ConnectionPropertyModifier and TypeMethodDescriptionConnectionProperty.Builder.build()Creates aConnectionPropertyobject.static ConnectionPropertyReturn a connection property for the given key and value.Methods in com.google.cloud.bigquery that return types with arguments of type ConnectionPropertyModifier and TypeMethodDescriptionabstract List<ConnectionProperty>ConnectionSettings.getConnectionProperties()Returns the connection properties for connection string with this queryLoadJobConfiguration.getConnectionProperties()QueryJobConfiguration.getConnectionProperties()Returns the connection properties for connection string with this jobWriteChannelConfiguration.getConnectionProperties()Method parameters in com.google.cloud.bigquery with type arguments of type ConnectionPropertyModifier and TypeMethodDescriptionabstract ConnectionSettings.BuilderConnectionSettings.Builder.setConnectionProperties(List<ConnectionProperty> connectionProperties) Sets a connection-level property to customize query behavior.LoadJobConfiguration.Builder.setConnectionProperties(List<ConnectionProperty> connectionProperties) QueryJobConfiguration.Builder.setConnectionProperties(List<ConnectionProperty> connectionProperties) A connection-level property to customize query behavior.WriteChannelConfiguration.Builder.setConnectionProperties(List<ConnectionProperty> connectionProperties)