public interface ScheduledSnapshotsConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getEnabled()
Optional.
|
String |
getSnapshotCreationSchedule()
Optional.
|
com.google.protobuf.ByteString |
getSnapshotCreationScheduleBytes()
Optional.
|
String |
getSnapshotLocation()
Optional.
|
com.google.protobuf.ByteString |
getSnapshotLocationBytes()
Optional.
|
String |
getTimeZone()
Optional.
|
com.google.protobuf.ByteString |
getTimeZoneBytes()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean getEnabled()
Optional. Whether scheduled snapshots creation is enabled.
bool enabled = 1 [(.google.api.field_behavior) = OPTIONAL];String getSnapshotLocation()
Optional. The Cloud Storage location for storing automatically created snapshots.
string snapshot_location = 6 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getSnapshotLocationBytes()
Optional. The Cloud Storage location for storing automatically created snapshots.
string snapshot_location = 6 [(.google.api.field_behavior) = OPTIONAL];String getSnapshotCreationSchedule()
Optional. The cron expression representing the time when snapshots creation mechanism runs. This field is subject to additional validation around frequency of execution.
string snapshot_creation_schedule = 3 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getSnapshotCreationScheduleBytes()
Optional. The cron expression representing the time when snapshots creation mechanism runs. This field is subject to additional validation around frequency of execution.
string snapshot_creation_schedule = 3 [(.google.api.field_behavior) = OPTIONAL];String getTimeZone()
Optional. Time zone that sets the context to interpret snapshot_creation_schedule.
string time_zone = 5 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getTimeZoneBytes()
Optional. Time zone that sets the context to interpret snapshot_creation_schedule.
string time_zone = 5 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2023 Google LLC. All rights reserved.