public interface UpdateBackupRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBackup()
public abstract Backup getBackup() Required. The backup to update.
The backup’s name field is used to identify the backup to update.
Format: projects/{project}/backups/{backup}
.google.cloud.sql.v1.Backup backup = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Backup |
The backup. |
getBackupOrBuilder()
public abstract BackupOrBuilder getBackupOrBuilder() Required. The backup to update.
The backup’s name field is used to identify the backup to update.
Format: projects/{project}/backups/{backup}
.google.cloud.sql.v1.Backup backup = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
BackupOrBuilder |
|
getUpdateMask()
public abstract FieldMask getUpdateMask()The list of fields that you can update. You can update only the description and retention period of the final backup.
.google.protobuf.FieldMask update_mask = 2;
| Returns | |
|---|---|
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()The list of fields that you can update. You can update only the description and retention period of the final backup.
.google.protobuf.FieldMask update_mask = 2;
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
hasBackup()
public abstract boolean hasBackup() Required. The backup to update.
The backup’s name field is used to identify the backup to update.
Format: projects/{project}/backups/{backup}
.google.cloud.sql.v1.Backup backup = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the backup field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask()The list of fields that you can update. You can update only the description and retention period of the final backup.
.google.protobuf.FieldMask update_mask = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateMask field is set. |