Cloud Dataplex v1 API - Class DataDocumentationSpec (3.13.0)

public sealed class DataDocumentationSpec : IMessage<DataDocumentationSpec>, IEquatable<DataDocumentationSpec>, IDeepCloneable<DataDocumentationSpec>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Dataplex v1 API class DataDocumentationSpec.

DataDocumentation scan related spec.

Inheritance

object > DataDocumentationSpec

Namespace

Google.Cloud.Dataplex.V1

Assembly

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