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.BuilderConnectionProperty. newBuilder()Returns a builder for theConnectionPropertyobject.ConnectionProperty.BuilderConnectionProperty.Builder. setKey(String key)[Required] Name of the connection property to set.ConnectionProperty.BuilderConnectionProperty.Builder. setValue(String value)[Required] Value of the connection property.ConnectionProperty.BuilderConnectionProperty. toBuilder()Returns a builder for theConnectionPropertyobject.
-