Interface AlloyDbClusterBackupPropertiesOrBuilder (0.42.0)

public interface AlloyDbClusterBackupPropertiesOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getChainId()

public abstract String getChainId()

Output only. The chain id of this backup. Backups belonging to the same chain are sharing the same chain id. This property is calculated and maintained by BackupDR.

string chain_id = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The chainId.

getChainIdBytes()

public abstract ByteString getChainIdBytes()

Output only. The chain id of this backup. Backups belonging to the same chain are sharing the same chain id. This property is calculated and maintained by BackupDR.

string chain_id = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for chainId.

getDatabaseVersion()

public abstract String getDatabaseVersion()

Output only. The PostgreSQL major version of the AlloyDB cluster when the backup was taken.

string database_version = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The databaseVersion.

getDatabaseVersionBytes()

public abstract ByteString getDatabaseVersionBytes()

Output only. The PostgreSQL major version of the AlloyDB cluster when the backup was taken.

string database_version = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for databaseVersion.

getDescription()

public abstract String getDescription()

An optional text description for the backup.

optional string description = 1;

Returns
Type Description
String

The description.

getDescriptionBytes()

public abstract ByteString getDescriptionBytes()

An optional text description for the backup.

optional string description = 1;

Returns
Type Description
ByteString

The bytes for description.

getStoredBytes()

public abstract long getStoredBytes()

Output only. Storage usage of this particular backup

int64 stored_bytes = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
long

The storedBytes.

hasDescription()

public abstract boolean hasDescription()

An optional text description for the backup.

optional string description = 1;

Returns
Type Description
boolean

Whether the description field is set.