GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1RoutineSpec (google_api_data_catalog v0.25.0) View Source
Specification that applies to a routine. Valid only for entries with the ROUTINE type.
Attributes
-
bigqueryRoutineSpec(type:GoogleApi.DataCatalog.V1.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:SQLJAVASCRIPT -
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.V1.Model.GoogleCloudDatacatalogV1RoutineSpecArgument.t), default:nil) - Arguments of the routine. -
routineType(type:String.t, default:nil) - The type of the routine.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1RoutineSpec{
bigqueryRoutineSpec:
GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1BigQueryRoutineSpec.t()
| nil,
definitionBody: String.t() | nil,
language: String.t() | nil,
returnType: String.t() | nil,
routineArguments:
[
GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1RoutineSpecArgument.t()
]
| nil,
routineType: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.