Enum TaskLogsRetentionConfig.TaskLogsStorageMode (1.59.0)

publicenumTaskLogsRetentionConfig.TaskLogsStorageModeextendsEnum<TaskLogsRetentionConfig.TaskLogsStorageMode>implementsProtocolMessageEnum

The definition of task_logs_storage_mode.

Protobuf enum google.cloud.orchestration.airflow.service.v1.TaskLogsRetentionConfig.TaskLogsStorageMode

Implements

ProtocolMessageEnum

Static Fields

Name Description
CLOUD_LOGGING_AND_CLOUD_STORAGE

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

CLOUD_LOGGING_AND_CLOUD_STORAGE = 1;

CLOUD_LOGGING_AND_CLOUD_STORAGE_VALUE

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

CLOUD_LOGGING_AND_CLOUD_STORAGE = 1;

CLOUD_LOGGING_ONLY

Store task logs in Cloud Logging only.

CLOUD_LOGGING_ONLY = 2;

CLOUD_LOGGING_ONLY_VALUE

Store task logs in Cloud Logging only.

CLOUD_LOGGING_ONLY = 2;

TASK_LOGS_STORAGE_MODE_UNSPECIFIED

This configuration is not specified by the user.

TASK_LOGS_STORAGE_MODE_UNSPECIFIED = 0;

TASK_LOGS_STORAGE_MODE_UNSPECIFIED_VALUE

This configuration is not specified by the user.

TASK_LOGS_STORAGE_MODE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.