Class RoutineId

    • Method Detail

      • 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. *
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object