Interface TaskLogsRetentionConfigOrBuilder (1.41.0)

public interface TaskLogsRetentionConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getStorageMode()

public abstract TaskLogsRetentionConfig.TaskLogsStorageMode getStorageMode()

Optional. The mode of storage for Airflow workers task logs. For details, see go/composer-store-task-logs-in-cloud-logging-only-design-doc

.google.cloud.orchestration.airflow.service.v1beta1.TaskLogsRetentionConfig.TaskLogsStorageMode storage_mode = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
TaskLogsRetentionConfig.TaskLogsStorageMode

The storageMode.

getStorageModeValue()

public abstract int getStorageModeValue()

Optional. The mode of storage for Airflow workers task logs. For details, see go/composer-store-task-logs-in-cloud-logging-only-design-doc

.google.cloud.orchestration.airflow.service.v1beta1.TaskLogsRetentionConfig.TaskLogsStorageMode storage_mode = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
int

The enum numeric value on the wire for storageMode.