Reference documentation and code samples for the Google Cloud Dataplex V1 Client class ParameterDescription.
Description of the input parameter. It can include the type(s) supported by the parameter and intended usage. It is for information purposes only and does not affect the behavior of the rule template.
Generated from protobuf message google.cloud.dataplex.v1.DataQualityRuleTemplate.ParameterDescription
Namespace
Google \ Cloud \ Dataplex \ V1 \ DataQualityRuleTemplateMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ description |
string
Output only. Description of the input parameter. It can include the type(s) supported by the parameter and intended usage. It is for information purposes only and does not affect the behavior of the rule template. |
↳ default_value |
string
Output only. The default value for the parameter if no value is provided. |
getDescription
Output only. Description of the input parameter. It can include the type(s) supported by the parameter and intended usage. It is for information purposes only and does not affect the behavior of the rule template.
| Returns | |
|---|---|
| Type | Description |
string |
|
setDescription
Output only. Description of the input parameter. It can include the type(s) supported by the parameter and intended usage. It is for information purposes only and does not affect the behavior of the rule template.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDefaultValue
Output only. The default value for the parameter if no value is provided.
| Returns | |
|---|---|
| Type | Description |
string |
|
setDefaultValue
Output only. The default value for the parameter if no value is provided.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|