public interface RecoveryConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ScheduledSnapshotsConfig |
getScheduledSnapshotsConfig()
Optional.
|
ScheduledSnapshotsConfigOrBuilder |
getScheduledSnapshotsConfigOrBuilder()
Optional.
|
boolean |
hasScheduledSnapshotsConfig()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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];
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];
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];
Copyright © 2023 Google LLC. All rights reserved.