public final class RoutineId extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getDataset()
Return corresponding dataset ID for this routine.
|
String |
getProject()
Return corresponding project ID for this routine.
|
String |
getRoutine()
Return corresponding routine ID for this routine.
|
int |
hashCode() |
static RoutineId |
of(String dataset,
String routine)
Creates a routine identity given dataset and routine identifiers.
|
static RoutineId |
of(String project,
String dataset,
String routine)
Creates a routine identity given project, dataset, and routine identifiers.
|
String |
toString() |
public String getProject()
public String getDataset()
public String getRoutine()
public static RoutineId of(String project, String dataset, String routine)
public static RoutineId of(String dataset, String routine)
Copyright © 2019 Google LLC. All rights reserved.