public interface RecoveryConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getScheduledSnapshotsConfig()
public abstract ScheduledSnapshotsConfig getScheduledSnapshotsConfig()Optional. The configuration for scheduled snapshot creation mechanism.
.google.cloud.orchestration.airflow.service.v1.ScheduledSnapshotsConfig scheduled_snapshots_config = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ScheduledSnapshotsConfig |
The scheduledSnapshotsConfig. |
getScheduledSnapshotsConfigOrBuilder()
public abstract ScheduledSnapshotsConfigOrBuilder getScheduledSnapshotsConfigOrBuilder()Optional. The configuration for scheduled snapshot creation mechanism.
.google.cloud.orchestration.airflow.service.v1.ScheduledSnapshotsConfig scheduled_snapshots_config = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ScheduledSnapshotsConfigOrBuilder |
|
hasScheduledSnapshotsConfig()
public abstract boolean hasScheduledSnapshotsConfig()Optional. The configuration for scheduled snapshot creation mechanism.
.google.cloud.orchestration.airflow.service.v1.ScheduledSnapshotsConfig scheduled_snapshots_config = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the scheduledSnapshotsConfig field is set. |