Enum TaskLogsRetentionConfig.TaskLogsStorageMode (1.41.0)

public enum TaskLogsRetentionConfig.TaskLogsStorageMode extends Enum<TaskLogsRetentionConfig.TaskLogsStorageMode> implements ProtocolMessageEnum

The definition of task_logs_storage_mode.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
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

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()