google.cloud.bigquery.routine.RoutineArgument#
Methods
|
Factory: construct a routine argument given its API representation. |
Construct the API resource representation of this routine argument. |
Attributes
Type of a variable, e.g., a function argument. |
|
The kind of argument, for example |
|
The input/output mode of the argument. |
|
Name of this argument. |
-
class
google.cloud.bigquery.routine.
RoutineArgument
(**kwargs)[source]# Bases:
object
Input/output argument of a function or a stored procedure.
See https://cloud.google.com/bigquery/docs/reference/rest/v2/routines
- Parameters
**kwargs (Dict) – Initial property values.
-
property
data_type
# Type of a variable, e.g., a function argument.
See: https://cloud.google.com/bigquery/docs/reference/rest/v2/StandardSqlDataType
- Type
Optional[google.cloud.bigquery_v2.types.StandardSqlDataType]
-
classmethod
from_api_repr
(resource)[source]# Factory: construct a routine argument given its API representation.
-
property
kind
# The kind of argument, for example
FIXED_TYPE
orANY_TYPE
.See: https://cloud.google.com/bigquery/docs/reference/rest/v2/routines#ArgumentKind
- Type
Optional[str]