| 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> |
QueryJobConfiguration.getConnectionProperties()
Returns the connection properties for connection string with this job
|
| Modifier and Type | Method and Description |
|---|---|
QueryJobConfiguration.Builder |
QueryJobConfiguration.Builder.setConnectionProperties(List<ConnectionProperty> connectionProperties)
A connection-level property to customize query behavior.
|
Copyright © 2020 Google LLC. All rights reserved.