Class RoutineArgument (2.37.2)
Stay organized with collections
Save and categorize content based on your preferences.
publicabstractclass RoutineArgumentAn argument for a BigQuery Routine.
Inherited Members
Static Methods
newBuilder()
publicstaticRoutineArgument.BuildernewBuilder()Returns a builder for a RoutineArgument object.
| Returns | |
|---|---|
| Type | Description |
RoutineArgument.Builder |
|
Constructors
RoutineArgument()
publicRoutineArgument()Methods
getDataType()
publicabstractStandardSQLDataTypegetDataType()| Returns | |
|---|---|
| Type | Description |
StandardSQLDataType |
|
getKind()
publicabstractStringgetKind()Returns the kind of the argument.
| Returns | |
|---|---|
| Type | Description |
String |
|
getMode()
publicabstractStringgetMode()Returns the mode of the argument.
| Returns | |
|---|---|
| Type | Description |
String |
|
getName()
publicabstractStringgetName()Returns the name of the argument.
| Returns | |
|---|---|
| Type | Description |
String |
|
toBuilder()
publicabstractRoutineArgument.BuildertoBuilder()Returns a builder pre-populated using the current values of this RoutineArgument.
| Returns | |
|---|---|
| Type | Description |
RoutineArgument.Builder |
|