public interface TaskLogsRetentionConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getStorageMode()
public abstract TaskLogsRetentionConfig.TaskLogsStorageMode getStorageMode()Optional. The mode of storage for Airflow workers task logs.
.google.cloud.orchestration.airflow.service.v1beta1.TaskLogsRetentionConfig.TaskLogsStorageMode storage_mode = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
TaskLogsRetentionConfig.TaskLogsStorageMode |
The storageMode. |
getStorageModeValue()
public abstract int getStorageModeValue()Optional. The mode of storage for Airflow workers task logs.
.google.cloud.orchestration.airflow.service.v1beta1.TaskLogsRetentionConfig.TaskLogsStorageMode storage_mode = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for storageMode. |