GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1RoutineSpec (google_api_data_catalog v0.32.2)
View SourceSpecification that applies to a routine. Valid only for entries with the ROUTINE
type.
Attributes
-
bigqueryRoutineSpec
(type:GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1BigQueryRoutineSpec.t
, default:nil
) - Fields specific for BigQuery routines. -
definitionBody
(type:String.t
, default:nil
) - The body of the routine. -
language
(type:String.t
, default:nil
) - The language the routine is written in. The exact value depends on the source system. For BigQuery routines, possible values are:SQL
JAVASCRIPT
-
returnType
(type:String.t
, default:nil
) - Return type of the argument. The exact value depends on the source system and the language. -
routineArguments
(type:list(GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1RoutineSpecArgument.t)
, default:nil
) - Arguments of the routine. -
routineType
(type:String.t
, default:nil
) - The type of the routine.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1RoutineSpec{ bigqueryRoutineSpec: GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1BigQueryRoutineSpec.t() | nil, definitionBody: String.t() | nil, language: String.t() | nil, returnType: String.t() | nil, routineArguments: [ GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1RoutineSpecArgument.t() ] | nil, routineType: String.t() | nil }