Class SharingEnvironmentConfig (0.4.9)

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

NameDescription
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.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

DefaultExchangeConfig

DefaultExchangeConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Default Analytics Hub data exchange, used for secured data sharing.