User Defined Function Resource Args
data class UserDefinedFunctionResourceArgs(val inlineCode: Output<String>? = null, val resourceUri: Output<String>? = null) : ConvertibleToJava<UserDefinedFunctionResourceArgs>
This is used for defining User Defined Function (UDF) resources only when using legacy SQL. Users of Standard SQL should leverage either DDL (e.g. CREATE TEMPORARY FUNCTION ... ) or the Routines API to define UDF resources. For additional information on migrating, see: https://cloud.google.com/bigquery/docs/reference/standard-sql/migrating-from-legacy-sql#differences_in_user-defined_javascript_functions
Constructors
Link copied to clipboard
fun UserDefinedFunctionResourceArgs(inlineCode: Output<String>? = null, resourceUri: Output<String>? = null)