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 |
---|---|
static RemoteFunctionOptions.Builder |
RemoteFunctionOptions.newBuilder()
Returns a builder for a object.
|
abstract RemoteFunctionOptions.Builder |
RemoteFunctionOptions.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.Builder |
RemoteFunctionOptions.Builder.setEndpoint(String endpoint)
Sets Endpoint argument Endpoint of the user-provided remote service, e.g.
|
abstract RemoteFunctionOptions.Builder |
RemoteFunctionOptions.Builder.setMaxBatchingRows(Long maxBatchingRows)
Max number of rows in each batch sent to the remote service.
|
abstract RemoteFunctionOptions.Builder |
RemoteFunctionOptions.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.Builder |
RemoteFunctionOptions.toBuilder()
Returns a builder pre-populated using the current values of this
RemoteFunctionOptions . |
Copyright © 2023 Google LLC. All rights reserved.