public interface SqlInstancesDeleteRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEnableFinalBackup()
public abstract boolean getEnableFinalBackup()Flag to opt-in for final backup. By default, it is turned off.
optional bool enable_final_backup = 7;
| Returns | |
|---|---|
| Type | Description |
boolean |
The enableFinalBackup. |
getExpirationCase()
public abstract SqlInstancesDeleteRequest.ExpirationCase getExpirationCase()| Returns | |
|---|---|
| Type | Description |
SqlInstancesDeleteRequest.ExpirationCase |
|
getFinalBackupDescription()
public abstract String getFinalBackupDescription()Optional. The description of the final backup.
string final_backup_description = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The finalBackupDescription. |
getFinalBackupDescriptionBytes()
public abstract ByteString getFinalBackupDescriptionBytes()Optional. The description of the final backup.
string final_backup_description = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for finalBackupDescription. |
getFinalBackupExpiryTime()
public abstract Timestamp getFinalBackupExpiryTime()Optional. Final Backup expiration time. Timestamp in UTC of when this resource is considered expired.
.google.protobuf.Timestamp final_backup_expiry_time = 6 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The finalBackupExpiryTime. |
getFinalBackupExpiryTimeOrBuilder()
public abstract TimestampOrBuilder getFinalBackupExpiryTimeOrBuilder()Optional. Final Backup expiration time. Timestamp in UTC of when this resource is considered expired.
.google.protobuf.Timestamp final_backup_expiry_time = 6 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getFinalBackupTtlDays()
public abstract long getFinalBackupTtlDays()Optional. Retention period of the final backup.
int64 final_backup_ttl_days = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
long |
The finalBackupTtlDays. |
getInstance()
public abstract String getInstance()Cloud SQL instance ID. This does not include the project ID.
string instance = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The instance. |
getInstanceBytes()
public abstract ByteString getInstanceBytes()Cloud SQL instance ID. This does not include the project ID.
string instance = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for instance. |
getProject()
public abstract String getProject()Project ID of the project that contains the instance to be deleted.
string project = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The project. |
getProjectBytes()
public abstract ByteString getProjectBytes()Project ID of the project that contains the instance to be deleted.
string project = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for project. |
hasEnableFinalBackup()
public abstract boolean hasEnableFinalBackup()Flag to opt-in for final backup. By default, it is turned off.
optional bool enable_final_backup = 7;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the enableFinalBackup field is set. |
hasFinalBackupExpiryTime()
public abstract boolean hasFinalBackupExpiryTime()Optional. Final Backup expiration time. Timestamp in UTC of when this resource is considered expired.
.google.protobuf.Timestamp final_backup_expiry_time = 6 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the finalBackupExpiryTime field is set. |
hasFinalBackupTtlDays()
public abstract boolean hasFinalBackupTtlDays()Optional. Retention period of the final backup.
int64 final_backup_ttl_days = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the finalBackupTtlDays field is set. |