public sealed class DatasetConfig.Types.Link : IMessage<DatasetConfig.Types.Link>, IEquatable<DatasetConfig.Types.Link>, IDeepCloneable<DatasetConfig.Types.Link>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Storage Insights v1 API class DatasetConfig.Types.Link.
Defines the details about the linked dataset.
Implements
IMessageDatasetConfigTypesLink, IEquatableDatasetConfigTypesLink, IDeepCloneableDatasetConfigTypesLink, IBufferMessage, IMessageNamespace
Google.Cloud.StorageInsights.V1Assembly
Google.Cloud.StorageInsights.V1.dll
Constructors
Link()
public Link()
Link(Link)
public Link(DatasetConfig.Types.Link other)
Parameter | |
---|---|
Name | Description |
other |
DatasetConfigTypesLink |
Properties
Dataset
public string Dataset { get; set; }
Output only. Dataset name for linked dataset.
Property Value | |
---|---|
Type | Description |
string |
Linked
public bool Linked { get; set; }
Output only. State of the linked dataset.
Property Value | |
---|---|
Type | Description |
bool |