public sealed class Subscription.Types.LinkedResource : IMessage<Subscription.Types.LinkedResource>, IEquatable<Subscription.Types.LinkedResource>, IDeepCloneable<Subscription.Types.LinkedResource>, IBufferMessage, IMessage
Reference documentation and code samples for the Analytics Hub v1 API class Subscription.Types.LinkedResource.
Reference to a linked resource tracked by this Subscription.
Implements
IMessageSubscriptionTypesLinkedResource, IEquatableSubscriptionTypesLinkedResource, IDeepCloneableSubscriptionTypesLinkedResource, IBufferMessage, IMessageNamespace
Google.Cloud.BigQuery.AnalyticsHub.V1Assembly
Google.Cloud.BigQuery.AnalyticsHub.V1.dll
Constructors
LinkedResource()
public LinkedResource()
LinkedResource(LinkedResource)
public LinkedResource(Subscription.Types.LinkedResource other)
Parameter | |
---|---|
Name | Description |
other |
SubscriptionTypesLinkedResource |
Properties
HasLinkedDataset
public bool HasLinkedDataset { get; }
Gets whether the "linked_dataset" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasLinkedPubsubSubscription
public bool HasLinkedPubsubSubscription { get; }
Gets whether the "linked_pubsub_subscription" field is set
Property Value | |
---|---|
Type | Description |
bool |
LinkedDataset
public string LinkedDataset { get; set; }
Output only. Name of the linked dataset, e.g. projects/subscriberproject/datasets/linked_dataset
Property Value | |
---|---|
Type | Description |
string |
LinkedPubsubSubscription
public string LinkedPubsubSubscription { get; set; }
Output only. Name of the Pub/Sub subscription, e.g. projects/subscriberproject/subscriptions/subscriptions/sub_id
Property Value | |
---|---|
Type | Description |
string |
Listing
public string Listing { get; set; }
Output only. Listing for which linked resource is created.
Property Value | |
---|---|
Type | Description |
string |
ReferenceCase
public Subscription.Types.LinkedResource.ReferenceOneofCase ReferenceCase { get; }
Property Value | |
---|---|
Type | Description |
SubscriptionTypesLinkedResourceReferenceOneofCase |