Class RoutineArgument (2.41.0)

publicabstractclass RoutineArgument

An argument for a BigQuery Routine.

Inheritance

java.lang.Object > RoutineArgument

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

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.