public enum TaskLogsRetentionConfig.TaskLogsStorageMode extends Enum<TaskLogsRetentionConfig.TaskLogsStorageMode> implements ProtocolMessageEnum
The definition of task_logs_storage_mode.
Protobuf enum
google.cloud.orchestration.airflow.service.v1beta1.TaskLogsRetentionConfig.TaskLogsStorageMode
Implements
ProtocolMessageEnumStatic 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_VALUE |
Store task logs in Cloud Logging and in the environment's Cloud Storage bucket. |
CLOUD_LOGGING_ONLY |
Store task logs in Cloud Logging only. |
CLOUD_LOGGING_ONLY_VALUE |
Store task logs in Cloud Logging only. |
TASK_LOGS_STORAGE_MODE_UNSPECIFIED |
This configuration is not specified by the user. |
TASK_LOGS_STORAGE_MODE_UNSPECIFIED_VALUE |
This configuration is not specified by the user. |
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() |