Analytics Hub V1 API - Class Google::Cloud::Bigquery::AnalyticsHub::V1::Listing::BigQueryDatasetSource::SelectedResource (v0.13.0)

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
Returns
  • (::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
Parameter
  • 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.

Returns
  • (::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
Returns
  • (::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
Parameter
  • 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.

Returns
  • (::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.