public abstract class RoutineArgument extends Object
Modifier and Type | Class and Description |
---|---|
static class |
RoutineArgument.Builder |
Constructor and Description |
---|
RoutineArgument() |
Modifier and Type | Method and Description |
---|---|
abstract StandardSQLDataType |
getDataType() |
abstract String |
getKind()
Returns the kind of the argument.
|
abstract String |
getMode()
Returns the mode of the argument.
|
abstract String |
getName()
Returns the name of the argument.
|
static RoutineArgument.Builder |
newBuilder()
Returns a builder for a object.
|
abstract RoutineArgument.Builder |
toBuilder()
Returns a builder pre-populated using the current values of this
RoutineArgument . |
@Nullable public abstract StandardSQLDataType getDataType()
public abstract RoutineArgument.Builder toBuilder()
RoutineArgument
.public static RoutineArgument.Builder newBuilder()
Copyright © 2019 Google LLC. All rights reserved.