Interface RecoveryConfigOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    RecoveryConfig, RecoveryConfig.Builder

    public interface RecoveryConfigOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasScheduledSnapshotsConfig

        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:
        Whether the scheduledSnapshotsConfig field is set.
      • getScheduledSnapshotsConfig

        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:
        The scheduledSnapshotsConfig.
      • getScheduledSnapshotsConfigOrBuilder

        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];