public abstract class RemoteFunctionOptions extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
RemoteFunctionOptions.Builder |
Constructor and Description |
---|
RemoteFunctionOptions() |
Modifier and Type | Method and Description |
---|---|
abstract String |
getConnection()
Returns the fully qualified name of the user-provided connection object.
|
abstract String |
getEndpoint()
Returns the endpoint of the user-provided service.
|
abstract Long |
getMaxBatchingRows()
Returns max number of rows in each batch sent to the remote service.
|
abstract Map<String,String> |
getUserDefinedContext()
Returns the user-defined context as a set of key/value pairs.
|
static RemoteFunctionOptions.Builder |
newBuilder()
Returns a builder for a object.
|
abstract RemoteFunctionOptions.Builder |
toBuilder()
Returns a builder pre-populated using the current values of this
RemoteFunctionOptions . |
com.google.api.services.bigquery.model.RemoteFunctionOptions |
toPb() |
@Nullable public abstract String getEndpoint()
@Nullable public abstract String getConnection()
@Nullable public abstract Map<String,String> getUserDefinedContext()
@Nullable public abstract Long getMaxBatchingRows()
public abstract RemoteFunctionOptions.Builder toBuilder()
RemoteFunctionOptions
.public static RemoteFunctionOptions.Builder newBuilder()
public com.google.api.services.bigquery.model.RemoteFunctionOptions toPb()
Copyright © 2023 Google LLC. All rights reserved.