Package com.google.cloud.alloydb.v1
Class ContinuousBackupInfo.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<ContinuousBackupInfo.Builder>
-
- com.google.cloud.alloydb.v1.ContinuousBackupInfo.Builder
-
- All Implemented Interfaces:
ContinuousBackupInfoOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- ContinuousBackupInfo
public static final class ContinuousBackupInfo.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ContinuousBackupInfo.Builder> implements ContinuousBackupInfoOrBuilder
ContinuousBackupInfo describes the continuous backup properties of a cluster.
Protobuf typegoogle.cloud.alloydb.v1.ContinuousBackupInfo
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ContinuousBackupInfo.BuilderaddAllSchedule(Iterable<? extends com.google.type.DayOfWeek> values)Output only.ContinuousBackupInfo.BuilderaddAllScheduleValue(Iterable<Integer> values)Output only.ContinuousBackupInfo.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)ContinuousBackupInfo.BuilderaddSchedule(com.google.type.DayOfWeek value)Output only.ContinuousBackupInfo.BuilderaddScheduleValue(int value)Output only.ContinuousBackupInfobuild()ContinuousBackupInfobuildPartial()ContinuousBackupInfo.Builderclear()ContinuousBackupInfo.BuilderclearEarliestRestorableTime()Output only.ContinuousBackupInfo.BuilderclearEnabledTime()Output only.ContinuousBackupInfo.BuilderclearEncryptionInfo()Output only.ContinuousBackupInfo.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)ContinuousBackupInfo.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)ContinuousBackupInfo.BuilderclearSchedule()Output only.ContinuousBackupInfo.Builderclone()ContinuousBackupInfogetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()com.google.protobuf.TimestampgetEarliestRestorableTime()Output only.com.google.protobuf.Timestamp.BuildergetEarliestRestorableTimeBuilder()Output only.com.google.protobuf.TimestampOrBuildergetEarliestRestorableTimeOrBuilder()Output only.com.google.protobuf.TimestampgetEnabledTime()Output only.com.google.protobuf.Timestamp.BuildergetEnabledTimeBuilder()Output only.com.google.protobuf.TimestampOrBuildergetEnabledTimeOrBuilder()Output only.EncryptionInfogetEncryptionInfo()Output only.EncryptionInfo.BuildergetEncryptionInfoBuilder()Output only.EncryptionInfoOrBuildergetEncryptionInfoOrBuilder()Output only.com.google.type.DayOfWeekgetSchedule(int index)Output only.intgetScheduleCount()Output only.List<com.google.type.DayOfWeek>getScheduleList()Output only.intgetScheduleValue(int index)Output only.List<Integer>getScheduleValueList()Output only.booleanhasEarliestRestorableTime()Output only.booleanhasEnabledTime()Output only.booleanhasEncryptionInfo()Output only.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()ContinuousBackupInfo.BuildermergeEarliestRestorableTime(com.google.protobuf.Timestamp value)Output only.ContinuousBackupInfo.BuildermergeEnabledTime(com.google.protobuf.Timestamp value)Output only.ContinuousBackupInfo.BuildermergeEncryptionInfo(EncryptionInfo value)Output only.ContinuousBackupInfo.BuildermergeFrom(ContinuousBackupInfo other)ContinuousBackupInfo.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)ContinuousBackupInfo.BuildermergeFrom(com.google.protobuf.Message other)ContinuousBackupInfo.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)ContinuousBackupInfo.BuildersetEarliestRestorableTime(com.google.protobuf.Timestamp value)Output only.ContinuousBackupInfo.BuildersetEarliestRestorableTime(com.google.protobuf.Timestamp.Builder builderForValue)Output only.ContinuousBackupInfo.BuildersetEnabledTime(com.google.protobuf.Timestamp value)Output only.ContinuousBackupInfo.BuildersetEnabledTime(com.google.protobuf.Timestamp.Builder builderForValue)Output only.ContinuousBackupInfo.BuildersetEncryptionInfo(EncryptionInfo value)Output only.ContinuousBackupInfo.BuildersetEncryptionInfo(EncryptionInfo.Builder builderForValue)Output only.ContinuousBackupInfo.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)ContinuousBackupInfo.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)ContinuousBackupInfo.BuildersetSchedule(int index, com.google.type.DayOfWeek value)Output only.ContinuousBackupInfo.BuildersetScheduleValue(int index, int value)Output only.ContinuousBackupInfo.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<ContinuousBackupInfo.Builder>
-
clear
public ContinuousBackupInfo.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<ContinuousBackupInfo.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<ContinuousBackupInfo.Builder>
-
getDefaultInstanceForType
public ContinuousBackupInfo getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public ContinuousBackupInfo build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public ContinuousBackupInfo buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public ContinuousBackupInfo.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<ContinuousBackupInfo.Builder>
-
setField
public ContinuousBackupInfo.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ContinuousBackupInfo.Builder>
-
clearField
public ContinuousBackupInfo.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ContinuousBackupInfo.Builder>
-
clearOneof
public ContinuousBackupInfo.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<ContinuousBackupInfo.Builder>
-
setRepeatedField
public ContinuousBackupInfo.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ContinuousBackupInfo.Builder>
-
addRepeatedField
public ContinuousBackupInfo.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ContinuousBackupInfo.Builder>
-
mergeFrom
public ContinuousBackupInfo.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ContinuousBackupInfo.Builder>
-
mergeFrom
public ContinuousBackupInfo.Builder mergeFrom(ContinuousBackupInfo other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<ContinuousBackupInfo.Builder>
-
mergeFrom
public ContinuousBackupInfo.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ContinuousBackupInfo.Builder>- Throws:
IOException
-
hasEncryptionInfo
public boolean hasEncryptionInfo()
Output only. The encryption information for the WALs and backups required for ContinuousBackup.
.google.cloud.alloydb.v1.EncryptionInfo encryption_info = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
hasEncryptionInfoin interfaceContinuousBackupInfoOrBuilder- Returns:
- Whether the encryptionInfo field is set.
-
getEncryptionInfo
public EncryptionInfo getEncryptionInfo()
Output only. The encryption information for the WALs and backups required for ContinuousBackup.
.google.cloud.alloydb.v1.EncryptionInfo encryption_info = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getEncryptionInfoin interfaceContinuousBackupInfoOrBuilder- Returns:
- The encryptionInfo.
-
setEncryptionInfo
public ContinuousBackupInfo.Builder setEncryptionInfo(EncryptionInfo value)
Output only. The encryption information for the WALs and backups required for ContinuousBackup.
.google.cloud.alloydb.v1.EncryptionInfo encryption_info = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
setEncryptionInfo
public ContinuousBackupInfo.Builder setEncryptionInfo(EncryptionInfo.Builder builderForValue)
Output only. The encryption information for the WALs and backups required for ContinuousBackup.
.google.cloud.alloydb.v1.EncryptionInfo encryption_info = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
mergeEncryptionInfo
public ContinuousBackupInfo.Builder mergeEncryptionInfo(EncryptionInfo value)
Output only. The encryption information for the WALs and backups required for ContinuousBackup.
.google.cloud.alloydb.v1.EncryptionInfo encryption_info = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
clearEncryptionInfo
public ContinuousBackupInfo.Builder clearEncryptionInfo()
Output only. The encryption information for the WALs and backups required for ContinuousBackup.
.google.cloud.alloydb.v1.EncryptionInfo encryption_info = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getEncryptionInfoBuilder
public EncryptionInfo.Builder getEncryptionInfoBuilder()
Output only. The encryption information for the WALs and backups required for ContinuousBackup.
.google.cloud.alloydb.v1.EncryptionInfo encryption_info = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getEncryptionInfoOrBuilder
public EncryptionInfoOrBuilder getEncryptionInfoOrBuilder()
Output only. The encryption information for the WALs and backups required for ContinuousBackup.
.google.cloud.alloydb.v1.EncryptionInfo encryption_info = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getEncryptionInfoOrBuilderin interfaceContinuousBackupInfoOrBuilder
-
hasEnabledTime
public boolean hasEnabledTime()
Output only. When ContinuousBackup was most recently enabled. Set to null if ContinuousBackup is not enabled.
.google.protobuf.Timestamp enabled_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
hasEnabledTimein interfaceContinuousBackupInfoOrBuilder- Returns:
- Whether the enabledTime field is set.
-
getEnabledTime
public com.google.protobuf.Timestamp getEnabledTime()
Output only. When ContinuousBackup was most recently enabled. Set to null if ContinuousBackup is not enabled.
.google.protobuf.Timestamp enabled_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getEnabledTimein interfaceContinuousBackupInfoOrBuilder- Returns:
- The enabledTime.
-
setEnabledTime
public ContinuousBackupInfo.Builder setEnabledTime(com.google.protobuf.Timestamp value)
Output only. When ContinuousBackup was most recently enabled. Set to null if ContinuousBackup is not enabled.
.google.protobuf.Timestamp enabled_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
setEnabledTime
public ContinuousBackupInfo.Builder setEnabledTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only. When ContinuousBackup was most recently enabled. Set to null if ContinuousBackup is not enabled.
.google.protobuf.Timestamp enabled_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
mergeEnabledTime
public ContinuousBackupInfo.Builder mergeEnabledTime(com.google.protobuf.Timestamp value)
Output only. When ContinuousBackup was most recently enabled. Set to null if ContinuousBackup is not enabled.
.google.protobuf.Timestamp enabled_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
clearEnabledTime
public ContinuousBackupInfo.Builder clearEnabledTime()
Output only. When ContinuousBackup was most recently enabled. Set to null if ContinuousBackup is not enabled.
.google.protobuf.Timestamp enabled_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getEnabledTimeBuilder
public com.google.protobuf.Timestamp.Builder getEnabledTimeBuilder()
Output only. When ContinuousBackup was most recently enabled. Set to null if ContinuousBackup is not enabled.
.google.protobuf.Timestamp enabled_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getEnabledTimeOrBuilder
public com.google.protobuf.TimestampOrBuilder getEnabledTimeOrBuilder()
Output only. When ContinuousBackup was most recently enabled. Set to null if ContinuousBackup is not enabled.
.google.protobuf.Timestamp enabled_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getEnabledTimeOrBuilderin interfaceContinuousBackupInfoOrBuilder
-
getScheduleList
public List<com.google.type.DayOfWeek> getScheduleList()
Output only. Days of the week on which a continuous backup is taken. Output only field. Ignored if passed into the request.
repeated .google.type.DayOfWeek schedule = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getScheduleListin interfaceContinuousBackupInfoOrBuilder- Returns:
- A list containing the schedule.
-
getScheduleCount
public int getScheduleCount()
Output only. Days of the week on which a continuous backup is taken. Output only field. Ignored if passed into the request.
repeated .google.type.DayOfWeek schedule = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getScheduleCountin interfaceContinuousBackupInfoOrBuilder- Returns:
- The count of schedule.
-
getSchedule
public com.google.type.DayOfWeek getSchedule(int index)
Output only. Days of the week on which a continuous backup is taken. Output only field. Ignored if passed into the request.
repeated .google.type.DayOfWeek schedule = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getSchedulein interfaceContinuousBackupInfoOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The schedule at the given index.
-
setSchedule
public ContinuousBackupInfo.Builder setSchedule(int index, com.google.type.DayOfWeek value)
Output only. Days of the week on which a continuous backup is taken. Output only field. Ignored if passed into the request.
repeated .google.type.DayOfWeek schedule = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Parameters:
index- The index to set the value at.value- The schedule to set.- Returns:
- This builder for chaining.
-
addSchedule
public ContinuousBackupInfo.Builder addSchedule(com.google.type.DayOfWeek value)
Output only. Days of the week on which a continuous backup is taken. Output only field. Ignored if passed into the request.
repeated .google.type.DayOfWeek schedule = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Parameters:
value- The schedule to add.- Returns:
- This builder for chaining.
-
addAllSchedule
public ContinuousBackupInfo.Builder addAllSchedule(Iterable<? extends com.google.type.DayOfWeek> values)
Output only. Days of the week on which a continuous backup is taken. Output only field. Ignored if passed into the request.
repeated .google.type.DayOfWeek schedule = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Parameters:
values- The schedule to add.- Returns:
- This builder for chaining.
-
clearSchedule
public ContinuousBackupInfo.Builder clearSchedule()
Output only. Days of the week on which a continuous backup is taken. Output only field. Ignored if passed into the request.
repeated .google.type.DayOfWeek schedule = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- This builder for chaining.
-
getScheduleValueList
public List<Integer> getScheduleValueList()
Output only. Days of the week on which a continuous backup is taken. Output only field. Ignored if passed into the request.
repeated .google.type.DayOfWeek schedule = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getScheduleValueListin interfaceContinuousBackupInfoOrBuilder- Returns:
- A list containing the enum numeric values on the wire for schedule.
-
getScheduleValue
public int getScheduleValue(int index)
Output only. Days of the week on which a continuous backup is taken. Output only field. Ignored if passed into the request.
repeated .google.type.DayOfWeek schedule = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getScheduleValuein interfaceContinuousBackupInfoOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The enum numeric value on the wire of schedule at the given index.
-
setScheduleValue
public ContinuousBackupInfo.Builder setScheduleValue(int index, int value)
Output only. Days of the week on which a continuous backup is taken. Output only field. Ignored if passed into the request.
repeated .google.type.DayOfWeek schedule = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Parameters:
index- The index to set the value at.value- The enum numeric value on the wire for schedule to set.- Returns:
- This builder for chaining.
-
addScheduleValue
public ContinuousBackupInfo.Builder addScheduleValue(int value)
Output only. Days of the week on which a continuous backup is taken. Output only field. Ignored if passed into the request.
repeated .google.type.DayOfWeek schedule = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Parameters:
value- The enum numeric value on the wire for schedule to add.- Returns:
- This builder for chaining.
-
addAllScheduleValue
public ContinuousBackupInfo.Builder addAllScheduleValue(Iterable<Integer> values)
Output only. Days of the week on which a continuous backup is taken. Output only field. Ignored if passed into the request.
repeated .google.type.DayOfWeek schedule = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Parameters:
values- The enum numeric values on the wire for schedule to add.- Returns:
- This builder for chaining.
-
hasEarliestRestorableTime
public boolean hasEarliestRestorableTime()
Output only. The earliest restorable time that can be restored to. Output only field.
.google.protobuf.Timestamp earliest_restorable_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
hasEarliestRestorableTimein interfaceContinuousBackupInfoOrBuilder- Returns:
- Whether the earliestRestorableTime field is set.
-
getEarliestRestorableTime
public com.google.protobuf.Timestamp getEarliestRestorableTime()
Output only. The earliest restorable time that can be restored to. Output only field.
.google.protobuf.Timestamp earliest_restorable_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getEarliestRestorableTimein interfaceContinuousBackupInfoOrBuilder- Returns:
- The earliestRestorableTime.
-
setEarliestRestorableTime
public ContinuousBackupInfo.Builder setEarliestRestorableTime(com.google.protobuf.Timestamp value)
Output only. The earliest restorable time that can be restored to. Output only field.
.google.protobuf.Timestamp earliest_restorable_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
setEarliestRestorableTime
public ContinuousBackupInfo.Builder setEarliestRestorableTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only. The earliest restorable time that can be restored to. Output only field.
.google.protobuf.Timestamp earliest_restorable_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
mergeEarliestRestorableTime
public ContinuousBackupInfo.Builder mergeEarliestRestorableTime(com.google.protobuf.Timestamp value)
Output only. The earliest restorable time that can be restored to. Output only field.
.google.protobuf.Timestamp earliest_restorable_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
clearEarliestRestorableTime
public ContinuousBackupInfo.Builder clearEarliestRestorableTime()
Output only. The earliest restorable time that can be restored to. Output only field.
.google.protobuf.Timestamp earliest_restorable_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getEarliestRestorableTimeBuilder
public com.google.protobuf.Timestamp.Builder getEarliestRestorableTimeBuilder()
Output only. The earliest restorable time that can be restored to. Output only field.
.google.protobuf.Timestamp earliest_restorable_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getEarliestRestorableTimeOrBuilder
public com.google.protobuf.TimestampOrBuilder getEarliestRestorableTimeOrBuilder()
Output only. The earliest restorable time that can be restored to. Output only field.
.google.protobuf.Timestamp earliest_restorable_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getEarliestRestorableTimeOrBuilderin interfaceContinuousBackupInfoOrBuilder
-
setUnknownFields
public final ContinuousBackupInfo.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<ContinuousBackupInfo.Builder>
-
mergeUnknownFields
public final ContinuousBackupInfo.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<ContinuousBackupInfo.Builder>
-
-