Class: Google::Cloud::Bigquery::AnalyticsHub::V1::Subscription::LinkedResource
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::AnalyticsHub::V1::Subscription::LinkedResource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb
Overview
Reference to a linked resource tracked by this Subscription.
Instance Attribute Summary collapse
-
#linked_dataset ⇒ ::String
readonly
Output only.
Instance Attribute Details
#linked_dataset ⇒ ::String (readonly)
Returns Output only. Name of the linked dataset, e.g. projects/subscriberproject/datasets/linked_dataset.
435 436 437 438 |
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 435 class LinkedResource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |