DestinationDataset(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Defines the destination bigquery dataset.
Attributes |
|
---|---|
Name | Description |
dataset_reference |
google.cloud.bigquery_analyticshub_v1.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 | |
---|---|
Name | Description |
kwargs |
dict
Keys and values corresponding to the fields of the message. |
mapping |
Union[dict,
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 |