public interface DataRetentionConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getTaskLogsRetentionConfig()
public abstract TaskLogsRetentionConfig getTaskLogsRetentionConfig()Optional. The configuration settings for task logs retention
.google.cloud.orchestration.airflow.service.v1.TaskLogsRetentionConfig task_logs_retention_config = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
TaskLogsRetentionConfig |
The taskLogsRetentionConfig. |
getTaskLogsRetentionConfigOrBuilder()
public abstract TaskLogsRetentionConfigOrBuilder getTaskLogsRetentionConfigOrBuilder()Optional. The configuration settings for task logs retention
.google.cloud.orchestration.airflow.service.v1.TaskLogsRetentionConfig task_logs_retention_config = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
TaskLogsRetentionConfigOrBuilder |
|
hasTaskLogsRetentionConfig()
public abstract boolean hasTaskLogsRetentionConfig()Optional. The configuration settings for task logs retention
.google.cloud.orchestration.airflow.service.v1.TaskLogsRetentionConfig task_logs_retention_config = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the taskLogsRetentionConfig field is set. |