Module: Google::Cloud::Orchestration::Airflow::Service::V1::TaskLogsRetentionConfig::TaskLogsStorageMode

Defined in:
proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb

Overview

The definition of task_logs_storage_mode.

Constant Summary collapse

TASK_LOGS_STORAGE_MODE_UNSPECIFIED =

This configuration is not specified by the user.

0
CLOUD_LOGGING_AND_CLOUD_STORAGE =

Store task logs in Cloud Logging and in the environment's Cloud Storage bucket.

1
CLOUD_LOGGING_ONLY =

Store task logs in Cloud Logging only.

2