Google Cloud Datacatalog V1Routine Spec Response
data class GoogleCloudDatacatalogV1RoutineSpecResponse(val bigqueryRoutineSpec: GoogleCloudDatacatalogV1BigQueryRoutineSpecResponse, val definitionBody: String, val language: String, val returnType: String, val routineArguments: List<GoogleCloudDatacatalogV1RoutineSpecArgumentResponse>, val routineType: String)
Specification that applies to a routine. Valid only for entries with the ROUTINE
type.
Constructors
Link copied to clipboard
fun GoogleCloudDatacatalogV1RoutineSpecResponse(bigqueryRoutineSpec: GoogleCloudDatacatalogV1BigQueryRoutineSpecResponse, definitionBody: String, language: String, returnType: String, routineArguments: List<GoogleCloudDatacatalogV1RoutineSpecArgumentResponse>, routineType: String)