static RoutineArgument.Builder |
RoutineArgument.newBuilder() |
Returns a builder for a RoutineArgument object.
|
abstract RoutineArgument.Builder |
RoutineArgument.Builder.setDataType(StandardSQLDataType dataType) |
Sets the data type specification for the argument.
|
abstract RoutineArgument.Builder |
RoutineArgument.Builder.setKind(String kind) |
Sets the kind of argument.
|
abstract RoutineArgument.Builder |
RoutineArgument.Builder.setMode(String mode) |
Optionally specifies the input/output mode of the argument.
|
abstract RoutineArgument.Builder |
RoutineArgument.Builder.setName(String name) |
Sets the argument name.
|
abstract RoutineArgument.Builder |
RoutineArgument.toBuilder() |
Returns a builder pre-populated using the current values of this RoutineArgument .
|