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
fun GoogleCloudDatacatalogV1RoutineSpecArgs(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)