Reference documentation and code samples for the Google Cloud Dataplex V1 Client class DataDocumentationSpec.
DataDocumentation scan related spec.
Generated from protobuf message google.cloud.dataplex.v1.DataDocumentationSpec
Namespace
Google \ Cloud \ Dataplex \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ catalog_publishing_enabled |
bool
Optional. Whether to publish result to Dataplex Catalog. |
↳ generation_scopes |
int[]
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. |
getCatalogPublishingEnabled
Optional. Whether to publish result to Dataplex Catalog.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setCatalogPublishingEnabled
Optional. Whether to publish result to Dataplex Catalog.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getGenerationScopes
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.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\RepeatedField<int> |
|
setGenerationScopes
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.
| Parameter | |
|---|---|
| Name | Description |
var |
int[]
|
| Returns | |
|---|---|
| Type | Description |
$this |
|