Class DestinationDatasetReference (0.1.1)

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

Contains the reference that identifies a destination bigquery dataset.

Attributes

NameDescription
dataset_id str
Required. A unique ID for this dataset, without the project name. The ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). The maximum length is 1,024 characters.
project_id str
Required. The ID of the project containing this dataset.

Inheritance

builtins.object > proto.message.Message > DestinationDatasetReference