public sealed class SharingEnvironmentConfig.Types.DcrExchangeConfig : IMessage<SharingEnvironmentConfig.Types.DcrExchangeConfig>, IEquatable<SharingEnvironmentConfig.Types.DcrExchangeConfig>, IDeepCloneable<SharingEnvironmentConfig.Types.DcrExchangeConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Analytics Hub v1 API class SharingEnvironmentConfig.Types.DcrExchangeConfig.
Data Clean Room (DCR), used for privacy-safe and secured data sharing.
Implements
IMessageSharingEnvironmentConfigTypesDcrExchangeConfig, IEquatableSharingEnvironmentConfigTypesDcrExchangeConfig, IDeepCloneableSharingEnvironmentConfigTypesDcrExchangeConfig, IBufferMessage, IMessageNamespace
Google.Cloud.BigQuery.AnalyticsHub.V1Assembly
Google.Cloud.BigQuery.AnalyticsHub.V1.dll
Constructors
DcrExchangeConfig()
public DcrExchangeConfig()
DcrExchangeConfig(DcrExchangeConfig)
public DcrExchangeConfig(SharingEnvironmentConfig.Types.DcrExchangeConfig other)
Parameter | |
---|---|
Name | Description |
other |
SharingEnvironmentConfigTypesDcrExchangeConfig |
Properties
HasSingleLinkedDatasetPerCleanroom
public bool HasSingleLinkedDatasetPerCleanroom { get; }
Gets whether the "single_linked_dataset_per_cleanroom" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasSingleSelectedResourceSharingRestriction
public bool HasSingleSelectedResourceSharingRestriction { get; }
Gets whether the "single_selected_resource_sharing_restriction" field is set
Property Value | |
---|---|
Type | Description |
bool |
SingleLinkedDatasetPerCleanroom
public bool SingleLinkedDatasetPerCleanroom { get; set; }
Output only. If True, when subscribing to this DCR, it will create only one linked dataset containing all resources shared within the cleanroom. If False, when subscribing to this DCR, it will create 1 linked dataset per listing. This is not configurable, and by default, all new DCRs will have the restriction set to True.
Property Value | |
---|---|
Type | Description |
bool |
SingleSelectedResourceSharingRestriction
public bool SingleSelectedResourceSharingRestriction { get; set; }
Output only. If True, this DCR restricts the contributors to sharing only a single resource in a Listing. And no two resources should have the same IDs. So if a contributor adds a view with a conflicting name, the CreateListing API will reject the request. if False, the data contributor can publish an entire dataset (as before). This is not configurable, and by default, all new DCRs will have the restriction set to True.
Property Value | |
---|---|
Type | Description |
bool |