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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ScheduledSnapshotsConfig
getScheduledSnapshotsConfig()
Optional.ScheduledSnapshotsConfigOrBuilder
getScheduledSnapshotsConfigOrBuilder()
Optional.boolean
hasScheduledSnapshotsConfig()
Optional.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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];
-
-