publicfinalclass RuleConfigInfoextendsGeneratedMessageV3implementsRuleConfigInfoOrBuilder
Message for rules config info.
Protobuf type google.cloud.backupdr.v1.RuleConfigInfo
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
LAST_BACKUP_ERROR_FIELD_NUMBER
publicstaticfinalintLAST_BACKUP_ERROR_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
LAST_BACKUP_STATE_FIELD_NUMBER
publicstaticfinalintLAST_BACKUP_STATE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
LAST_SUCCESSFUL_BACKUP_CONSISTENCY_TIME_FIELD_NUMBER
publicstaticfinalintLAST_SUCCESSFUL_BACKUP_CONSISTENCY_TIME_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
RULE_ID_FIELD_NUMBER
publicstaticfinalintRULE_ID_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
Static Methods
getDefaultInstance()
publicstaticRuleConfigInfogetDefaultInstance()
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()
newBuilder()
publicstaticRuleConfigInfo.BuildernewBuilder()
newBuilder(RuleConfigInfo prototype)
publicstaticRuleConfigInfo.BuildernewBuilder(RuleConfigInfoprototype)
publicstaticRuleConfigInfoparseDelimitedFrom(InputStreaminput)
publicstaticRuleConfigInfoparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(byte[] data)
publicstaticRuleConfigInfoparseFrom(byte[]data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
publicstaticRuleConfigInfoparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteString data)
publicstaticRuleConfigInfoparseFrom(ByteStringdata)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
publicstaticRuleConfigInfoparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
publicstaticRuleConfigInfoparseFrom(CodedInputStreaminput)
publicstaticRuleConfigInfoparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
publicstaticRuleConfigInfoparseFrom(InputStreaminput)
publicstaticRuleConfigInfoparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
parseFrom(ByteBuffer data)
publicstaticRuleConfigInfoparseFrom(ByteBufferdata)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
publicstaticRuleConfigInfoparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
parser()
publicstaticParser<RuleConfigInfo>parser()
Methods
equals(Object obj)
publicbooleanequals(Objectobj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
publicRuleConfigInfogetDefaultInstanceForType()
getLastBackupError()
publicStatusgetLastBackupError()
Output only. google.rpc.Status object to store the last backup error.
.google.rpc.Status last_backup_error = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
com.google.rpc.Status |
The lastBackupError.
|
getLastBackupErrorOrBuilder()
publicStatusOrBuildergetLastBackupErrorOrBuilder()
Output only. google.rpc.Status object to store the last backup error.
.google.rpc.Status last_backup_error = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
com.google.rpc.StatusOrBuilder |
getLastBackupState()
publicRuleConfigInfo.LastBackupStategetLastBackupState()
Output only. The last backup state for rule.
.google.cloud.backupdr.v1.RuleConfigInfo.LastBackupState last_backup_state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
getLastBackupStateValue()
publicintgetLastBackupStateValue()
Output only. The last backup state for rule.
.google.cloud.backupdr.v1.RuleConfigInfo.LastBackupState last_backup_state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
int |
The enum numeric value on the wire for lastBackupState.
|
getLastSuccessfulBackupConsistencyTime()
publicTimestampgetLastSuccessfulBackupConsistencyTime()
Output only. The point in time when the last successful backup was captured
from the source.
.google.protobuf.Timestamp last_successful_backup_consistency_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
Timestamp |
The lastSuccessfulBackupConsistencyTime.
|
getLastSuccessfulBackupConsistencyTimeOrBuilder()
publicTimestampOrBuildergetLastSuccessfulBackupConsistencyTimeOrBuilder()
Output only. The point in time when the last successful backup was captured
from the source.
.google.protobuf.Timestamp last_successful_backup_consistency_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
getParserForType()
publicParser<RuleConfigInfo>getParserForType()
Overrides
getRuleId()
Output only. Backup Rule id fetched from backup plan.
string rule_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
String |
The ruleId.
|
getRuleIdBytes()
publicByteStringgetRuleIdBytes()
Output only. Backup Rule id fetched from backup plan.
string rule_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
ByteString |
The bytes for ruleId.
|
getSerializedSize()
publicintgetSerializedSize()
| Returns |
| Type |
Description |
int |
Overrides
hasLastBackupError()
publicbooleanhasLastBackupError()
Output only. google.rpc.Status object to store the last backup error.
.google.rpc.Status last_backup_error = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
boolean |
Whether the lastBackupError field is set.
|
hasLastSuccessfulBackupConsistencyTime()
publicbooleanhasLastSuccessfulBackupConsistencyTime()
Output only. The point in time when the last successful backup was captured
from the source.
.google.protobuf.Timestamp last_successful_backup_consistency_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns |
| Type |
Description |
boolean |
Whether the lastSuccessfulBackupConsistencyTime field is set.
|
hashCode()
| Returns |
| Type |
Description |
int |
Overrides
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Overrides
isInitialized()
publicfinalbooleanisInitialized()
Overrides
newBuilderForType()
publicRuleConfigInfo.BuildernewBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protectedRuleConfigInfo.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
| Returns |
| Type |
Description |
Object |
Overrides
toBuilder()
publicRuleConfigInfo.BuildertoBuilder()
writeTo(CodedOutputStream output)
publicvoidwriteTo(CodedOutputStreamoutput)
Overrides