public final class BackupApplianceBackupProperties extends GeneratedMessageV3 implements BackupApplianceBackupPropertiesOrBuilder
BackupApplianceBackupProperties represents BackupDR backup appliance's
properties.
Protobuf type google.cloud.backupdr.v1.BackupApplianceBackupProperties
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
FINALIZE_TIME_FIELD_NUMBER
public static final int FINALIZE_TIME_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
GENERATION_ID_FIELD_NUMBER
public static final int GENERATION_ID_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
RECOVERY_RANGE_END_TIME_FIELD_NUMBER
public static final int RECOVERY_RANGE_END_TIME_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
RECOVERY_RANGE_START_TIME_FIELD_NUMBER
public static final int RECOVERY_RANGE_START_TIME_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static BackupApplianceBackupProperties getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static BackupApplianceBackupProperties.Builder newBuilder()
newBuilder(BackupApplianceBackupProperties prototype)
public static BackupApplianceBackupProperties.Builder newBuilder(BackupApplianceBackupProperties prototype)
public static BackupApplianceBackupProperties parseDelimitedFrom(InputStream input)
public static BackupApplianceBackupProperties parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static BackupApplianceBackupProperties parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static BackupApplianceBackupProperties parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static BackupApplianceBackupProperties parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static BackupApplianceBackupProperties parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static BackupApplianceBackupProperties parseFrom(CodedInputStream input)
public static BackupApplianceBackupProperties parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static BackupApplianceBackupProperties parseFrom(InputStream input)
public static BackupApplianceBackupProperties parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static BackupApplianceBackupProperties parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static BackupApplianceBackupProperties parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<BackupApplianceBackupProperties> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public BackupApplianceBackupProperties getDefaultInstanceForType()
getFinalizeTime()
public Timestamp getFinalizeTime()
Output only. The time when this backup object was finalized (if none,
backup is not finalized).
optional .google.protobuf.Timestamp finalize_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
Timestamp |
The finalizeTime.
|
getFinalizeTimeOrBuilder()
public TimestampOrBuilder getFinalizeTimeOrBuilder()
Output only. The time when this backup object was finalized (if none,
backup is not finalized).
optional .google.protobuf.Timestamp finalize_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
getGenerationId()
public int getGenerationId()
Output only. The numeric generation ID of the backup (monotonically
increasing).
optional int32 generation_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
int |
The generationId.
|
getParserForType()
public Parser<BackupApplianceBackupProperties> getParserForType()
Overrides
getRecoveryRangeEndTime()
public Timestamp getRecoveryRangeEndTime()
Optional. The latest timestamp of data available in this Backup.
optional .google.protobuf.Timestamp recovery_range_end_time = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
Timestamp |
The recoveryRangeEndTime.
|
getRecoveryRangeEndTimeOrBuilder()
public TimestampOrBuilder getRecoveryRangeEndTimeOrBuilder()
Optional. The latest timestamp of data available in this Backup.
optional .google.protobuf.Timestamp recovery_range_end_time = 4 [(.google.api.field_behavior) = OPTIONAL];
getRecoveryRangeStartTime()
public Timestamp getRecoveryRangeStartTime()
Optional. The earliest timestamp of data available in this Backup.
optional .google.protobuf.Timestamp recovery_range_start_time = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
Timestamp |
The recoveryRangeStartTime.
|
getRecoveryRangeStartTimeOrBuilder()
public TimestampOrBuilder getRecoveryRangeStartTimeOrBuilder()
Optional. The earliest timestamp of data available in this Backup.
optional .google.protobuf.Timestamp recovery_range_start_time = 3 [(.google.api.field_behavior) = OPTIONAL];
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
hasFinalizeTime()
public boolean hasFinalizeTime()
Output only. The time when this backup object was finalized (if none,
backup is not finalized).
optional .google.protobuf.Timestamp finalize_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
boolean |
Whether the finalizeTime field is set.
|
hasGenerationId()
public boolean hasGenerationId()
Output only. The numeric generation ID of the backup (monotonically
increasing).
optional int32 generation_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
Type |
Description |
boolean |
Whether the generationId field is set.
|
hasRecoveryRangeEndTime()
public boolean hasRecoveryRangeEndTime()
Optional. The latest timestamp of data available in this Backup.
optional .google.protobuf.Timestamp recovery_range_end_time = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
boolean |
Whether the recoveryRangeEndTime field is set.
|
hasRecoveryRangeStartTime()
public boolean hasRecoveryRangeStartTime()
Optional. The earliest timestamp of data available in this Backup.
optional .google.protobuf.Timestamp recovery_range_start_time = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
boolean |
Whether the recoveryRangeStartTime field is set.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public BackupApplianceBackupProperties.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected BackupApplianceBackupProperties.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public BackupApplianceBackupProperties.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides