Reference documentation and code samples for the Analytics Hub V1 API class Google::Cloud::Bigquery::AnalyticsHub::V1::Listing::BigQueryDatasetSource::SelectedResource.
Resource in this dataset that is selectively shared.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#routine
def routine() -> ::String
-
(::String) — Optional. Format:
For routine:
projects/{projectId}/datasets/{datasetId}/routines/{routineId}
Example:"projects/test_project/datasets/test_dataset/routines/test_routine"Note: The following fields are mutually exclusive:
routine
,table
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#routine=
def routine=(value) -> ::String
-
value (::String) — Optional. Format:
For routine:
projects/{projectId}/datasets/{datasetId}/routines/{routineId}
Example:"projects/test_project/datasets/test_dataset/routines/test_routine"Note: The following fields are mutually exclusive:
routine
,table
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::String) — Optional. Format:
For routine:
projects/{projectId}/datasets/{datasetId}/routines/{routineId}
Example:"projects/test_project/datasets/test_dataset/routines/test_routine"Note: The following fields are mutually exclusive:
routine
,table
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#table
def table() -> ::String
-
(::String) — Optional. Format:
For table:
projects/{projectId}/datasets/{datasetId}/tables/{tableId}
Example:"projects/test_project/datasets/test_dataset/tables/test_table"Note: The following fields are mutually exclusive:
table
,routine
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#table=
def table=(value) -> ::String
-
value (::String) — Optional. Format:
For table:
projects/{projectId}/datasets/{datasetId}/tables/{tableId}
Example:"projects/test_project/datasets/test_dataset/tables/test_table"Note: The following fields are mutually exclusive:
table
,routine
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::String) — Optional. Format:
For table:
projects/{projectId}/datasets/{datasetId}/tables/{tableId}
Example:"projects/test_project/datasets/test_dataset/tables/test_table"Note: The following fields are mutually exclusive:
table
,routine
. If a field in that set is populated, all other fields in the set will automatically be cleared.