Google Cloud Datacatalog V1Routine Spec Args
data class GoogleCloudDatacatalogV1RoutineSpecArgs(val bigqueryRoutineSpec: Output<GoogleCloudDatacatalogV1BigQueryRoutineSpecArgs>? = null, val definitionBody: Output<String>? = null, val language: Output<String>? = null, val returnType: Output<String>? = null, val routineArguments: Output<List<GoogleCloudDatacatalogV1RoutineSpecArgumentArgs>>? = null, val routineType: Output<GoogleCloudDatacatalogV1RoutineSpecRoutineType>? = null) : ConvertibleToJava<GoogleCloudDatacatalogV1RoutineSpecArgs>
Specification that applies to a routine. Valid only for entries with the ROUTINE
type.
Constructors
Link copied to clipboard
constructor(bigqueryRoutineSpec: Output<GoogleCloudDatacatalogV1BigQueryRoutineSpecArgs>? = null, definitionBody: Output<String>? = null, language: Output<String>? = null, returnType: Output<String>? = null, routineArguments: Output<List<GoogleCloudDatacatalogV1RoutineSpecArgumentArgs>>? = null, routineType: Output<GoogleCloudDatacatalogV1RoutineSpecRoutineType>? = null)
Properties
Link copied to clipboard
Fields specific for BigQuery routines.
Link copied to clipboard
The body of the routine.
Link copied to clipboard
Return type of the argument. The exact value depends on the source system and the language.
Link copied to clipboard
Arguments of the routine.
Link copied to clipboard
The type of the routine.