public static interface Backup.Spec.RetentionPolicyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getKeepDailySnapshots()
int32 keep_daily_snapshots = 3; |
int |
getKeepHourlySnapshots()
int32 keep_hourly_snapshots = 2; |
int |
getKeepLastSnapshots()
int32 keep_last_snapshots = 1; |
int |
getKeepMonthlySnapshots()
int32 keep_monthly_snapshots = 5; |
java.lang.String |
getKeepTags(int index)
repeated string keep_tags = 7; |
com.google.protobuf.ByteString |
getKeepTagsBytes(int index)
repeated string keep_tags = 7; |
int |
getKeepTagsCount()
repeated string keep_tags = 7; |
java.util.List<java.lang.String> |
getKeepTagsList()
repeated string keep_tags = 7; |
int |
getKeepWeeklySnapshots()
int32 keep_weekly_snapshots = 4; |
int |
getKeepYearlySnapshots()
int32 keep_yearly_snapshots = 6; |
java.lang.String |
getRetainHostName()
string retain_host_name = 8; |
com.google.protobuf.ByteString |
getRetainHostNameBytes()
string retain_host_name = 8; |
java.lang.String |
getRetainTags(int index)
repeated string retain_tags = 9; |
com.google.protobuf.ByteString |
getRetainTagsBytes(int index)
repeated string retain_tags = 9; |
int |
getRetainTagsCount()
repeated string retain_tags = 9; |
java.util.List<java.lang.String> |
getRetainTagsList()
repeated string retain_tags = 9; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getKeepLastSnapshots()
int32 keep_last_snapshots = 1;int getKeepHourlySnapshots()
int32 keep_hourly_snapshots = 2;int getKeepDailySnapshots()
int32 keep_daily_snapshots = 3;int getKeepWeeklySnapshots()
int32 keep_weekly_snapshots = 4;int getKeepMonthlySnapshots()
int32 keep_monthly_snapshots = 5;int getKeepYearlySnapshots()
int32 keep_yearly_snapshots = 6;java.util.List<java.lang.String> getKeepTagsList()
repeated string keep_tags = 7;int getKeepTagsCount()
repeated string keep_tags = 7;java.lang.String getKeepTags(int index)
repeated string keep_tags = 7;com.google.protobuf.ByteString getKeepTagsBytes(int index)
repeated string keep_tags = 7;java.lang.String getRetainHostName()
string retain_host_name = 8;com.google.protobuf.ByteString getRetainHostNameBytes()
string retain_host_name = 8;java.util.List<java.lang.String> getRetainTagsList()
repeated string retain_tags = 9;int getRetainTagsCount()
repeated string retain_tags = 9;java.lang.String getRetainTags(int index)
repeated string retain_tags = 9;com.google.protobuf.ByteString getRetainTagsBytes(int index)
repeated string retain_tags = 9;