Class: Google::Cloud::Bigquery::AnalyticsHub::V1::Subscription::LinkedResource

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

Reference to a linked resource tracked by this Subscription.

Instance Attribute Summary collapse

Instance Attribute Details

#linked_dataset::String (readonly)

Returns Output only. Name of the linked dataset, e.g. projects/subscriberproject/datasets/linked_dataset.

Returns:

  • (::String)

    Output only. Name of the linked dataset, e.g. projects/subscriberproject/datasets/linked_dataset



405
406
407
408
# File 'proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb', line 405

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