public sealed class DataDocumentationSpec : IMessage<DataDocumentationSpec>, IEquatable<DataDocumentationSpec>, IDeepCloneable<DataDocumentationSpec>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Dataplex v1 API class DataDocumentationSpec.
DataDocumentation scan related spec.
Implements
IMessageDataDocumentationSpec, IEquatableDataDocumentationSpec, IDeepCloneableDataDocumentationSpec, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
DataDocumentationSpec()
public DataDocumentationSpec()DataDocumentationSpec(DataDocumentationSpec)
public DataDocumentationSpec(DataDocumentationSpec other)| Parameter | |
|---|---|
| Name | Description |
other |
DataDocumentationSpec |
Properties
CatalogPublishingEnabled
public bool CatalogPublishingEnabled { get; set; }Optional. Whether to publish result to Dataplex Catalog.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
GenerationScopes
public RepeatedField<DataDocumentationSpec.Types.GenerationScope> GenerationScopes { get; }Optional. Specifies which components of the data documentation to generate. Any component that is required to generate the specified components will also be generated. If no generation scope is specified, all available documentation components will be generated.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldDataDocumentationSpecTypesGenerationScope |
|