Class RoutineId (2.35.0)

publicfinalclass RoutineIdimplementsSerializable

RoutineId represents the identifier for a given Routine.

Inheritance

Object > RoutineId

Implements

Serializable

Static Methods

of(String dataset, String routine)

publicstaticRoutineIdof(Stringdataset,Stringroutine)

Creates a routine identity given dataset and routine identifiers. *

Parameters
Name Description
dataset String
routine String
Returns
Type Description
RoutineId

of(String project, String dataset, String routine)

publicstaticRoutineIdof(Stringproject,Stringdataset,Stringroutine)

Creates a routine identity given project, dataset, and routine identifiers. *

Parameters
Name Description
project String
dataset String
routine String
Returns
Type Description
RoutineId

Methods

equals(Object obj)

publicbooleanequals(Objectobj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDataset()

publicStringgetDataset()

Return corresponding dataset ID for this routine. *

Returns
Type Description
String

getProject()

publicStringgetProject()

Return corresponding project ID for this routine. *

Returns
Type Description
String

getRoutine()

publicStringgetRoutine()

Return corresponding routine ID for this routine. *

Returns
Type Description
String

hashCode()

publicinthashCode()
Returns
Type Description
int
Overrides

toString()

publicStringtoString()
Returns
Type Description
String
Overrides

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.