SharingEnvironmentConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Sharing environment is a behavior model for sharing data within a data exchange. This option is configurable for a data exchange.
This message has oneof
_ fields (mutually exclusive fields).
For each oneof, at most one member field can be set at the same time.
Setting any member of the oneof automatically clears all other
members.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes | |
---|---|
Name | Description |
default_exchange_config |
google.cloud.bigquery_analyticshub_v1.types.SharingEnvironmentConfig.DefaultExchangeConfig
Default Analytics Hub data exchange, used for secured data sharing. This field is a member of oneof _ environment .
|
dcr_exchange_config |
google.cloud.bigquery_analyticshub_v1.types.SharingEnvironmentConfig.DcrExchangeConfig
Data Clean Room (DCR), used for privacy-safe and secured data sharing. This field is a member of oneof _ environment .
|
Classes
DcrExchangeConfig
DcrExchangeConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Data Clean Room (DCR), used for privacy-safe and secured data sharing.
DefaultExchangeConfig
DefaultExchangeConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Default Analytics Hub data exchange, used for secured data sharing.