public interface MonthlyScheduleOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDaysOfMonth()
Set the day or days of the month to make a snapshot (1-31).
|
com.google.protobuf.ByteString |
getDaysOfMonthBytes()
Set the day or days of the month to make a snapshot (1-31).
|
double |
getHour()
Set the hour to start the snapshot (0-23), defaults to midnight (0).
|
double |
getMinute()
Set the minute of the hour to start the snapshot (0-59), defaults to the
top of the hour (0).
|
double |
getSnapshotsToKeep()
The maximum number of Snapshots to keep for the hourly schedule
|
boolean |
hasDaysOfMonth()
Set the day or days of the month to make a snapshot (1-31).
|
boolean |
hasHour()
Set the hour to start the snapshot (0-23), defaults to midnight (0).
|
boolean |
hasMinute()
Set the minute of the hour to start the snapshot (0-59), defaults to the
top of the hour (0).
|
boolean |
hasSnapshotsToKeep()
The maximum number of Snapshots to keep for the hourly schedule
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasSnapshotsToKeep()
The maximum number of Snapshots to keep for the hourly schedule
optional double snapshots_to_keep = 1;double getSnapshotsToKeep()
The maximum number of Snapshots to keep for the hourly schedule
optional double snapshots_to_keep = 1;boolean hasMinute()
Set the minute of the hour to start the snapshot (0-59), defaults to the top of the hour (0).
optional double minute = 2;double getMinute()
Set the minute of the hour to start the snapshot (0-59), defaults to the top of the hour (0).
optional double minute = 2;boolean hasHour()
Set the hour to start the snapshot (0-23), defaults to midnight (0).
optional double hour = 3;double getHour()
Set the hour to start the snapshot (0-23), defaults to midnight (0).
optional double hour = 3;boolean hasDaysOfMonth()
Set the day or days of the month to make a snapshot (1-31). Accepts a comma separated number of days. Defaults to '1'.
optional string days_of_month = 4;String getDaysOfMonth()
Set the day or days of the month to make a snapshot (1-31). Accepts a comma separated number of days. Defaults to '1'.
optional string days_of_month = 4;com.google.protobuf.ByteString getDaysOfMonthBytes()
Set the day or days of the month to make a snapshot (1-31). Accepts a comma separated number of days. Defaults to '1'.
optional string days_of_month = 4;Copyright © 2024 Google LLC. All rights reserved.