public interface CreateBackupRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBackup()
public abstract Backup getBackup()Required. The Backup to create.
.google.cloud.sql.v1.Backup backup = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Backup |
The backup. |
getBackupOrBuilder()
public abstract BackupOrBuilder getBackupOrBuilder()Required. The Backup to create.
.google.cloud.sql.v1.Backup backup = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
BackupOrBuilder |
|
getParent()
public abstract String getParent()Required. The parent resource where this backup is created. Format: projects/{project}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes()Required. The parent resource where this backup is created. Format: projects/{project}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
hasBackup()
public abstract boolean hasBackup()Required. The Backup to create.
.google.cloud.sql.v1.Backup backup = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the backup field is set. |