public static interface Listing.BigQueryDatasetSource.SelectedResourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Listing.BigQueryDatasetSource.SelectedResource.ResourceCase |
getResourceCase() |
String |
getRoutine()
Optional.
|
com.google.protobuf.ByteString |
getRoutineBytes()
Optional.
|
String |
getTable()
Optional.
|
com.google.protobuf.ByteString |
getTableBytes()
Optional.
|
boolean |
hasRoutine()
Optional.
|
boolean |
hasTable()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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) = { ... }
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) = { ... }
com.google.protobuf.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) = { ... }
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) = { ... }
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) = { ... }
com.google.protobuf.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) = { ... }
Listing.BigQueryDatasetSource.SelectedResource.ResourceCase getResourceCase()
Copyright © 2025 Google LLC. All rights reserved.