Class: Google::Cloud::Bigquery::AnalyticsHub::V1::Listing::BigQueryDatasetSource::SelectedResource

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb

Overview

Resource in this dataset that is selectively shared.

Instance Attribute Summary collapse

Instance Attribute Details

#routine::String

Returns 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.



543
544
545
546
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 543

class SelectedResource
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#table::String

Returns 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.



543
544
545
546
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 543

class SelectedResource
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end