public sealed class DestinationDataset : IMessage<DestinationDataset>, IEquatable<DestinationDataset>, IDeepCloneable<DestinationDataset>, IBufferMessage, IMessage
Defines the Destination BigQuery Dataset.
Implements
IMessage<DestinationDataset>, IEquatable<DestinationDataset>, IDeepCloneable<DestinationDataset>, IBufferMessage, IMessageNamespace
Google.Cloud.BigQuery.DataExchange.V1Beta1Assembly
Google.Cloud.BigQuery.DataExchange.V1Beta1.dll
Constructors
DestinationDataset()
public DestinationDataset()
DestinationDataset(DestinationDataset)
public DestinationDataset(DestinationDataset other)
Parameter | |
---|---|
Name | Description |
other | DestinationDataset |
Properties
DatasetReference
public DestinationDatasetReference DatasetReference { get; set; }
Required. A reference that identifies the destination dataset.
Property Value | |
---|---|
Type | Description |
DestinationDatasetReference |
Description
public string Description { get; set; }
Optional. A user-friendly description of the dataset.
Property Value | |
---|---|
Type | Description |
String |
FriendlyName
public string FriendlyName { get; set; }
Optional. A descriptive name for the dataset.
Property Value | |
---|---|
Type | Description |
String |
Labels
public MapField<string, string> Labels { get; }
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.
Property Value | |
---|---|
Type | Description |
MapField<String, String> |
Location
public string Location { get; set; }
Required. The geographic location where the dataset should reside. See https://cloud.google.com/bigquery/docs/locations for supported locations.
Property Value | |
---|---|
Type | Description |
String |