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. |
getInstanceCreateTime()
public abstract Timestamp getInstanceCreateTime()Output only. The instance creation timestamp.
.google.protobuf.Timestamp instance_create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The instanceCreateTime. |
getInstanceCreateTimeOrBuilder()
public abstract TimestampOrBuilder getInstanceCreateTimeOrBuilder()Output only. The instance creation timestamp.
.google.protobuf.Timestamp instance_create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getInstanceDeleteTime()
public abstract Timestamp getInstanceDeleteTime()Output only. The instance delete timestamp.
.google.protobuf.Timestamp instance_delete_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The instanceDeleteTime. |
getInstanceDeleteTimeOrBuilder()
public abstract TimestampOrBuilder getInstanceDeleteTimeOrBuilder()Output only. The instance delete timestamp.
.google.protobuf.Timestamp instance_delete_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
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. |
hasInstanceCreateTime()
public abstract boolean hasInstanceCreateTime()Output only. The instance creation timestamp.
.google.protobuf.Timestamp instance_create_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the instanceCreateTime field is set. |
hasInstanceDeleteTime()
public abstract boolean hasInstanceDeleteTime()Output only. The instance delete timestamp.
.google.protobuf.Timestamp instance_delete_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the instanceDeleteTime field is set. |