Send feedback
Class RoutineArgument.Builder (2.51.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.51.0keyboard_arrow_down
public abstract static class RoutineArgument . Builder
Constructors
Builder()
Methods
build()
public abstract RoutineArgument build ()
Creates a RoutineArgument object.
setDataType(StandardSQLDataType dataType)
public abstract RoutineArgument . Builder setDataType ( StandardSQLDataType dataType )
Sets the data type specification for the argument. It is required except for ANY_TYPE
argument kinds.
setKind(String kind)
public abstract RoutineArgument . Builder setKind ( String kind )
Sets the kind of argument.
A FIXED_TYPE argument is a fully specified type. It can be a struct or an array, but not a
table.
An ANY_TYPE argument is any type. It can be a struct or an array, but not a table.
Parameter
Name
Description
kind
String
setMode(String mode)
public abstract RoutineArgument . Builder setMode ( String mode )
Optionally specifies the input/output mode of the argument.
An IN mode argument is input-only. An OUT mode argument is output-only. An INOUT mode
argument is both an input and output.
Parameter
Name
Description
mode
String
setName(String name)
public abstract RoutineArgument . Builder setName ( String name )
Parameter
Name
Description
name
String
Send feedback
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.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025年10月30日 UTC."],[],[]]