Class RoutineId (2.39.1)

public final class RoutineId implements Serializable

RoutineId represents the identifier for a given Routine.

Inheritance

Object > RoutineId

Implements

Serializable

Static Methods

of(String dataset, String routine)

public static RoutineId of(String dataset, String routine)

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)

public static RoutineId of(String project, String dataset, String routine)

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)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDataset()

public String getDataset()

Return corresponding dataset ID for this routine. *

Returns
Type Description
String

getProject()

public String getProject()

Return corresponding project ID for this routine. *

Returns
Type Description
String

getRoutine()

public String getRoutine()

Return corresponding routine ID for this routine. *

Returns
Type Description
String

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

toString()

public String toString()
Returns
Type Description
String
Overrides