Uses of Class
com.google.cloud.bigquery.RemoteFunctionOptions
-
Packages that use RemoteFunctionOptions Package Description com.google.cloud.bigquery A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for analytics. -
-
Uses of RemoteFunctionOptions in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return RemoteFunctionOptions Modifier and Type Method Description abstract RemoteFunctionOptions
RemoteFunctionOptions.Builder. build()
Creates aRemoteFunctionOptions
object.RemoteFunctionOptions
RoutineInfo. getRemoteFunctionOptions()
Returns the Remote function specific options.Methods in com.google.cloud.bigquery with parameters of type RemoteFunctionOptions Modifier and Type Method Description Routine.Builder
Routine.Builder. setRemoteFunctionOptions(RemoteFunctionOptions remoteFunctionOptions)
abstract RoutineInfo.Builder
RoutineInfo.Builder. setRemoteFunctionOptions(RemoteFunctionOptions remoteFunctionOptions)
Optional.
-