Interface RecoveryConfigOrBuilder (1.41.0)

public interface RecoveryConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getScheduledSnapshotsConfig()

public abstract ScheduledSnapshotsConfig getScheduledSnapshotsConfig()

Optional. The configuration for scheduled snapshot creation mechanism.

.google.cloud.orchestration.airflow.service.v1beta1.ScheduledSnapshotsConfig scheduled_snapshots_config = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ScheduledSnapshotsConfig

The scheduledSnapshotsConfig.

getScheduledSnapshotsConfigOrBuilder()

public abstract ScheduledSnapshotsConfigOrBuilder getScheduledSnapshotsConfigOrBuilder()

Optional. The configuration for scheduled snapshot creation mechanism.

.google.cloud.orchestration.airflow.service.v1beta1.ScheduledSnapshotsConfig scheduled_snapshots_config = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ScheduledSnapshotsConfigOrBuilder

hasScheduledSnapshotsConfig()

public abstract boolean hasScheduledSnapshotsConfig()

Optional. The configuration for scheduled snapshot creation mechanism.

.google.cloud.orchestration.airflow.service.v1beta1.ScheduledSnapshotsConfig scheduled_snapshots_config = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

Whether the scheduledSnapshotsConfig field is set.