Reference documentation and code samples for the Google Cloud Orchestration Airflow V1 Client class TaskLogsRetentionConfig.
The configuration setting for Task Logs.
Generated from protobuf message google.cloud.orchestration.airflow.service.v1.TaskLogsRetentionConfig
Namespace
Google \ Cloud \ Orchestration \ Airflow \ Service \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ storage_mode |
int
Optional. The mode of storage for Airflow workers task logs. |
getStorageMode
Optional. The mode of storage for Airflow workers task logs.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type TaskLogsStorageMode. |
setStorageMode
Optional. The mode of storage for Airflow workers task logs.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type TaskLogsStorageMode. |
| Returns | |
|---|---|
| Type | Description |
$this |
|