Package | Description |
---|---|
com.google.cloud.bigquery |
A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for
analytics.
|
Modifier and Type | Method and Description |
---|---|
static RoutineArgument.Builder |
RoutineArgument.newBuilder()
Returns a builder for a 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 . |
Copyright © 2019 Google LLC. All rights reserved.