GoogleCloudDatacatalogV1RoutineSpecResponse

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

constructor(bigqueryRoutineSpec: GoogleCloudDatacatalogV1BigQueryRoutineSpecResponse, definitionBody: String, language: String, returnType: String, routineArguments: List<GoogleCloudDatacatalogV1RoutineSpecArgumentResponse>, routineType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

The body of the routine.

Link copied to clipboard

The language the routine is written in. The exact value depends on the source system. For BigQuery routines, possible values are: * SQL * JAVASCRIPT

Link copied to clipboard

Return type of the argument. The exact value depends on the source system and the language.

Link copied to clipboard
Link copied to clipboard

The type of the routine.