publicstaticfinalclass DataSourceBackupConfigInfo.BuilderextendsGeneratedMessageV3.Builder<DataSourceBackupConfigInfo.Builder>implementsDataSourceBackupConfigInfoOrBuilder
Information of backup configuration on the DataSource.
Protobuf type google.cloud.backupdr.v1.DataSourceBackupConfigInfo
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
publicDataSourceBackupConfigInfo.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
build()
publicDataSourceBackupConfigInfobuild()
buildPartial()
publicDataSourceBackupConfigInfobuildPartial()
clear()
publicDataSourceBackupConfigInfo.Builderclear()
Overrides
clearField(Descriptors.FieldDescriptor field)
publicDataSourceBackupConfigInfo.BuilderclearField(Descriptors.FieldDescriptorfield)
Overrides
clearLastBackupState()
publicDataSourceBackupConfigInfo.BuilderclearLastBackupState()
Output only. The status of the last backup in this DataSource
.google.cloud.backupdr.v1.BackupConfigInfo.LastBackupState last_backup_state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
clearLastSuccessfulBackupConsistencyTime()
publicDataSourceBackupConfigInfo.BuilderclearLastSuccessfulBackupConsistencyTime()
Output only. Timestamp of the last successful backup to this DataSource.
.google.protobuf.Timestamp last_successful_backup_consistency_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
clearOneof(Descriptors.OneofDescriptor oneof)
publicDataSourceBackupConfigInfo.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Overrides
clone()
publicDataSourceBackupConfigInfo.Builderclone()
Overrides
getDefaultInstanceForType()
publicDataSourceBackupConfigInfogetDefaultInstanceForType()
getDescriptorForType()
publicDescriptors.DescriptorgetDescriptorForType()
Overrides
getLastBackupState()
publicBackupConfigInfo.LastBackupStategetLastBackupState()
Output only. The status of the last backup in this DataSource
.google.cloud.backupdr.v1.BackupConfigInfo.LastBackupState last_backup_state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
getLastBackupStateValue()
publicintgetLastBackupStateValue()
Output only. The status of the last backup in this DataSource
.google.cloud.backupdr.v1.BackupConfigInfo.LastBackupState last_backup_state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
int |
The enum numeric value on the wire for lastBackupState.
|
getLastSuccessfulBackupConsistencyTime()
publicTimestampgetLastSuccessfulBackupConsistencyTime()
Output only. Timestamp of the last successful backup to this DataSource.
.google.protobuf.Timestamp last_successful_backup_consistency_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
Timestamp |
The lastSuccessfulBackupConsistencyTime.
|
getLastSuccessfulBackupConsistencyTimeBuilder()
publicTimestamp.BuildergetLastSuccessfulBackupConsistencyTimeBuilder()
Output only. Timestamp of the last successful backup to this DataSource.
.google.protobuf.Timestamp last_successful_backup_consistency_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
getLastSuccessfulBackupConsistencyTimeOrBuilder()
publicTimestampOrBuildergetLastSuccessfulBackupConsistencyTimeOrBuilder()
Output only. Timestamp of the last successful backup to this DataSource.
.google.protobuf.Timestamp last_successful_backup_consistency_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasLastSuccessfulBackupConsistencyTime()
publicbooleanhasLastSuccessfulBackupConsistencyTime()
Output only. Timestamp of the last successful backup to this DataSource.
.google.protobuf.Timestamp last_successful_backup_consistency_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
boolean |
Whether the lastSuccessfulBackupConsistencyTime field is set.
|
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
isInitialized()
publicfinalbooleanisInitialized()
Overrides
mergeFrom(DataSourceBackupConfigInfo other)
publicDataSourceBackupConfigInfo.BuildermergeFrom(DataSourceBackupConfigInfoother)
publicDataSourceBackupConfigInfo.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Overrides
mergeFrom(Message other)
publicDataSourceBackupConfigInfo.BuildermergeFrom(Messageother)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
mergeLastSuccessfulBackupConsistencyTime(Timestamp value)
publicDataSourceBackupConfigInfo.BuildermergeLastSuccessfulBackupConsistencyTime(Timestampvalue)
Output only. Timestamp of the last successful backup to this DataSource.
.google.protobuf.Timestamp last_successful_backup_consistency_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
mergeUnknownFields(UnknownFieldSet unknownFields)
publicfinalDataSourceBackupConfigInfo.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
publicDataSourceBackupConfigInfo.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
Overrides
setLastBackupState(BackupConfigInfo.LastBackupState value)
publicDataSourceBackupConfigInfo.BuildersetLastBackupState(BackupConfigInfo.LastBackupStatevalue)
Output only. The status of the last backup in this DataSource
.google.cloud.backupdr.v1.BackupConfigInfo.LastBackupState last_backup_state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
setLastBackupStateValue(int value)
publicDataSourceBackupConfigInfo.BuildersetLastBackupStateValue(intvalue)
Output only. The status of the last backup in this DataSource
.google.cloud.backupdr.v1.BackupConfigInfo.LastBackupState last_backup_state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter |
| Name |
Description |
value |
int
The enum numeric value on the wire for lastBackupState to set.
|
setLastSuccessfulBackupConsistencyTime(Timestamp value)
publicDataSourceBackupConfigInfo.BuildersetLastSuccessfulBackupConsistencyTime(Timestampvalue)
Output only. Timestamp of the last successful backup to this DataSource.
.google.protobuf.Timestamp last_successful_backup_consistency_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
setLastSuccessfulBackupConsistencyTime(Timestamp.Builder builderForValue)
publicDataSourceBackupConfigInfo.BuildersetLastSuccessfulBackupConsistencyTime(Timestamp.BuilderbuilderForValue)
Output only. Timestamp of the last successful backup to this DataSource.
.google.protobuf.Timestamp last_successful_backup_consistency_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter |
| Name |
Description |
builderForValue |
Builder
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
publicDataSourceBackupConfigInfo.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
publicfinalDataSourceBackupConfigInfo.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Overrides