Reference documentation and code samples for the Google Cloud Orchestration Airflow V1 Client class TaskLogsStorageMode.
The definition of task_logs_storage_mode.
Protobuf type google.cloud.orchestration.airflow.service.v1.TaskLogsRetentionConfig.TaskLogsStorageMode
Namespace
Google \ Cloud \ Orchestration \ Airflow \ Service \ V1 \ TaskLogsRetentionConfigMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
TASK_LOGS_STORAGE_MODE_UNSPECIFIED
Value: 0
This configuration is not specified by the user.
Generated from protobuf enum TASK_LOGS_STORAGE_MODE_UNSPECIFIED = 0;
CLOUD_LOGGING_AND_CLOUD_STORAGE
Value: 1
Store task logs in Cloud Logging and in the environment's Cloud Storage bucket.
Generated from protobuf enum CLOUD_LOGGING_AND_CLOUD_STORAGE = 1;
CLOUD_LOGGING_ONLY
Value: 2
Store task logs in Cloud Logging only.
Generated from protobuf enum CLOUD_LOGGING_ONLY = 2;