Class DestinationDataset (0.5.11)

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

Defines the destination bigquery dataset.

Attributes

NameDescription
dataset_reference google.cloud.bigquery_data_exchange_v1beta1.types.DestinationDatasetReference
Required. A reference that identifies the destination dataset.
friendly_name google.protobuf.wrappers_pb2.StringValue
Optional. A descriptive name for the dataset.
description google.protobuf.wrappers_pb2.StringValue
Optional. A user-friendly description of the dataset.
labels MutableMapping[str, str]
Optional. The labels associated with this dataset. You can use these to organize and group your datasets. You can set this property when inserting or updating a dataset. See https://cloud.google.com/resource-manager/docs/creating-managing-labels for more information.
location str
Required. The geographic location where the dataset should reside. See https://cloud.google.com/bigquery/docs/locations for supported locations.

Classes

LabelsEntry

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

The abstract base class for a message.

Parameters
NameDescription
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, .Message]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.