Package com.google.cloud.bigquery
Class RoutineId
java.lang.Object
com.google.cloud.bigquery.RoutineId
- All Implemented Interfaces:
Serializable
RoutineId represents the identifier for a given Routine.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn corresponding dataset ID for this routineprotected io.opentelemetry.api.common.AttributesReturn corresponding project ID for this routineReturn corresponding routine ID for this routineinthashCode()static RoutineIdCreates a routine identity given dataset and routine identifiersstatic RoutineIdCreates a routine identity given project, dataset, and routine identifierstoString()
-
Method Details
-
getProject
Return corresponding project ID for this routine. * -
getDataset
Return corresponding dataset ID for this routine. * -
getRoutine
Return corresponding routine ID for this routine. * -
of
Creates a routine identity given project, dataset, and routine identifiers. * -
of
Creates a routine identity given dataset and routine identifiers. * -
equals
-
hashCode
public int hashCode() -
toString
-
getOtelAttributes
protected io.opentelemetry.api.common.Attributes getOtelAttributes()
-