Interface DataRetentionConfigOrBuilder (1.51.0)

public interface DataRetentionConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAirflowMetadataRetentionConfig()

public abstract AirflowMetadataRetentionPolicyConfig getAirflowMetadataRetentionConfig()

Optional. The retention policy for airflow metadata database.

.google.cloud.orchestration.airflow.service.v1.AirflowMetadataRetentionPolicyConfig airflow_metadata_retention_config = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
AirflowMetadataRetentionPolicyConfig

The airflowMetadataRetentionConfig.

getAirflowMetadataRetentionConfigOrBuilder()

public abstract AirflowMetadataRetentionPolicyConfigOrBuilder getAirflowMetadataRetentionConfigOrBuilder()

Optional. The retention policy for airflow metadata database.

.google.cloud.orchestration.airflow.service.v1.AirflowMetadataRetentionPolicyConfig airflow_metadata_retention_config = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
AirflowMetadataRetentionPolicyConfigOrBuilder

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

hasAirflowMetadataRetentionConfig()

public abstract boolean hasAirflowMetadataRetentionConfig()

Optional. The retention policy for airflow metadata database.

.google.cloud.orchestration.airflow.service.v1.AirflowMetadataRetentionPolicyConfig airflow_metadata_retention_config = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the airflowMetadataRetentionConfig field is set.

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.