Interface DataRetentionConfigOrBuilder (1.41.0)

public interface DataRetentionConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getTaskLogsRetentionConfig()

public abstract TaskLogsRetentionConfig getTaskLogsRetentionConfig()

Optional. The configuration settings for task logs retention

.google.cloud.orchestration.airflow.service.v1beta1.TaskLogsRetentionConfig task_logs_retention_config = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
TaskLogsRetentionConfig

The taskLogsRetentionConfig.

getTaskLogsRetentionConfigOrBuilder()

public abstract TaskLogsRetentionConfigOrBuilder getTaskLogsRetentionConfigOrBuilder()

Optional. The configuration settings for task logs retention

.google.cloud.orchestration.airflow.service.v1beta1.TaskLogsRetentionConfig task_logs_retention_config = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
TaskLogsRetentionConfigOrBuilder

hasTaskLogsRetentionConfig()

public abstract boolean hasTaskLogsRetentionConfig()

Optional. The configuration settings for task logs retention

.google.cloud.orchestration.airflow.service.v1beta1.TaskLogsRetentionConfig task_logs_retention_config = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

Whether the taskLogsRetentionConfig field is set.