Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudDatacatalogV1RoutineSpec

import type { GoogleCloudDatacatalogV1RoutineSpec } from "https://googleapis.deno.dev/v1/datacatalog:v1.ts";

Specification that applies to a routine. Valid only for entries with the ROUTINE type.

interface GoogleCloudDatacatalogV1RoutineSpec {
definitionBody?: string;
language?: string;
returnType?: string;
routineType?: "ROUTINE_TYPE_UNSPECIFIED" | "SCALAR_FUNCTION" | "PROCEDURE";
}

§Properties

§

Fields specific for BigQuery routines.

§
definitionBody?: string
[src]

The body of the routine.

§
language?: string
[src]

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

§
returnType?: string
[src]

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

§

Arguments of the routine.

§
routineType?: "ROUTINE_TYPE_UNSPECIFIED" | "SCALAR_FUNCTION" | "PROCEDURE"
[src]

The type of the routine.