public interface CloudSqlInstanceBackupPropertiesOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDatabaseInstalledVersion()
public abstract String getDatabaseInstalledVersion()Output only. The installed database version of the Cloud SQL instance when the backup was taken.
string database_installed_version = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The databaseInstalledVersion. |
getDatabaseInstalledVersionBytes()
public abstract ByteString getDatabaseInstalledVersionBytes()Output only. The installed database version of the Cloud SQL instance when the backup was taken.
string database_installed_version = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for databaseInstalledVersion. |
getFinalBackup()
public abstract boolean getFinalBackup()Output only. Whether the backup is a final backup.
bool final_backup = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
The finalBackup. |
getInstanceTier()
public abstract String getInstanceTier() Output only. The tier (or machine type) for this instance. Example:
db-custom-1-3840
string instance_tier = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The instanceTier. |
getInstanceTierBytes()
public abstract ByteString getInstanceTierBytes() Output only. The tier (or machine type) for this instance. Example:
db-custom-1-3840
string instance_tier = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for instanceTier. |
getSourceInstance()
public abstract String getSourceInstance()Output only. The source instance of the backup. Format: projects/{project}/instances/{instance}
string source_instance = 4 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The sourceInstance. |
getSourceInstanceBytes()
public abstract ByteString getSourceInstanceBytes()Output only. The source instance of the backup. Format: projects/{project}/instances/{instance}
string source_instance = 4 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for sourceInstance. |