public static interface Listing.BigQueryDatasetSource.SelectedResourceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getResourceCase()
public abstract Listing.BigQueryDatasetSource.SelectedResource.ResourceCase getResourceCase()| Returns | |
|---|---|
| Type | Description |
Listing.BigQueryDatasetSource.SelectedResource.ResourceCase |
|
getRoutine()
public abstract String getRoutine() Optional. Format:
For routine:
projects/{projectId}/datasets/{datasetId}/routines/{routineId}
Example:"projects/test_project/datasets/test_dataset/routines/test_routine"
string routine = 2 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The routine. |
getRoutineBytes()
public abstract ByteString getRoutineBytes() Optional. Format:
For routine:
projects/{projectId}/datasets/{datasetId}/routines/{routineId}
Example:"projects/test_project/datasets/test_dataset/routines/test_routine"
string routine = 2 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for routine. |
getTable()
public abstract String getTable() Optional. Format:
For table:
projects/{projectId}/datasets/{datasetId}/tables/{tableId}
Example:"projects/test_project/datasets/test_dataset/tables/test_table"
string table = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The table. |
getTableBytes()
public abstract ByteString getTableBytes() Optional. Format:
For table:
projects/{projectId}/datasets/{datasetId}/tables/{tableId}
Example:"projects/test_project/datasets/test_dataset/tables/test_table"
string table = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for table. |
hasRoutine()
public abstract boolean hasRoutine() Optional. Format:
For routine:
projects/{projectId}/datasets/{datasetId}/routines/{routineId}
Example:"projects/test_project/datasets/test_dataset/routines/test_routine"
string routine = 2 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the routine field is set. |
hasTable()
public abstract boolean hasTable() Optional. Format:
For table:
projects/{projectId}/datasets/{datasetId}/tables/{tableId}
Example:"projects/test_project/datasets/test_dataset/tables/test_table"
string table = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the table field is set. |