Package | Description |
---|---|
com.google.cloud.bigquery |
A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for
analytics.
|
Modifier and Type | Method and Description |
---|---|
ConnectionProperty |
ConnectionProperty.Builder.build()
Creates a
ConnectionProperty object. |
static ConnectionProperty |
ConnectionProperty.of(String key,
String value)
Return a connection property for the given key and value.
|
Modifier and Type | Method and Description |
---|---|
List<ConnectionProperty> |
WriteChannelConfiguration.getConnectionProperties() |
List<ConnectionProperty> |
QueryJobConfiguration.getConnectionProperties()
Returns the connection properties for connection string with this job
|
List<ConnectionProperty> |
LoadJobConfiguration.getConnectionProperties() |
abstract List<ConnectionProperty> |
ConnectionSettings.getConnectionProperties()
Returns the connection properties for connection string with this query
|
Modifier and Type | Method and Description |
---|---|
WriteChannelConfiguration.Builder |
WriteChannelConfiguration.Builder.setConnectionProperties(List<ConnectionProperty> connectionProperties) |
QueryJobConfiguration.Builder |
QueryJobConfiguration.Builder.setConnectionProperties(List<ConnectionProperty> connectionProperties)
A connection-level property to customize query behavior.
|
LoadJobConfiguration.Builder |
LoadJobConfiguration.Builder.setConnectionProperties(List<ConnectionProperty> connectionProperties) |
abstract ConnectionSettings.Builder |
ConnectionSettings.Builder.setConnectionProperties(List<ConnectionProperty> connectionProperties)
Sets a connection-level property to customize query behavior.
|
Copyright © 2023 Google LLC. All rights reserved.