Package com.google.cloud.alloydb.v1beta
Class AutomatedBackupPolicy
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.cloud.alloydb.v1beta.AutomatedBackupPolicy
-
- All Implemented Interfaces:
AutomatedBackupPolicyOrBuilder
,com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Serializable
public final class AutomatedBackupPolicy extends com.google.protobuf.GeneratedMessageV3 implements AutomatedBackupPolicyOrBuilder
Message describing the user-specified automated backup policy. All fields in the automated backup policy are optional. Defaults for each field are provided if they are not set.
Protobuf typegoogle.cloud.alloydb.v1beta.AutomatedBackupPolicy
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AutomatedBackupPolicy.Builder
Message describing the user-specified automated backup policy.static class
AutomatedBackupPolicy.QuantityBasedRetention
A quantity based policy specifies that a certain number of the most recent successful backups should be retained.static interface
AutomatedBackupPolicy.QuantityBasedRetentionOrBuilder
static class
AutomatedBackupPolicy.RetentionCase
static class
AutomatedBackupPolicy.ScheduleCase
static class
AutomatedBackupPolicy.TimeBasedRetention
A time based retention policy specifies that all backups within a certain time period should be retained.static interface
AutomatedBackupPolicy.TimeBasedRetentionOrBuilder
static class
AutomatedBackupPolicy.WeeklySchedule
A weekly schedule starts a backup at prescribed start times within a day, for the specified days of the week.static interface
AutomatedBackupPolicy.WeeklyScheduleOrBuilder
-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static int
BACKUP_WINDOW_FIELD_NUMBER
static int
ENABLED_FIELD_NUMBER
static int
ENCRYPTION_CONFIG_FIELD_NUMBER
static int
LABELS_FIELD_NUMBER
static int
LOCATION_FIELD_NUMBER
static int
QUANTITY_BASED_RETENTION_FIELD_NUMBER
static int
TIME_BASED_RETENTION_FIELD_NUMBER
static int
WEEKLY_SCHEDULE_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
containsLabels(String key)
Labels to apply to backups created using this configuration.boolean
equals(Object obj)
com.google.protobuf.Duration
getBackupWindow()
The length of the time window during which a backup can be taken.com.google.protobuf.DurationOrBuilder
getBackupWindowOrBuilder()
The length of the time window during which a backup can be taken.static AutomatedBackupPolicy
getDefaultInstance()
AutomatedBackupPolicy
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
boolean
getEnabled()
Whether automated automated backups are enabled.EncryptionConfig
getEncryptionConfig()
Optional.EncryptionConfigOrBuilder
getEncryptionConfigOrBuilder()
Optional.Map<String,String>
getLabels()
Deprecated.int
getLabelsCount()
Labels to apply to backups created using this configuration.Map<String,String>
getLabelsMap()
Labels to apply to backups created using this configuration.String
getLabelsOrDefault(String key, String defaultValue)
Labels to apply to backups created using this configuration.String
getLabelsOrThrow(String key)
Labels to apply to backups created using this configuration.String
getLocation()
The location where the backup will be stored.com.google.protobuf.ByteString
getLocationBytes()
The location where the backup will be stored.com.google.protobuf.Parser<AutomatedBackupPolicy>
getParserForType()
AutomatedBackupPolicy.QuantityBasedRetention
getQuantityBasedRetention()
Quantity-based Backup retention policy to retain recent backups.AutomatedBackupPolicy.QuantityBasedRetentionOrBuilder
getQuantityBasedRetentionOrBuilder()
Quantity-based Backup retention policy to retain recent backups.AutomatedBackupPolicy.RetentionCase
getRetentionCase()
AutomatedBackupPolicy.ScheduleCase
getScheduleCase()
int
getSerializedSize()
AutomatedBackupPolicy.TimeBasedRetention
getTimeBasedRetention()
Time-based Backup retention policy.AutomatedBackupPolicy.TimeBasedRetentionOrBuilder
getTimeBasedRetentionOrBuilder()
Time-based Backup retention policy.AutomatedBackupPolicy.WeeklySchedule
getWeeklySchedule()
Weekly schedule for the Backup.AutomatedBackupPolicy.WeeklyScheduleOrBuilder
getWeeklyScheduleOrBuilder()
Weekly schedule for the Backup.boolean
hasBackupWindow()
The length of the time window during which a backup can be taken.boolean
hasEnabled()
Whether automated automated backups are enabled.boolean
hasEncryptionConfig()
Optional.int
hashCode()
boolean
hasQuantityBasedRetention()
Quantity-based Backup retention policy to retain recent backups.boolean
hasTimeBasedRetention()
Time-based Backup retention policy.boolean
hasWeeklySchedule()
Weekly schedule for the Backup.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
protected com.google.protobuf.MapField
internalGetMapField(int number)
boolean
isInitialized()
static AutomatedBackupPolicy.Builder
newBuilder()
static AutomatedBackupPolicy.Builder
newBuilder(AutomatedBackupPolicy prototype)
AutomatedBackupPolicy.Builder
newBuilderForType()
protected AutomatedBackupPolicy.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static AutomatedBackupPolicy
parseDelimitedFrom(InputStream input)
static AutomatedBackupPolicy
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AutomatedBackupPolicy
parseFrom(byte[] data)
static AutomatedBackupPolicy
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AutomatedBackupPolicy
parseFrom(com.google.protobuf.ByteString data)
static AutomatedBackupPolicy
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AutomatedBackupPolicy
parseFrom(com.google.protobuf.CodedInputStream input)
static AutomatedBackupPolicy
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AutomatedBackupPolicy
parseFrom(InputStream input)
static AutomatedBackupPolicy
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AutomatedBackupPolicy
parseFrom(ByteBuffer data)
static AutomatedBackupPolicy
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<AutomatedBackupPolicy>
parser()
AutomatedBackupPolicy.Builder
toBuilder()
void
writeTo(com.google.protobuf.CodedOutputStream output)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
WEEKLY_SCHEDULE_FIELD_NUMBER
public static final int WEEKLY_SCHEDULE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TIME_BASED_RETENTION_FIELD_NUMBER
public static final int TIME_BASED_RETENTION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
QUANTITY_BASED_RETENTION_FIELD_NUMBER
public static final int QUANTITY_BASED_RETENTION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ENABLED_FIELD_NUMBER
public static final int ENABLED_FIELD_NUMBER
- See Also:
- Constant Field Values
-
BACKUP_WINDOW_FIELD_NUMBER
public static final int BACKUP_WINDOW_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ENCRYPTION_CONFIG_FIELD_NUMBER
public static final int ENCRYPTION_CONFIG_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LOCATION_FIELD_NUMBER
public static final int LOCATION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LABELS_FIELD_NUMBER
public static final int LABELS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetMapField
protected com.google.protobuf.MapField internalGetMapField(int number)
- Overrides:
internalGetMapField
in classcom.google.protobuf.GeneratedMessageV3
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3
-
getScheduleCase
public AutomatedBackupPolicy.ScheduleCase getScheduleCase()
- Specified by:
getScheduleCase
in interfaceAutomatedBackupPolicyOrBuilder
-
getRetentionCase
public AutomatedBackupPolicy.RetentionCase getRetentionCase()
- Specified by:
getRetentionCase
in interfaceAutomatedBackupPolicyOrBuilder
-
hasWeeklySchedule
public boolean hasWeeklySchedule()
Weekly schedule for the Backup.
.google.cloud.alloydb.v1beta.AutomatedBackupPolicy.WeeklySchedule weekly_schedule = 2;
- Specified by:
hasWeeklySchedule
in interfaceAutomatedBackupPolicyOrBuilder
- Returns:
- Whether the weeklySchedule field is set.
-
getWeeklySchedule
public AutomatedBackupPolicy.WeeklySchedule getWeeklySchedule()
Weekly schedule for the Backup.
.google.cloud.alloydb.v1beta.AutomatedBackupPolicy.WeeklySchedule weekly_schedule = 2;
- Specified by:
getWeeklySchedule
in interfaceAutomatedBackupPolicyOrBuilder
- Returns:
- The weeklySchedule.
-
getWeeklyScheduleOrBuilder
public AutomatedBackupPolicy.WeeklyScheduleOrBuilder getWeeklyScheduleOrBuilder()
Weekly schedule for the Backup.
.google.cloud.alloydb.v1beta.AutomatedBackupPolicy.WeeklySchedule weekly_schedule = 2;
- Specified by:
getWeeklyScheduleOrBuilder
in interfaceAutomatedBackupPolicyOrBuilder
-
hasTimeBasedRetention
public boolean hasTimeBasedRetention()
Time-based Backup retention policy.
.google.cloud.alloydb.v1beta.AutomatedBackupPolicy.TimeBasedRetention time_based_retention = 4;
- Specified by:
hasTimeBasedRetention
in interfaceAutomatedBackupPolicyOrBuilder
- Returns:
- Whether the timeBasedRetention field is set.
-
getTimeBasedRetention
public AutomatedBackupPolicy.TimeBasedRetention getTimeBasedRetention()
Time-based Backup retention policy.
.google.cloud.alloydb.v1beta.AutomatedBackupPolicy.TimeBasedRetention time_based_retention = 4;
- Specified by:
getTimeBasedRetention
in interfaceAutomatedBackupPolicyOrBuilder
- Returns:
- The timeBasedRetention.
-
getTimeBasedRetentionOrBuilder
public AutomatedBackupPolicy.TimeBasedRetentionOrBuilder getTimeBasedRetentionOrBuilder()
Time-based Backup retention policy.
.google.cloud.alloydb.v1beta.AutomatedBackupPolicy.TimeBasedRetention time_based_retention = 4;
- Specified by:
getTimeBasedRetentionOrBuilder
in interfaceAutomatedBackupPolicyOrBuilder
-
hasQuantityBasedRetention
public boolean hasQuantityBasedRetention()
Quantity-based Backup retention policy to retain recent backups.
.google.cloud.alloydb.v1beta.AutomatedBackupPolicy.QuantityBasedRetention quantity_based_retention = 5;
- Specified by:
hasQuantityBasedRetention
in interfaceAutomatedBackupPolicyOrBuilder
- Returns:
- Whether the quantityBasedRetention field is set.
-
getQuantityBasedRetention
public AutomatedBackupPolicy.QuantityBasedRetention getQuantityBasedRetention()
Quantity-based Backup retention policy to retain recent backups.
.google.cloud.alloydb.v1beta.AutomatedBackupPolicy.QuantityBasedRetention quantity_based_retention = 5;
- Specified by:
getQuantityBasedRetention
in interfaceAutomatedBackupPolicyOrBuilder
- Returns:
- The quantityBasedRetention.
-
getQuantityBasedRetentionOrBuilder
public AutomatedBackupPolicy.QuantityBasedRetentionOrBuilder getQuantityBasedRetentionOrBuilder()
Quantity-based Backup retention policy to retain recent backups.
.google.cloud.alloydb.v1beta.AutomatedBackupPolicy.QuantityBasedRetention quantity_based_retention = 5;
- Specified by:
getQuantityBasedRetentionOrBuilder
in interfaceAutomatedBackupPolicyOrBuilder
-
hasEnabled
public boolean hasEnabled()
Whether automated automated backups are enabled. If not set, defaults to true.
optional bool enabled = 1;
- Specified by:
hasEnabled
in interfaceAutomatedBackupPolicyOrBuilder
- Returns:
- Whether the enabled field is set.
-
getEnabled
public boolean getEnabled()
Whether automated automated backups are enabled. If not set, defaults to true.
optional bool enabled = 1;
- Specified by:
getEnabled
in interfaceAutomatedBackupPolicyOrBuilder
- Returns:
- The enabled.
-
hasBackupWindow
public boolean hasBackupWindow()
The length of the time window during which a backup can be taken. If a backup does not succeed within this time window, it will be canceled and considered failed. The backup window must be at least 5 minutes long. There is no upper bound on the window. If not set, it defaults to 1 hour.
.google.protobuf.Duration backup_window = 3;
- Specified by:
hasBackupWindow
in interfaceAutomatedBackupPolicyOrBuilder
- Returns:
- Whether the backupWindow field is set.
-
getBackupWindow
public com.google.protobuf.Duration getBackupWindow()
The length of the time window during which a backup can be taken. If a backup does not succeed within this time window, it will be canceled and considered failed. The backup window must be at least 5 minutes long. There is no upper bound on the window. If not set, it defaults to 1 hour.
.google.protobuf.Duration backup_window = 3;
- Specified by:
getBackupWindow
in interfaceAutomatedBackupPolicyOrBuilder
- Returns:
- The backupWindow.
-
getBackupWindowOrBuilder
public com.google.protobuf.DurationOrBuilder getBackupWindowOrBuilder()
The length of the time window during which a backup can be taken. If a backup does not succeed within this time window, it will be canceled and considered failed. The backup window must be at least 5 minutes long. There is no upper bound on the window. If not set, it defaults to 1 hour.
.google.protobuf.Duration backup_window = 3;
- Specified by:
getBackupWindowOrBuilder
in interfaceAutomatedBackupPolicyOrBuilder
-
hasEncryptionConfig
public boolean hasEncryptionConfig()
Optional. The encryption config can be specified to encrypt the backups with a customer-managed encryption key (CMEK). When this field is not specified, the backup will then use default encryption scheme to protect the user data.
.google.cloud.alloydb.v1beta.EncryptionConfig encryption_config = 8 [(.google.api.field_behavior) = OPTIONAL];
- Specified by:
hasEncryptionConfig
in interfaceAutomatedBackupPolicyOrBuilder
- Returns:
- Whether the encryptionConfig field is set.
-
getEncryptionConfig
public EncryptionConfig getEncryptionConfig()
Optional. The encryption config can be specified to encrypt the backups with a customer-managed encryption key (CMEK). When this field is not specified, the backup will then use default encryption scheme to protect the user data.
.google.cloud.alloydb.v1beta.EncryptionConfig encryption_config = 8 [(.google.api.field_behavior) = OPTIONAL];
- Specified by:
getEncryptionConfig
in interfaceAutomatedBackupPolicyOrBuilder
- Returns:
- The encryptionConfig.
-
getEncryptionConfigOrBuilder
public EncryptionConfigOrBuilder getEncryptionConfigOrBuilder()
Optional. The encryption config can be specified to encrypt the backups with a customer-managed encryption key (CMEK). When this field is not specified, the backup will then use default encryption scheme to protect the user data.
.google.cloud.alloydb.v1beta.EncryptionConfig encryption_config = 8 [(.google.api.field_behavior) = OPTIONAL];
- Specified by:
getEncryptionConfigOrBuilder
in interfaceAutomatedBackupPolicyOrBuilder
-
getLocation
public String getLocation()
The location where the backup will be stored. Currently, the only supported option is to store the backup in the same region as the cluster. If empty, defaults to the region of the cluster.
string location = 6;
- Specified by:
getLocation
in interfaceAutomatedBackupPolicyOrBuilder
- Returns:
- The location.
-
getLocationBytes
public com.google.protobuf.ByteString getLocationBytes()
The location where the backup will be stored. Currently, the only supported option is to store the backup in the same region as the cluster. If empty, defaults to the region of the cluster.
string location = 6;
- Specified by:
getLocationBytes
in interfaceAutomatedBackupPolicyOrBuilder
- Returns:
- The bytes for location.
-
getLabelsCount
public int getLabelsCount()
Description copied from interface:AutomatedBackupPolicyOrBuilder
Labels to apply to backups created using this configuration.
map<string, string> labels = 7;
- Specified by:
getLabelsCount
in interfaceAutomatedBackupPolicyOrBuilder
-
containsLabels
public boolean containsLabels(String key)
Labels to apply to backups created using this configuration.
map<string, string> labels = 7;
- Specified by:
containsLabels
in interfaceAutomatedBackupPolicyOrBuilder
-
getLabels
@Deprecated public Map<String,String> getLabels()
Deprecated.UsegetLabelsMap()
instead.- Specified by:
getLabels
in interfaceAutomatedBackupPolicyOrBuilder
-
getLabelsMap
public Map<String,String> getLabelsMap()
Labels to apply to backups created using this configuration.
map<string, string> labels = 7;
- Specified by:
getLabelsMap
in interfaceAutomatedBackupPolicyOrBuilder
-
getLabelsOrDefault
public String getLabelsOrDefault(String key, String defaultValue)
Labels to apply to backups created using this configuration.
map<string, string> labels = 7;
- Specified by:
getLabelsOrDefault
in interfaceAutomatedBackupPolicyOrBuilder
-
getLabelsOrThrow
public String getLabelsOrThrow(String key)
Labels to apply to backups created using this configuration.
map<string, string> labels = 7;
- Specified by:
getLabelsOrThrow
in interfaceAutomatedBackupPolicyOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static AutomatedBackupPolicy parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AutomatedBackupPolicy parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AutomatedBackupPolicy parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AutomatedBackupPolicy parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AutomatedBackupPolicy parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AutomatedBackupPolicy parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AutomatedBackupPolicy parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static AutomatedBackupPolicy parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static AutomatedBackupPolicy parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static AutomatedBackupPolicy parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static AutomatedBackupPolicy parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static AutomatedBackupPolicy parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public AutomatedBackupPolicy.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static AutomatedBackupPolicy.Builder newBuilder()
-
newBuilder
public static AutomatedBackupPolicy.Builder newBuilder(AutomatedBackupPolicy prototype)
-
toBuilder
public AutomatedBackupPolicy.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected AutomatedBackupPolicy.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static AutomatedBackupPolicy getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<AutomatedBackupPolicy> parser()
-
getParserForType
public com.google.protobuf.Parser<AutomatedBackupPolicy> getParserForType()
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public AutomatedBackupPolicy getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-