Reference documentation and code samples for the Google Cloud Orchestration Airflow V1 Client class DataRetentionConfig.
The configuration setting for Airflow database data retention mechanism.
Generated from protobuf message google.cloud.orchestration.airflow.service.v1.DataRetentionConfig
Namespace
Google \ Cloud \ Orchestration \ Airflow \ Service \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ task_logs_retention_config |
Google\Cloud\Orchestration\Airflow\Service\V1\TaskLogsRetentionConfig
Optional. The configuration settings for task logs retention |
getTaskLogsRetentionConfig
Optional. The configuration settings for task logs retention
| Returns | |
|---|---|
| Type | Description |
Google\Cloud\Orchestration\Airflow\Service\V1\TaskLogsRetentionConfig|null |
|
hasTaskLogsRetentionConfig
clearTaskLogsRetentionConfig
setTaskLogsRetentionConfig
Optional. The configuration settings for task logs retention
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Cloud\Orchestration\Airflow\Service\V1\TaskLogsRetentionConfig
|
| Returns | |
|---|---|
| Type | Description |
$this |
|