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.
-
#linked_pubsub_subscription ⇒ ::String
readonly
Output only.
-
#listing ⇒ ::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
Note: The following fields are mutually exclusive: linked_dataset, linked_pubsub_subscription. If a field in that set is populated, all other fields in the set will automatically be cleared.
821 822 823 824 |
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 821 class LinkedResource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#linked_pubsub_subscription ⇒ ::String (readonly)
Returns Output only. Name of the Pub/Sub subscription, e.g. projects/subscriberproject/subscriptions/subscriptions/sub_id
Note: The following fields are mutually exclusive: linked_pubsub_subscription, linked_dataset. If a field in that set is populated, all other fields in the set will automatically be cleared.
821 822 823 824 |
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 821 class LinkedResource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#listing ⇒ ::String (readonly)
Returns Output only. Listing for which linked resource is created.
821 822 823 824 |
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 821 class LinkedResource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |