public interface BigQueryRoutineReferenceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDatasetId()
public abstract String getDatasetId()The dataset ID of the routine.
string dataset_id = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The datasetId. |
getDatasetIdBytes()
public abstract ByteString getDatasetIdBytes()The dataset ID of the routine.
string dataset_id = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for datasetId. |
getProjectId()
public abstract String getProjectId()The project ID of the routine.
string project_id = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The projectId. |
getProjectIdBytes()
public abstract ByteString getProjectIdBytes()The project ID of the routine.
string project_id = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for projectId. |
getRoutineId()
public abstract String getRoutineId()The routine ID of the routine.
string routine_id = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The routineId. |
getRoutineIdBytes()
public abstract ByteString getRoutineIdBytes()The routine ID of the routine.
string routine_id = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for routineId. |