Class RoutineId

java.lang.Object
com.google.cloud.bigquery.RoutineId
All Implemented Interfaces:
Serializable

public final class RoutineId extends Object implements Serializable
RoutineId represents the identifier for a given Routine.
See Also:
  • Method Details

    • getProject

      public String getProject()
      Return corresponding project ID for this routine. *
    • getDataset

      public String getDataset()
      Return corresponding dataset ID for this routine. *
    • getRoutine

      public String getRoutine()
      Return corresponding routine ID for this routine. *
    • of

      public static RoutineId of(String project, String dataset, String routine)
      Creates a routine identity given project, dataset, and routine identifiers. *
    • of

      public static RoutineId of(String dataset, String routine)
      Creates a routine identity given dataset and routine identifiers. *
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object