Uses of Class
com.google.cloud.bigquery.RemoteFunctionOptions.Builder
Packages that use RemoteFunctionOptions.Builder
Package
Description
A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for
analytics.
-
Uses of RemoteFunctionOptions.Builder in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return RemoteFunctionOptions.BuilderModifier and TypeMethodDescriptionRemoteFunctionOptions.newBuilder()Returns a builder for aRemoteFunctionOptionsobject.abstract RemoteFunctionOptions.BuilderRemoteFunctionOptions.Builder.setConnection(String connection) Fully qualified name of the user-provided connection object which holds the authentication information to send requests to the remote service.abstract RemoteFunctionOptions.BuilderRemoteFunctionOptions.Builder.setEndpoint(String endpoint) Sets Endpoint argument Endpoint of the user-provided remote service, e.g.abstract RemoteFunctionOptions.BuilderRemoteFunctionOptions.Builder.setMaxBatchingRows(Long maxBatchingRows) Max number of rows in each batch sent to the remote service.abstract RemoteFunctionOptions.BuilderRemoteFunctionOptions.Builder.setUserDefinedContext(Map<String, String> userDefinedContext) User-defined context as a set of key/value pairs, which will be sent as function invocation context together with batched arguments in the requests to the remote service.abstract RemoteFunctionOptions.BuilderRemoteFunctionOptions.toBuilder()Returns a builder pre-populated using the current values of thisRemoteFunctionOptions.