GoogleCloudDatacatalogV1RoutineSpec class
Specification that applies to a routine.
Valid only for entries with the ROUTINE
type.
Constructors
-
GoogleCloudDatacatalogV1RoutineSpec({GoogleCloudDatacatalogV1BigQueryRoutineSpec? bigqueryRoutineSpec, String? definitionBody, String? language, String? returnType, List<
GoogleCloudDatacatalogV1RoutineSpecArgument> ? routineArguments, String? routineType}) - GoogleCloudDatacatalogV1RoutineSpec.fromJson(Map json_)
Properties
- bigqueryRoutineSpec ↔ GoogleCloudDatacatalogV1BigQueryRoutineSpec?
-
Fields specific for BigQuery routines.
getter/setter pair
- definitionBody ↔ String?
-
The body of the routine.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- language ↔ String?
-
The language the routine is written in.
getter/setter pair
- returnType ↔ String?
-
Return type of the argument.
getter/setter pair
-
routineArguments
↔ List<
GoogleCloudDatacatalogV1RoutineSpecArgument> ? -
Arguments of the routine.
getter/setter pair
- routineType ↔ String?
-
The type of the routine.
Possible string values are:
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited