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 RemoteFunctionOptionsRemoteFunctionOptions.Builder. build()Creates aRemoteFunctionOptionsobject.RemoteFunctionOptionsRoutineInfo. getRemoteFunctionOptions()Returns the Remote function specific options.Methods in com.google.cloud.bigquery with parameters of type RemoteFunctionOptions Modifier and Type Method Description Routine.BuilderRoutine.Builder. setRemoteFunctionOptions(RemoteFunctionOptions remoteFunctionOptions)abstract RoutineInfo.BuilderRoutineInfo.Builder. setRemoteFunctionOptions(RemoteFunctionOptions remoteFunctionOptions)Optional.
-