Uses of Class
com.google.cloud.bigquery.ConnectionProperty.Builder
-
Packages that use ConnectionProperty.Builder 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.Builder in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return ConnectionProperty.Builder Modifier and Type Method Description static ConnectionProperty.Builder
ConnectionProperty. newBuilder()
Returns a builder for theConnectionProperty
object.ConnectionProperty.Builder
ConnectionProperty.Builder. setKey(String key)
[Required] Name of the connection property to set.ConnectionProperty.Builder
ConnectionProperty.Builder. setValue(String value)
[Required] Value of the connection property.ConnectionProperty.Builder
ConnectionProperty. toBuilder()
Returns a builder for theConnectionProperty
object.
-