Class UpdateDataExchangeRequest (0.2.1)

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

Message for updating a DataExchange.

Attributes

NameDescription
update_mask google.protobuf.field_mask_pb2.FieldMask
Required. Field mask is used to specify the fields to be overwritten in the DataExchange resource by the update. The fields specified in the update_mask are relative to the resource, not the full request.
data_exchange google.cloud.bigquery_data_exchange_v1beta1.types.DataExchange
Required. The DataExchange to update.